

@media (min-width: 1400px) {
   .container{
        max-width: 1140px;
   }
}

@media (min-width: 1680px) {
   .container{
        max-width: 1440px;
   }
    .intro-yoga-home .featured-img {
        aspect-ratio: 16 / 9;
    }
    .intro-yoga-home .radius-img img, .intro-yoga-home .radius-img::before img {
        border-radius: 110px 0 110px 0;
        -webkit-border-radius: 110px 0 110px 0;
        -moz-border-radius: 110px 0 110px 0;
        -ms-border-radius: 110px 0 110px 0;
        -o-border-radius: 110px 0 110px 0;
    }
    .life-membership {
        text-align: center;
        margin: 15px 0 0 0;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1680px){

    .life-membership {
        margin-top: 15px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
     .life-membership {
       margin-right: 20px;
        margin-top: 15px;
    }
}

@media (min-width: 1400px) {
    .team-name-card-wrap a{
        width: 30%;
    }

    .home-team-section .featured-img{
        aspect-ratio: 16/14;
    }

    
}

@media (max-width: 1400px) {
    .banner_section .banner-content p{
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .header .nav-menu > li > a {
        font-size: 15px;
    }
   /* mission */
   .mission_img, .vision_img {
        aspect-ratio: 9 / 6;
    }
    .specialties_content .specialties_name {
        font-size: 16px;
        line-height: 1.1;
    }

    .header .nav-menu{
        gap: 0.9rem;
    }

    .left-panel {
        position: fixed;
        top: 0;
        left: -300px; /* hidden by default */
        width: 300px;
        height: 100vh;
        background: var(--paleBlue);
        transition: left 0.4s ease-in-out;
        z-index: 99;
        padding: 2rem;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        border-radius: 0 2rem 2rem 0;
    }

    .left-panel.open {
        left: 0;
    }

    /* Overview toggle button */
    .mobile-toggle-btn {
        position: fixed;
        top: 50%;
        left: -28px;
        background: #6CA1C6;
        color: var(--white);
        border: none;
        padding: 8px 12px;
        border-radius: 0.6rem 0.6rem 0rem 0;
        cursor: pointer;
        z-index: 2;
        font-weight: 400;
        font-size: 1rem;
        transition: left 0.4s ease-in-out;
        -webkit-border-radius: 0.6rem 0.6rem 0rem 0;
        -moz-border-radius: 0.6rem 0.6rem 0rem 0;
        -ms-border-radius: 0.6rem 0.6rem 0rem 0;
        -o-border-radius: 0.6rem 0.6rem 0rem 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
}

    /* Move button when sidebar opens */
    .left-panel.open + .mobile-toggle-btn {
        left: 280px;
    }

    /* Close button inside sidebar */
    .left-panel .close-btn {
        position: absolute;
        top: 1rem;
        right: 1.2rem;
        background: transparent;
        border: none;
        font-size: 1.6rem;
        cursor: pointer;
        color: var(--black);
        z-index: 10001;
    }

    /* Hide static "Overview" heading inside sidebar (optional) */
    .left-panel .list-head {
        display: none;
    }

    .mobile-toggle-btn{
        display: block;
    }

    .feature-style-14 .content-wrap{
        display: block;
    }

    .left-panel .list{
        background: transparent;
        padding: 0;
    }

    .contact-icons{
        flex-direction: column;
    }

    .banner-img-wrap::before, .banner-img-wrap img, .radius-img img, .radius-img::before{
        border-radius: 100px 0 100px 0;
        -webkit-border-radius: 100px 0 100px 0;
        -moz-border-radius: 100px 0 100px 0;
        -ms-border-radius: 100px 0 100px 0;
        -o-border-radius: 100px 0 100px 0;
    }
    .ftr-link-wrap .list-unstyled {
        gap: 2rem;
    }
    footer .list-unstyled li a, footer .list-unstyled li {
        font-size: var(--font16);
    }
    .ftr-link-wrap ul li:last-child {
        width: calc(100% / 2.2);
    }
}


@media (min-width: 991px) {
	.header .nav {
		all: unset;
		display: block;
	}
	.header .nav-content {
		all: unset;
		display: block;
	}
	.header .nav-close {
		display: none;
	}
	
	.header .nav-menu > li {
		position: relative;
	}
	.header .nav-menu > li > a {
        color: var(--black);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .home-page .header .nav-menu > li > a {
        color: var(--white);
    }
    .header .nav-menu > li > a:hover{
        color: var(--primary);
    }
	.header .nav-submenu {
		all: unset;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 12rem;
		background: var(--white);
		color: white;
		box-shadow: rgba(0,0,0,0.1) 0px 4px 10px;
		padding: 0;
		display: none;
        /* overflow: hidden; */
	}
	.header .nav-menu > li:hover > .nav-submenu {
		display: block;
	}
	.header .nav-submenu li {
		position: relative;
	}
	.header .nav-submenu a {
		display: flex;
		justify-content: space-between;
        align-items: center;
		padding: 12px 20px;
        color: var(--black);
        font-family: var(--font-playfairDisplay);
        font-size: var(--font16);
	}
	.header .nav-submenu a:hover {
        background: var(--primary);
        color: var(--white);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .header .nav-menu {
        display: flex;
        align-items: center;
        padding-left: 0;
    } 
	/* nested submenus */
	.header .nav-submenu li:hover > .nav-submenu {
		display: block;
		top: 0;
		left: 100%;
	}
    .header .mob-nav-toggler {
		display: none;
	}

    
    .header.sticky .nav-submenu a:hover{
        color: var(--white);
    }

    .banner-sec-content h1 br{
        display: none;
    }
}


@media (max-width: 991px) {
    .container{
        max-width: 90%;
    }

    .nav-menu > li > a{
        padding: 15px 0;
        color: var(--black);
        font-size: var(--font24);
    }

    .submenu-toggle, .nav-submenu li a {
        color: var(--black);
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        font-size: var(--font24);
    }

    .submenu-toggle svg path{
        fill: var(--black);
    }

    .nav-submenu {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .nav-menu{
        padding-top: 3rem;
        padding-left: 0;
    }

/* about us */
    .discount_content h2 {
        padding: 0;
    }
    .discount_content p {
        padding: 0;
    }
    .courses-img, .vision_img {
        aspect-ratio: 9 / 8;
    }
    .courses-content {
        padding: 6rem 4rem 0 4rem;
    }
    .courses-content p {
        padding: 0;
    }
    /* home page contact form */
    .contact-image-wrapper {
        aspect-ratio: 9 / 7;
    }

    .featured-img {
        aspect-ratio: 16 / 10;
    }

    .two-column-paragraph {
        column-count: 1;
    }
    .full-width-featured-img{
        border-radius: 75px 0 75px 0;
        -webkit-border-radius: 75px 0 75px 0;
        -moz-border-radius: 75px 0 75px 0;
        -ms-border-radius: 75px 0 75px 0;
        -o-border-radius: 75px 0 75px 0;
    }
    .course-sec .service-card-content{
        /* flex-direction: column; */
        gap: 20px;
    }
    .course-sec .service-card-content .card-info{
        margin-left: 0;
        /* border: 0; */
        /* padding-left: 0; */
    }
    .home-career .career-wrap{
        padding: 5rem 0rem;
        background-position: right;
    }

    .full-width-band{
        padding: 5rem 0rem;
    }

    .home-abt-shiv .founder-img , .abt-founder-info .founder-img{
        aspect-ratio: 1 / 1;
    }

   .course-sec .featured-service-card{
    border-top: 0;
   }

    .vi-feature-card-style-1 .descrption-card{
        padding: 30px;
    }

    .banner_section {
        min-height: 420px;
        height: 100%;
    }

    .sub_heading span {
        max-width: 57px;
        max-height: 57px;
    }

    .page-logo {
        width: 80px;
    }

    .cp-yoga-heading .featured-content-wrap, .cp-yoga-heading .featured-content-wrap p, .specialities-of-cp-yoga .featured-content-wrap p, .specialities-of-cp-yoga .featured-content-wrap{
        text-align: center;
    }

    .hero-banner-wrap {
        padding: 9rem 0 5rem;
    }

    .contact-icons {
        flex-direction: row;
    }

    .founder-content-main-wrap{
        min-height: auto;
        padding-top: 5rem;
    }

    .modal-body {
        padding: 4rem 2rem;
    }

    .sticky{
        padding: 10px 0;
    }

    .about-flower {
        top: -49px;
    }

    .about-flower img {
        max-width: 180px;
    }

    .header{
        padding: 10px 0;
    }

    .header .nav-submenu a:hover svg path, .header .submenu-toggle svg path{
        fill: var(--black);
    }

    .banner-sec-content p{
        padding-right: 0;
    }
    .simple-list ul li {
        margin-bottom: 12px;
    }
    .footer-logo {
        max-width: 110px;
    }

    .team-name-card-wrap a{
        width: 30%;
    }
    .ftr-link-wrap .list-unstyled {
        flex-direction: column;
    }
    .ftr-link-wrap ul li:last-child {
        width: calc(100% / 1.5);
    }
    .ftr-btm-wrap {
        justify-content: start;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 767px) { 
    .mission_img, .vision_img {
        aspect-ratio: 9 / 8;
    }
        .specialties_content {
        margin-bottom: 25px;
        text-align: left;
        padding-left: 42px;
    }
        .s1 {
        padding-top: 0;
        padding-right: 0;
    }
        .s2::after {
        top: 0;
        right: unset;
        left: -22px;
    }
    .specialties_content::after {
        height: 55px;
        width: 55px;
        font-size: 32px;
        line-height: 1.2;
    }
    .specialties_left_line,
    .specialties_right_line{
        display: none;
    }
    .list-style-1 .list-style-1 .row {
        padding: 1rem;
    }

    .list-style-1 .list-style-1 h4 {
        text-align: start;
        margin-bottom: 10px;
    }

    .list-style-1 .list-style-1 p {
        padding: 0px 0 0px 13px;
    }

    .yoga-at-home-card {
        padding: 2rem 0.5rem;
    }

    .table-style-1 .default-table thead tr, .default-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    .table-style-1 .table tr td {
        border-bottom: 0;
    }
    .table-style-1 .default-table thead tr th {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table-style-1 .sticky-thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .table-style-1 .default-table thead tr th:first-child {
        display: none;
    }
    .table-style-1 .default-table tbody tr td:nth-child(3), .default-table tbody tr td:nth-child(2) {
        font-size: var(--font18-14);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-style-1 .default-table tbody tr td:first-child {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
    }
    .table-style-1 .default-table tbody tr td:nth-child(2) {
        grid-column-start: 1;
        grid-row-start: 3;
        grid-row-end: 5;
        border-right: 1px solid var(--black);
    }
    .table-style-1 .default-table tbody tr td:nth-child(3) {
        grid-row-start: 3;
        grid-row-end: 5;
    }    
    .table-style-1 .fixed-table-header {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        display: none;
    }  
    .jump-links-nav {
        display: block;
    }
    .jump-link-slider-sec .swiper-wrapper{
        justify-content:start;
    } 
    .jump-link-wrapper .swiper {
        width: 80%;
    }

    .sec-testimonial .custom-pagination{
        display: block;
        margin-top: 4rem;
    }

    .sec-testimonial .navigation-btn-wrap{
        display: none;
    }

    .slider-content p{
        padding: 0;
    }

    .banner-sec-content h1{
        line-height: 1.1;
    }

    .shiv-clients {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .shiv-clients .client-img img{
        max-height: 100%;
        object-fit: cover;
    }

    .shiv-clients .client-img:first-child{
        order: 3;
    }

    .feature-list .featured-content-wrap .content-list .list-items{
        flex-direction: column;
        align-items: initial;
    }

    .featured-list-content {
        border-left: none;
        border-top: 1px solid #cbcdd2;
        padding: 1.5rem 0 0 0;
        margin: 1.5rem 0 0 0;
    }
    
    .radius-img img, .radius-img::before{
        border-radius: 120px 0 120px 0;
        -webkit-border-radius: 120px 0 120px 0;
        -moz-border-radius: 120px 0 120px 0;
        -ms-border-radius: 120px 0 120px 0;
        -o-border-radius: 120px 0 120px 0;
    }

    .vi-feature-card-style-2 .featured-card-wrap, .cp-yoga-benefits .feature-card{
        padding: 25px;
    }

    .page-links ul{
        column-gap: 0;
    }
    .tabs-links-nav{
        display: block;
    }

    .banner-sec-content p {
        line-height: 1.2;
    }
    .home-abt-shiv .founder-img, .abt-founder-info .founder-img{
        aspect-ratio: 9/12;
    }

    .page-links ul li a{
        background: transparent;
    }

    .tab-slider {
        border-radius: 24px 24px 0px 0px;
        background: var(--lightOrange);
    }

    .nav-content{
        width: 100%;
    }
}

@media (max-width: 680px){
    .career-wrap{
        padding: 3rem 2rem;
    }
    .simple-list ul, .grid-list ul, .feature-text .threeGridCol ul{
        grid-template-columns: 100%;
    }
    .threeCol-Grid .grid-item{
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}

@media (max-width: 575px) { 

    .container{
        max-width: 94%;
    }

    .featured-style-3 .featured-cards-wrap {
        grid-template-columns: calc(53% - 10px) calc(53% - 10px);
        grid-template-areas:
            "card-1 card-1"
            "card-2 card-2"
            "card-3 card-3"
            "card-4 card-4"
            "card-5 card-5";
        row-gap: 30px;
    }
   
    .radius-img img, .radius-img::before{
        border-radius: 60px 0 60px 0;
        -webkit-border-radius: 60px 0 60px 0;
        -moz-border-radius: 60px 0 60px 0;
        -ms-border-radius: 60px 0 60px 0;
        -o-border-radius: 60px 0 60px 0;
    }

    .radius-img::before{
        top: 15px;
        right: -15px;
    }

    .course-sec .service-card-content .card-info{
        margin-left: 0;
        border: 0;
        padding-left: 0;
    }

    .tabs-links-nav .swiper-button-next {
        right: 0px;
    }

    .tabs-links-nav .swiper-button-prev {
        left: 0px;
    }

    .home-team-section .navigation-btn-wrap{
        width: 110px;
    }
    .ftr-link-wrap ul li:last-child {
        width: 100%;
    }
    .enquiry-form-btn .btn{
        width: 100%;
        border-radius: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .whatsapp-floating {
        bottom: 67px;
        right: 11px;
    }
    .ftr-btm-wrap{
        padding: 1rem 0 4rem;
    }
}

@media (max-width: 480px){
    .home-abt-shiv .founder-img, .abt-founder-info .founder-img {
        aspect-ratio: 1 / 1;
    }

    .contact-icons{
        flex-direction: column;
    }

    .course-sec .service-card-content .card-sr-no{
        display: none;
    }

    .nav-content{
       padding-left: 2.5rem;
       padding-right: 2.5rem;
    }

    .banner-img-wrap::before, .banner-img-wrap img, .radius-img img, .radius-img::before{
        border-radius: 60px 0 60px 0;
        -webkit-border-radius: 60px 0 60px 0;
        -moz-border-radius: 60px 0 60px 0;
        -ms-border-radius: 60px 0 60px 0;
        -o-border-radius: 60px 0 60px 0;
    }
    .payment-info{
        grid-template-columns: repeat(1, 1fr);
    }

    .team-name-card-wrap a{
        width: 45%;
    }
}

@media (max-width: 380px) {
    .featured-style-3 .featured-cards-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .vi-feature-card-style-1 .descrption-card{
        padding: 24px;
    }
    .jump-links-nav .swiper-button-next, .jump-links-nav .swiper-button-prev {
        width: 30px;
    }

    .corporate-book-demo{
        background: url('../images/book-a-demo-corporate.webp') no-repeat center / cover;
    }

    .forms-main-wrap .modal-content{
        padding-left: 25px;
        padding-right: 25px;
    }

    .banner-sec-content h1 {
        font-size: 46px;
    }

    .team-name-card-wrap a{
        width: 100%;
    }
}