.base-color {
    color: hsl(var(--main)) !important;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 12px;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%) translateY(-50%);
        -webkit-transform: translateX(100%) translateY(-50%);
        -moz-transform: translateX(100%) translateY(-50%);
        -ms-transform: translateX(100%) translateY(-50%);
        -o-transform: translateX(100%) translateY(-50%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%) translateY(-50%);
        -webkit-transform: translateX(40%) translateY(-50%);
        -moz-transform: translateX(40%) translateY(-50%);
        -ms-transform: translateX(40%) translateY(-50%);
        -o-transform: translateX(40%) translateY(-50%);
    }

    70% {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
    }

    100% {
        opacity: 0;
    }
}

.input-group-text.copytext {
    border: 0;
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}


@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 280px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1a1a1a transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}



.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}


/* ------------Read more css------------------------ */

.more {
    overflow: hidden;
}

.page-content-sec {
    background-color: #e4eff9;

}



/* Whatsapp ICOn Css */
.whatsappIcon {
    background-color: #189d0e;
    border-radius: 40px;
    bottom: 85px;
    color: #fff;
    display: table;
    height: 50px;
    right: 27px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 10;
}

.whatsappIcon:focus {
    color: #fff;
}

.whatsappIcon i {
    font-size: 32px;
    line-height: 50px;
}

.whatsappIcon:hover {
    color: #fff;
    padding: 0 20px;
}

.whatsappIcon span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    /* line-height: 50px; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.whatsappIcon:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

/* Whatsapp ICOn Css End*/


.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0px !important;
    margin-bottom: -27px;
}

#google_translate_element .goog-te-gadget a {
    display: none !important;
}

.goog-te-combo {
    font-size: 12pt !important;
}


/*-------------------------------------------------
			Banner Style
		---------------------------------------------------*/
/* Best Seller Css */
/* .bestSellingSection  */

.bestSellingSection .ec-banner {
    overflow: hidden;
    display: block;
}

.bestSellingSection .ec-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.bestSellingSection .ec-banners>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.bestSellingSection .ec-banner-block {
    padding: 15px;
}

.bestSellingSection .banner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bestSellingSection .banner-block img {
    width: 100%;
    min-height: 150px;
}

@media (max-width: 575.98px) {
    .bestSellingSection .banner-block .banner-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 9px;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins, sans-serif";
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title {
        font-size: 18px;
        color: #202020;
        position: relative;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title span {
        font-weight: 700;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
        font-size: 12px;
        font-weight: 400;
        color: #202020;
        letter-spacing: 0.4px;
        position: relative;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
        border-width: 1px;
        border-style: solid;
        font-size: 9px;
        border-radius: 23px;
        letter-spacing: 0.6px;
        padding: 0px 10px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 500;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .bestSellingSection .banner-block .banner-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 21px;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins, sans-serif";
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title {
        font-size: 26px;
        color: #202020;
        position: relative;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title span {
        font-weight: 700;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
        font-size: 16px;
        font-weight: 400;
        color: #202020;
        letter-spacing: 0.4px;
        position: relative;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
        border-width: 1px;
        border-style: solid;
        font-size: 13px;
        border-radius: 23px;
        letter-spacing: 0.6px;
        padding: 5px 18px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 500;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .bestSellingSection .banner-block .banner-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 9px;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins, sans-serif";
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title {
        font-size: 16px;
        color: #202020;
        position: relative;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title span {
        font-weight: 700;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
        font-size: 10px;
        font-weight: 400;
        color: #202020;
        letter-spacing: 0.4px;
        position: relative;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
        border-width: 1px;
        border-style: solid;
        font-size: 8px;
        border-radius: 23px;
        letter-spacing: 0.6px;
        padding: 0px 9px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 500;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bestSellingSection .banner-block .banner-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 14px;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins, sans-serif";
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title {
        font-size: 25px;
        color: #202020;
        position: relative;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title span {
        font-weight: 700;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
        font-size: 14px;
        font-weight: 400;
        color: #202020;
        letter-spacing: 0.4px;
        position: relative;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        border-radius: 23px;
        letter-spacing: 0.6px;
        padding: 4px 16px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 500;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bestSellingSection .banner-block .banner-content {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 40px;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins, sans-serif";
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title {
        font-size: 30px;
        color: #202020;
        position: relative;
        line-height: 1.1;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-title span {
        font-weight: 700;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-stitle {
        font-size: 18px;
        font-weight: 400;
        color: #202020;
        letter-spacing: 0.4px;
        position: relative;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .bestSellingSection .banner-block .banner-content .ec-banner-btn a {
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        border-radius: 23px;
        letter-spacing: 0.6px;
        padding: 5px 23px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-weight: 500;
    }
}


.bestSellingSection .ec-banner-block-2 .banner-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.link {
    color: #000 !important
}

.hover-cont-wrapper .dm-feature {
    max-width: 100%;
}

.dm-feature .cmn--btn {
    padding: 5px 10px 5px;
    margin-top: 3px;
}

.dm-feature .price-request {
    background: #189d0e !important;
}

.dm-feature-details .price-request {
    background: #189d0e !important;
}

.bestSellingSection .banner-block .banner-content .ec-banner-title {
    color: #fff;
}

.bestSellingSection .banner-block .banner-content .ec-banner-stitle {
    color: #fff;
}

.bestSellingSection .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #494dbf;
}

.btn--dark,
.bg--dark {
    background-color: #106901 !important;
}

.banner__wrapper-content {
    width: 100%;
    padding: 0px;
}

footer {
    position: relative;
    background: url(./img/footer-bg.png) #8b4936 center center;
}

.badge--discount {
    background-color: #80e191;
    border: 1px solid rgb(247, 251, 254);
    color: #195e01;
}

.product__item {
    /*border: 1px solid rgb(148, 20, 21);*/
    padding: 5px;
    border-radius: 10px;
}

.product__item:hover {
    /*box-shadow: 5px 1px 8px 1px rgb(225 147 147);*/
    box-shadow: 0 0 8px rgb(225 147 147);
}

.homeSubBanner {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 5px 8px 8px 3px rgb(183 183 183);
}

.text--danger {
    color: rgb(148, 20, 21) !important;
}

@media (min-width: 992px) {
    .category-link li .category-sublink {
        height: 220px;
    }
}

.bestSellingSection .banner-block .leftSide {
    left: 15%;
    padding: 0;
}

.bestSellingSection .banner-block .rightSide {
    right: 15%;
    padding: 0;
}

.home-sub-banner a {
    width: 100%;
}

.link_sub {
    font-size: 14px;
    font-weight: 600;
}

.link_active {
    color: rgb(148, 20, 21) !important;
}

.link_sub:hover {
    color: rgb(148, 20, 21) !important;
}

.form--check hr {
    margin: 0.5rem 0;
}

section:not(.top-brands-section):nth-of-type(2n+1) .section__header {
    flex-direction: row;
}

section:not(.top-brands-section):nth-of-type(2n+1) .section__header .title {
    padding: 14px 40px 10px 18px;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
}

.cert-img {
    width: 100%;
}

.product__item:hover {
    box-shadow: 5px 1px 8px 1px rgb(225 147 147);
    box-shadow: 0 0 8px rgb(68, 131, 46);
}

/* New section herbal  */
.herbal-section {
    background-color: #ffffff;
    padding: 80px 0;
    font-family: "Poppins", sans-serif;
}

.herbal-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

.herbal-content {
    flex: 1 1 500px;
}

.herbal-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.4;
}

.herbal-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.read-more-btn {
    background-color: #f7cb45;
    color: #000;
    border: 1px solid #c1a939;
    padding: 10px 24px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #d9b23a;
    color: #fff;
}

.herbal-image {
    flex: 1 1 400px;
    text-align: center;
}

.herbal-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #d1e3c0;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .herbal-container {
        flex-direction: column;
        text-align: center;
    }

    .herbal-image img {
        max-width: 320px;
    }
}

/* End  */
/* new footer  */
.footer-section {
    background-color: #f8fbf8;
    padding: 0px 0px;
    color: #1c2e1e;
    font-family: "Poppins", sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.footer-left {
    flex: 1;
    min-width: 350px;
}

.footer-logo {
    width: 250px;
    margin-bottom: 15px;
}

.footer-email {
    margin-bottom: 15px;
    color: #1c2e1e;
    font-size: 14px;
}

.footer-social a {
    margin-right: 15px;
    font-size: 18px;
    color: #1c2e1e;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #5ca86b;
}

.footer-column h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #1c2e1e;
    font-size: 14px;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #5ca86b;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5px;
    font-size: 13px;
}

.footer-address p {
    margin: 3px 0;
}

.footer-copy p {
    margin: 3px 0;
    text-align: right;
}

@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-copy p {
        text-align: center;
    }
}

.footer-top {
    padding-top: 40px;
    padding-bottom: 0;
}

/* end footer  */
/* Why Section */
.why-section {
    padding: 60px 0;
    background: #f9fafb;
}

.why-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.why-box {
    background: #fff;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.why-box:hover {
    transform: translateY(-5px);
}

/* Gallery section  */
.gallery-section {
    background: #f9fafb;
}

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.4s ease;
    border-radius: 10px;
}

.gallery-box:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.gallery-box:hover .overlay {
    opacity: 1;
}

.overlay h5 {
    margin: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-box img {
        height: auto;
    }
}

/* Blog section  */
/* Breadcrumb */
.breadcrumb-section {
    padding: 10px 0;
    background: #f9fafb;
}

.breadcrumb-section h2 {
    font-size: 28px;
    font-weight: 600;
}

.breadcrumb-section p {
    margin: 5px 0 0;
    color: #666;
}

/* Blog Section */
.blog-section {
    padding: 60px 0;
}

/* Blog Card */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
}

/* Image */
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content */
.blog-content {
    padding: 20px;
}

.blog-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-content h3 a {
    color: #222;
    text-decoration: none;
}

.blog-content h3 a:hover {
    color: #0d6efd;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Button */
.read-btn {
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.read-btn:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-img img {
        height: 180px;
    }
}
/* details blog   */
/* Center Content */
.blog-content-area {
    max-width: 850px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

/* Title */
.blog-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Meta */
.blog-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Image */
.blog-main-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Content */
.blog-description {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* Headings inside content */
.blog-description h1,
.blog-description h2,
.blog-description h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-description h2 {
    font-size: 24px;
}

.blog-description h3 {
    font-size: 20px;
}

/* Paragraph */
.blog-description p {
    margin-bottom: 15px;
}

/* Lists */
.blog-description ul {
    padding-left: 20px;
}

.blog-description li {
    margin-bottom: 8px;
}
/* Sidebar */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

.sidebar-box h4 {
    margin-bottom: 15px;
}

.recent-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.recent-post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post a {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.recent-post span {
    font-size: 12px;
    color: #888;
}
/* Responsive */
@media (max-width: 768px) {
    .blog-content-area {
        padding: 20px;
    }

    .blog-title {
        font-size: 24px;
    }
}

/* end blog   */

/*GOOGle Review Section*/
.google-review-modern {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9fafb, #f3f6f9);
}

/* Card */
.review-card {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

/* Heading */
.review-card h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-card p {
    color: #666;
    margin-bottom: 20px;
}

/* Rating */
.review-rating {
    font-size: 18px;
    margin-bottom: 20px;
}

.review-rating span {
    display: block;
    font-size: 14px;
    color: #888;
}

/* Button */
.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.review-btn img {
    width: 100px;
}

.review-btn:hover {
    background: #f1f1f1;
}

/* User Images */
.review-users {
    margin-top: 25px;
}

.review-users img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 -5px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .review-card {
        padding: 25px;
    }

    .review-card h2 {
        font-size: 24px;
    }
}
/* =========================================
   MODERN PRODUCT / ABOUT SECTION
========================================= */

.modern-product-section {
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    background: #fff;
}

.modern-product-container {
    width: min(1180px, 100%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 80px;
}

/* =========================================
   CONTENT
========================================= */

.modern-product-content {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 9px 16px;
    margin-bottom: 22px;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 50px;

    color: #555;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.badge-dot {
    width: 8px;
    height: 8px;
    display: inline-block;

    background: #f4c542;
    border-radius: 50%;
}

.modern-product-title {
    margin: 0;

    color: #111;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.title-line {
    width: 65px;
    height: 4px;

    margin: 22px 0 25px;

    background: #f4c542;
    border-radius: 20px;
}

.modern-product-description {
    margin: 0;

    color: #555;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================
   BUTTON
========================================= */

.modern-product-actions {
    margin-top: 32px;
}

.modern-read-more {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 14px 20px 14px 24px;

    background: #111;
    color: #fff;

    text-decoration: none;

    border-radius: 8px;

    font-size: 15px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.modern-read-more .arrow {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4c542;
    color: #111;

    border-radius: 50%;

    font-size: 18px;

    transition: transform 0.3s ease;
}

.modern-read-more:hover {
    background: #222;
    color: #fff;
    transform: translateY(-2px);
}

.modern-read-more:hover .arrow {
    transform: translateX(4px);
}

/* =========================================
   IMAGE AREA
========================================= */

.modern-product-visual {
    position: relative;
    min-height: 470px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-card {
    position: relative;
    z-index: 3;

    width: min(470px, 100%);
    min-height: 430px;

    padding: 20px;

    background: #fff;

    border: 1px solid #e4e6e8;
    border-radius: 22px;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.03);

    transition: all 0.4s ease;
}

.product-image-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 35px 75px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.04);
}

/* =========================================
   IMAGE CARD HEADER
========================================= */

.image-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 3px 4px 15px;

    color: #777;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.image-number {
    color: #aaa;
}

/* =========================================
   IMAGE
========================================= */

.product-image-wrapper {
    height: 340px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #ffffff 0%,
            #f7f7f7 65%,
            #eeeeee 100%
        );

    border-radius: 15px;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    padding: 25px;

    transition: transform 0.5s ease;
}

.product-image-card:hover .product-image-wrapper img {
    transform: scale(1.04);
}

/* =========================================
   IMAGE FOOTER
========================================= */

.image-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px 4px 2px;

    color: #777;

    font-size: 12px;
    font-weight: 600;
}

.image-arrow {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4c542;
    color: #111;

    border-radius: 50%;

    font-size: 16px;
}

/* =========================================
   DECORATIVE SHAPES
========================================= */

.visual-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.shape-one {
    width: 280px;
    height: 280px;

    top: 20px;
    right: 0;

    background: rgba(244, 197, 66, 0.15);

    filter: blur(2px);
}

.shape-two {
    width: 170px;
    height: 170px;

    bottom: 15px;
    left: 10px;

    border: 35px solid rgba(0, 0, 0, 0.025);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .modern-product-section {
        padding: 70px 20px;
    }

    .modern-product-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .modern-product-content {
        max-width: 750px;
        margin: 0 auto;
        text-align: center;
    }

    .title-line {
        margin-left: auto;
        margin-right: auto;
    }

    .modern-product-actions {
        display: flex;
        justify-content: center;
    }

    .modern-product-visual {
        min-height: auto;
    }

    .product-image-card {
        width: min(500px, 100%);
    }
}

@media (max-width: 575px) {

    .modern-product-section {
        padding: 55px 15px;
    }

    .modern-product-container {
        gap: 35px;
    }

    .product-badge {
        font-size: 11px;
        padding: 8px 13px;
    }

    .modern-product-title {
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .modern-product-description {
        font-size: 14px;
        line-height: 1.75;
        -webkit-line-clamp: 6;
    }

    .modern-read-more {
        padding: 12px 16px 12px 20px;
    }

    .product-image-card {
        min-height: 350px;
        padding: 14px;
        border-radius: 16px;
    }

    .product-image-wrapper {
        height: 270px;
    }

    .product-image-wrapper img {
        padding: 15px;
    }

    .modern-product-visual {
        min-height: 370px;
    }

    .shape-one {
        width: 200px;
        height: 200px;
    }
}
 /* =========================================
    MODERN TOP CATEGORIES
 ========================================= */

.modern-category-section {
    padding: 50px 0;
    background: #f7f8fa;
    overflow: hidden;
}


/* =========================================
   HEADER
========================================= */

.modern-category-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 30px;
    padding-bottom: 18px;

    border-bottom: 1px solid #dedede;
}

.category-heading {
    position: relative;
}

.category-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 9px;

    color: #777;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.category-label span {
    width: 22px;
    height: 3px;

    display: inline-block;

    background: #f4c542;
    border-radius: 20px;
}

.category-heading h2 {
    margin: 0;

    color: #111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.7px;
}


/* =========================================
   RIGHT HEADER AREA
========================================= */

.category-slider-controls {
    display: flex;
    align-items: center;
    gap: 9px;
}


/* =========================================
   VIEW ALL
========================================= */

.category-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-right: 8px;

    color: #111;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.category-view-all:hover {
    color: #111;
}

.category-view-all i {
    width: 33px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #fff;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.category-view-all:hover i {
    background: #f4c542;
    color: #111;
    transform: translateX(4px);
}


/* =========================================
   SLIDER
========================================= */

.modern-category-slider {
    width: 100%;

    position: relative;

    overflow: hidden;
}

.modern-category-track {
    display: flex;
    gap: 20px;

    width: 100%;

    transition:
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);

    will-change: transform;
}


/* =========================================
   SLIDE
   3 CARDS DESKTOP
========================================= */

.modern-category-slide {
    flex: 0 0 calc((100% - 40px) / 3);

    min-width: 0;
}


/* =========================================
   SLIDER BUTTON
========================================= */

.category-slider-btn {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 1px solid #ddd;
    background: #fff;
    color: #111;

    border-radius: 50%;

    cursor: pointer;

    font-size: 17px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.category-slider-btn:hover {
    background: #f4c542;
    border-color: #f4c542;
    color: #111;

    transform: translateY(-2px);
}

.category-slider-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}


/* =========================================
   CATEGORY CARD
========================================= */

.modern-category-card {
    position: relative;

    display: block;

    width: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e6e7e9;

    border-radius: 14px;

    text-decoration: none;

    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.035);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.modern-category-card:hover {
    transform: translateY(-7px);

    border-color: #d5d5d5;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.10);
}


/* =========================================
   IMAGE AREA
========================================= */

.modern-category-image {
    position: relative;

    height: 310px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #ffffff 0%,
            #f8f8f8 70%,
            #eeeeee 100%
        );
}

.modern-category-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    padding: 20px;

    transition:
        transform 0.55s ease,
        filter 0.35s ease;
}

.modern-category-card:hover .modern-category-image img {
    transform: scale(1.07);
}


/* =========================================
   CATEGORY NUMBER
========================================= */

.category-number {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 2;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.94);

    color: #222;

    border: 1px solid #e5e5e5;

    border-radius: 50%;

    font-size: 11px;
    font-weight: 700;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.06);
}


/* =========================================
   IMAGE HOVER ARROW
========================================= */

.category-arrow {
    position: absolute;

    right: 15px;
    bottom: 15px;

    z-index: 3;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #fff;

    border-radius: 50%;

    opacity: 0;

    transform: translateY(12px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}

.category-arrow i {
    font-size: 18px;
    transform: rotate(45deg);
}

.modern-category-card:hover .category-arrow {
    opacity: 1;
    transform: translateY(0);

    background: #f4c542;
    color: #111;
}


/* =========================================
   CONTENT
========================================= */

.modern-category-content {
    min-height: 92px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 17px 18px;

    background: #fff;

    border-top: 1px solid #eeeeee;
}

.category-small-text {
    display: block;

    margin-bottom: 5px;

    color: #999;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.modern-category-content h3 {
    margin: 0;

    color: #161616;

    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;

    transition: color 0.3s ease;
}

.modern-category-card:hover .modern-category-content h3 {
    color: #000;
}


/* =========================================
   CONTENT ARROW
========================================= */

.category-link-arrow {
    width: 32px;
    height: 32px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #555;

    border: 1px solid #ddd;

    border-radius: 50%;

    font-size: 17px;

    transition: all 0.3s ease;
}

.modern-category-card:hover .category-link-arrow {
    background: #f4c542;
    border-color: #f4c542;
    color: #111;

    transform: translateX(3px);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .modern-category-slide {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    .modern-category-image {
        height: 320px;
    }
}


/* =========================================
   TABLET
   2 CARDS
========================================= */

@media (max-width: 991px) {

    .modern-category-section {
        padding: 45px 0;
    }

    .modern-category-header {
        align-items: center;
    }

    .modern-category-slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .modern-category-image {
        height: 270px;
    }

    .modern-category-content {
        min-height: 85px;
    }
}


/* =========================================
   MOBILE
   1 CARD
========================================= */

@media (max-width: 575px) {

    .modern-category-section {
        padding: 40px 0 50px;
    }

    .modern-category-header {
        margin-bottom: 22px;
        padding-bottom: 15px;
    }

    .category-heading h2 {
        font-size: 26px;
    }

    .category-label {
        margin-bottom: 7px;
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .category-label span {
        width: 18px;
        height: 2px;
    }

    .category-view-all {
        margin-right: 2px;
    }

    .category-view-all span {
        display: none;
    }

    .category-view-all i {
        width: 35px;
        height: 35px;
    }

    .category-slider-controls {
        gap: 6px;
    }

    .category-slider-btn {
        width: 35px;
        height: 35px;

        font-size: 15px;
    }

    .modern-category-track {
        gap: 12px;
    }

    .modern-category-slide {
        flex: 0 0 100%;
    }

    .modern-category-image {
        height: 260px;
    }

    .modern-category-image img {
        padding: 15px;
    }

    .category-number {
        top: 10px;
        left: 10px;

        width: 32px;
        height: 32px;

        font-size: 9px;
    }

    .category-arrow {
        width: 38px;
        height: 38px;

        right: 12px;
        bottom: 12px;
    }

    .modern-category-content {
        min-height: 78px;

        padding: 13px 14px;
    }

    .category-small-text {
        font-size: 9px;
    }

    .modern-category-content h3 {
        font-size: 15px;
    }

    .category-link-arrow {
        width: 29px;
        height: 29px;

        font-size: 14px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .modern-category-heading h2 {
        font-size: 23px;
    }

    .modern-category-image {
        height: 230px;
    }

    .modern-category-content {
        min-height: 72px;
    }

    .modern-category-content h3 {
        font-size: 14px;
    }
}


/* =========================================
   ACCESSIBILITY
========================================= */

.category-slider-btn:focus-visible,
.category-view-all:focus-visible,
.modern-category-card:focus-visible {
    outline: 2px solid #f4c542;
    outline-offset: 3px;
}
.feature-banner-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
}

.feature-banner-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.feature-banner-link {
    position: relative;

    display: block;
    width: 100%;

    line-height: 0;

    text-decoration: none;
}

.feature-banner-image {
    display: block;

    width: 100%;
    height: auto;

    min-height: 0;

    object-fit: cover;

    transition: transform 0.5s ease;
}

/* Optional subtle hover effect */
.feature-banner-link:hover .feature-banner-image {
    transform: scale(1.01);
}


/* =========================================
   MODERN PRODUCT CARD
========================================= */

.modern-product-card {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e5e7eb;
    border-radius: 14px;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.035);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.modern-product-card:hover {
    transform: translateY(-6px);

    border-color: #d8d8d8;

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.09);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.modern-product-image {
    position: relative;

    width: 100%;
    height: 270px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #ffffff 0%,
            #fafafa 65%,
            #f1f1f1 100%
        );
}

.modern-product-image-link {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    padding: 20px;

    object-fit: contain;

    transition: transform 0.5s ease;
}

.modern-product-card:hover .modern-product-image img {
    transform: scale(1.06);
}


/* =========================================
   PRODUCT ACTIONS
========================================= */

.modern-product-actions {
    position: none;
    width: 180px;
    top: 14px;
    right: 14px;

    z-index: 5;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modern-product-action {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.95);

    color: #333;

    border: 1px solid #e5e5e5;

    border-radius: 50%;

    text-decoration: none;

    font-size: 17px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);

    opacity: 0;
    transform: translateX(10px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.modern-product-card:hover .modern-product-action {
    opacity: 1;
    transform: translateX(0);
}

.modern-product-action:hover {
    background: #f4c542;
    border-color: #f4c542;

    color: #111;
}


/* =========================================
   PRODUCT CONTENT
========================================= */

.modern-product-content {
    padding: 17px 17px 16px;

    background: #fff;

    border-top: 1px solid #eeeeee;
}


/* =========================================
   TITLE
========================================= */

.modern-product-title {
    min-height: 42px;

    margin: 0 0 7px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;

    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modern-product-title a {
    color: #222;

    text-decoration: none;

    transition: color 0.25s ease;
}

.modern-product-title a:hover {
    color: #000;
}


/* =========================================
   STOCK
========================================= */

.modern-stock {
    display: flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 9px;

    font-size: 11px;
    font-weight: 600;
}

.modern-stock-in {
    color: #20a85a;
}

.modern-stock-out {
    color: #e53935;
}

.stock-dot {
    width: 6px;
    height: 6px;

    display: inline-block;

    background: currentColor;

    border-radius: 50%;
}


/* =========================================
   META
========================================= */

.modern-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 8px;

    margin-top: 5px;
}


/* =========================================
   RATING
========================================= */

.modern-product-rating {
    color: #f4a623;

    font-size: 12px;

    white-space: nowrap;
}

.modern-product-rating .rating-count {
    color: #999;
}


/* =========================================
   PRICE
========================================= */

.modern-product-price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;

    gap: 2px;

    text-align: right;

    white-space: nowrap;
}

.current-price {
    color: #222;

    font-size: 14px;
    font-weight: 700;
}

.modern-product-price del {
    color: #999;

    font-size: 10px;
    font-weight: 400;
}


/* =========================================
   BUTTONS
========================================= */

.modern-product-buttons {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 14px;

    overflow: hidden;

    max-height: 0;
    opacity: 0;

    transform: translateY(8px);

    transition:
        max-height 0.35s ease,
        opacity 0.3s ease,
        transform 0.35s ease;
}

.modern-product-card:hover .modern-product-buttons {
    max-height: 55px;

    opacity: 1;

    transform: translateY(0);
}


/* =========================================
   ADD TO CART
========================================= */

.modern-cart-btn {
    flex: 1;

    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 0 12px;

    border: 0;

    border-radius: 7px;

    background: #111;
    color: #fff;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.modern-cart-btn i {
    font-size: 16px;
}

.modern-cart-btn:hover {
    background: #f4c542;
    color: #111;
}


/* =========================================
   WHATSAPP / REQUEST
========================================= */

.modern-request-btn {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #20b858;
    color: #fff;

    border-radius: 7px;

    text-decoration: none;

    font-size: 19px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.modern-request-btn:hover {
    background: #168c42;
    color: #fff;

    transform: translateY(-2px);
}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 1200px) {

    .modern-product-image {
        height: 285px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .modern-product-image {
        height: 250px;
    }

    .modern-product-content {
        padding: 14px;
    }

    .modern-product-title {
        font-size: 14px;
    }

    .modern-product-card:hover {
        transform: translateY(-3px);
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .modern-product-image {
        height: 220px;
    }

    .modern-product-image img {
        padding: 15px;
    }

    .modern-product-content {
        padding: 13px;
    }

    .modern-product-title {
        font-size: 14px;
    }

    .modern-product-meta {
        align-items: flex-start;
    }

    /*
       Keep buttons visible on mobile
       because mobile has no hover.
    */

    .modern-product-buttons {
        max-height: 55px;

        opacity: 1;

        transform: none;
    }

    .modern-product-action {
        opacity: 1;

        transform: none;
    }

    .modern-product-actions {
        top: 10px;
        right: 10px;
    }

    .modern-product-action {
        width: 34px;
        height: 34px;
    }
}
/* =========================================
   MODERN PRODUCT HEADER
========================================= */

.modern-product-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 30px;
    padding-bottom: 18px;

    border-bottom: 1px solid #dedede;
}

.product-heading {
    position: relative;
}

.product-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 9px;

    color: #777;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.product-label span {
    width: 22px;
    height: 3px;

    display: inline-block;

    background: #f4c542;

    border-radius: 20px;
}

.product-heading h2 {
    margin: 0;

    color: #111;

    font-size: 34px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -0.7px;
}


/* =========================================
   VIEW ALL
========================================= */

.product-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #111;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.product-view-all i {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #fff;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.product-view-all:hover {
    color: #111;
}

.product-view-all:hover i {
    background: #f4c542;
    color: #111;

    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .modern-product-header {
        align-items: center;

        margin-bottom: 22px;
        padding-bottom: 15px;
    }

    .product-heading h2 {
        font-size: 28px;
    }

    .product-label {
        font-size: 10px;
    }

    .product-view-all span {
        display: none;
    }

    .product-view-all i {
        width: 35px;
        height: 35px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .product-heading h2 {
        font-size: 24px;
    }

    .product-label {
        margin-bottom: 7px;

        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .product-label span {
        width: 18px;
        height: 2px;
    }
}
.modern-products-section {
    padding: 60px 0;

    background: #fff;

    overflow: hidden;
}

/* =========================================
   MODERN ENQUIRY SECTION
========================================= */

.modern-enquiry-section {
    padding: 80px 0;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(244, 197, 66, 0.08),
            transparent 30%
        ),
        #f7f9f7;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.modern-enquiry-wrapper {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 55px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.modern-enquiry-intro {
    padding: 20px 10px;
}

.enquiry-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 14px;

    color: #777;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.enquiry-label > span {
    width: 23px;
    height: 3px;

    display: inline-block;

    background: #f4c542;

    border-radius: 20px;
}

.modern-enquiry-intro h2 {
    max-width: 500px;

    margin: 0 0 18px;

    color: #111;

    font-size: 42px;
    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -1px;
}

.modern-enquiry-intro > p {
    max-width: 520px;

    margin: 0 0 30px;

    color: #666;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   ENQUIRY POINTS
========================================= */

.enquiry-points {
    display: flex;
    flex-direction: column;

    gap: 18px;
}

.enquiry-point {
    display: flex;
    align-items: flex-start;

    gap: 14px;
}

.enquiry-icon {
    width: 44px;
    height: 44px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #f4c542;

    border-radius: 10px;

    font-size: 20px;
}

.enquiry-point h4 {
    margin: 0 0 4px;

    color: #222;

    font-size: 14px;
    font-weight: 700;
}

.enquiry-point p {
    margin: 0;

    color: #777;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   FORM BOX
========================================= */

.modern-enquiry-form-box {
    padding: 38px;

    background: #fff;

    border: 1px solid #e2e5e2;

    border-radius: 18px;

    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.07);
}


/* =========================================
   FORM HEADING
========================================= */

.modern-form-heading {
    margin-bottom: 25px;
}

.modern-form-heading > span {
    display: inline-block;

    margin-bottom: 5px;

    color: #999;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.modern-form-heading h3 {
    margin: 0 0 5px;

    color: #111;

    font-size: 26px;
    font-weight: 700;
}

.modern-form-heading p {
    margin: 0;

    color: #888;

    font-size: 13px;
}


/* =========================================
   FORM
========================================= */

.modern-enquiry-form {
    display: flex;
    flex-direction: column;

    gap: 17px;
}

.modern-form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;
}

.modern-form-group {
    width: 100%;
}

.modern-form-group label {
    display: block;

    margin-bottom: 7px;

    color: #333;

    font-size: 12px;
    font-weight: 600;
}

.modern-form-group label span {
    color: #e53935;
}


/* =========================================
   INPUT
========================================= */

.modern-input,
.modern-textarea {
    position: relative;

    width: 100%;
}

.modern-input > i,
.modern-textarea > i {
    position: absolute;

    top: 50%;
    left: 14px;

    z-index: 2;

    color: #999;

    font-size: 17px;

    transform: translateY(-50%);

    pointer-events: none;
}

.modern-textarea > i {
    top: 18px;

    transform: none;
}

.modern-input input,
.modern-input select,
.modern-textarea textarea {
    width: 100%;

    margin: 0;

    padding: 12px 14px 12px 42px;

    color: #222;

    background: #fafbfa;

    border: 1px solid #e1e3e1;

    border-radius: 8px;

    outline: none;

    font-size: 13px;

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.modern-input select {
    cursor: pointer;

    appearance: auto;
}

.modern-input input:focus,
.modern-input select:focus,
.modern-textarea textarea:focus {
    background: #fff;

    border-color: #234b33;

    box-shadow:
        0 0 0 3px rgba(35, 75, 51, 0.08);
}

.modern-input input::placeholder,
.modern-textarea textarea::placeholder {
    color: #aaa;
}


/* =========================================
   TEXTAREA
========================================= */

.modern-textarea textarea {
    min-height: 105px;

    resize: vertical;

    line-height: 1.6;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.modern-submit-btn {
    width: 100%;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: 3px;

    padding: 12px 20px;

    border: 0;

    border-radius: 8px;

    background: #111;
    color: #fff;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.modern-submit-btn i {
    font-size: 17px;

    transition: transform 0.3s ease;
}

.modern-submit-btn:hover {
    background: #f4c542;
    color: #111;

    transform: translateY(-2px);
}

.modern-submit-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .modern-enquiry-section {
        padding: 60px 0;
    }

    .modern-enquiry-wrapper {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .modern-enquiry-intro {
        text-align: center;
    }

    .modern-enquiry-intro h2,
    .modern-enquiry-intro > p {
        margin-left: auto;
        margin-right: auto;
    }

    .enquiry-points {
        max-width: 600px;

        margin: 0 auto;

        text-align: left;
    }

    .modern-enquiry-form-box {
        max-width: 750px;

        width: 100%;

        margin: 0 auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .modern-enquiry-section {
        padding: 45px 0;
    }

    .modern-enquiry-intro {
        padding: 0;
    }

    .modern-enquiry-intro h2 {
        font-size: 31px;

        letter-spacing: -0.5px;
    }

    .modern-enquiry-intro > p {
        font-size: 14px;
    }

    .modern-enquiry-form-box {
        padding: 25px 18px;

        border-radius: 14px;
    }

    .modern-form-row {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .modern-form-heading h3 {
        font-size: 23px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .modern-enquiry-intro h2 {
        font-size: 27px;
    }

    .enquiry-point {
        gap: 10px;
    }

    .enquiry-icon {
        width: 40px;
        height: 40px;

        font-size: 18px;
    }

    .enquiry-point h4 {
        font-size: 13px;
    }

    .enquiry-point p {
        font-size: 11px;
    }

    .modern-enquiry-form-box {
        padding: 22px 15px;
    }

    .modern-input input,
    .modern-input select,
    .modern-textarea textarea {
        font-size: 12px;
    }
}
/* =========================================
   GLOBAL CUSTOMER REVIEWS
========================================= */

.global-review-section {
    padding: 70px 0;
    background: #fff;
}


/* =========================================
   HEADER
========================================= */

.global-review-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 30px;
    padding-bottom: 22px;

    border-bottom: 1px solid #dedede;
}

.review-heading {
    max-width: 700px;
}

.review-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    color: #777;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.review-label span {
    width: 22px;
    height: 3px;

    display: inline-block;

    background: #f4c542;

    border-radius: 20px;
}

.review-heading h2 {
    margin: 0 0 8px;

    color: #111;

    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;

    letter-spacing: -0.7px;
}

.review-heading p {
    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================
   GOOGLE REVIEW BUTTON
========================================= */

.google-review-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    background: #fff;

    color: #222;

    border: 1px solid #ddd;
    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;

    transition: all 0.3s ease;
}

.google-review-link img {
    width: 68px;
    height: auto;
}

.google-review-link i {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;
    color: #fff;

    border-radius: 50%;

    font-size: 15px;

    transition: all 0.3s ease;
}

.google-review-link:hover {
    color: #111;

    border-color: #111;

    transform: translateY(-2px);
}

.google-review-link:hover i {
    background: #f4c542;
    color: #111;

    transform: translate(2px, -2px);
}


/* =========================================
   MAIN REVIEW BOX
========================================= */

.global-review-content {
    display: grid;

    grid-template-columns: 1fr 1.5fr 1fr;

    align-items: center;

    gap: 25px;

    padding: 30px;

    background: #fff;

    border: 1px solid #e5e6e8;

    border-radius: 16px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.045);
}


/* =========================================
   RATING
========================================= */

.review-rating-box {
    display: flex;
    align-items: center;

    gap: 15px;

    padding-right: 25px;

    border-right: 1px solid #e5e5e5;
}

.rating-number {
    color: #111;

    font-size: 38px;
    line-height: 1;

    font-weight: 700;
}

.rating-number span {
    color: #888;

    font-size: 14px;
    font-weight: 500;
}

.rating-details {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.rating-stars {
    color: #f4b928;

    font-size: 18px;

    letter-spacing: 2px;
}

.rating-details span {
    color: #888;

    font-size: 11px;
}


/* =========================================
   TRUST MESSAGE
========================================= */

.review-trust-text {
    display: flex;
    align-items: center;

    gap: 15px;
}

.trust-icon {
    width: 52px;
    height: 52px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f8fa;

    color: #111;

    border: 1px solid #e5e5e5;

    border-radius: 50%;
}

.trust-icon i {
    font-size: 23px;
}

.review-trust-text strong {
    display: block;

    margin-bottom: 5px;

    color: #222;

    font-size: 15px;
}

.review-trust-text p {
    margin: 0;

    color: #777;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   REVIEW USERS
========================================= */

.review-users-wrapper {
    display: flex;
    flex-direction: column;

    align-items: flex-end;

    gap: 7px;
}

.review-users {
    display: flex;
    align-items: center;
}

.review-users img,
.more-review {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    border: 3px solid #fff;

    object-fit: cover;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.review-users img:not(:first-child),
.more-review {
    margin-left: -9px;
}

.more-review {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #111;

    color: #fff;

    font-size: 10px;
    font-weight: 700;
}

.review-count {
    color: #888;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .global-review-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .global-review-content {
        grid-template-columns: 1fr 1fr;
    }

    .review-rating-box {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;

        padding: 0 0 20px;
    }

    .review-trust-text {
        padding-bottom: 20px;

        border-bottom: 1px solid #e5e5e5;
    }

    .review-users-wrapper {
        align-items: flex-start;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .global-review-section {
        padding: 55px 0;
    }

    .global-review-header {
        margin-bottom: 22px;

        padding-bottom: 18px;
    }

    .review-heading h2 {
        font-size: 27px;
    }

    .review-heading p {
        font-size: 13px;
    }

    .google-review-link {
        padding: 8px 12px;
    }

    .global-review-content {
        grid-template-columns: 1fr;

        padding: 22px;

        gap: 20px;
    }

    .review-rating-box {
        padding-bottom: 18px;
    }

    .review-trust-text {
        padding-bottom: 18px;
    }

    .review-users-wrapper {
        align-items: flex-start;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .global-review-section {
        padding: 45px 0;
    }

    .review-heading h2 {
        font-size: 23px;
    }

    .review-label {
        font-size: 10px;
    }

    .google-review-link span {
        display: none;
    }

    .google-review-link img {
        width: 62px;
    }

    .global-review-content {
        padding: 18px;
    }

    .rating-number {
        font-size: 32px;
    }

    .rating-stars {
        font-size: 16px;
    }

    .review-users img,
    .more-review {
        width: 38px;
        height: 38px;
    }
}
