.section-title {
    font-size: 26px;
    letter-spacing: 1.3px;
    line-height: 32px;
    color: #A57041 !important;
}

.section-description {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    color: #999999;
}

#nav-toggle {
    right: 60px;
}

#previous-image {
    margin-top: -7px;
    transform: rotate(180deg);
}
.discover-title {
    right: 57px;
    position: relative;
    top: -36px;
    font-size: 2rem;
}
#next-image {
    margin-top: -7px;
    transform: rotate(180deg) !important;
}

#about-us {
    background-color: #000000;
    /* background-image: url('../images/pattern_opacity.svg'); */
    background-size: cover !important;
    background-position: center !important;

}

.montserrat-100 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.montserrat-200 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.montserrat-300 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-500 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.text-bold {
    font-weight: 700 !important;
}

.text-primary {
    color: #A57041 !important;
}

/* cards */

.about-us-text {

    color: #999999;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 26px;
    text-align: center;
}

.about-us-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#about-us {
    padding: 85px;
}

#about-us-1 {
    background: url(../images/1.webp);
    width: 386px;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#about-us-2 {
    background: url(../images/2.webp);
    width: 386px;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#about-us-3 {
    background: url(../images/3.webp);
    width: 386px;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#about-us-3:hover {
    cursor: pointer;
    /* zoom effect with transition */
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

#about-us-1:hover {
    cursor: pointer;
    /* zoom effect with transition */
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

#about-us-2:hover {
    cursor: pointer;
    /* zoom effect with transition */
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.subscribe-group {
    overflow: hidden;
    /* makes input + button share rounded corners */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.subscribe-input {
    border: none;
    background-color: #CCCCCC;
    /* light gray background */
    padding: 1rem;
    font-size: 1rem;
}

.subscribe-btn {
    background-color: #a3683a;
    /* brown color */
    color: #00000029;
    font-weight: 600;
    padding: 0 2rem;
    border: none;
    border-radius: 0;
    /* rely on parent rounding */
    transition: background 0.3s ease;
}

#footer-logo {
    height: 90px;
}

.contact-us-link {
    text-decoration: none;
}

.contact-us-link:hover {
    text-decoration: none;
    color: #A57041 !important;
}

.contact-us-link:hover #phone_icon {
    fill: #A57041 !important;
}

.primary-hover:hover {
    color: #A57041 !important;
}

.footer-section {
    padding-top: 140px !important;
}

.footer-bottom {
    background-color: #A57041;
    /* brown */
    font-size: 16px;
    color: #131313;
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
    margin-top: 40px;
}

.product-description p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    color: #999999;
}

.product-description h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #A57041 !important;
}

.icon-container img {
    height: 16px;
    width: 16px;
}

.icon-container {
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 6px;
    height: 30px;
    width: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6754c;
    border-radius: 100%;
}

.active .icon-container {
    /* padding-right: 5px;
    padding-left: 5px; */
    margin-left: 0px;
    height: 43px;
    width: 114px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6754c;
    border-radius: 100%;
}

.active .icon-container img {
    height: 24px;
    width: 24px;
}

.relative-position {
    position: relative;
    bottom: 80px;
}

.detail-title {
    text-transform: uppercase;
    color: #A57041 !important;
    font-size: 32px !important;
    letter-spacing: 1.6px;
    line-height: 39px !important;
}

.detail-text {
    font-size: 16px !important;
    color: #999999 !important;
    letter-spacing: 0.4px !important;
    line-height: 26px !important;

}

.detail {
    min-height: 250px;
    max-height: 250px;
}

.nav-link:hover {
    text-decoration: none;
    color: #C88C4A !important;
}

#about-us-read-more-btn:hover {
    background-color: #C88C4A !important;
}

#about-us-read-more-btn {
    font-size: 14px !important;
}

.nav-link {
    z-index: 999999 !important;
    font-size: 20px;
}

#eye-drop {
    min-width: 100%;
    min-height: 98%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
    position: absolute;
    overflow: unset;
}

/* Nav toggle button - needs to be above eye drop */
#nav-toggle {
    position: absolute;
    top: 94px;
    right: 120px;
    width: 40px;
    height: 40px;
    background: #A57041 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #00000029;
    opacity: 1;
    z-index: 9999999;
    /* Higher than eye drop */
    cursor: pointer;
}

/* Navigation - needs to be above eye drop when visible */
nav.navbar {
    z-index: 9999998;
    /* Higher than eye drop, but lower than toggle button */
}

/* Navigation collapse content */
#nav {
    position: relative;
    top: 66px;
    right: 49px;
    z-index: 9999998;
    /* Same as parent nav */
}


#buy-now-button:hover {
    width: 250px !important;
    height: 46px !important;
    /* UI Properties */
    background: #C88C4A 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}

#buy-now-button {
    position: absolute;
    top: 521px;
    left: 160px;
    width: 135px;
    height: 46px;
    border: none;
    background: #A57041;
    border-radius: 8px;
    transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}

#threeDots {
    position: absolute;
    top: 650px;
    left: 208px;
    width: 56px;
    height: 12px;
    /* UI Properties */
    /* background: transparent url('../images/pattern_opacity.svg') 0% 0% no-repeat padding-box; */
    opacity: 1;
}

#hero-content-container {
    position: fixed;
    /* always pinned to screen */
    top: 0;
    left: 0;
    /* stick flush to left corner */
    width: 580px;
    height: 100vh;
    /* full viewport height */
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 70px;
    /* adjust spacing */
    z-index: 1000;
    /* stay above hero background */
}

#hero-content-container a {
    position: relative !important;
    display: block;
    margin-bottom: 150px;
}

#hero-content-container a img {
    position: relative !important;
    width: 205px;
    height: auto;
    left: 0 !important;
    top: 0 !important;
}

#hero-content-container h3 {
    position: relative !important;
    width: 100%;
    max-width: 430px;
    height: auto !important;
    font-size: 45px;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 20px;
}

#hero-content-container p {
    position: relative !important;
    width: 100%;
    max-width: 385px;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 30px;
}

#buy-now-button {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 80px;
}

.slider-controls-wrapper {
    position: relative !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

#threeDots {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 15px;
}



/* Fix inline width constraints on about-us text */
.about-us-text {
    width: 100% !important;
    max-width: 386px;
    margin: 0 auto;
}

/* Fix newsletter section width */
#newsletter-section .row {
    width: 100% !important;
    max-width: 790px;
    margin: 0 auto;
}

/* Fix footer width */
.footer-section>div {
    width: 100% !important;
    max-width: 790px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure buttons don't break layout */
/*#previous-image,*/
/*#next-image {*/
/*    background: none;*/
/*    border: none;*/
/*    padding: 12px 18px;*/
/*    cursor: pointer;*/
/*    !* transition: background 0.3s; *!*/
/*    border-radius: 4px;*/
/*    margin: 0 45px;*/
/*}*/

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent !important;   /* No fill */
    border: 2px solid #a5703f;               /* Circle outline */
    opacity: 1;
    border-radius: 50%;
}

/* Active bullet (filled or outlined) */
.swiper-pagination-bullet-active {
    background: #a5703f !important;          /* Or keep transparent if you want */
    border-color:#a5703f;
}


/* ===== LARGE DESKTOP (1400px - 1600px) ===== */
/* @media (max-width: 1600px) {
    #hero-content-container {
        left: -80px;
    }
} */

/* ===== DESKTOP (1200px - 1400px) ===== */
@media (max-width: 1400px) {
    #hero-content-container {
        left: -100px;
        width: 520px;
    }

    #hero-content-container a img {
        left: 140px;
        width: 180px;
        height: auto;
    }

    #hero-content-container h3 {
        left: 140px;
        width: 380px;
        font-size: 40px;
    }

    #hero-content-container p {
        left: 140px;
        width: 350px;
    }

    #buy-now-button {
        left: 140px;
    }

    #threeDots {
        left: 185px;
    }

    #previous-image {
        left: 70px;
    }

    #next-image {
        right: 70px;
    }

    #nav-toggle {
        right: 80px;
    }
}

/* ===== TABLET LANDSCAPE (992px - 1200px) ===== */
@media (max-width: 1200px) {

    /* Hero Section - Convert to relative positioning */
    #hero-content-container {
        left: 0 !important;
        width: 480px;
        padding: 100px 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #hero-content-container a {
        position: relative !important;
        margin-bottom: 150px;
    }

    #hero-content-container a img {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 180px;
        height: auto;
    }

    #hero-content-container h3 {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        font-size: 38px;
        margin-bottom: 20px;
    }

    #hero-content-container p {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        margin-bottom: 30px;
    }

    #buy-now-button {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 80px;
    }

    #threeDots {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 15px;
    }

    #previous-image,
    #next-image {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        display: inline-block;
    }




    /* Product Section */
    /*.highlighted-product .col-6 {*/
    /*    padding: 100px 60px !important;*/
    /*}*/

    .product-info button[style*="position: absolute"] {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* ===== TABLET PORTRAIT (768px - 992px) ===== */
@media (max-width: 992px) {

    /* Hero adjustments */
    #hero-content-container {
        width: 100%;
        max-width: 500px;
        padding: 80px 30px;
    }

    #hero-content-container a {
        margin-bottom: 100px;
    }

    #hero-content-container a img {
        width: 160px;
    }

    #hero-content-container h3 {
        font-size: 34px;
    }

    #nav-toggle {
        right: 40px;
        top: 60px;
    }

    /* About Section */
    #about-us {
        padding: 60px 30px;
    }

    #about-us-1,
    #about-us-2,
    #about-us-3 {
        width: 100%;
        max-width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }

    #about-us-read-more-btn {
        width: 220px;
    }

    /* Product Section - Stack vertically */
    /*.highlighted-product .row {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.highlighted-product .col-6 {*/
    /*    width: 100% !important;*/
    /*    max-width: 100% !important;*/
    /*    flex: 0 0 100% !important;*/
    /*    padding: 60px 40px !important;*/
    /*}*/

    .product-info {
        padding: 60px 40px !important;
    }

    .product-info button[style*="position: absolute"] {
        position: relative !important;
        left: 0 !important;
        bottom: auto !important;
        transform: none !important;
        margin-top: 30px;
        display: block;
    }

    /* Newsletter */
    #newsletter-section .row {
        max-width: 100%;
        padding: 0 20px;
    }

    /* Footer */
    .footer-section>div {
        padding: 0 40px;
    }
}

/* ===== MOBILE LANDSCAPE (576px - 768px) ===== */
@media (max-width: 768px) {

    /* Hero */
    #hero-content-container {
        padding: 60px 25px;
    }

    #hero-content-container a {
        margin-bottom: 80px;
    }

    #hero-content-container a img {
        width: 140px;
    }

    #hero-content-container h3 {
        font-size: 30px;
        height: auto !important;
    }

    #hero-content-container p {
        font-size: 15px;
        height: auto !important;
    }

    #buy-now-button {
        margin-bottom: 60px;
    }

    #nav-toggle {
        right: 30px;
        top: 50px;
        width: 38px;
        height: 38px;
    }

    .nav-link {
        font-size: 18px;
    }

    /* About Section */
    #about-us {
        padding: 50px 25px;
    }

    #about-us-1,
    #about-us-2,
    #about-us-3 {
        height: 350px;
    }

    .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    .section-description {
        font-size: 15px;
        line-height: 24px;
    }

    /* Product Section */
    /*.highlighted-product .col-6 {*/
    /*    padding: 50px 30px !important;*/
    /*}*/

    .product-info {
        padding: 50px 30px !important;
    }

    .detail-title {
        font-size: 34px !important;
        line-height: 38px !important;
    }

    .detail-text {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    #productImage {
        max-width: 100%;
        height: auto;
    }

    /* Newsletter */
    #newsletter-section {
        padding-top: 80px !important;
    }

    /* Footer */
    .footer-section {
        padding-top: 80px !important;
    }

    .footer-section>div {
        padding: 0 30px;
    }
}

/* ===== MOBILE PORTRAIT (max-width: 576px) ===== */
@media (max-width: 576px) {

    /* Hero */
    #hero-content-container {
        padding: 50px 20px;
        align-items: center;
    }

    #hero-content-container a {
        margin-bottom: 60px;
    }

    #hero-content-container a img {
        width: 120px;
    }

    #hero-content-container h3 {
        font-size: 26px;
        width: 100% !important;
        text-align: center;
    }

    #hero-content-container p {
        font-size: 14px;
        width: 100% !important;
        text-align: center;
    }

    #buy-now-button {
        width: 120px;
        height: 42px;
        font-size: 13px;
        margin-bottom: 50px;
    }

    #buy-now-button:hover {
        width: 140px !important;
    }

    #nav-toggle {
        right: 20px !important;
        top: 40px !important;
        width: 35px !important;
        height: 35px !important;
    }

    #nav-toggle svg {
        width: 20px;
        height: 20px;
    }

    /* About Section */
    #about-us {
        padding: 40px 20px;
    }

    #about-us-1,
    #about-us-2,
    #about-us-3 {
        height: 300px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-description {
        font-size: 14px;
    }

    .about-us-text {
        font-size: 13px;
        line-height: 22px;
    }

    #about-us-read-more-btn {
        width: 200px !important;
        height: 44px;
        font-size: 13px;
    }

    /* Product Section */
    /*.highlighted-product .col-6 {*/
    /*    padding: 40px 20px !important;*/
    /*}*/

    .product-info {
        padding: 40px 20px !important;
    }

    .product-types li {
        padding: 12px 10px;
        font-size: 14px;
    }

    .icon-container {
        height: 26px !important;
        width: 26px !important;
        margin-right: 12px !important;
    }

    .icon-container img {
        height: 14px !important;
        width: 14px !important;
    }

    .active .icon-container {
        height: 38px !important;
        width: 100px !important;
    }

    .active .icon-container img {
        height: 20px !important;
        width: 20px !important;
    }

    .detail-title {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .detail-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .detail {
        min-height: 180px !important;
        max-height: 180px !important;
        padding-top: 60px !important;
    }

    /* Newsletter */
    #newsletter-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    #newsletter-section img[width="89"] {
        width: 70px !important;
        height: 70px !important;
    }

    .subscribe-input {
        font-size: 14px;
        padding: 12px;
    }

    .subscribe-btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    /* Footer */
    .footer-section {
        padding-top: 60px !important;
    }

    .footer-section>div {
        padding: 0 20px;
    }

    #footer-logo {
        height: 70px;
        max-width: 100%;
    }

    .footer-title {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .footer-links {
        font-size: 14px;
    }

    .footer-links li[style*="margin-bottom"] {
        margin-bottom: 20px !important;
    }

    .footer-bottom {
        font-size: 13px;
        padding: 12px 10px;
    }
}

/* ===== SMALL MOBILE (max-width: 400px) ===== */
@media (max-width: 400px) {
    #hero-content-container a img {
        width: 100px;
    }

    #hero-content-container h3 {
        font-size: 22px;
    }

    #hero-content-container p {
        font-size: 13px;
    }

    #buy-now-button {
        width: 110px;
        height: 40px;
        font-size: 12px;
    }

    #buy-now-button:hover {
        width: 130px !important;
    }

    #about-us-1,
    #about-us-2,
    #about-us-3 {
        height: 250px;
    }

    .section-title {
        font-size: 20px;
    }

    .detail-title {
        font-size: 24px !important;
    }

    .product-types li {
        font-size: 13px;
    }

    .active .icon-container {
        width: 142px !important;
    }

    .footer-bottom {
        font-size: 11px;
    }
}

/* ===== UTILITY FIXES ===== */

/* Prevent horizontal overflow */
/* body {
    overflow-x: hidden;
} */

/* Ensure all images scale properly */
img {
    max-width: 100%;
    height: auto;
}

/* Fix container padding on smaller screens */
@media (max-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Smooth transitions for responsive behavior */
@media (prefers-reduced-motion: no-preference) {

    #hero-content-container,
    #hero-content-container * {
        transition: all 0.3s ease;
    }
}
