ul#primary-menu li a {
    color: #c7ba9e;
}

.banner-apply-btn:hover {
    color: #ead8b0;
}

.home-service-sec .editorial-card {
    position: relative;
    background-size: cover;
    border: 0;
    background-position: center;
    height: 100%;
}

.home-service-sec .editorial-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.home-service-sec .editorial-card>* {
    position: relative;
    z-index: 1;
    color: #f4efe7;
}

.home-service-sec .editorial-card>.rounded-full {
    border-color: #f4efe7;
    background: #f4efe7;
}

ul.social-icon-content-wrap {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.el__product-grid {
    grid-template-columns: 1fr 1fr;
}

.el__product-grid>.el__sec-image {
    max-height: calc(100vh - 105px);
    position: sticky;
    top: 105px;
}

.el__product-grid>.el__sec-image img {
    object-position: top;
}

.el__product-grid .product-image {
    background-color: #ffffff;
    flex: 0 0 200px;
    aspect-ratio: 1;
}

.el__product-grid .flex {
    min-height: initial;
    min-width: initial;
    height: auto;
    justify-content: center;
}

.featured_collection_wrapper .content {
    max-width: 62rem;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid #c7a765d9;
    width: 100%;
    padding: 10px;
    line-height: 1;
    margin-top: 8px;
}

.form-group:not(:last-child) {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
}

.submit-btn {
    border: 1px solid #c7a765;
    color: #ffffff;
    padding: 10px 40px;
    background: #c7a765;
    transition: all 0.3s ease-in;
}

.contact-us-wrapper {
    max-width: 700px;
    margin-inline: auto;
    padding-inline: 20px;
}

.contact-form-title {
    font-size: clamp(38px, 2.712vw, 64px);
    max-width: 1000px;
    padding-inline: 20px;
    margin-inline: auto;
}

.submit-btn:hover {
    background: transparent;
    color: #c7a765;
}

.footer-logo-img {
    max-width: 300px;
}

.menu-item a:after {
    content: "";
    transform-origin: 0;
    background: linear-gradient(90deg, #0000, #c7a765f2, #0000);
    width: 100%;
    height: 1px;
    transition: transform .26s;
    position: absolute;
    bottom: -.35rem;
    left: 0;
    transform: scaleX(0);
}

.menu-item a:hover:after {
    transform: scaleX(1);
}

.menu-item a {
    position: relative;
}

.menu-item a:hover {
    color: #201d1a !important;
}

.header-logo {
    max-width: 125px;
    height: auto;
}

.custom-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(234, 216, 176, 0.76);
    transition: color 0.3s ease;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.custom-mobile-toggle:hover {
    color: white;
}

/* Hide the toggle on desktop (matches Tailwind's 'lg' breakpoint: 1024px) */
@media (min-width: 1072px) {
    .custom-mobile-toggle {
        display: none;
    }
}

/* SVG Icon Sizing */
.custom-menu-icon {
    width: 2rem;
    height: 2rem;
}

/* Utility to swap icons via JS */
.custom-icon-hidden {
    display: none !important;
}

/* Mobile Dropdown Styling (replaces inline Tailwind JS string) */
.custom-mobile-dropdown {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(20, 18, 17, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 2.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 60;
}

.application_close_statement {
    font-size: 14px;
    color: #7f735f;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    line-height: 1;
}

.availability-box {
    padding-bottom: 30px;
}

.email-wrapper p {
    font-family: Cormorant Garamond, serif;
    font-size: 52px;
}

.email-wrapper a,
.phone-number-wrapper a {
    font-size: 24px;
    transition: all 0.3s ease-in;
    color: #c7a765;
}

.email-wrapper a:hover,
.phone-number-wrapper a:hover {
    color: #7f735f;
}

.email-wrapper {
    margin-bottom: 10px;
}

.phone-number-wrapper {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.phone-number-wrapper:hover img {
    filter: invert(0.4)
}

@media (max-width: 1300px) {
    header>.container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .el__product-grid>.el__sec-image {
        position: static;
        height: auto;
    }

    .el__product-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767px) {
    .image-panel {
        min-height: initial;
    }

    .image-main-order {
        order: 1;
    }
}

@media (max-width: 575px) {
    .header-btn-wrapper.hidden {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header-btn-wrapper.hidden a {
        justify-content: center;
        color: #201d1a !important;
    }

    .el__product-grid .flex {
        flex-direction: column;
    }

    .header-btn-wrapper {
        display: none;
    }

    .py-20 {
        padding-block: 50px;
    }

    .header-btn {
        padding: 12px 15px;
        font-size: 11px;
    }

    .email-wrapper a,
    .phone-number-wrapper a {
        font-size: 18px;
    }

    .email-wrapper p {
        font-size: 32px;
    }

    .application_close_statement {
        font-size: 12px;
        bottom: 6px;
    }

}

@media (min-width: 991px) {
    .contact-banner {
        min-height: 730px;
    }

    .contact-banner h1 span {
        white-space: nowrap;
    }
}

@media (min-width: 575px) {
    .md\:italic {
        font-style: italic;
    }

    .md\:block {
        display: block;
    }
}