
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #afcb20 !important;
    --bs-secondary: #EFA286;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #FAF9FB;
    --bs-dark: #202135;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #202135;
    font-family: "El Messiri", sans-serif;
}
.loader{
    /* width:220px;
    height:220px; */
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* Rotating circle */
.loader::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    border:5px solid transparent;
    border-top-color:#78a900;
    border-right-color:#4f8b83;
    animation:rotate 2s linear infinite;
}


/* Logo */
.loader img{
    width:120px;
    height:120px;
    object-fit:contain;
    animation:pulse 1.8s ease-in-out infinite;
}


/* Text */
.loading-text{
    position:absolute;
    bottom:-45px;
    color:#4f8b83;
    font-size:18px;
    letter-spacing:3px;
    animation:fade 1.5s infinite;
}


/* Animations */

@keyframes rotate{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

@keyframes pulse{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.08);
    }
}

@keyframes fade{
    0%,100%{
        opacity:.3;
    }
    50%{
        opacity:1;
    }
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.bg-dark {
    background-color: #005234 !important;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: var(--bs-primary);
        font-size: 20px;
}

.treatment-card{

    background:#fff;
    border-radius:35px;
    overflow:hidden;
    border:1px solid #ddd8ce;
    min-height:332px;

}


/* Image */

.treatment-img{

    height:360px;
    object-fit:cover;
    width:100%;

    border-radius:20px 100px 20px 20px;

}


/* Content */
.container-fluid.service.py-5 {
    background: #fdf4e5;
}
.content-box{

    padding:24px 45px;

}


.icon-box{

   width: 68px;
    height: 60px;
    margin-bottom: 21px;

}


.icon-box img{

    width:100%;

}



.title{

    font-family:'Cormorant Garamond',serif;

    font-size: 32px;
    line-height: 1.1;
    color: #0f1c14;
    font-weight: 500;

}



.description{

    margin-top:10px;

    font-size:16px;

    line-height:1.8;

    color:#666;

    max-width:350px;

}



.btn-more{

    margin-top:20px;

    text-decoration:none;

    color:#476d5c;

    font-size:18px;

    font-weight:600;

}


.btn-more:hover{

    color:#87a94a;

}


/* Mobile */

@media(max-width:768px){

.treatment-img{

    height:300px;

    border-radius:0 0 80px 80px;

}


.content-box{

    padding:35px 25px;

}


.title{

    font-size:34px;

}

}
.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #ffffff !important;
    font-size: 16px;
    font-weight:700;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 125px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/

.hero-banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 45px;
    color: #fff;

    font-weight: 700;
}

.hero-content p {
    color: #fff;

    font-size: 20px;
}

.btn-ayurveda {
    background:#7b9e3c;
    color:white;
    padding:12px 35px;
    border-radius:30px;
}

.btn-ayurveda:hover {
    background:#56751f;}
 .btn-primary {
    color: #000;
    background-color: #4d897d;
    border-color: #3b6960;
}
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/


/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: #a8614b;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgb(175 203 32), rgb(77 137 125 / 79%)), url(../img/testimonial.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgb(77 137 125), rgb(77 137 125)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fmap iframe{
        margin-top: 5rem;
    border: 10px solid #fff;
    border-radius: 11px;
}

.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
      background: linear-gradient(#001612, rgb(0 0 0 / 62%)), url(../img/footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

.service::after{

    background-image: url(../img/bg-s.png);
    content: "";
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 150px auto;
}
.about {
    background: url(../img/bg-a.png);

    background-size:110%;
    background-position:center;

    background-repeat:no-repeat;

    position:relative;

    overflow:hidden;

    animation:zoomOut 12s ease-in-out infinite alternate;
}
@keyframes zoomOut{


    from{

        background-size:120%;

        background-position:center;

    }


    to{

        background-size:100%;

        background-position:center;

    }

}

.treatment-card:hover {
    background: #ede9be;
}

.marma-container{
    display:flex;
    align-items:center;
    gap:60px;
    max-width:1200px;
    margin:auto;
}

.marma-image{
    width:45%;
    position:relative;
}

.marma-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:25px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#8b5e2b;
    color:white;
    padding:20px 35px;
    border-radius:15px;
}

.experience-box h3{
    margin:0;
    font-size:28px;
}

.experience-box p{
    margin:5px 0;
}


.marma-content{
    width:55%;
}

.sub-title{
    color:#8b5e2b;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
}


.marma-content h1{
    font-size:42px;
    color:#254117;
    margin:15px 0;
}

.marma-content h1 span{
    color:#b07a35;
}


.marma-content p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}


.benefits{
    margin-top:25px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
        margin-bottom: 30px;
}


.benefit-item{
    display:flex;
    align-items:center;
    gap:12px;
}


.benefit-item span{
    background:#8b5e2b;
    color:white;
    width:28px;
    height:28px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}


.benefit-item p{
    margin:0;
    font-size:15px;
}


/* .btn{
    display:inline-block;
    margin-top:30px;
    background:#254117;
    color:white;
    padding:14px 35px;
    border-radius:30px;
    text-decoration:none;
    transition:.3s;
}

.btn:hover{
    background:#8b5e2b;
} */

section.marma-section {
    padding: 80px 0;
}
@media(max-width:900px){

.marma-container{
    flex-direction:column;
}

.marma-image,
.marma-content{
    width:100%;
}

.marma-image img{
    height:400px;
}

.benefits{
    grid-template-columns:1fr;
}

.marma-content h1{
    font-size:32px;
}

}

.rooms-section{
    background:#f8f5ed;
}


.room-subtitle{
    color:#9b6b32;
    font-weight:600;
    letter-spacing:1px;
}


.room-title{
    color:#254117;
    font-size:42px;
    font-weight:700;
}


.room-image{
    height:450px;
    object-fit:cover;
}


.col-lg-6 h3{
    color:#254117;
    font-size:30px;
}


.col-lg-6 p{
    line-height:1.8;
    color:#555;
}


.room-features{
    margin-top:25px;
}


.feature{
    margin-bottom:15px;
    font-size:16px;
    color:#444;
}


.feature i{
    color:#9b6b32;
    margin-right:10px;
}


.room-btn{
    background:#254117;
    color:white;
    padding:13px 35px;
    border-radius:30px;
}


.room-btn:hover{
    background:#9b6b32;
    color:white;
}


@media(max-width:768px){
.hero-content p {
    color: #fff;
    font-size: 15px;
}
.hero-content h1 {
    font-size: 30px;}
.room-title{
    font-size:32px;
}

.room-image{
    height:300px;
}

}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.aryadatham-footer{

    background:#021f1e;
    color:#eee;
    font-family:'Poppins',sans-serif;

}


.footer-logo{

    color:#d6a45b;
    font-size:28px;
    font-weight:700;

}


.aryadatham-footer p{

    color:#ddd;
    line-height:1.8;

}


.aryadatham-footer h5{

    color:#d6a45b;
    margin-bottom:20px;
    font-size:20px;

}


.aryadatham-footer ul{

    list-style:none;
    padding:0;

}


.aryadatham-footer ul li{

    margin-bottom:12px;

}


.aryadatham-footer ul li a{

    text-decoration:none;
    color:#ddd;
    transition:.3s;

}


.aryadatham-footer ul li a:hover{

    color:#d6a45b;
    padding-left:5px;

}



.social-icons a{

    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#d6a45b;
    color:#1f3518;
    border-radius:50%;
    margin-right:8px;
    text-decoration:none;
    transition:.3s;

}


.social-icons a:hover{

    background:white;

}



.footer-bottom{

    border-top:1px solid rgba(255,255,255,.2);
    text-align:center;
    padding:20px;

}


.footer-bottom p{

    margin:0;
    font-size:14px;

}
.choose-card{
    transition:0.4s ease;
    background:#ffffff;
}

.choose-card:hover{
    transform:translateY(-10px);
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#e9f7ed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#198754;
}
section#why-choose {
    background: #bbd3453d;
}

.cta-box{
    background: linear-gradient(135deg, #198754, #0f5132);
    position:relative;
    overflow:hidden;
    border-radius: 19px;
}

.cta-box:before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-80px;
    left:-80px;
}

.cta-box:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    bottom:-80px;
    right:-80px;
}

.cta-box h2,
.cta-box p,
.cta-box a{
    position:relative;
    z-index:2;
}

      .panchakarma-section{
            padding: 100px 0;
        }

        .section-tag{
            display: inline-block;
            background: #d8f0d1;
            color: #2e6b3d;
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .main-title{
            font-size: 48px;
            font-weight: 700;
            color: #1d472b;
            margin-bottom: 25px;
        }

        .content-card{
            background: #fff;
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.06);
        }

        .content-card p{
            color: #666;
            line-height: 1.9;
            font-size: 16px;
        }

        .image-box{
            position: relative;
            overflow: hidden;
            border-radius: 30px;
        }

        .image-box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px;
        }

        .benefit-box{
            background: #f4fbf1;
            border-radius: 20px;
            padding: 25px;
            height: 100%;
            transition: .3s;
        }

        .benefit-box:hover{
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        .benefit-box i{
            font-size: 28px;
            color: #2e6b3d;
            margin-bottom: 15px;
        }

        .benefit-box h5{
            color: #1d472b;
            font-size: 18px;
            font-weight: 600;
        }

        .therapy-list li{
            background: #fff;
            padding: 18px 20px;
            margin-bottom: 15px;
            border-radius: 15px;
            list-style: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .therapy-list li strong{
            color: #1d472b;
        }

        @media(max-width:768px){
            .main-title{
                font-size: 34px;
            }

            .content-card{
                padding: 30px;
            }
        }

        :root{
    --primary:#2e7d32;
    --secondary:#f4f9f2;
    --accent:#dcedc8;
    --text:#555;
}


.dhara-section{
    padding:100px 0;
}





.main-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.hero-img{
    width:100%;
    height:100%;
    min-height:550px;
    object-fit:cover;
}

.content-wrap{
    padding:60px;
}

.content-wrap p{
    color:var(--text);
    line-height:1.9;
}

.benefit-card{
    background:var(--secondary);
    border-radius:20px;
    padding:30px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.benefit-card i{
    font-size:40px;
    color:var(--primary);
    margin-bottom:5px;
}

.benefit-card h5{
    color:#222;
    font-weight:600;
}

.therapy-box{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    border-left:5px solid var(--primary);
    height:100%;
}

.therapy-box i{
    font-size:35px;
    color:var(--primary);
}

.therapy-box h5{
    margin-top:15px;
    color:#222;
    font-weight:600;
}

.bottom-box{
    background:linear-gradient(135deg,#2e7d32,#4caf50);
    color:#fff;
    padding:50px;
    border-radius:25px;
}

.bottom-box h3{
    font-weight:700;
}

@media(max-width:991px){
    .content-wrap{
        padding:35px;
    }

    .section-title{
        font-size:2.2rem;
    }

    .hero-img{
        min-height:350px;
    }
}

.rejuvenation-section{
    padding:100px 0;
}

.section-badge{
    display:inline-block;
    background:var(--accent);
    color:var(--primary);
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.main-title{
    font-size:3rem;
    font-weight:700;
    color:var(--primary);
}

.content-box p{
    color:var(--text);
    line-height:1.9;
}

.hero-image{
    position:relative;
    overflow:hidden;
    border-radius:30px;
}

.hero-image img{
    width:100%;
    height:100%;
    min-height:600px;
    object-fit:cover;
    border-radius:30px;
}

.benefit-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.4s;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-icon{
    width:80px;
    height:80px;
    background:var(--accent);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.benefit-icon i{
    font-size:34px;
    color:var(--primary);
}

.benefit-card h5{
    color:#222;
    font-weight:600;
}

.therapy-card{
    background:var(--secondary);
    border-radius:20px;
    padding:30px;
    border-left:5px solid var(--primary);
    height:100%;
    transition:.3s;
}

.therapy-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.therapy-card h5{
    color:var(--primary);
    font-weight:700;
}

.therapy-card i{
    font-size:35px;
    color:var(--primary);
    margin-bottom:15px;
}

.bottom-banner{
    background:linear-gradient(135deg,#2d6a4f,#40916c);
    color:#fff;
    border-radius:30px;
    padding:50px;
}

.bottom-banner h3{
    font-weight:700;
}

.section-heading{
    font-weight:700;
    color:var(--primary);
}

    .gallery-section{
        padding:80px 0;
    }

    .section-title{
        text-align:center;
        margin-bottom:50px;
    }

    .section-title h2{
        font-size:3rem;
        font-weight:700;
        color:#198754;
    }

    /* Masonry Layout */
    .gallery{
        column-count:4;
        column-gap:20px;
    }

    .gallery-item{
        break-inside: avoid;
        margin-bottom:20px;
        position:relative;
        overflow:hidden;
        border-radius:20px;
        cursor:pointer;
        box-shadow:0 5px 20px rgba(0,0,0,.08);
    }

    .gallery-item img{
        width:100%;
        border-radius:20px;
        transition:.5s;
        display:block;
    }

    .gallery-item:hover img{
        transform:scale(1.08);
    }

    .gallery-overlay{
        position:absolute;
        inset:0;
        background:rgba(0,0,0,.45);
        display:flex;
        align-items:center;
        justify-content:center;
        opacity:0;
        transition:.4s;
    }

    .gallery-item:hover .gallery-overlay{
        opacity:1;
    }

    .gallery-overlay i{
        color:#fff;
        font-size:40px;
    }

    /* Modal Image */
    .modal-body img{
        width:100%;
        border-radius:15px;
    }

    /* Responsive */
    @media(max-width:991px){
        .gallery{
            column-count:3;
        }
    }

    @media(max-width:767px){
        .gallery{
            column-count:2;
        }

        .section-title h2{
            font-size:2.2rem;
        }
    }

    @media(max-width:575px){
        .gallery{
            column-count:1;
        }
    }
.testimonial-section{
    padding:90px 0;
    background:#f8f9fa;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#198754;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin-top:10px;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    position:relative;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.quote-icon{
    position:absolute;
    right:25px;
    top:-24px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.testimonial-text{
    margin-top:25px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.customer{
    display:flex;
    align-items:center;
    margin-top:30px;
}

.customer img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
    margin-right:18px;
    border:4px solid #198754;
}

.customer h5{
    margin:0;
    font-weight:700;
}

.customer span{
    color:#888;
    font-size:14px;
}

.rating{
    margin-top:8px;
    color:#ffc107;
}
  

.video-section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-weight:700;
}

.video-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.video-card video{

    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.video-content{

    padding:20px;
}

.video-content h5{

    font-weight:700;
    margin-bottom:5px;
}

.video-content span{

    color:#198754;
    font-size:14px;
}

.video-content p{

    color:#666;
    margin-top:10px;
}

.swiper-button-next,
.swiper-button-prev{
    color:#198754;
}

.swiper-pagination-bullet-active{
    background:#198754;
}