.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;
    }
}
/*GOOGle Review Section End*/