@import "var.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
  scroll-padding-top: 6rem;
}
body {
    color: var(--secondary);
    font-size: var(--font20);
    font-family: var(--font-karla);
    line-height: 1.5;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: -0.6px;
}

::selection {
    color: var(--white);
    background: var(--primary);
}

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

ul{
    list-style: none;
}

h1,
h2,
h3,
h4{
    margin: 0;
    letter-spacing:  -0.1px;
    font-family:var(--font-playfairDisplay);
}

h1 {
    font-size: var(--font64);
    color: var(--black);
    font-weight: 600;
    line-height: 1;
}

h2 {
    font-size: var(--font48);
    color: var(--black);
    font-weight: 700;
    /* letter-spacing: -2px; */
    line-height: 1.1;
    text-wrap-style: balance;
}

h3 {
    font-size: var(--font24);
    /* letter-spacing: -1.5px; */
    color: var(--black);

}

h4 {
    font-size: var(--font20);
    letter-spacing: 3.1px;
    color: var(--primary);
    font-family: var(--font-karla);
    font-weight: 400;
}
/* h5{
    color: var(--primary);
    font-family: var(--font-karla);
    line-height: 2.5;
} */

h5{
    font-size: var(--font20);
    color: var(--primary);
    font-family: var(--font-karla);
}
p{
    line-height: 1.45;
    text-align: justify;
}
a{
    text-decoration: none;
}
.btn {
    padding: 12px 22px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background: var(--primary);
    font-family: var(--font-playfairDisplay);
    border: 1px solid var(--primary);
    border-radius: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out;
    font-size: var(--font18);
    font-weight: 500;
}

.btn:hover {
    color: var(--black);
    background: transparent;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--primary);
}
.btn2:hover {
    color: var(--black);
    background: var(--white);
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--primary);
    transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.btn2{
    padding: 13px 24px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out;
    background: var(--primary);
    font-size: var(--font20);
    text-decoration: none;
}
.xs-btn{
    display: inline;
    background: var(--primary);
    font-size: var(--font17);
    padding: 10px 15px 10px 15px;
    border-radius: 24px 0 24px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 1px solid var(--primary);
}

.btn-small{
    padding: 8px 22px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 22px 0px 22px 0px;
    transition: all 0.3s ease-in-out;
    background: var(--primary);
    font-size: var(--font18);
    text-decoration: none;
}

.breadcrumb_wrap{
    padding: 13px 35px;
    text-align: center;
    display: inline-block;
    color: var(--secondary);
    border-radius: 30px 0px 30px 0px;
    font-size: 20px;
    text-decoration: none;
}
.breadcrumb_btn a{
    text-decoration: none;
    color: var(--primary);
}
.btn-wrapper a i{
    font-size:1.625rem;
    color: var(--white);
}
.btn-wrapper:hover i{
    color: var(--primary);
}
.btn-wrapper:hover a{
    background: var(--white);
}
.service-cards .xs-btn:hover{
    /* background-color: transparent; */
    border: 1px solid var(--primary);
}
.service-cards a.xs-btn:hover i{
    color: var(--primary);
}
.service-cards .xs-btn:hover i{
    color: var(--white);
}
.services-card-content:hover a{
    background: var(--white);
    border: 1px solid var(--primary);
}

.services-card-content:hover i{
    color: var(--primary);
}

.sec-pt {
    padding-top: 6rem;
}

.sec-pb {
    padding-bottom: 6rem;
}
.img-cover, .img-contain{
    height: 100%;
    width: 100%;
    display: block;
}
.img-cover{
    object-fit: cover;
}
.img-contain{
    object-fit: contain;
}
.img-radius{
    border-radius: 5rem 0 5rem 0;
    -webkit-border-radius: 5rem 0 5rem 0;
    -moz-border-radius: 5rem 0 5rem 0;
    -ms-border-radius: 5rem 0 5rem 0;
    -o-border-radius: 5rem 0 5rem 0;
    overflow: hidden;
}

.bg-lightgray{
    background: #F9FAFB;
}

.bg-paleblue{
    background: var(--paleBlue);
}
.txt-primary{
    color: var(--primary);
}
/*---------------- image animation  ----------------*/

.footer-shape img, .form-shape img,
.right-shape img, .about-flower img,
.about-leaf img, .service-shape img
{
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/*---------------- header  ----------------*/


.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    background: transparent;
    transition: 0.2s ease-in-out;
	margin: 0 auto;
}

.header .nav-submenu a{
    font-family: var(--font-playfairDisplay);
}

.header .nav-wrap{
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.sticky{
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.header.sticky .nav-menu li a {
    color: var(--black);
}

.header.sticky .mob-nav-toggler svg {
    width: 1.25rem;
    fill: var(--black);
    stroke: var(--black);
}

.header.sticky .page-logo {
    width: 85px;
}

.page-logo .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page-logo {
    width: 110px;
     transition: 0.2s ease-in-out;
}


.mob-nav-toggler {
	background: transparent;
	border: none;
	padding: 1rem;
	margin-right: -1rem;
	cursor: pointer;
}

.mob-nav-toggler svg {
	width: 1.25rem;
    fill: var(--black);
	stroke: var(--black);
}

.home-page .mob-nav-toggler svg{
    fill: white;
	stroke: white;
}

.header .nav {
	position: fixed;
	inset: 0;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 99;
}
.nav.active {
	opacity: 1;
	visibility: visible;
}
.nav-content {
	background: white;
	color: black;
	width: 50%;
	height: 100%;
	padding: 1.5rem 4rem;
	overflow-y: auto;
	position: relative;
	transform: translateX(-100%);
	transition: transform 0.35s ease;
}
.nav.active .nav-content {
	transform: translateX(0);
}
.nav-close {
	background: transparent;
	border: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.nav-close svg {
	width: 1.5rem;
	stroke: rgb(35 39 50);
}

/* === NAV MENU === */
.nav-menu > li > a {
	color: var(--white);
    font-family: var(--font-playfairDisplay);
    font-size: var(--font16);
    padding: 35px 0;
    line-height: 1.1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: inherit;
    gap: 4px;
    letter-spacing: normal;
}


/* === MOBILE SUBMENU ANIMATION === */
.nav-submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding-left: 1rem;
}
.nav-submenu.active {
	max-height: 500px; 
}

.header .nav-menu > li > a svg, .header .nav-submenu a svg{
    width: 12px;
    height: 12px;
}

.header .nav-submenu a:hover svg path {
    fill: var(--white);
}

.header .nav-menu{
    gap: 1.5rem;
}
.header .submenu-toggle svg path {
 fill: var(--black);
}
.home-page .header .submenu-toggle svg path {
 fill: var(--white);
}
.header.sticky .submenu-toggle svg path, .header .nested svg path{
    fill: var(--black);
}
.home-page .header.sticky .nav-menu > li > a {
    color: var(--black);
}

/*---------------- footer ----------------*/

footer {
    background: #027340;
    color: var(--white);
    position: relative;
}

footer ul li a {
    color: var(--white);
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: block;
    font-size: var(--font18);
}


footer h4 {
    color: var(--white);
    font-weight: 700;
    padding-bottom: 1.5rem;
    letter-spacing: normal;
    font-family: var(--font-playfairDisplay);
}

.footer-social-links ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-links ul li a,
.social-icon-wrap a{
    color: var(--white);
    text-decoration: none;
    background: #F29F34;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer ul li a:hover{
    color: #F29F34;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover,
.social-icon-wrap a:hover {
    background: transparent;
    border: 1px solid #F29F34;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer-logo{
    width: 100%;
    max-width: 130px;
}

.footer-logo a{
    display: block; 
    margin: 0;
}

.footer-logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

footer .nav-wrap {
    display: block;
    gap: 20px;
    justify-content: space-between;
}

.ftr-btm{
    border-top: 1px solid #107f4d;
}

.ftr-btm-wrap {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
    align-items: center;
}

.footer-wrapper{
    padding-bottom: 1rem;
    padding-top: 3rem;
}

.copyright p{
    font-weight: 400;
    font-size: var(--font14);
    line-height: 1.1;
    margin: 0;
}

.shape-wrapper{
    position: absolute;
}

.footer-intro{
    font-size: var(--font18);
}

.footer-shape img{
    max-width: 300px;
}

.footer-shape{
    bottom: 0;
    right: 0;
    z-index: 0;
}


/*---------------- home page ----------------*/

.home-page .contentwrapper{
    /* margin-top: 6.8rem; */
    margin-top: 0;
}


.banner-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.banner-content span {
    color: var(--primary);
}

.hero-banner{
    background: url('../images/banner-bg1.jpg') no-repeat center center / cover;
    background-position: center;
    position: relative;
}
.hero-banner::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
}
.hero-banner-wrap{
    padding: 14rem 0 8rem;
    position: relative;
}

.banner-img-wrap img {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    border-radius:150px 0 150px 0;
    -webkit-border-radius:150px 0 150px 0;
    -moz-border-radius:150px 0 150px 0;
    -ms-border-radius:150px 0 150px 0;
    -o-border-radius:150px 0 150px 0;
}
.banner-img-wrap::before {
    content: '';
    background: var(--primary);
    top: -20px;
    position: absolute;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 150px 0 150px 0;
    -webkit-border-radius: 150px 0 150px 0;
    -moz-border-radius: 150px 0 150px 0;
    -ms-border-radius: 150px 0 150px 0;
    -o-border-radius: 150px 0 150px 0;
}
.banner-sec-content,
.banner-sec-content h1 {
    color: var(--white);
    /* font-family:var(--font-playfairDisplay); */
    font-size:var(--font64);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.banner-sec-content h1 span {
    color:var(--primary);
}

.banner-sec-content p {
    font-size: var(--font20);
    line-height: 1.3;
    padding-right: 60px;
    font-family: var(--font-karla);
    font-weight: 400;
}

.banner-btn-wrap {
    position: relative;
    font-size: var(--font17);
    line-height: 1.1;
    font-weight: 400;
    padding: 17px 22px;
    text-align: center;
    color: var(--white);
    display: inline-block;
    background-color: var(--primary);
    border-radius: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-decoration: none;
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    -ms-border-radius: 30px 0px 30px 0px;
    -o-border-radius: 30px 0px 30px 0px;
}

.banner-btn-wrap::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #764979 !important;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.banner-sec-content .banner-btn-wrap:hover {
    color: var(--black);
    background-color: var(--white);
    transform: translateY(-10px);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.banner-img-wrap {
    /* aspect-ratio: 9/8; */
    aspect-ratio: 1/1;
    position: relative;
}

/* .wellness-course-sec {
    background-image: url(../images/testimonial-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:6.5rem 0 6.5rem 0;
    position: relative;
} */

.wellness-course-sec .testimonial-name{
    font-size: var(--font20);
}

/*---------------- home page contact form ----------------*/

/* .home-form{
    margin-left: 11.875rem;
} */
.home-contact-form{
    background-color: #f3f3f3;
}
.contact-image-wrapper{
    aspect-ratio: 9 / 10;
    height: 100%;
}
.form-shape{
    top: 140px;
    left: 0;
    bottom: 0;
}
.form-shape{
    max-width: 400px;
    max-height: 400px;
}

/*---------------- home page service card ----------------*/


.services-card-content h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.01rem;
}
.services-card-img {
    aspect-ratio: 1 / 1;
}
.services-card-img img {
    border-radius: 5rem 0 5rem 0;
    aspect-ratio: 9 / 11;
}
.services-card-content {
    transition: all 0.3s ease-in-out;
}
/* .services-card-content:hover {
    transform: translateY(-12px);
} */
.services-data-txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home-course-section{
    position: relative;
}
.service-shape{
    top: 65px;
}

/*---------------- home about us sec ----------------*/

.vline_wrapper {
    border-left: 3px solid var(--primary);
    padding-left: 1rem;
}

.vline_wrapper h6{
    font-weight: 700;
    color: var(--primary);
    font-size: var(--font20);
    font-family:var(--font-playfairDisplay);
}

.vline_wrapper a{
    color: var(--secondary);
    transition: 0.3s;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.vline_wrapper a:hover{
    color: var(--primary);
}
.vline_wrapper span{
    font-weight: 600;
}

.radius-img{
    aspect-ratio: 9 /9;
    position: relative;
}
.radius-img img {
    /*height: 100%;
    width: 100%;
    object-fit: cover;
    */position: relative;
    border-radius: 150px 0 150px 0;
    -webkit-border-radius: 150px 0 150px 0;
    -moz-border-radius: 150px 0 150px 0;
    -ms-border-radius: 150px 0 150px 0;
    -o-border-radius: 150px 0 150px 0;
}

.radius-img::before {
    content: '';
    background: #6CA1C6;
    top: 20px;
    position: absolute;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 150px 0 165px 0;
    -webkit-border-radius: 150px 0 165px 0;
    -moz-border-radius: 150px 0 165px 0;
    -ms-border-radius: 150px 0 165px 0;
    -o-border-radius: 150px 0 165px 0;
    opacity: 0.4;
}
.home-about-us{
    background: url('../images/home-aboutus_background.webp') no-repeat center center / cover;
}
.img-position{
    position: relative;
    z-index: 1;
}
.image-wrapper{
    position: relative;
}
.about-flower img{
    max-width: 230px;
}
.about-leaf img{
    max-width: 150px;
}

@keyframes mover {
    0%{
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }
}

.about-flower {
    top: -40px;
    left: -72px;
}
.about-leaf{
    top: 29px;
    left: -73px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon-wrap{
    margin-top: 1.5rem;
}
/* ----------------home pricing section ----------------*/

.bot-top-img1 {
    aspect-ratio: 16 / 9;
}
.bot-top-img1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 60px 0 0 0;
}
.box-content {
    border-radius: 60px 0 60px 0;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    background: var(--lightOrange);
}
.home-price {
    font-size: var(--font32);
    font-weight: 700;
    color: var(--primary);
    font-family:var(--font-playfairDisplay);
}
.box-top {
    position: relative;
}
.box-top-img2 {
    display: inline-block;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
}
     
.box-top-round-img {
    background: var(--primary);
    padding: 24px;
    border-radius: 50%;
    border: 4px solid #fff;
}
     
.box-top-round-img img {
    aspect-ratio: 1 / 1;
    width: 50px;
    height: 100%;
    object-fit: contain;
}
.list-unstyled li{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--font18);
}
.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list-unstyled li i {
    font-size: 16px;
}
.ftr-link-wrap .list-unstyled {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
}
.ftr-link-wrap ul li:last-child {
    width: calc(100% / 2.5);
}
.box-content .btn_wrapper .btn:hover{
    transform: translateY(-10px);
}
.rupee i{
    color: var(--primary);
    font-size: 1.3rem;
}

/*---------------- swiper slider ----------------*/
.swiper-button-next:after{
    content: 'next';
    display: none;
}
.swiper-button-prev:after{
    content: 'prev';
    display: none;
}
.swiper-button-next i,
.swiper-button-prev i{
    font-size: 3rem;
    color: var(--primary);
}
/* .slider-content p{
    padding:0 5rem 0 5rem;
} */

/*---------------- Career home section ----------------*/

.yoga-at-home .career-wrap::before{
    content: '';
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--black);
    position: absolute;
    opacity: 0.1;
}
.yoga-at-home .full-width-band{
    background: url('../images/band.webp') no-repeat right / cover;
    position: relative;
}

.full-width-band{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10rem 0rem;
    position: relative;
}

.career-wrap:before, .full-width-band::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.career-wrap:before{
    border-radius: 4rem 0 4rem 0;
    -webkit-border-radius: 4rem 0 4rem 0;
    -moz-border-radius: 4rem 0 4rem 0;
    -ms-border-radius: 4rem 0 4rem 0;
    -o-border-radius: 4rem 0 4rem 0;
}

/* .home-career .career-wrap:before{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */
.home-career .simple-list ul li{
    color: var(--white);
    margin-bottom: 0;
}
.home-career .simple-list ul{
    list-style: none;
    display: grid;
    grid-template-columns:none;
    margin-bottom: 0;
    padding: 0;

}
.wellness-acupressure{
    position: relative;
}

/* .career-content::before, .full-width-band::before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */

.career-wrap{
    background: url('../images/footer-sub.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.yoga-at-home .wellness-acupressure{
    background: url('../images/wellness-acupressure.webp') no-repeat center / cover;
}

.wellness-yoga-therapy{
    background: url('../images/wellness-yoga-therapy.webp') no-repeat center / cover;
}

.corporate-book-demo{
    background: url('../images/book-a-demo-corporate.webp') no-repeat center right / cover;
}

/* .career-wrap {
    background: url(../images/band.webp);
    background-image: url(../images/band.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
} */
.career-wrap {
    padding: 5rem 4rem;
    border-radius: 4rem 0 4rem 0;
    position: relative;
}
.career-wrap h2{
    line-height: 1.1;
}
.career-content {
    position: relative;
}
.career-content input{
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    font-family: var(--font-karla);
    font-weight: 400;
    border-radius: 0;
}
/* .home-career .career-wrap {
    padding: 10rem 0rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */
.subscribe_form button{
    border: none;
}

/* .yoga-at-home-btn .btn2:hover{
    background: var(--white);
    border: 1px solid var(--white);
} */


/* ---------------about Us page---------------------- */

.banner_section{
    background: url('../images/yoga-banner.webp') no-repeat center center / cover;
    height: 50vh;
    /* padding: 0rem 0 7rem; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content{
    padding-top: 5rem;
    position: relative;
    text-align: center;
}
/*.banner_section::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #000;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    opacity: 0.1;*/
/*}*/
.breadcrumb_wrap a {
    color: var(--primary);
}
.accordion-sec .accordion-item{
    /* border: none; */
    /* margin-bottom: 20px; */
    box-shadow:none;
    /* border-radius: 35px 0 35px 0; */
    width: 100%;
    /* -webkit-border-radius: 35px 0 35px 0;
    -moz-border-radius: 35px 0 35px 0;
    -ms-border-radius: 35px 0 35px 0;
    -o-border-radius: 35px 0 35px 0; */
}
.accordion-sec button{
    border-radius: 35px 0 35px 0;
    /* border: none; */
}
.accordion-sec button{
    padding:1.5rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
    border-bottom-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    box-shadow:none;
}
.accordion-sec button{
    font-size: var(--font24);
    font-weight: 700;
    color: var(--black);
    font-family: var(--font-playfairDisplay);
    /* background: var(--lightOrange); */
}
.accordion-sec .accordion-body{
    padding: .5rem 3.5rem 1.5rem 0;
    /* background: #f4f7fe; */
    border-radius: 0 0 35px 0;
    -webkit-border-radius: 0 0 35px 0;
    -moz-border-radius: 0 0 35px 0;
    -ms-border-radius: 0 0 35px 0;
    -o-border-radius: 0 0 35px 0;
}
.accordion-sec .accordion-item:last-child {
 margin-bottom: 0;
}

/*---------------- discount sec ----------------*/

.discount-sec{
    background: url('../images/about-discount.jpg') no-repeat center center / cover;
    position: relative;
}
.discount_content{
    padding: 6rem 0 6rem 0;
}
.discount_content h2 {
    padding: 0 9rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}
.discount_content p {
    padding: 0 3rem;
    margin-bottom: 2rem;
}
.discount-sec::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
}

/*---------------- courses section ----------------*/


.courses-wrap, .vision-wrapp{
    box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
    border-radius: 12rem 0 12rem 0;
    -webkit-border-radius: 12rem 0 12rem 0;
    -moz-border-radius: 12rem 0 12rem 0;
    -ms-border-radius: 12rem 0 12rem 0;
    -o-border-radius: 12rem 0 12rem 0;
}
.courses-img, .vision_img {
    aspect-ratio: 9/10.4;
}
.courses-content {
    padding: 6rem 0 0 5rem
}
.courses-img img, .vision_img img {
    border-radius:12rem 0 12rem 0;
    -webkit-border-radius:12rem 0 12rem 0;
    -moz-border-radius:12rem 0 12rem 0;
    -ms-border-radius:12rem 0 12rem 0;
    -o-border-radius:12rem 0 12rem 0;
}
.courses-content p {
    padding: 0 6rem 0 0;
}
.vision_content {
    padding: 8rem 0 0 4rem;
}
.vision_content p {
    padding: 0 6rem 0 0;
}

/* ----------------contact form------------------- */



 /*----------------  new section ----------------*/

 .our_specialties_section{
    padding: 120px 0 108px;
    position: relative;
}
.our_specialties_heading_content{
    text-align: center;
}
.our_specialties_heading_content h5{
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}
.our_specialties_heading_content h2{
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}
.our_specialties_heading_content p {
    margin-bottom: 35px;
    padding: 0 95px;
    color: var(--e-global-color-text);
}
.s1{
    padding-right: 25px;
    min-height: 75px;
}
.s2{
    padding-right: 70px;
}
.s3{
    padding-right: 75px;
}
.s4{
    padding-right: 25px;
}
.vi-wellness-content-wrap{
    position: relative;
}
.specialties_content {
    text-align: right;
    margin-bottom: 46px;
    position: relative;
    min-height: 70px;
    height: 100%
}
.specialties_content .specialties_name {
   font-family: var(--font-playfairDisplay);
    font-size: var(--font20);
    line-height: 1.1;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 6px;
}
.specialties_content .specialties_paragraph {
    font-size: 18px;
    line-height: 1.07;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 0;
}
.specialties_left_line {
    position: absolute;
    top: 120px;
    right: -50px;
}
.specialties_left_line img {
    height: 390px;
}
.specialties_content::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: var(--primary);
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: var(--white);
    font-family: 'Font Awesome 6 Free';
}
.s1::after {
    top: 0;
    right: -78px;
}
.s2::after {
    top: 0px;
    right: -30px;
}
.s3::after {
    top: 0;
    right: -30px;
}
.s4::after {
    top: 0;
    right: -78px;
}
.specialties_content2{
    text-align: left;
}
.specialties_content2::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: var(--primary);
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: var(--white);
    font-family: 'Font Awesome 6 Free';
}
.s5{
    /* padding-top: 110px; */
    padding-left: 24px;
}
.s6{
    padding-left: 74px;
}
.s7{
    padding-left: 74px;
}
.s8{
    padding-left: 24px;
}
.s5::after {
    top: 0;
    left: -78px;
}
.s6::after {
    top: 0px;
    left: -30px;
}
.s7::after {
    top: 0;
    left: -30px;
}
.s8::after {
    top: 0;
    left: -78px;
}
.specialties_right_line {
    position: absolute;
    top: 120px;
    left: -50px;
}
.specialties_right_line img {
    height: 390px;
}
.our_specialties_section .specialties_image{
    text-align: center;
    animation: float_img 6s ease-in-out infinite;

}
.our_specialties_section .our_specialties_right_shape{
    position: absolute;
    top: 150px;
    right: 0;
}

.content-itmes{
    padding-top: 5rem;
}
/* .content-itmes1{
    padding-top: 5rem;
}
.content-itmes2{
    padding-top: 6rem;
} */
.specialties_image{
    display: flex;
    justify-content: center;
}
.wellness-course-sec{
    position: relative;
}
.right-shape{
    top: 30px;
    right: 0;
}
.wellness-service{
    /* height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 460px; */
    height: auto;
    max-width: 100%;
}


/* ---------------Testimonial section---------------------- */



    /* .vi-slider-style-4{
      position: relative;
    }
    .vi-slider-style-4 .swiper {
      width: 100%;
      height: 100%;
       position: initial;
    }
    .vi-slider-style-4 .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
 
    .vi-slider-style-4 .swiper-button-prev:after,
    .vi-slider-style-4 .swiper-button-next:after{
        display: none;
    }
    .vi-slider-style-4 .slider-left-arrow svg,
    .vi-slider-style-4 .slider-right-arrow svg{
        width: 22px;
        color: var(--white);
        height: auto;
    }
    .vi-slider-style-4 .slider-left-arrow,
    .vi-slider-style-4 .slider-right-arrow{
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid var(--primary);
        left: 0;
    }
    .vi-slider-style-4 .slider-arrow-wrap{
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 1rem;
        bottom: -70px;
    }
    .vi-slider-style-4 .slider-arrow-wrap .swiper-button-next,
    .vi-slider-style-4 .slider-arrow-wrap .swiper-button-prev{
        position: relative;
    }
    .vi-slider-style-4 .swiper-pagination-bullet-active {
        background: var(--black);
    }

    .testimonial-img {
        border-radius: 50px;
        width: 70px;
        height: 70px;
        overflow: hidden;
        background: transparent;
        border: 5px solid #fff;
    }
    .testimonial-top {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .testimonial-content p{
        text-align: left;
    }
    .testimonial-content {
        padding-top: 1rem;
    }
    .testimonial-wrap {
        background: lightgreen;
        border-radius: 29px;
        padding: 23px;
        height: 100%;
    }


     @media screen and (max-width: 991px) {
      .vi-slider-style-4 .vi-slider-style-4 .swiper {
          margin-top: 2rem;
      }
      .vi-slider-style-4 .sec-head-btn {
          text-align:left;
          margin-top: 1.5rem;
      }
     } */

     .sec-testimonial {
        background-image: url(../images/home-aboutus_background.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding:6.5rem 0 6.5rem 0;
        position: relative;
    }
    .sec-testimonial p{
        font-size:var(--font24);
        color: var(--black);
        line-height: 1.4;
        text-align: center;
    }
    .sec-testimonial .testimonial-name{
        font-size: var(--font20);
    }
    .testimonial-icon svg{
        width: 100%;
        height: 100%;
        max-width: 60px;
        margin-bottom: 20px;
    }

    .swiper-button-next:after{
        content: 'next';
        display: none;
    }
    .swiper-button-prev:after{
        content: 'prev';
        display: none;
    }
    .swiper-button-next i,
    .swiper-button-prev i{
        font-size: 3rem;
        color: var(--primary);
    }
    .slider-content p{
        padding:0 5rem 0 5rem;
    }



    /* -------------------- founder sec ------------------ */

    .founder-sec-wrap{
        /* background: #edf0f8; */
        /* padding: 5rem 1rem 0 4rem; */
        border-radius:  7rem 0 7rem 0;
        -webkit-border-radius:  7rem 0 7rem 0;
        -moz-border-radius:  7rem 0 7rem 0;
        -ms-border-radius:  7rem 0 7rem 0;
        -o-border-radius:  7rem 0 7rem 0;
    }
    .founder-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 9 / 10;
    }

    .home-abt-shiv .founder-img{
        aspect-ratio: initial;
    }

    .founder-img, .founder-img img{
        object-position: bottom;
    }

    .founder-sec-wrap .sechead {
        margin-bottom: 8%;
    }

    .sub_heading span{
        max-width: 74px;
        max-height: 74px;
        width: 100%;
        height: 100%;
    }

    .sub_heading span svg{
        width: 100%;
        height: 100%;
    }


    .founder-content-wrap{
        margin-top: 2.5rem;
    }


    .teamswiper .swiper-wrapper, .keybenefits_slider .swiper-wrapper{
        position: initial;
    }

    .slider-navigation {
        display: flex;
        position: absolute;
        width: 10%;
        justify-content: center;
        align-items: center;
        margin: 3% auto 0;
        gap: 20px;
    }

    .slider-navgation-wrap{
        display: flex;
        width: 100%;
        justify-content: center;
    }



    /* ----------------- about page ------------------ */

    .abt-shiv-holistic .featured-img {
        aspect-ratio: 16 / 12;
        width: 100%;
    }

    .featured-img{
        aspect-ratio: 9 / 10;
    }



    /* ---------------- courses section -------------- */


    .course-sec .service-card-content{
        display: flex;
    }

    .course-sec .card-img {
        aspect-ratio: 9 / 7;
    }

    .course-sec .sechead h5{
        color: var(--black);
        font-weight: 400;
    }

    .course-sec .featured-service-card{
        display: flex;
        border-top: 1px solid rgb(0 0 0 / 10%);
        padding-top: 50px;
        margin-bottom: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .course-sec .service-card-img{
        aspect-ratio: 4/3;
        width: 100%;
        height: 100%;
    }

    .course-sec .service-card-content .card-sr-no{
        height: 64px;
        width: 64px;
        border-radius: 50%;
        border: 1px solid rgb(0 0 0 / 20%);
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        font-size: var(--font28);
        font-weight: 500;
        font-family: var(--font_outfit);
    }

    .course-sec .service-card-content .card-info{
        margin-left: 32px;
        border-left: 1px solid rgb(0 0 0 / 20%);
        padding-left: 32px;
    }

    .course-sec .info-subhead{
        color: var(--primary);
        font-size: var(--font16);
        display: block;
    }

    .course-sec .card-info h3 a{
        color: var(--white);
    }

    .course-sec .card-info h3{
        margin-bottom: 15px;
        font-size: var(--font28);
    }
    .course-sec .sechead h3{
        font-size: var(--font32);
    }

    .course-sec .service-card-content p{
        border-bottom: 1px solid rgb(0 0 0 / 20%);
        margin-bottom: 24px;
        padding-bottom: 24px;
    }


    .yoga-at-home .career-wrap{
        padding-left: 4rem;
        padding-right: 4rem;
        position: relative;
    }

    .service-card-content a{
        color:  #296C9B;
        font-weight: 600;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .service-card-content a:hover{
        color: var(--black);
    }


    /* ------------------ contact page ------------- */

    .contact-form-sec{
        background: var(--paleBlue);
    }

    .contact-form .form-group input, .contact-form .form-textarea, .enquiry-form .form-group input, .enquiry-form .form-group select, .enquiry-form .form-textarea{
        padding: 1.2rem;
        font-size: var(--font20);
        border-radius: 0;
        outline: none;
        border: transparent;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
        letter-spacing: -0.6px;
    }
    .contact-icons .box_icon i {
        background: var(--primary);
        border-radius: 50%;
        font-size: 25px;
        color: var(--white);
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-icons {
        padding: 2rem;
        box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
        border-radius: 35px 0 35px 0;
        align-items: start;
        background: var(--white);
        }
    .contact-icons a{
        color: var(--secondary);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .contact-icons .box_content h3{
        margin-bottom: 10px;
    }

    .abt-founder-info {
        position: relative;
        background: #edf0f8;
    }

    .abt-founder-info .founder-img{
        aspect-ratio: 9 / 12;
        height: auto;
        position: sticky;
        top: 6rem;
    }

    .abt-founder-info .founder-content-wrap{
        padding-bottom: 0;
        display: flex;
        gap: 60px;
    }

    /* .abt-founder-info .founder-img{
        float: inline-start;
        max-width: 330px;
        margin-right: 15px;
    } */

    .ftr-link-wrap{
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-icons a:hover{
        color: var(--primary);
    }

    /* ----------------------- wellness page --------------------- */

    .grayBg-listCard .listCard {
        padding: 20px 25px 18px 30px;
        background: var(--lightGray);
        margin-bottom: 15px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        height: 100%;
        /* display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
    }

    .grayBg-listCard .listCard span::before,
    .simple-list ul li::before,
    .grid-list ul li::before
    {
        content: '\2756';
        position: absolute;
        left: 0;
        line-height: 1;
        top: 5px;
        color: var(--primary);
        display: flex;
        align-items: self-start;
        bottom: 0;
    }

    .text-orange{
        color: var(--primary);
    }

    .future-box-content .listCard span, .grayBg-listCard .listCard span {
        position: relative;
        padding-left: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
    }

    .full-width-featured-img{
        aspect-ratio: 16/6;
        height: 100%;
        width: 100%;
        border-radius: 150px 0 150px 0;
        -webkit-border-radius: 150px 0 150px 0;
        -moz-border-radius: 150px 0 150px 0;
        -ms-border-radius: 150px 0 150px 0;
        -o-border-radius: 150px 0 150px 0;
        overflow: hidden;
    }

    .two-column-paragraph {
        column-count: 2;
        column-gap: 30px; 
        text-align: justify; 
        float: left;
    }

    .founder-sec-wrap p{
        text-align: justify;
    }

    /* ----------------------- yoga at home page ---------------------- */

    .tab-style-1 .nav-pills {
        /* border: 1px solid var(--primary); */
        border-radius: 50px;
        padding: 5px;
        justify-content: center;
    }
    .nav-link svg{
        max-height: 60px;
        max-width: 60px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .tab-style-1 .nav-link:hover svg path, .tab-style-1 .nav-pills .nav-link.active svg path{
        fill: var(--white);
    }

    /* .tab-style-1 .nav-pills .nav-link.active, .tab-style-1 .nav-pills .show .nav-link {
        background: var(--primary);
    } */

    /* .page-links .nav-item a  */
    .tab-style-1 .nav-pills .nav-link.active, .tab-style-1 .nav-pills .show .nav-link{
        background: var(--primary);
        /* color: var(--white); */
    }
    .tab-style-1 .nav-link,
    .page-links ul li a{
        padding:15px 20px;
        text-align: center;
        color: var(--black);
        border-radius: 24px 24px 0px 0px;
        background: var(--lightOrange);
        transition: 0.1s ease-in-out;
        -webkit-transition: 0.1s ease-in-out;
        -moz-transition: 0.1s ease-in-out;
        -ms-transition: 0.1s ease-in-out;
        -o-transition: 0.1s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 8px;
        -webkit-border-radius: 24px 24px 0px 0px;
        -moz-border-radius: 24px 24px 0px 0px;
        -ms-border-radius: 24px 24px 0px 0px;
        -o-border-radius: 24px 24px 0px 0px;
        height: 100%;
        line-height: 1.3;
}

    .tab-style-1 .nav-link:hover{
        color: var(--white);
        background: var(--primary);
    }

    .list-style-1 h5, .list-style-1 h4{
        color: var(--black);
    }

    /* .list-style-1 .sec-divider {
        background: rgb(32 38 79 / 19%);
        height: 1px;
    } */

    .list-style-1 .list-card {
        padding: 2rem;
    }
    .list-style-1 .list-card{
        background: var(--paleBlue);
        border-radius: 24px;
    }

    .list-card-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 25px;
    }

    .list-style-1 .list-card:last-child {
        padding-bottom: 1rem;
    }

    .vi-feature-card-style-1 .section-heading h2 {
        font-weight: 700;
        color: var(--primary);
    }

    .vi-feature-card-style-1 .section-description p {
        margin-bottom: 35px;
        font-weight: 400;
        color: var(--primary);
    }

    .vi-feature-card-style-1 .section-description a {
        text-decoration: none;
        color: var(--primary);
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
    }

    .vi-feature-card-style-1 .descrption-card {
        padding: 40px;
        border-radius: 12px;
        background: var(--paleBlue);
        /* box-shadow: 0 0 30px 0 rgb(0 0 0 / 4%); */
        height: 100%;
    }
    

    .vi-feature-card-style-1 .descrption-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 20px;
        height: auto;
    }

    .vi-feature-card-style-1 .descrption-detail {
        height: 100%;
    }

    .vi-feature-card-style-1 .descrption-detail h5 {
        font-size: var(--font20);
        margin-bottom: 0;
        font-weight: 600;
    }

    .vi-feature-card-style-1 .descrption-detail span {
        color: var(--gray-75);
        font-size: 14px;
        font-weight: 500;
    }

    .vi-feature-card-style-1 .descrption-body {
        margin: 15px 0 0;
    }

    .vi-feature-card-style-1 .descrption-body p {
        font-weight: 400;
        margin-bottom: 0;
        text-align: start;
    }

    .featured-style-3 .featured-cards-wrap {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-areas: "card-1 card-2" "card-3 card-4" "card-5 card-5";
        gap: 20px;
        justify-content: center;
    }

    .featured-style-3 .featured-card,
    .about-courses-cards .featured-card{
        width: 100%;
        height: 100%;
        background: var(--paleBlue);
        border-radius: 12px;
        padding: 25px 30px 30px;
        display: flex;
        /*justify-content: center;
        */align-items: center;
        text-align: center;
        flex-flow: column;
        transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
}

   

    .featured-style-3 .featured-content{
        height: 100%;
        width: 100%;
    }

    .featured-style-3 .featured-cards-wrap i{
        background: #dddddd;
        padding: 7px;
        font-size: 25px;
        border-radius: 5px;
    }

    .featured-style-3 .featured-cards-wrap .featured-card:hover i{
        color: var(--black);
    }

    .featured-style-3 .featured-card h5,
    .about-courses-cards .featured-card h5{
        padding: 10px 0;
        transition: 0.4s;
    }

    .featured-style-3 .featured-content h2{
        margin: 0 0 20px;
    }

    .yoga-at-home-card{
        background: var(--white);
        border-radius: 24px;
        padding: 4rem;
        margin-bottom: 50px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .02);
    }

    .yoga-at-home-card h3{
        font-weight: 600;
    }

    .yoga-at-home-card h2, .vi-feature-card-style-2 .featured-sechead h2{
        font-size: var(--font32);
    }

    .vi-feature-card-style-2  .featured-sechead {
        /* background: var(--paleBlue); */
        padding: 4rem 0 9rem;
    }

    .prenatal-and-postnatal .featured-sechead{
        background: var(--paleBlue);
    }

    .vi-feature-card-style-2 .featured-main-wrap {
        margin-top: -6rem;
    }
    .vi-feature-card-style-2 .featured-main-wrap {
        margin-top: -6rem;
    }
    .vi-feature-card-style-2 .featured-card-wrap{
        background: #fff;
        padding: 30px 50px;
        border-radius: 12px;
        height: 100%;
        box-shadow: 0 0 20px rgba(0, 0, 0, .02);
    }

    .vi-feature-card-style-2 .featured-card-wrap .card-sr-no h2{
        color: var(--primary);
        font-weight: 500;
        margin-bottom: 15px;
    }

    .vi-feature-card-style-2 .featured-card-wrap h5{
        margin-bottom: 10px;
        color: var(--black);
        font-weight: 600;
    }
    .vi-feature-card-style-2 a.btn-solid{
        background: var(--primary);
        color: #fff;
        text-decoration: none;
        padding: 14px 25px;
        border-radius: 12px;
        transition: 0.4s;
        border: 1px solid transparent;
    }

    .vi-feature-card-style-2 .btn-solid:hover{
        background: transparent;
        border: 1px solid var(--black);
        color: var(--black);
    }

    .vi-feature-card-style-2 .featured-card-wrap a{
        color: var(--primary);
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .vi-feature-card-style-2 .featured-card-wrap a i{
        font-size: 12px;
    }

    .top-sec-divider{
        height: 1px;
        background: var(--paleBlue);
    }

/* ----------------------- Ayurveda page ---------------------- */
.left-panel {
    position: sticky;
    top: 8rem;
    /* background: var(--paleBlue); */
    /* border-radius: 3rem 0 3rem 0; */
    /* padding: 1.9rem; */
    transition: transform 0.4s ease-in-out;
    z-index: 1;
}

.left-panel .list-head {
    margin-bottom: 1.8rem;
}

.left-panel .tab-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-panel .tab-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--black);
    padding: 0.7rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.left-panel .tab-link:hover {
    color: var(--white);
    background: var(--primary);
}

.left-panel .tab-link:hover svg {
    transform: rotate(45deg);
}

.left-panel .tab-link svg {
    height: 25px;
    width: 25px;
    transition: all 0.3s ease-in-out;
}

/* Close button (hidden on desktop) */
.left-panel .close-btn {
    display: none;
}

.mobile-toggle-btn{
    display: none;
}
 
    /* right panel */
    .right-content {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .right-panel .feature-img {
        aspect-ratio: 16 / 9;
    }
    /* feature list */
    .feature-list .featured-content-wrap ul{
        padding-left: 0;
        margin-bottom: 0;
    }
    .feature-list .featured-content-wrap ul li .featured-list-number {
        font-size: var(--font64);
        font-weight: 400;
        font-family: var(--font-playfairDisplay);
        line-height: 0.7;
        color: var(--primary);
        align-self: baseline;
        text-box-trim: trim-end;
        min-width: 75px;
    }
    .feature-list .featured-list-number{
        min-width:  60px;
    }
    .feature-list .featured-content-wrap ul li {
        display: flex;
        gap: 30px;
        margin-bottom: 0;
    }
    .feature-list .featured-content-wrap ul li:last-child{
        margin-bottom: 0;
    }
    .feature-list .featured-content-wrap ul li p {
        margin-bottom: 0;
    }
    .feature-list h5{
        font-size: var(--font22);
        color: var(--black);
        font-family: var(--font-playfairDisplay);
    }
    .feature-list .featured-content-wrap ul .featured-sub-list ul{
        padding-top: 0;
    }
    .feature-list .featured-content-wrap ul li .featured-sub-list ul li{
        margin-bottom: 0.5rem;
    }
    .feature-list .featured-content-wrap ul li .featured-sub-list ul{
        list-style:disc;
    }
    /* accordion */
    .right-panel .accordion-sec button{
        font-size: var(--font22);
        font-weight: 400;
    }
    .accordion-list ul li:last-child{
        margin-bottom: 0;
    }
    .accordion-list ul li{
        margin-bottom: 1rem;
        line-height: 1.5;
    } 
    .accordion-list ul{ 
        padding-left: 1.3rem;
        list-style: decimal;
        margin-bottom: 0;
    }

    /* feature style 15 */

    .course-details-sec{
        background: url('../images/bg-texture-img.webp') #FFE4DC;
    } 
    .border-divider{
        border-bottom: 1px dashed var(--black);
        margin: 0.9rem 0;
    }
    .feature-left-wrap .feature-content{
        text-align: right;
    }
    .feature-style-15 .feature-content h5{
        color: var(--black);
        font-size: var(--font20);
        font-weight: 600;
        margin-bottom: 0;
    }
    .feature-left-wrap{
        padding-right: 1rem;
    }
    .feature-right-wrap{
        padding-left: 1rem;
    }
    .feature-left-wrap, .feature-center-wrap,
    .feature-right-wrap{
        height: 100%;
    }
    .feature-center-wrap .center-top p{
        line-height: 1.3;
    }
    .feature-center-wrap{
        /* background: #ffd9d5; */
        /* background-color: rgba(0, 0, 0, 0.05); */
        background: rgb(255 217 213 / 60%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        padding: 4rem 3.125rem;
    }
    .center-top {
        text-align: center;
    }
    .center-btm ul li{
        font-weight: 600;
        color: var(--black);
    }
    .center-btm ul{
        list-style: disc;
    }

/* ----------------------- Ayurveda page ---------------------- */
 
/* .left-panel {
    position: relative;
} */
.left-panel .nav{
    border: none;
}
.left-panel ul li svg path{
    fill: var(--black);
}
.left-panel ul li svg{
    height: 25px;
    width: 35px;
    transition: all 0.3s ease-in-out;
}
.list ul li{
    width: 100%;
}
.list ul{
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 0;
}
.list-head{
    margin-bottom: 1rem;
}
/* .list-head, .list ul{
    padding: 1.5rem;
} */
.list ul{
    padding: 0;
}
.list {
    display: flex;
    flex-direction: column;
    padding: 1.9rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    background: #f7f7f7;
    /* position: sticky;
    top: 8rem; */
   
}
.list{
    /* max-height: 70vh;
    overflow: hidden;
    overflow-y: scroll; */
}
.left-panel .nav-tabs .nav-link:hover{
    color: var(--white);
    background: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.left-panel .nav-tabs .nav-link:hover {
    color: var(--primary);
    transition: all 0.3s ease-in-out;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.left-panel .nav-tabs .nav-link:hover svg{
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.left-panel .nav-tabs .nav-link:hover svg path{
    fill: var(--primary);
}
.feature-style-14 .content-wrap{
    display: grid;
    grid-template-columns: calc(28% - 20px) calc(72% - 20px);
    gap: 60px;
    justify-content: space-between;
    position: relative;
    align-items: start;
}
.left-panel .nav-tabs .nav-link{
    padding: 12px 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font18);
    color: var(--black);
    font-weight: 500;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-left: 0;
    border-right: 0;
    border-top: 0;
   
}
.left-panel .nav .active-nav-item{
    background: transparent;
    color: var(--primary);
}
.page-links .nav .active-nav-item1{
    background: var(--primary);
    color: var(--white);
}
.left-panel .nav .active-nav-item svg{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.left-panel .nav .active-nav-item svg path{
    fill: var(--primary);
}
 
/* right panel */
.right-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.right-panel .feature-img {
    aspect-ratio: 16 / 8;
}
.right-panel .right-content h2{
    margin: 0 0 1rem 0;
}
.simple-list ul li::marker,
.grid-list ul li::marker{
    color: var(--primary);
}
.simple-list ul li{
    margin-bottom: 1.3rem;
}
.simple-list ul li,
.grid-list ul li{
    position: relative;
    padding-left: 2rem;
}

.simple-list ul,
.grid-list ul{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1rem;
    column-gap: 1.5rem;
    row-gap: 1rem;
}
.feature-text .simple-list ul{
    padding: 1.5rem 0 ;
    margin-bottom: 0;
}
.feature-text .threeGridCol ul{
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    padding-bottom: 0;
}
.feature-benefits{
    margin: 1.5rem 0;
}
.element-box {
    padding: 1.5rem;
    background: var(--paleBlue);
    border-radius: 18px;
    height: 100%;
}
/* feature list */
.feature-list .featured-content-wrap .content-list{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2rem;
}
.feature-list .featured-content-wrap .content-list .list-items .featured-list-number {
    font-size: var(--font64);
    font-weight: 400;
    font-family: var(--font-playfairDisplay);
    line-height: 0.7;
    color: var(--primary);
    align-self: baseline;
    text-box-trim: trim-end;
    min-width: 70px;
}
.featured-list-content{
    border-left: 1px solid #cbcdd2;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
}
.feature-list .featured-list-number{
    min-width:  60px;
}
.feature-list .featured-content-wrap .content-list .list-items {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
    align-items: center;
    background: var(--paleBlue);
    padding: 2rem;
    border-radius: 24px;
}
.feature-list .featured-content-wrap .content-list .list-items:last-child{
    margin-bottom: 0;
}
.feature-list .featured-content-wrap .content-list .list-items p {
    margin-bottom: 0;
}
.feature-list h5{
    font-size: var(--font22);
    color: var(--black);
    font-family: var(--font-playfairDisplay);
}
.featured-sub-list ul{
    list-style: disc;
}
.text-bold{
    font-weight: 500;
    color: var(--black);
}
 
/* accordion */
.right-panel .accordion-sec button{
    font-size: var(--font22);
    font-weight: 400;
}
.accordion-list ul li:last-child{
    margin-bottom: 0;
}
.accordion-list ul li{
    margin-bottom: 1.6rem;
    line-height: 1.4;
}
.accordion-list ul{
    padding-left: 1.3rem;
    list-style: decimal;
    margin-bottom: 35px;
    padding-left: 40px;
}
.right-panel .feature-accordion h2{
    margin: 0;
}

.feature-style-list .featured-card{
    background: var(--paleBlue);
    border-radius: 12px;
    padding: 25px 30px 30px;
}

.feature-style-list .featured-card ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.featured-card ul li::before{
    content: '\2756';
    /* display: inline-block; */
    margin-right: 10px;
    color: var(--primary);
}

.featured-card ul li{
    display: flex;
}

.featured-card ul li span strong{
    color: var(--black);
}

/* {
     content: '';
    height: 100%;
    width: 100%;
    background: var(--dark-blue);
    position: absolute;
    top:0;
    opacity: 0.6;
}
*/

.cp-yoga-benefits .feature-card {
    background: var(--white);
    height: 100%;
    padding: 35px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .02);
}

.cp-yoga-benefits .feature-card h3{
    margin-bottom: 20px;
    /* color: var(--primary); */
}

.vi-feature-card-style-2 .featured-card-wrap h3{
    margin-bottom: 10px;
}

/* ------------------------ slider ---------------------- */

.clientsswiper .swiper-slide img,
.clientsswiperrtl .swiper-slide img {
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 152px;
    mix-blend-mode: multiply;
    max-height: 100px;
}
   

/* -------------------------- 4-09-25 ------------------------ */

.career-content h2, .career-content p{
    color: var(--white);
}

.grayBg-listCard .featured-img, .wellness-featured-block .featured-img{
    /* aspect-ratio: initial;
    height: 100%; */
    position: sticky;
    top: 11rem;
}

.grayBg-listCard{
    position: relative;
}

/* ----------------------------- table --------------------------- */

.table-style-1 .table tr td {
            background: var(--light-gray);
            margin-bottom: 6px;
            border-bottom: 6px solid var(--white);
            padding: 13px;
        }
        .table-style-1 .default-table tbody tr td:first-child {
            font-weight: 500;
        }
        .table-style-1 .default-table thead tr th {
            border-bottom: 0;
            padding: 13px;
        }
        .table-style-1 .fixed-table-header {
            position: fixed;
            left: 0;
            right: 0;
            z-index: 999;
            display: none;
        }
        .table-style-1 thead{
            background: var(--white);
        }


        /* ------------------------ changes 18-06-25 -------------------- */

        .right-panel{
            padding-top: 20px;
        }

        .table-style-1 .content-para {
            background: #fff;
            padding: 20px 40px;
            border-radius: 24px;
        }

        .accordion-body .simple-list span{
            display: block;
            margin-bottom: 6px;
        }
        .accordion-body .simple-list ul li{
            /* margin-bottom: 1.6rem; */
            line-height: 1.4;
        }

        .accordion-body .grid-list ul{
            padding-left: 0;
            margin-top: 1rem;
        }
        .accordion-body .simple-list ul{
            padding-left: 0;
            display: block;
        }


        /* ---------------- forms page --------------- */

        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .forms-main-wrap .modal-content{
            padding: 40px;
            background: var(--paleBlue);
        }

        .forms-main-wrap .modal-header button{
            position: absolute;
            right: 25px;
            padding: 0;
            top: 25px;
            width: 16px;
            height: 16px;
            opacity: 1;
        }

        .forms-main-wrap .modal-header button:focus{
            box-shadow: none;
        }

        .forms-main-wrap .modal-header{
            padding: 0;
            border: 0;
        }

        .enquiry-form-btn .btn{
            position: fixed;
            right: 20px;
            z-index: 3;
            border-radius: 12px;
            font-family: var(--font-karla);
            font-size: var(--font16);
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
}

        .enquiry-form-btn .btn:hover{
            background: var(--white);
        }


        .form-control:focus, .country-form-control:focus{
            box-shadow: none;
        }

        .form-group-select{
            position: relative;
        }

        .form-group-select i{
            position: absolute;
            z-index: 1;
            right: 13px;
            display: flex;
            align-items: center;
            font-size: var(--font14);
            height: 100%;
        }

        .forms-main-wrap .modal-dialog-scrollable .modal-body{
            overflow-x: hidden;
            scrollbar-width: thin;
        }


        /* --------------------------------------------------------------- */

        .wellness-scroll-card{
            scroll-margin-top: 6rem;
        }

        /* .forms-main-wrap.enquiry-form .form-group .form-control{
            box-shadow: 1px 1px 15px rgb(0 0 0 / 5%);
            padding: 0.8rem 1.2rem;
            font-size: var(--font18);
        } */

         .forms-main-wrap.enquiry-form .form-group .country-form-control{
            box-shadow: 1px 1px 15px rgb(0 0 0 / 5%);
            font-size: var(--font20) ;
            padding: 1.2rem 0;
            padding-left: 54px;
        }

        .country-select{
            display: block;
        }

        .tabs-main-wrap{
            border-bottom: 2px solid var(--primary);
        }

        .keybenefits_slider .swiper-slide, .specialities_slider .swiper-slide{
            height: auto;
        }

        .keybenefits_slider .slider-navgation-wrap, .specialities_slider .slider-navgation-wrap{
            margin-top: 2rem;
        }
        
        .cp-yoga-benefits{
            background: var(--paleBlue);
        }

        .grayBg-listCard .listCard{
            padding: 0;
            border-bottom: 2px solid #dfdfdf;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            background: transparent;
        }

        .wellness-list-wrap div[class*="col-"]:last-child .listCard{
            border-bottom: 0;
        }

        .sec-testimonial .swiper-slide{
            align-items: center;
        }


        .accordion-button:focus {
            box-shadow: none;
            background-color: transparent;
        }
        .accordion-item{
            border-bottom: 1px solid #dbdbdb;
            border-left: 0;
            border-right: 0;
            border-top: 0;
        }

        .founder-content-main-wrap{
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            min-height: 800px;
        }

        .accordion-item:last-of-type{
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }



/* new code added (13-10-2025) */


/* -----------------modal--------------- */

.custom-modal .modal-content {
    padding: 3rem;
    position: relative;
}
.modal-header{
    padding: 0 0 1rem 0;
}
.modal .close-btn {
    background: white;
    border: 0;
}
.modal-body{
    padding: 2rem 3rem;
}
.modal-content button svg{
    height: 30px;
    width: 30px;
}
.modal .modal-btn {
    border-radius: 24px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.modal-content-wrap{
    margin-top: 1.3rem;
    height: 100%;
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 25px;
}
.modal-img {
    aspect-ratio: 9 / 10;
}

.social-icon-wrap a{
    background: #0077B5;
    border: 1px solid transparent;
}
.social-icon-wrap a:hover{
    opacity: 0.8;
    background: transparent;
    border-color: #0077B5;
}

.social-icon-wrap a:hover i{
    color: #0077B5;
}
.about-courses-cards .featured-card{
    gap: 1.3rem;
    align-items: start;
    text-align: start;
}

.about-courses-cards .featured-card h3{
    font-size: var(--font28);
}

/* jumplink slider */


.jump-link-wrapper .swiper .swiper-slide a:hover{
    color: var(--primary);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-color: var(--primary);
}
.jump-link-wrapper .swiper .swiper-slide a{
    color: var(--black);
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.jump-link-wrapper .swiper{
    padding: 25px 0; 
}

.jump-link-wrapper .swiper-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.jump-link-slider-sec{
    background: #f1f9ff;
    position: sticky;
    top: 5rem;
    z-index: 2;
}
.jump-links-nav {
    display: none;
}
.jump-links-nav .swiper-button-next, .jump-links-nav .swiper-button-prev {
    background: #f1f9ff;
    width: 50px;
}
.jump-links-nav .swiper-button-next svg, .jump-links-nav .swiper-button-prev svg  {
    width: 18px;
}
.jump-links-nav .swiper-button-next.swiper-button-disabled, .jump-links-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.jump-links-nav .swiper-button-next.swiper-button-disabled svg, .jump-links-nav .swiper-button-prev.swiper-button-disabled svg {
    opacity: 0.35;
}

/* image gallery */

/* .mfp-arrow-left, .mfp-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
} */

/* 
.mfp-arrow-left, .mfp-arrow-right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1000;
    }
    .mfp-arrow-left {
      left: 10px;
    }
    .mfp-arrow-right {
      right: 10px;
    } */


.mfp-arrow-left, .mfp-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
  }

  .mfp-arrow-left {
    left: 20px;
  }

  .mfp-arrow-right {
    right: 20px;
  }

  .gallery img {
    height: 100%;
    aspect-ratio: 9 / 7;
  }

.mfp-arrow-left:before{
    border-right: 27px solid var(--primary) !important;
}
.mfp-arrow-right:before {
    border-left: 27px solid var(--primary) !important;
}

.featured-content h2 span{
    vertical-align: text-top;
}


/* jump lik swiper */


.jump-link-slider-sec .swiper-slide {
    height: auto;
    width: auto;
}

.jump-link-slider-sec .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .jump-link-slider-sec .swiper-button-next,
.jump-link-slider-sec .swiper-button-prev {
  color: #000;  
  background-color: red; 
  border-radius: 50%;
  z-index: 10;  
} */

.swiper-button-next svg{
    height: 10px;
    width: 10px;
}
/* ------------------------------------------------- */
.page-links ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
}
.page-links ul li a{
    color: var(--black);
    font-size: var(--font16);
    letter-spacing: -0.2px;
}

.page-links .nav-link{
    padding: 12px 15px;
}

/* .left-panel .list ul{
    max-height: 62vh;
    overflow-y: auto;
} */
/* .left-panel ul li:last-child a{
    border-bottom:none;
}    */
.left-panel .nav-tabs li:last-child a{
    border-bottom:none;
    padding-bottom: 0;
}   



.clientsswiper .swiper-wrapper{
    display: flex;
    align-items: center;
}

/* .shivsir-slider .swiper-wrapper{
    justify-content: center;
} */

.courses-slider .swiper-slide img{
    max-height: 70px;
}

.shiv-clients{
    display: flex;
    gap: 20px;
}

.shiv-clients .client-img img {
    max-height: 150px;
    height: 100%;
    width: 100%;
}

.sec-testimonial .custom-pagination{
    display: none;
}

.jumpsec{
    scroll-margin-top: 6rem;
}

.modal-img img{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.map-content, .map-content iframe{
    width: 100%;
}

.swiper-pagination-bullet-active{
    background: var(--primary) !important;
}

.featured-style-3 .featured-card p, .cp-yoga-benefits .feature-card p, .specialities-of-cp-yoga .featured-card-wrap p{
    text-align: center;
}


.modal-list ul li::before {
    content: '\2756';
    position: absolute;
    left: 0;
    line-height: 1;
    top: 5px;
    color: var(--primary);
    display: flex;
    align-items: self-start;
    bottom: 0;
}

.modal-list ul li {
    position: relative;
    padding-left: 1.5rem;
}

.modal-list ul{
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.scanner {
    max-width: 120px;
    height: 100%;
    width: 100%;
}

.payment-info p{
    margin-bottom: 0;
}

.payment-info p span{
    color: var(--black);
    font-weight: 500;
}

.payment-info{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

#enquiry-admission-form #popupOverlay, #enquiry-admission-form .enquiry-form-btn{
    display: none;
}

.enquiry-form-btn {
    position: absolute;
    bottom: 140px;
}

.header .nav-menu .nav-submenu a .nested svg path{
    fill: var(--black) ;
}

.header .nav-submenu a:hover .nested svg path{
    fill: var(--white)
}


.tabs-links-nav{
    position: absolute;
    width: 100%;
    top: 58px;
    display: none;
    z-index: 1;
}

.tabs-links-nav .swiper-button-next {
    right: -30px;
    width: 15px;
}

.tabs-links-nav .swiper-button-prev {
    left: -30px;
    width: 15px;
}

.header .nav-menu li .active, .header.sticky .nav-menu li .active, .home-page .header.sticky .nav-menu > li .active, .home-page .header .nav-menu > li .active {
    color: var(--primary);
}

.error {
    color: #e80000;
    font-size: var(--font14);
}

.loading-animation{
    width:100%;
    bottom:0;
    z-index:1
}

.loadingSpinner{
    display: none;
}
.spinner{
    border:5px solid var(--primary);
    border-top:4px solid var(--white);
    border-radius:50%;
    width:40px;
    height:40px;
    animation:1s linear infinite spin;
    margin:20px auto 0;
}
@keyframes spin{
    0%{transform:rotate(0)}
    100%{transform:rotate(360deg)}
}

#thank-you .client-slider{
    display: none;
}

#thank-you .enquiry-form-btn{
    display: none;
}
#thank-you .banner_section {
    height: 30vh;
}

.modal-body .payment-info p, .modal-body .payment-info-wrap p{
    color: var(--secondary);
}

.payment-info-wrap h3{
    color: var(--primary);
}

.sec-testimonial figure{
    height: 100%;
    width: 100%;
}

.sec-testimonial figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    max-height: 100px;
    max-width: 100px;
}

.feature-style-14{
    position: relative;
}

.home-team-section .navigation-btn-wrap {
    position: absolute;
    bottom: 90px;
    width: 120px;
}


.home-team-section .swiper{
    position: initial;
}


.enquiry-form .modal .form-group input, .enquiry-form .modal .form-group select, .enquiry-form .modal .form-textarea{
    font-size: var(--font18);
}

.home-team-section .swiper-button-next i, .home-team-section .swiper-button-prev i {
    font-size: var(--font48);
}

#dietetics .simple-list ul{
    grid-template-columns: repeat(1, 1fr);
}

.payment-info p{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.abroad-info{
    color: var(--black);
}

.abroad-info a{
    color: var(--primary);
}


/* jumplinks css  */

.category-slider-wrapper {
    position: relative;
    padding: 20px 30px;
}
.category-slider {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    margin: 0 15px 0 15px;
    padding: 0;
}
.category-slider::-webkit-scrollbar {
    display: none;
}
.category-slider li {
    flex: 0 0 auto;
}
.cat-slider-left::before, .cat-slider-right::before {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../images/arrow.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cat-slider-left:before {
    left: 0px;
}
.cat-slider-right::before {
    right: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.category-slider-wrapper a {
    font-size: var(--font18);
}
.category-slider-wrapper ul li a {
    display: flex;
    letter-spacing: -0.0175rem;
    color: var(--black);
    position: relative;
    flex-direction: column;
    border-bottom: 2px solid transparent;
    line-height: 1.1;
}
 
.category-slider-wrapper ul li a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}
.category-slider-wrapper ul li:hover a:after,.category-slider-wrapper ul li.bottom-border a::after {
    width: 100%;
}
.category-search-sec .slider-main-wrap a.all-category{
    color: var(--black);
    padding-bottom: .3rem;
}
.category-search-sec .slider-main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
 
.category-search-sec .border-bottom {
    border-bottom: 2px solid var(--primary) !important;
}

.category-slider-wrapper ul li a.active,
.category-slider-wrapper ul li a.bottom-border {
    border-bottom: 2px solid var(--primary);
}


/* .simple-list.noBullet-list ul li::before{
    display: none;
} */

/* .listing-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
} */

.whatsapp-floating{
    position: fixed;
    bottom: 157px;
    right: 28px;
    z-index: 3;
}

.whatsapp-floating a {
    width: 100%;
    height: 100%;
    background: #25d366;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: block;
    padding: 12px;
    display: flex;
    align-items: center;
}

.whatsapp-floating a svg {
    height: 30px;
    width: 30px;
}

.threeCol-Grid .grid-item{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
/* 
.threeCol-Grid {
    display: grid;
    grid-template-columns: calc(50% - 15) calc(50% - 15);
} */

.paypal {
    width: 150px;
    display: block;
}
.paypal img {
    width: 100%;
    height: auto;
}
.life-membership{
    text-align: center;
    margin-top: 15px;
}
.founder-sec-wrap .clientsswiper .swiper-wrapper{
        justify-content: space-between;
}


.home-team-section .swiper-slide a{
    cursor: pointer;
}

.home-per_month {
    font-size: var(--font32);
    font-weight: 400;
    color: var(--primary);
}

.client-logo {
    display: flex;
    gap: 51px;
    align-items: center;
    justify-content: center;
}

.client-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 92px;
    max-height: 75px;
}

.radio-btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-check-input:focus{
    box-shadow: none;
}

.shiv-institute .box-content{
    height: 100%;
}

.team-name-card-wrap a {
    background: transparent;
    padding: 15px 30px;
    border-radius: 24px 0;
    width: 30%;
    border: 1px solid #e4e4e4;
    transition: all .3s ease-in-out;
}
.team-name-card-wrap a:hover {
    background: var(--lightOrange);
    border-color: transparent;
}
 
.team-name-card{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
 
.team-name-card-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
 
.team-name-card h3{
    font-size: var(--font20);
}
 
.team-icon {
    width: 40px;
    height: 40px;
}
 
.team-icon svg{
    width: 100%;
    height: 100%;
}
.note-text {
    font-size: var(--font16);
}

/* .for-india,
.for-abroad {
    display: none;
} */


.client-slider .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important;
}

.intro-content span{
    font-weight: 600;
    color: var(--primary);
}

.wellness-quote {
    background: var(--lightOrange);
    padding: 25px;
    border-radius: 24px;
    color: var(--text-highlight);
    font-weight: 500;
    line-height: 1.4;
}

.for-abroad a{
    color: var(--secondary);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.for-abroad a:hover{
    color: #6CA1C6;
}
.yoga-at-home .career-content h2 {
    color: var(--primary);
}