body a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

body a:hover {
    text-decoration: none;
    color: #2364f9;
}

body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body li {
    list-style-type: none;
}

/******* HEADER PART START *******/
.header-bg {
    /* background: linear-gradient(90deg, #0d2a64, #325a14); */
    background: linear-gradient(202deg, #003c00, #005300, #005300, #164532, #72e6b7, #164532);
}

header {}

header.hide-header {
    transform: translateY(-100%);
}

header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header .logo {
    max-width: 160px;
}

header .nav-item {
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

header .nav-item .nav-link {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    transition: 0.5s ease;
}

header .nav-item .nav-link:hover {
    color: #ffea00;
}

header .navbar-toggler-icon {
    width: unset;
    height: unset;
}

header .navbar-toggler:focus {
    box-shadow: none !important;
}

header .navbar-toggler {
    background: #1c3e43;
    border: 4px double #ffffff;
    padding: 4px 8px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/******* HEADER PART END *******/

/******* banner PART start *******/
.banner-bg {
    background:
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.452)),
        url(../images/ai-generated-8756077_1280.jpg) center center no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}

.about-bg {
    padding: 60px 0;
}

.about-bg img {
    max-width: 360px;
    border: 2px solid #004a00;
    border-radius: 10px;
    box-shadow: 2px 2px 1px #083108;
}

.Treatment-bg {
    /* background: linear-gradient(45deg, #1e4040, #2c531f); */
    padding: 60px 0;
}

.Treatment-bg h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 40px;
    font-weight: 700;
    color: #004a00;
}

.Treatment-bg ul {}

.Treatment-bg ul li {}

.Treatment-bg .Treatment img {
    border-radius: 5px;
    max-height: 166px;
    width: 100%;
}

h2 {
    color: #004a00;
}

.Treatment-bg .Treatment p {
    font-size: 16px;
    color: #004a00;
    text-align: center;
    font-weight: 500;
    margin: 4px 0;
}

.footer-bg {
    /* background: linear-gradient(202deg, #003c00, #005300, #005300, #007600, green, #36a336, #9cc29c); */
    background: linear-gradient(104deg, #000000e3, #000000a1), url(../images/footer-bg.jpg) center center no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.footer-bg .footer-logo {}

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

.footer-bg p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.footer-bg h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-bottom: 3px solid #ab0808;
    margin: 0 0 5px;
    padding: 0 0 4px;
    width: fit-content;
}

.footer-bg .footer-menu p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-bg li {
    padding: 0 0 8px;
}

.footer-bg a {
    font-size: 16px;
    margin: 0;
    color: #fff;
    transition: 0.3s ease;
}

.footer-bg a:hover {
    color: #ffff52;
}

.footer-bg .social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-bg .social li i {
    font-size: 22px;

}

/**********about-page**************/
.about-ban {
    box-shadow: inset 0px 311px 0px 0px #1309093b;
    background: url(../images/centella-3518194_1280.jpg) center no-repeat;
    background-size: cover;
    min-height: 220px;
}

.about-ban h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.about-con {
    padding: 50px 0 30px;
}

.about-con img {
    border-radius: 10px;
}

/**********about-page**************/
.contact-ban {
    background: url(../images/pexels-biluk-165537.jpg) center no-repeat;
    background-size: cover;
}

.contact-con {
    padding-top: 70px;
}

.contact-con .contact-in {}


.contact-con .contact-in {
    background: linear-gradient(104deg, #0000003f, #0000003b), url(../images/pexels-ingo-35646.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 20px;
    min-height: 200px;
    border-radius: 10px;
    /* box-shadow: inset 0px 0px 170px #ffffff; */
    align-content: center;
    transition: 0.5s ease;

}

.contact-con .contact-in2 {
    background: linear-gradient(104deg, #0000003f, #0000003f), url(../images/coltsfoot-9491300_1280.jpg) center no-repeat;
}

.contact-con .contact-in3 {
    background: linear-gradient(104deg, #0000003f, #0000003f), url(../images/pexels-pixabay-35196.jpg) center no-repeat;
}

/* 
.contact-con .contact-in:hover a{
    color: #ffff1f !important;
} */

.contact-con .contact-in h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 10px;

}

.contact-con .contact-in:hover h3 {
    color: #fff;
}

.contact-con .contact-in p {
    color: #ffffff;
    margin: 0;

}

.contact-con .contact-in p a {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    transition: 0.5s ease;
}

.contact-con .contact-in:hover a {
    color: #fff;
}

.contact-con .contact-in p a:hover {
    color: #ffff1f;
}

.contact-con .contact-in:hover p {
    color: #fff;
}

.contact-con .social li {
    display: inline-block;
    padding: 0 5px;
}

.contact-con .social a {
    font-size: 22px;
    color: #ffffff;
    transition: 0.5s ease;

}

.contact-con .social a:hover {
    color: #ffff1f;
}

.con-map iframe {
    margin: 40px 0 30px;
    border-radius: 10px;
}


.faq-ban {
    background: url(../images/lavender-1595587_1280.jpg) center no-repeat;
    box-shadow: inset 0px 311px 0px 0px #0c06068c;
}

.faq-con {
    background: url(../images/aloe-vera-197383_1280.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0px 999px 0px #fefefeeb;
}

.faq-con .accordion-item {
    background-color: #ffffff00;
    border: 1px solid rgb(0 0 0 / 0%);
    margin: 0 0 10px;
}

.faq-con .accordion-button {
    background-color: #e4e4e4;

}

.faq-con .accordion-button:focus {
    box-shadow: 0 0 0 1.25px rgb(44 82 33);
}

.faq-con .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #224536;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-con .accordion-button:not(.collapsed)::after {
    filter: hue-rotate(307deg) contrast(5.5);
}

.faq-con .accordion-body {
    border-radius: 0px 0px 5px 5px;
    margin: 0 0 10px;
    background: #f2f2f2;
}

.faq-con h2 {
    margin: 0;
}

.faq-con p {
    margin: 0;
}







@media (max-width:1199px) {
    .about-bg img {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    header .nav-item .nav-link {
        width: fit-content;
        margin: auto;
    }

    header .align-items-center {
        justify-content: center;
        margin: 10px 0px 0px;
    }

    .footer-bg .footer-logo,
    .footer-menu {
        margin: 0 0 20px;
    }

    .about-bg img {
        margin: 0 0 30px;
    }

    .about-con {
        padding: 40px 0 30px;
    }

    .con-map iframe {
        margin: 40px 0 0px;
    }
}

@media (max-width:767px) {

    .banner-bg {
        min-height: 220px;
    }

    .about-bg {
        padding: 12px 0 30px;
    }

    .Treatment-bg {
        padding: 30px 0;
    }

    .footer-bg {
        padding: 36px 0 20px;
    }

    .about-ban {
        min-height: 180px;
    }

    .contact-con .contact-in {
        max-width: 300px;
        margin: 10px auto;
    }
}

.Treatment-bg .Treatment {
    border: 1px solid green;
    padding: 5px;
    border-radius: 10px;
}

.btn-primary {
    color: #fff !important;
    background-color: #14412e !important;
    border-color: #14412e !important;
    transition: all 0.5s !important;
}

.btn-primary:hover {
    color: #14412e !important;
    background-color: #fff !important;
    border-color: #14412e !important;
}

.Treatment-page {
    background: #efefef !important;
}

.Treatment-page .Treatment {
    background: white !important;
}

.contact-card {
    background: radial-gradient(#00000078, #0000004f, #00000005, transparent);
    padding: 41px 0;
}

/* new */
.enquiry-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 50px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #08281c;
}

.form-left,
.info-right {
    flex: 1;
    padding: 40px;
}

.form-left {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.342), rgba(0, 0, 0, 0.342)), url(../images/water.jpg) center no-repeat;
    background-position: center;
    background-size: cover; */
}

.info-right {
    background: linear-gradient(to right, rgb(0 28 8), rgb(0 43 7 / 81%), rgb(0 0 0 / 57%)), url(../images/water.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}

.form-left h2 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #003200;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #00450f;
    border-radius: 4px;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    padding: 10px 25px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.btn-submit:hover {
    background: #0056b3;
}

.info-right h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.info-right p {
    line-height: 1.6;
    margin-bottom: 30px;
}

.info-right p a:hover {
    color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
    .enquiry-section {
        flex-direction: column;
    }

    .form-left,
    .info-right {
        padding: 20px;
    }
}




.mb-30 {
    margin-bottom: 30px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}

.social li {
    margin: 0 10px;
}

.social li:first-child {
    margin-left: 0;
}

.form-group input::placeholder {
    color: rgba(0, 53, 0, 0.498);
}

.social li a:hover {
    color: white !important;
}

.about-dr h4 {
    color: #a50000;
    margin-bottom: 3px;
}

.about-dr p {
    color: #545454;
    font-size: 17px;
}

/* Whastapp */
.whatsapp-float {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp {
    width: 100px;
    height: 100px;
}

.accordion-button {
    font-size: 17px !important;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    border: 1px solid rgb(0 120 0);
    transition: all 0.5s;
}

.card:hover {
    transform: translateY(-5px);
}

.card h3 {
    margin-top: 0;
    color: #333;
}

.card .date {
    font-size: 0.9em;
    color: #780000;
    margin-bottom: 10px;
}

.card p {
    color: #555;
}

footer {
    text-align: center;
    padding: 30px;
    background-color: #333;
    color: #fff;
    margin-top: 40px;
}

.blog-page .card h4 a {
    color: #004a00;
}


.text-justify {
    text-align: justify;
}

.card-img {
    position: relative;
}

.card-img img {
    border-radius: 5px 5px 0 0;

}

.btn-sec {
    transition: all 0.5s !important;
    display: none;
    transition: all 0.5s !important;
}

.card:hover .btn-sec {
    transition: all 0.5s !important;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.393);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-more-btn {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
    pointer-events: none;
}

.card:hover .view-more-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.blog-image {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.blog-content h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.blog-content .date {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 30px;
}

.blog-content p {
    line-height: 1.7;
    margin-bottom: 20px;
}

.blog-sec {
    padding: 50px 0;
}

.blog-content {
    border: 1px solid #004a00;
    border-radius: 5px;
}

.blog-full-content {
    padding: 20px;
}

.blog-content h1 {
    color: #004a00;
}

.blog-content p strong {
    color: #004a00;
}

.card-content {
    min-height: 212px;
}

.explore-ban {
    background-image: url(../images/ayurveda-india-background_1279562-8294.avif) !important;
    background-size: cover;
    background-position: bottom;
}

.blog-ban {
    background-image: url(../images/flower-ban.jpg) !important;
    background-size: cover;
}

.since-content {
    position: absolute;
    bottom: 58%;
    left: 76.5%;
    width: max-content !important;
    transform: translateX(-50%);
}

.since-content P {
    width: max-content;
    color: white;
    font-size: 26px;
}

@media (max-width: 1100px) {
 .since-content { 
    bottom: 65%;
    left: 76.5%; 
 }
}


@media (max-width: 350px) {
 .since-content { 
    bottom: 70%;
    left: 76.5%; 
 }
}