.footer .footer-submenu li:hover {
    color: #ccc !important;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width:769px) {
    .footer_mob {
        display: none;
    }
    .footer .container-box {
        padding: 0 150px;
    }
    .footer {
        color: white;
          background-color: #929269;
    }
    .footer  .menu-arrow {
        width: 12px;
        height: 8px;
        background: url("../images/header/arrow_bottom.png") center center / contain no-repeat;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        margin-left: 8px;
    }
    /* Footer Top Section - Logo, Menu, Social Media */
    .footer .footer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding: 40px 0 26px 0;
        border-bottom: 1px solid #87806E;
    }
    .footer .footer-top .logo {
        flex-shrink: 0;
        margin: 0;
        height: 4.67rem;
        width: 16.08rem;
    }
    .footer .footer-top .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer .menu {
        display: flex;
        align-items: center;
        gap: 4.17rem;
        margin: 0;
        padding: 0;
        font-family: Source Han Sans SC;
    }
    .footer .menu li {
        position: relative;
        list-style: none;
        text-transform: uppercase;
    }
    .footer .menu li:last-child {
        margin-right: 0;
    }
    .footer .menu li:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
    }
    .footer .menu a {
        color: white;
        font-weight: 500;
        font-size: 14px;
        font-family: Source Han Sans SC;
        line-height: 22px;
        text-decoration: none;
        white-space: nowrap;
    }
    .footer .menu .has-submenu a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        white-space: nowrap;
    }
    .footer .menu .has-submenu {
        position: relative;
    }
    .footer .footer-submenu {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #929269;
        border: 1px solid #87806E;
        padding: 10px 0;
        min-width: 250px;
        z-index: 10;
        margin-bottom: 10px;
        list-style: none;
    }
    .footer .footer-submenu li {
        padding: 5px 20px;
        text-transform: none;
    }
    .footer .footer-submenu li::after {
        display: none !important;
    }
    .footer .footer-submenu a {
        font-size: 13px;
        white-space: normal;
        line-height: 1.4;
        transition: color 0.2s ease, font-weight 0.2s ease;
    }


    .footer .menu .menu-arrow.open {
        transform: rotate(180deg);
    }
    .footer .social-media-top {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .footer .social-media-top a {
        display: inline-block;
    }
    .footer .social-media-top img {
        width: 42px;
        height: 42px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer .social-media-top img:hover {
        opacity: 1;
    }
    /* Footer Middle Section - Contact Info and Form */
    .footer .footer-middle {
        border-bottom: 1px solid #B7B792;
        border-top: 1px solid #B7B792;
        padding: 40px 0 25px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer .footer-middle .info {
        flex: 1;
    }
    .footer .footer-middle .info p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .email2 {
        margin-left: 10px;
    }
    .footer .footer-middle .contact {
        width: 430px;
        flex-shrink: 0;
    }
    .footer .footer-middle .contact-title {
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .footer .footer-middle .contact input {
        width: 100%;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer .footer-middle .contact .email-input {
        width: 430px;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 9px;
        padding: 10px 20px;
        font-size: 14px;
        resize: none;
        color: black;
        cursor: auto;
    }
    .footer .footer-middle .contact input::placeholder,
    .footer .footer-middle .contact .email-input::placeholder {
        color: #999;
    }
    .footer .footer-middle .contact .text {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }
    .footer .footer-middle .contact .send-button {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #D3CBBC;
        border-radius: 8px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 15px;
    }
    .footer .footer-middle .contact .send-button:hover {
        opacity: 0.9;
    }
    .footer .footer-middle .contact .send-button.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    /* Footer Copyright */
    .footer .copyright {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .footer .copyright .text {
        color: white;
        font-size: 14px;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:769px) {
    .footer {
        display: none;
    }
    .footer_mob {
        color: white;
        background-color: #929269;
        background-size: cover;
    }
    .footer_mob .container {
        padding: 0 20px;
    }
    .footer_mob .content {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        padding-bottom: 20px;
    }
    /* Footer Top - Logo */
    .footer_mob .footer-top-mob {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #87806E;
    }
    .footer_mob .footer-top-mob .logo {
        height: 4.67rem;
        width: 16.08rem;
    }
    .footer_mob .footer-top-mob .logo img {
        width: 100%;
        height: 100%;
    }
    /* Footer Menu */
    .footer_mob .footer-menu-mob {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #87806E;
    }
    .footer_mob .menu-mob {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: Source Han Sans SC;
    }
    .footer_mob .menu-mob li {
        list-style: none;
    }
    .footer_mob .menu-mob li a {
        color: white;
        font-weight: 500;
        font-size: 14px;
        font-family: Source Han Sans SC;
        line-height: 20px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .footer_mob .menu-mob .has-submenu-mob a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .footer_mob .footer-submenu-mob {
        list-style: none;
        padding-left: 15px;
        margin-top: 10px;
        display: none;
    }
    .footer_mob .footer-submenu-mob li {
        padding: 8px 0;
    }
    .footer_mob .footer-submenu-mob a {
        font-size: 13px !important;
        color: #ddd !important;
        text-transform: none !important;
    }
    .footer_mob .menu-arrow-mob {
        width: 12px;
        height: 8px;
        background: url("../images/header/arrow_bottom.png") center center / contain no-repeat;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        display: inline-block;
    }
    .footer_mob .menu-arrow-mob.open {
        transform: rotate(180deg);
    }
    /* Footer Info Section */
    .footer_mob .content .info {
        padding-bottom: 30px;
        border-bottom: 1px solid #87806E;
    }

    .footer_mob .content .logo img {
        width: 100%;
        height: 100%;
    }
    .footer_mob .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
    .footer_mob .info .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .footer_mob .info .social-media a {
        display: inline-block;
    }
    .footer_mob .info .social-media img {
        width: 32px;
        height: 32px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer_mob .info .social-media img:hover {
        opacity: 1;
    }
    /* Footer Contact Form */
    .footer_mob .content .contact {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer_mob .content .contact-title {
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .footer_mob .content .contact .email-input_mob {
        width: 100%;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 9px;
        padding: 10px 20px;
        font-size: 14px;
        resize: none;
        color: black;
        cursor: auto;
        font-family: inherit;
    }
    .footer_mob .content .contact .email-input_mob::placeholder {
        color: #999;
    }
    .footer_mob .content .contact .text {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }
    .footer_mob .content .contact .send-button_mob {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #D3CBBC;
        border-radius: 8px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 15px;
        transition: opacity 0.3s;
    }
    .footer_mob .content .contact .send-button_mob:hover {
        opacity: 0.9;
    }
    .footer_mob .content .contact .send-button_mob.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    /* Footer Copyright */
    .footer_mob .copyright {
        display: flex;
        justify-content: center;
        padding: 20px 0;
        padding-top: 0;
    }
    .footer_mob .copyright .text {
        color: white;
        font-size: 14px;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}