/* Imported from index.ejs */

.show-more-product .col-lg-4 {

    display: none;

}

.footer-content a,
.footer-content a:hover,
.footer-content a:focus {

    color: #444444 !important;

}



@media only screen and (max-width: 600px) {

    .preloader {

        display: none !important;

    }



}



.whats-app {

    position: relative;

    width: 70px;

    height: 0px;

    border-radius: 35px;

    background: transparent;

    left: 20px;

    bottom: 0px;

    z-index: 9999;

    display: block;

}

.whats-app img {

    margin-top: -120px;

}



.about-features-boxes .single-feature-box h4 {

    margin-top: 5px !important;

    font-size: 20px !important;

    letter-spacing: -1px;

    font-weight: 500 !important;

}



.newsletter-popup {

    padding: 0;

    border: 0;

    margin: 0 auto;

    margin-top: 100px;

    text-align: center;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 9999;

    display: none;

    width: 100%;

    height: 100%;

    outline: 0;

    overflow-x: hidden;

    overflow-y: auto;



}

.modal-backdrop.show {

    opacity: .5;

}

.modal-backdrop.fade {

    opacity: 0;

}

.modal-backdrop {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1040;

    background-color: #000;

}





.newsletter-popup .close {

    right: 0px;

    width: auto;

    text-align: right;

    color: #000000;

    font-size: 22px;

    margin: 6px;

    position: absolute;

    display: block;

    z-index: 9999;

}

.newsletter-popup .close-popup i {

    font-size: 8px;

    margin-left: 3px;

}



.white-popup {

    background-color: #fff;

    position: relative;

    width: auto;

    margin: 0.5rem;

    pointer-events: none;

    max-width: 770px;

    margin: 1.75rem auto;

    transition: -webkit-transform .3s ease-out;

    transition: transform .3s ease-out;

    transition: transform .3s ease-out, -webkit-transform .3s ease-out;

    -webkit-transform: translate(0, -50px);

    transform: translate(0, -50px);

}

.white-popup input {

    border: none;

    width: 100%;

    height: 40px;

    background-color: #f8f8f8;

    padding: 0 40px;

}

.banner-newsletter {

    float: left;

    width: 50%;

    height: 100%;

}

.kt-popup-newsletter {

    position: relative;

    overflow: hidden;

    padding: 80px 50px;

    text-align: center;

    min-height: 350px;

}



.newsletter-popup .modal-body {

    padding: 0px;

}

.popup-title h1 {

    font-size: 30px;

    text-transform: capitalize;

    color: #c8a15b;

    font-weight: bold;

    margin-bottom: 15px;

}



.popup-title .notice {

    font-size: 14px;

    text-transform: capitalize;

    margin-bottom: 10px;

}



.popup-title .primary {

    font-size: 17px;

    color: #000000;

    margin-bottom: 20px;

    display: inline-block;

    font-weight: 300;

}



input#email {

    width: 100%;

    height: 54px;

    border: 1px solid rgba(0, 0, 0, 0.1);

    text-align: center;

    font-size: 14px;

    color: #000000;

}



button#subscribe {

    width: 100%;

    background-color: #423e42;

    height: 50px;

    margin: 10px 0;

    font-size: 14px;

    color: #fff;

    display: inline-block;

    cursor: pointer;

    outline: none;

    white-space: nowrap;

    border: none;

    text-transform: capitalize;

}



@media only screen and (max-width: 600px) {

    .banner-newsletter {

        display: none;

    }

    .kt-popup-newsletter {

        padding: 80px 50px;

        width: 100%;

    }

    .white-popup {

        margin: 0rem 3rem;

    }

}

.faq-section {
    padding: 80px 0;
}

.faq-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-section .accordion-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-section .accordion-button {
    background: #fff;
    color: #222;
    font-family: 'Jost', sans-serif;
    font-size: clamp(1.1rem, 1rem + 0.5vw, 1.4rem);
    padding: 20px 25px;
    text-align: left;
    box-shadow: none;
    font-weight: 400;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #C7A05A;
    background-color: #fff;
}

.faq-section .accordion-button::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-section .accordion-body {
    padding: 0 25px 25px;
    font-family: 'Cormorant', serif;
    font-size: 1.3rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section .accordion-button {
        padding: 15px 20px;
    }

    .faq-section .accordion-body {
        padding: 0 20px 20px;
    }
}