@font-face {
    font-family: quichesans-regular;
    src: url(../fonts/quichesans-regular.woff);
}


.class-card span{
    font-family:'quichesans-regular' !important;
}

/* me */

.z-1 {
    z-index: 2;
}

.t-40 {
    width: 55%;
}

.t-40 span {
    font-family: 'Bodoni Moda';
} 
.class-btn{
    background-color:#A95A21 !important;
    border:1px solid #A95A21 !important;
}

.left-para {
    font-size: 20px;
    width: 52%;
    font-weight: 300;
    font-family: 'Lato';
    color: #724640;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 28%);
    /* Dark overlay with 50% opacity; adjust as needed */
    z-index: 1;
    /* Below the caption content but above the background image */
}

.banner-logo {
    width: 436px;
    height: 285px;
}

.contact-btn a {
    padding: 15px 10px ;
    width: 200px;
    height: 40px;
    font-size: 16px !important;
    text-align: center;
    background: #D5AF66 !important;
    border: 1px solid #D5AF66 !important;
    color: #fff !important;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    font-family: "Lato";
}

.contact-btn a span {
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

/* Default state - "Contact Us" */
.contact-btn a span {
    content: "Contact Us";
    color: #fff;
}

.contact-btn a:hover span {
    content: "MAKE A DEMO";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.contact-btn >* {
    transition: 0.3s ease-in-out !important;
}

.join-btn>* {
    transition: 0.3s ease-in-out !important;
}

.contact-btn a span::after{
    content: " →";
    margin-left: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.join-btn a span::after {
    content: " →";
    margin-left: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.join-btn a:hover span::after {

    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.contact-btn a:hover span::after {
    
    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}



/* Hover effect for background and border */
.contact-btn a:hover {
    background: #D5AF66;
    border-color: #D5AF66;
    transition: all 0.3s ease;
}

.join-btn a {
    width: 258px;
    height: 54px;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #023D43;
    border-radius: 24px;
    background: #023D43;
    /*padding: 15px 29px;*/
    line-height: 1.5rem !important;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    justify-self: center;
    font-family: "Lato";
}

.join-btn a span {
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

/* Default state - "Join Us" */
.join-btn a span {
    content: "Join Us";
    color: #fff;
}

/* Hover state - keeps "Join Us" with centered white arrow */
.join-btn a:hover span {
    content: "Join Us";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.join-btn a:hover span::after {
    content: " →";
    color: #fff;
    font-size: 25px;
    height: auto;
    margin-left: 20px;
    transition: all 0.3s ease;
}

/* Hover effect for background */
.join-btn a:hover {
    background: #a95a21 !important;
    transition: all 0.3s ease;
    border: 1px solid #a95a21;
}

.caption figure {
    width: 100%;
    margin-top: 20px;
}

.second-sec {
    background-image: url(../img/yogaalaya/Rectangle.png);
    padding: 290px 0 130px !important;
    background-size:cover;
    background-repeat:no-repeat;
}

/*.wid-100 {*/
/*    padding-right: 0px !important;*/
/*    padding-left: 0px !important;*/
/*}*/

.second-left-sec {
    /* background: #DDCDC0 !important; */
    top: 180px !important;
    width: 872px !important;
    height: 643px !important;
    padding: 5% 5% !important;
    background-image: url(../img/yogaalaya/pause-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.pause-svg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.z-1>img {
    /* margin-top: 1%; */
    margin-left: 0%;/* 5 */
    max-width: 100% !important;
    height: auto;  /* 673 */
}

.class-btn{
    font-size:15px;
}

.class-btn span{
    font-size:15px;
}

/* animation */
/* Image slide in from right */
.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    animation: slideRight 1s ease-out forwards;
}

/* Text slide in from left */
.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    animation: slideLeft 1s ease-out forwards;
}

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* vimal sajue */

.contact {
    background-image: url(../img/yogaalaya/bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.Aura {
    background-color: #ddcdc08f;
    padding: 40px;
    border-radius: 32px;
}

.para {
    font-size: 24px;
    color: #FFFFFF;
}

.reservations {
    gap: 31px;
}

.reservations .text {
    font-size: 20px !important;
    color: #FFFFFF;
}

.reservations .text a {
    font-size: 20px !important;
    color: #FFFFFF;
}

.reservations .icon span {
    font-size: 23px !important;
    color: #D5AF66;
}

.boder {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: 1px solid #FFFFFF !important;
    border-radius: 8px;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer {
    background-image: url(img/yogaalaya/footerrrr.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer-vector {
    position: absolute;
    top: 0%;
}

.footer-logo {
    width: 187px;
    height: 122px;
    margin-bottom: 20px;

}

.footer-about-text {
    /*max-width: 100%;*/
    width: auto;  /* 330 */
    font-size: 20px;
    font-weight: 300;
    font-family: 'Lato';
    color: #fff;
    margin: 0;
}

.middle-section-bg {
    background: url('../img/yogaalaya/Rectangle\ 11.png') no-repeat center center/cover !important;
    /*padding: 80px 0;*/
    /*color: #08342e;*/
    /* deep green shade */
    /*font-family: 'Georgia', serif;*/
}

.middle-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color:#023D43;
       font-family: "quichesans-regular", serif;
}

.middle-title .highlight {
    color: #d47b44;
    /* soft orange-brown like in image */
       font-weight: 700;
    font-family: 'Bodoni Moda';
}

.middle-subtext {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    color: #023D43;
}

.btn-custom {
    background-color: #0c3c37 !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    /* Ensures no unexpected width changes */
    white-space: nowrap;
    /* Prevents text wrapping */
}

.btn-custom:hover {
    background-color: #A95A21 !important;
        border: 1px solid #A95A21 !important;
}

.btn-custom:after {
    content: "";
    /* Empty by default */
    transition: all 0.3s ease-in-out;
}

.btn-custom:hover:after {
    content: " →";
    /* Arrow appears on hover */
    margin-left: 10px;
}

.btn-custom:hover span {
    transform: translateX(-5px);
    /* Moves text slightly left */
}


/* .btn-custom:hover {
              background-color: #08342e;
              color: #fff;
            } */

/* Initial hidden state */
.animate-left,
.animate-right,
.animate-bottom {
    opacity: 0;
    transition: all 0.6s ease-out;
    /* Faster than 0.8s */
}

.animate-left {
    transform: translateX(-150px);
    /* More distance */
}

.animate-right {
    transform: translateX(150px);
    /* More distance */
}

.animate-bottom {
    transform: translateY(150px);
    /* More distance */
}

/* Visible state */
.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.right-box{
        display: flex;
    justify-content: flex-end;
}




/* vignesh */

.classes-section {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    overflow: hidden;
    background-color: #f2eee4;
    color: #724640;
}

/* SVG Decorative Vector */
.classes-vector {
    position: absolute;
    top: 0;
    right: -500px; /* 0 */
    width: 1550px;
    height: 870px;
    color: #eee5d1;
    opacity: 0.54;  /* 0.34 */
    stroke-width: 3px;  /* 2 */
    z-index: 0;
    pointer-events: none;
}

/* Classes section */
.classes-section h2 {
    position: relative;
    z-index: 1;
    font-family: "quichesans-regular", serif;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #724640;
}

.classes-section em {
    /*color: #d5af66;*/
    color:#023d43;
    font-style: italic;
    font-weight: 800;
    font-size: 40px;
}

.classes-section p {
    position: relative;
    z-index: 1;
    max-width: 70%;
    margin: 0 auto 15px;
    line-height: 1.8;
    color: #565C40;
    font-size: 20px;
    font-weight: 300;
    font-family: "Lato";
}

#darker-p {
    font-weight: 500;
    max-width: 75%;
    color:#565C40;
}

.classes-section p:last-of-type {
    margin-bottom: 50px;
}

/* Class Cards */
.class-cards {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.class-card {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    /*cursor: pointer;*/
    transition: transform 0.3s ease;
}

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


.class-cards {
    gap: 25px;
}

.class-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.class-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #72464096;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.class-card span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    transition: all 0.5s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "quichesans-regular";
}

.class-card:hover img {
    transform: scale(1.1);
}

.class-card:hover::after {
    opacity: 0;
}

.class-card:hover span {
    top: auto;
    bottom: 20px;
    transform: translateX(-50%);
}


/* Base button */
.btn {
    /* margin-top: 40px; */
    display: inline-block;
    background: #023D43 ;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border: 0px solid #023D43 ;
    font-family: "Lato";
}

/* inner text (so arrow can attach) */
.btn span {
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 100;
}


/* hover background */
.btn:hover {
    background: #023D43;
    transition: all 0.3s ease;
    color:#fff;
}

/* hover text + arrow */
.btn:hover span {
    color: #ffffff;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.btn:hover span::after {
    content: " →";
    color: #fff;
    font-size: 22px;
    margin-left: 15px;
    transition: all 0.3s ease;
}

/*.carousel-item{*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*}*/

.mar-rig{
        display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}
/* Responsive Design */
@media (max-width: 768px) {
    .classes-section h2 {
        font-size: 2rem;
    }

    .classes-vector {
        width: 400px;
        height: 600px;
    }

.class-card{
        width: 300px !important;
        height: 250px !important;
    }

}

@media (max-width: 480px) {
    .classes-section {
        padding: 60px 15px;
    }

    .classes-section h2 {
        font-size: 1.75rem;
    }

    .class-cards {
        gap: 20px;
    }

    .class-card {
        width: 100%;
        /*max-width: 300px;*/
    }
}

/* script animation */
/* Initial hidden state */
.classes-section h2,
.classes-section p,
.classes-section .class-cards,
.classes-section .btn {
    opacity: 0;
    transform: translateY(40px);
    /* slide-up for most */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* For h2 specifically: from top */
.classes-section h2 {
    transform: translateY(-40px);
    /* slide-down */
}

/* Active state when revealed */
.classes-section.animate h2,
.classes-section.animate p,
.classes-section.animate .class-cards,
.classes-section.animate .btn {
    opacity: 1;
    transform: translateY(0);
}


/* testimonal */

/* Background Section */
.testimonials {
    background: url('../img/yogaalaya/testimonials-bg.jpg') center/cover no-repeat fixed;
    padding: 80px 0  100px;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.testimonials .container-fluid {
    position: relative;
    z-index: 2;
}

/* Left Heading Column */
.heading-column {
    display: flex;
    align-items: end;
    /*justify-content: center;*/
    /*min-height: 400px;*/
    padding: 95px 20px;
}

.heading-content h2 {
    margin: 0;


    line-height: 1.1;
    letter-spacing: -1px;
}

.heading-content .light {
    color: #DDCDC0;
    font-family: "quichesans-regular", sans-serif;
    font-weight: 700;
    /*font-size: 96px;*/
    /*font-style: Bold;*/
    line-height: 100%;
}

.heading-content .gold {
    color: #d5af66;
    font-family: "Bodoni Moda", serif !important;
    font-style: italic;
    font-weight: 800;
    /*font-size: 96px;*/
    line-height: 123%;
}

/* Right Testimonials Column */
.testimonials-column {
    padding: 40px 60px 40px 20px;
}

/* Testimonial Cards */
.testimonial-card {
    background-color: rgba(203, 189, 147, 0.3);
    backdrop-filter: blur(2px);
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 590px;
    height: fit-content;

    /* position: absolute; */
    top: 453.88px;
    left: 730px;
    transform: rotate(0deg);
    align-content: center;
    word-spacing: 3px;

}



.testimonial-card p {
    font-size: 16px;
    font-family:'Lato';
    line-height: 1.7rem;
    margin-bottom: 15px;
    color: #DDCDC0;
    font-weight: 400;
    text-align: justify;
    /* letter-spacing: 0%; */
    width: 461.28076171875;
    height: 184;
    opacity: 1;
    top: 142.47px;
    left: 794.36px;
}

.testimonial-card h6 {
    font-family: "lato", serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #DDCDC0;
    text-align: left;
    width: 461.28076171875;
    height: 253;
    opacity: 1;
    top: 508.82px;
    left: 794.36px;

}

/* Carousel Controls */
/*.controls {*/
/*    position: absolute;*/
/*    bottom: 60px;*/
/*    right: 30px;*/
/*    display: flex;*/
/*    gap: 15px;*/
/*    z-index: 10;*/
/*}*/

.control-btn {
    background-color: #d5af66;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.8rem;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(213, 175, 102, 0.4);
    font-weight: 300;
    line-height: 1;
    padding-bottom: 3px;
}

.control-btn:hover {
    background-color: #c9a054;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(213, 175, 102, 0.6);
}

.control-btn:active {
    transform: scale(0.95);
}


/* button */
  .control-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
    transform: none;
    box-shadow: none;
  }
  
/* button end */


/* Carousel fade effect */
.carousel-item {
    transition: opacity 0.6s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-item:not(.active) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .heading-content h2 {
        font-size: 3rem;
    }

    .testimonials-column {
        padding: 40px 20px;
    }

    /*.controls {*/
    /*    bottom: 20px;*/
    /*    right: 20px !important;*/
    /*}*/
}

@media (max-width: 767px) {
    .testimonials {
        padding: 60px 0;
    }

    .heading-column {
        min-height: auto;
        padding: 30px 20px;
    }

    .heading-content h2 {
        font-size: 2.5rem;
    }

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-card p {
        font-size: 0.95rem;
    }

    .control-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    /*.controls {*/
    /*    bottom: 15px;*/
    /*    right: 15px;*/
    /*    gap: 10px;*/
    /*}*/
}

@media (max-width: 576px) {
    .heading-content h2 {
        font-size: 2rem;
    }

    .testimonials-column {
        padding: 20px 15px;
    }

    .testimonial-card {
        padding: 20px;
        margin-bottom: 20px;
    }
}


/* third section */
/* Font families */
/*.meet-founder {*/
/*    background: url('../img/yogaalaya/Media.jpg') center/cover no-repeat fixed;*/
/*    padding: 100px 0;*/
/*    position: relative;*/
/*}*/

/*.iq {*/
/*    width: 455px;*/
/*    padding-left: 132px;*/
/*}*/

/*.founder-img {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 629px;*/
/*}*/

/*.founder-img img {*/
/*    border-radius: 8px;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*    z-index: 1;*/
/*}*/

/*.founder-caption {*/
/*    background-color: #565c41;*/
/*    padding: 50px;*/
/*    position: relative;*/
/*    color: #dccdc1;*/
/*    border-radius: 8px;*/
/*    height: 629px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    font-family: 'Lato', sans-serif;*/
/*    width: 800px;*/
/*    position: absolute;*/
/*    top: 10%;*/
/*    right: 0%;*/
/*}*/

.founder-caption h3 {
    color: #D5AF66;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'quichesans-regular', serif;
}

.founder-caption p {
    margin-top: 16px;
    color: #ddd;
    font-size: 16px;
    line-height: 1.8;
}

/*.btn-wrap {*/
/*    margin-top: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.btn-founder {
    background-color: #003E37;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.btn-founder span {
    font-style: italic;
}

.btn-founder:hover {
    background-color: #005c53;
    color: #fff;
}

.founder-vector {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    max-width: 250px;
}

@media (max-width: 768px) {
    .row.align-items-center {
        flex-direction: column;
    }

    .founder-img,
    .founder-caption {
        width: 100%;
        height: auto;
    }

    .founder-caption {
        padding: 30px;
        margin-top: 20px;
    }

    .founder-caption h3 {
        font-size: 26px;
    }

    .founder-vector {
        display: none;
    }
}

.green-col a{
    background:#023d43 !important;
    border: 1px solid #023d43;
}

.green-col:hover a{
    border: 1px solid #023D43;
}







                                                            /* media query 1400px  (min-width)*/

@media screen and (min-width: 1400px) {
  .navbar .navbar-nav .menu-item {
    font-size: 20px !important;
    font-weight: 300;
  }
  
  .banner-logo {
    width: 436.18px ;
    height: 285.83px;
}

.contact-btn a {
    padding: 15px 29px;
    font-size:16px;
    font-weight:400;
    font-family:'Lato';
}

.join-btn a {
    width: 258px;
    height: 54px;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #023D43;
    border-radius: 24px;
    background: #023D43 !important;
    padding: 15px 29px;
    line-height: 1.5rem !important;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    justify-self: center;
    font-family: "Lato";
}

.rooms2 .caption h4, .rooms2 .caption h4 a{
        font-size: 40px;
            font-weight: 500;
}


.left-para {
    font-size: 20px;
    font-weight: 300;
    width: 52%;
    font-family:'Lato';
    color:#724640;
}

.founder-caption p {
    margin-top: 15px;
    color: #ddd;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Lato';
}

.founder-caption h3 {
    color: #D5AF66;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    font-family: 'quichesans-regular', serif !important;
}

.classes-section h2 {
    position: relative;
    z-index: 1;
    font-family: "quichesans-regular", serif;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #724640;
}

.classes-section p {
    position: relative;
    z-index: 1;
    max-width: 62%;
    margin: 0 auto 15px;
    line-height: 1.5;
    color: #565c40;
    font-size: 20px;
    font-weight: 300;
    font-family: "Lato";
}

#darker-p {
    max-width: 75%;
    font-weight: 500;
    font-size: 20px;
    width:65%;
    font-family: 'Lato';
}

.class-card span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.class-card{
        width: 400px;
    height: 300px;
}

.class-cards {
    gap: 25px;
}
.btn{
    font-weight: 300;
    font-size: 20px;
    margin-top:20px;
}

.testimonial-card p{
    font-size: 16px;
}

.heading-content {
    margin-left: 50px;
}

.controls {
    position: relative;
    /*bottom: 60px;*/
    /*right: 110px;*/
    display: flex;
    gap: 15px;
    z-index: 10;
    justify-content: flex-end;
}

.middle-title{
    font-size: 64px;
}

.middle-subtext {
    font-size: 20px;
}

.cta-right-mt{
    margin-top:96px !important;
}

.footer-logo {
    width: 187px;
    height: 122px;
    margin-bottom: 20px;

}

.heading-content .light {
    color: #ddcdc0;
    font-family: "quichesans-regular", sans-serif;
    font-weight: 700;
    font-size: 96px;
    /*font-style: Bold;*/
    line-height: 100%;
    width:85%;
}

.heading-content .gold {
    color: #d5af66;
    font-family: "quichesans-regular", serif;
    font-style: italic;
    font-weight: 800;
    font-size: 96px;
    line-height: 123%;
}

}



/* Media query max-width=1400px*/

@media screen and (max-width: 1400px) {
 .navbar .navbar-nav .nav-link{
     font-size:20px !important;
	 
 }
 
 .navbar .navbar-nav .menu-item{
     font-size:20px !important;
	 /*border-bottom: 1px solid #ddd;*/
     padding: 10px;
 }
 
/*.navbar .navbar-nav .menu-item:last-child {*/
/*     border-bottom: none;*/
/* }*/
	
 
 
 .banner-logo {
    width: 380px;
    height: 250px;
}

.heading-content {
    margin-left: 50px;
}

.z-1> img {
    /* margin-top: 1%; */
    margin-left: 7%;
    max-width: 93% !important;
    height: auto;
}

.controls {
    position: relative;
    /*bottom: 60px;*/
    /*right: 60px;*/
    display: flex;
    gap: 15px !important;
    z-index: 10;
    justify-content: flex-end;
}

.cta-right-mt{
    margin-top:70px !important;
}

.middle-title {
    font-size: 55px;
}

.heading-content .gold{
    font-size:90px;
}
.heading-content .light{
    font-size:90px;
    width:83%;
}

    .class-btn {
        font-weight: 300 !important;
        font-size: 20px !important;
        margin-top: 15px !important;
        width: 258px;
        height: 54px;
    }
    
    .class-btn span{
        font-weight:700;
        font-size:20px;
    }
    
    .middle-subtext {
    font-size: 19px;
    }

.class-card span{
    font-size: 35px;
}
}



/* media query 1370*/

@media screen and (max-width: 1375px){
        .cta-right-mt {
        margin-top: 85px !important;
    }
}

/* media query 1300*/

@media screen and (max-width: 1300px){
    .navbar .navbar-nav .nav-link {
        font-size: 20px;
    }
    /*    .banner-logo {*/
    /*    width: 370px;*/
    /*    height: 250px;*/
    /*}*/
    
        .btn {
        font-weight: 300;
        font-size: 18px;
        margin-top: 15px;
    }
    
    /*.join-btn a {*/
    /*width: 220px;*/
    /*height: 50px;*/
    /*}*/
    
    .z-1>img {
            height: auto;
            margin-left: 7%;
        max-width: 93% !important;
    }
    .second-left-sec {
        width: 780px !important;
        height: 600px !important;
    }
    .t-40 {
    width: 50%;
}
    .second-sec {
    background-image: url(../img/yogaalaya/Rectangle.png);
    padding: 270px 0 110px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
    .left-para {
    font-size: 19px;
    width: 52%;
}
.classes-section h2 {
    font-size:38px;
}
.classes-section p{
    font-size: 18px;
}
    .class-card span {
        font-size: 32px;
    }
        .class-btn span {
        font-size: 18px;
    }

    .heading-content .light {
        font-size: 85px;
    }
        .heading-content .gold {
        font-size: 85px;
    }
    
    .testimonial-card {
            width: 540px;
    }
    
        .middle-title {
        font-size: 50px;
    }
    .cta-right-mt {
        margin-top: 45px !important;
    }
    .founder-caption h3{
        font-size: 27px;
    }
    .founder-caption p{
        font-size: 15px !important;
    }
        .founder-img img{
         width: 540px !important;
    }
    .founder-caption{
            /*height: 550px !important;*/
            height:auto !important;
    }

    .iq{
    width: 72%;
    padding-left: 85px;
}

.class-card{
    width: 350px;
    height: 280px;
}
.class-cards{
    gap: 25px;
}
}

/* media query 1200px*/
@media screen and (max-width: 1200px) {
    
    .max-width-95{
        max-width:95% !important;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    
    .contact-btn a {
    width: 200px;
    height: 40px;
    font-size: 15px !important;
    }
    .banner-logo {
        width: 360px;
        height: 240px;
    }
    .mt-70 {
    margin-top: 15px !important;
}
        .join-btn a {
        width: 230px;
        height: 48px;
        line-height: 1.3rem !important;
        font-size: 18px;
    }
        .second-left-sec {
        width: 650px !important;
            height: 550px !important;
    }
        .left-para {
        font-size: 16.5px;
        width: 52%;
    }
    .z-1>img {
        height: auto;
        margin-left: 5%;
        max-width: 100% !important;
    }
        .second-sec {
        padding: 214px 0 80px !important;
    }
        .classes-section h2 {
        font-size: 36px;
    }
    .rooms2 .caption h4, .rooms2 .caption h4 a {
    font-size: 30px;
        margin-bottom: 5px;
        width: 80%;
}
    .classes-section p{
        font-size: 17.5px;
    }
        .class-card span {
        font-size: 30px;
    }
        .testimonial-card {
        width: 500px;
    }
        .heading-content .light {
        font-size: 82px;
    }
    .heading-content .gold{
        font-size: 82px;
    }
    .testimonials{
        padding: 60px 0 80px;
    }
        .middle-title {
        font-size: 48px;
    }
        .middle-subtext {
        font-size: 17px;
    }
    .btn {
        font-weight: 300;
        font-size: 16px;
        margin-top: 10px;
    }
    .footer-logo {
    width: 160px;
    height: 100px;
    margin-bottom: 20px;
}
.footer-about-text{
        font-size: 18.5px;
}
.footer-top{
    padding: 140px 0 60px 0;  /* 100 0 60 0 */
}
}

/* media query 1100*/
@media screen and (max-width: 1100px) {
    .join-btn a {
        width: 230px;
        height: 50px;
        line-height: 1.3rem !important;
    }
        .second-sec {
       padding: 180px 0 65px !important;
    }
    .second-left-sec {
        width: 640px !important;
        height: 500px !important;
    }
        .z-1>img {
        height: auto;
        width: 95%;
                margin-left: 7%;
    }
        .rooms2 .caption h4, .rooms2 .caption h4 a {
        font-size: 28px;
        margin-bottom: 5px;
    }
        .left-para {
        font-size: 16px;
        width: 52%;
    }
        .classes-section p {
        font-size: 17px;
    }

    .testimonial-card{
        padding: 40px;
        word-spacing: 0px;
        width: 435px;
    }
    /*.founder-caption {*/
    /*    width: 135% !important;*/
    /*    padding: 40px;*/
    /*    height: auto;*/
    /*}*/
    
    .founder-img img-fluid{
        width: 480px !important;
    }
    
    .pause-svg svg {
    height: 80px;
    width: 100%;
}
}

@media screen and (max-width: 1000px) {
    .z-1>img {
        height: 560px !important;
        width: 95%;
        margin-left: 5%;
        /* justify-content: flex-end; */
    }
}


@media screen and (max-width: 992px) {
    
    .banner-logo {
        width: 350px;
        height: 220px;
    }
        .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }
        .nav-scroll .logo-img{
        width: 100px;
    }
    .nav-scroll .logo-wrapper{
        padding: 8px 0 8px 8px;
        background-color: transparent;
    }
        .join-btn a{
        width: 190px;
        height: 45px;
        line-height: 1.2rem !important;
        font-size: 16px;
    }
    .z-1>img{
        height: auto !important;
        width: 62%;
        margin-left: 40%;
    }
    .second-left-sec{
            top: -100px !important;
    }
    .second-left-sec {
        width: 585px !important;
        height: 440px !important;  /* 480 */
    }
    .rooms2 .caption h4 a{
        font-size: 26px;
    }
    .left-para{
        font-size: 14px;
        width: 52%;
    }
        .nav-scroll {
        background: #000000 !important;
    }
        .classes-section h2 {
        font-size: 34px;
    }
        .classes-section p {
        font-size: 16px;
    }
    .class-btn{
        font-size: 16px !important;
    }
    .class-btn span{
        font-size: 16px !important;
    }
    /*.controls{*/
    /*    right: 25px;*/
    /*}*/
        .middle-title {
        font-size: 40px;
    }
        .middle-subtext {
        font-size: 13px;
    }
        .btn {
        font-weight: 300;
        font-size: 14px;
        margin-top: 0px;
    }
        .footer-logo {
        width: 130px;
        height: 90px;
        margin-bottom: 15px;
    }
        .footer-about-text {
        font-size: 16px;
    }
    .footer-explore-list li a{
        font-size: 14px;
    }
    .footer-title{
        font-size: 20px;
    }
        .heading-content .gold {
        font-size: 75px;
    }
        .heading-content .light{
        font-size: 75px;
    }
    
     .navbar .navbar-nav .menu-item{
     font-size:20px !important;
	 border-bottom: 1px solid #ddd;
     padding: 10px;
 }
.navbar .navbar-nav .menu-item:last-child {
     border-bottom: none;
 }

}


@media screen and (max-width: 890px) {
        .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }
    .z-1>img {
        height: auto !important;
        width: 60%;
        margin-left: 40%;
    }
        .second-left-sec {
        width: 585px !important;
        height: 420px !important;  /* 440 */
    }
        .left-para {
        font-size: 14px;
        width: 52%;
    }
        .banner-logo {
        width: 300px;
        height: 180px;
    }
        .nav-scroll .logo-img {
        width: 100px;
    }
    .classes-section p{
        font-size: 14px;
    }
        .classes-section h2 {
        font-size: 30px;
    }
        .testimonial-card {
        padding: 40px;
        word-spacing: 0px;
        width: 400px;
    }
    .testimonial-card p{
        font-size:15px;
    }
    .classes-section em{
        font-size: 32px;
    }
    .class-btn{
        width: 250px;
        height: 50px;
    }
    .classes-section{
        padding: 75px 20px;
    }
}

@media screen and (max-width: 845px) {
    .testimonial-card {
        padding: 40px;
        word-spacing: 0px;
        width: 380px;
    }
}


@media screen and (max-width: 810px) {
        .banner-logo {
        width: 280px;
        height: 180px;
    }
    .second-sec {
        padding: 80px 0 65px !important;
    }
        .z-1>img {
        height: auto !important;
        width: 100%;
        margin-left: 0%;
    }
    .rooms2 .caption{
        position: relative !important;
    }
        .second-left-sec {
        width: 100% !important;
        height: auto !important;
    }
    .t-40 {
    width: 100% !important;
    }
    
    .t-40 a{
    width: 100% !important;
}
    .left-para {
        font-size: 15px;
        width: 100%;
    }
        .second-left-sec {
        top: -2px !important;
    }
    .classes-section{
        padding: 70px 20px;
    }
        .testimonial-card {
        padding: 30px;
        word-spacing: 0px;
        width: fit-content;
    }
    
    .testimonial-card p{
        font-size: 14px;

    }
}

@media screen and (max-width: 810px) {
    .classes-section p{
        max-width: 90%;
    }
    #darker-p {
    max-width: 90%;
}
}

@media screen and (max-width: 768px){
            .cta-right-mt {
        margin-top: 15px !important;
    }
        .heading-content .light {
        font-size: 60px;
    }
        .heading-content .gold {
        font-size: 60px;
    }
	#trail-btn1 {
		width: auto !important; }
	.heading-content {
        margin-left: 0;
        text-align: center;
    }
	.classes-middle-title {
          text-align: center;
    }
}

@media screen and (max-width: 630px) {
    .heading-content .light {
        width: 100%;
    }
	
}



@media screen and (max-width: 576px) {
    .banner-logo{
        width: 240px;
        height: 160px;
    }
    .join-btn a {
        width: 160px;
        height: 40px;
        font-size: 14px;
        line-height: 1rem !important;
    }
        
            .heading-content .light {
        font-size: 50px;
    }
        .heading-content .gold {
        font-size: 50px;
    }
        .classes-section h2 {
        font-size: 22px;
    }
    
    .classes-section em{
            font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .rooms2 .caption h4 a {
        font-size: 21px;
    }
        .left-para {
        font-size: 13px;
        width: 100%;
    }
                .heading-content .light {
        font-size: 40px;
    }
        .heading-content .gold {
        font-size: 40px;
    }
        .classes-section p{
        max-width: 100%;
    }
        #darker-p {
        max-width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .rooms2 .caption h4 a {
        font-size: 19px;
    }
    .left-para {
        font-size: 12.5px;
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
                    .heading-content .light {
        font-size: 35px;
    }
        .heading-content .gold {
        font-size: 35px;
    }
}


@media screen and (max-width: 360px) {
    .rooms2 .caption h4 a {
        font-size: 18px;
        margin-bottom: 0px;
    }
                    .heading-content .light {
        font-size: 35px;
    }
        .heading-content .gold {
        font-size: 35px;
    }
}









/* Font families */
  .meet-founder {
    background: url('../img/yogaalaya/bg.png') center/cover no-repeat fixed;
    padding: 80px 0;
    position: relative;
    background-size: cover; /* This ensures the background image fills the entire section */
  }
 
  .iq{
    width: 425px;
    padding-left: 100px;
  }
 
.founder-img {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 629px;
    position: relative;
}
 
  .founder-img img {
    /* border-radius: 8px; */
    width: 70%;
    height: auto;
    object-fit: cover;
    z-index: 1;
  }
 
  .founder-caption {
    /* background-color: #565c41; */
    background-image: url(../img/yogaalaya/Group11.png);
    background-position: center;
    background-size: cover;
    padding: 50px;
    position: relative;
    color: #dccdc1;
    /*border-radius: 8px;*/
    height: 629px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    width: 126%;
    /* position: absolute; */
    /*top: 7%;*/
    /*right: 15%;*/
  }
 
  .founder-caption h3 {
    color: #D5AF66;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Playfair Display', serif;
  }
 
  .founder-caption p {
    margin-top: 16px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.8;
  }
 
  .btn-wrap {
    margin-top: 30px;
    display: flex;
    /*justify-content: center;*/
  }
 
  .btn-founder {
    background-color: #003E37;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
  }
 
  .btn-founder span {
    font-style: italic;
  }
 
  .btn-founder:hover {
    background-color: #005c53;
    color: #fff;
  }
 
  .founder-vector {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    max-width: 250px;
  }
 
    @media (max-width: 2000px) {
    .founder-caption {
   
    width: 100%;
   
  }
}
 
  @media (max-width: 1800px) {
    .founder-caption {
   
    width: 872px;
   
  }
}
 
   @media (max-width: 1444px) {
  /*  .founder-caption {*/
  /*  width: 125%;  */
  /*  right: 23%;*/
  /*  height: auto;*/
  /*}*/
 
  .founder-img img {
        width: 600px;
        height: auto;
        left: 0;
        position: absolute;
        max-width: unset;
}
}

@media (max-width:1400px){
        .founder-caption {
        width: 830px;
    }

}
 
   @media (max-width: 1200px) {
  /*  .founder-caption {*/
  /*  right: 23%;*/
  /*}*/
 
  .founder-img img {
 /*border-radius: 8px; */
        width: 520px; /* important */
        /*max-width: unset;*/
        /*height: auto;*/
        /*position: absolute;*/
  }
 
      /* .founder-caption {
        width: 600px;
        padding: 40px;
        height: 430px;
    } */
 
     .founder-caption {
        width: 710px;
        max-width: unset;
        /* padding: 40px; */
        height: auto !important;
    }
        .founder-caption p {
        font-size: 14px;
    }
    
.iq {
    width: 450px;
    padding-left: 70px;
}

}
 
 
  
  
  @media (max-width: 1150px) {
    .iq {
        width: 500px;  /* 480 */
        padding-left: 140px;  /* 100  */
    }
}
  
  @media (max-width: 1100px){
      .founder-caption{
          width: 650px;
      }
      
       .iq {
        width: 520px;
        padding-left: 85px;  /* 110  */
    }
    
    .founder-img img{
        width: 495px !important;
    }

  }
  
  @media (max-width: 1024px) {
    .row.align-items-center {
      flex-direction: column; /* Stack content on mobile */
    }
 
    .founder-caption {
        width: 145%;
        padding: 40px;
        height: auto;
    }
    
    .founder-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
 
    .iq {
      width: 100%;
      padding-left: 0px;
    }
 
    .founder-img img {
        width: 500px !important;
        left: unset;
    }
 
    .btn-wrap {
      margin-top: 20px;
    }
 
    .founder-caption h3 {
      font-size: 28px; /* Adjust font size for tablet */
    }
 
    .founder-caption p {
      font-size: 14px; /* Adjust paragraph font size */
    }
 
    .founder-vector {
      display: none; /* Hide vector on tablets */
    }
  }
  
  
    @media (max-width: 992px) {
    
        .founder-caption p {
        font-size: 16px !important;
    }
    
        .founder-caption h3 {
        font-size: 22px;
    }

  }
 
  @media (max-width: 768px) {
 
    .founder-caption {
              width: 100%;
        /*position: relative;*/
        /*top: -70px;*/
        /*left: 2%;*/
    }
 
    .founder-img {
    justify-content: center;
}
 
    .iq {
        width: 100%;
    }
 
    .founder-img img {
      max-height: 300px; /* Further reduce image height for mobile */
    }
 
    .founder-caption h3 {
      font-size: 24px; /* Adjust font size */
    }
 
    .founder-caption p {
      font-size: 12px; /* Reduce paragraph font size */
    }
 
    .btn-founder {
      font-size: 14px; /* Adjust button size */
      padding: 10px 20px;
    }
 
    .founder-vector {
      display: none; /* Hide vector on mobile */
    }
    
    .meet-founder{
        padding:40px 0px;
    }
    
        .founder-img img {
            height: 300px;
        }
        
        .founder-img img {
        width: 90%;
    }
  }
 
  @media (max-width: 480px) {
    .founder-caption h3 {
      font-size: 20px; /* Further reduce heading size */
    }
 
    .founder-caption p {
      font-size: 11px; /* Further reduce paragraph size */
    }
 
    .founder-img{
      height: 240px;
    }
 
    .founder-img img {
     height: auto;
        width: 380px !important;
    }
 
    .btn-founder {
      font-size: 12px; /* Make button text very small */
    }
  }
  
  @media (max-width: 380px) {
    .founder-img img {
        height: auto;
        width: 350px !important;
    }
    .founder-img{
        height: 200px;
    }
        .founder-caption p {
        font-size: 13px !important;
    }
    
    .founder-caption{
        padding: 25px ;
    }
}
  
  
  
  /* view btn */
  
/* General link reset for button context only */
.class-btn1, 
.class-btn1 span {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
        font-style: italic;
}

/* Base Button */
.class-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #A95A21;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 1.5rem;
    border: none;
    width: 250px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

#trail-btn{
    font-size: 16px;
    width: 260px;
    background-color:#023D43 !important;
}

/*.submit-btn1 {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #A95A21;*/
/*    color: #ffffff;*/
/*    padding: 12px 28px;*/
/*    border-radius: 30px;*/
/*    text-decoration: none;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    font-family: "Lato", sans-serif;*/
/*    line-height: 1.5rem;*/
/*    border: none;*/
/*    width: 250px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

#submit-btn{
    font-size: 16px;
    padding:15px 30px;
    background-color:#565C40 !important;
    width: 190px;
    margin-top: 25px;
}

#sumbit-btn:hover {
    background-color: #A95A21; 
}

.ssub a:hover {
    background:#A95A21;
}


#trail-btn1{
    font-size: 16px;
    width: 190px;
    background-color:#023D43 !important;
}

#trail-btn .label1{
    font-style:normal;
}

#trail-btn1 .label1{
    font-style:normal;
}

/* "View" label */
.class-btn1 .label1 {
    font-size:20px;
    font-weight: 300;
    color: #d3d3d3; /* subtle gray */
    margin-right: 6px;
    transition: color 0.3s ease, transform 0.4s ease;
}

/* Highlighted part ("ClassSchedule") */
.class-btn1 .highlight1 {
    font-size:20px;
    font-weight: 700;
    color: #fff;
    transition: transform 0.4s ease;
}

.font-16{
    font-size:16px !important;
}

/* Arrow line (hidden by default) */
.class-btn1 .arrow1 {
    position: relative;
    display: inline-block;
    width: 0; /* start hidden */
    height: 2px;
    background: #fff;
    margin-left: 0;
    border-radius: 2px;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

/* Arrow head */
.class-btn1 .arrow1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

/* Hover effects */
.class-btn1:hover {
    background-color: #A95A21; /* keep same background */
}

.class-btn1:hover .label1 {
    color: #ffffff; /* View becomes white */
    transform: translateX(-10px); /* moves left slightly */
}

.class-btn1:hover .highlight1 {
    transform: translateX(-10px);
}

/* Arrow appears and stretches */
.class-btn1:hover .arrow1 {
    width: 20px;
    opacity: 1;
    margin-left: 0px;
}

.class-btn1:hover .arrow1::after {
    opacity: 1;
    transform: translateY(-50%) translateX(4px) rotate(45deg);
}
/* end btn */






/*09-10-2025 -  Praveen T*/

.rooms2 .caption h4, .rooms2 .caption h4 a {
 
    margin-bottom: 10px;
}

a.class-btn1 {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 24px;
}

.meet-founder .btn-wrap {
    margin-top:30px;
    margin-bottom: 0px;
}

.logo-img {
   
    width: 145px;
 
}

.join-btn a {
     display:inline-flex;
     justify-content:center;
     align-items:center;
    }
    
    .font-italic {
        font-style:italic;
    }
    
        .left-para {
            line-height:28px;
}

.meet-founder .founder-caption h3{
    font-weight: 500;
}
.meet-founder .founder-caption p {
    
    color: #DDCDC0;}
    
    .middle-title .highlight {
    color: #A95A21;
    
}

/* .container.container-1200 {*/
/*    max-width:1200px !important;*/
/*}*/

.footer-top .footer-menu {
    padding-top:40px;
}
    
    .butn-dark2 {
        overflow:hidden;
    }

@media screen and (min-width: 1400px) {
    .contact-btn a {
    
        padding: 15px 20px;
    }
   .second-sec .rooms2 img{
    margin-top: 10px;
    max-width: 862px;
}

.footer-top {
    padding: 230px 0 60px 0;
}
  
  
    .founder-img img {
        width: 630px;
        position: absolute;
        left: 0;
        max-width:unset;
    }
#trail-btn1 {
    font-size: 16px;
    width: 258px;
    background-color: #023D43 !important;
}
}

/*09-10-2025 -  Praveen T end here*/


/* VS 10-10-2025 class page css*/

.yoga-journey {
    background-image: url('../img/yogaalaya/classes/new-class-banner.png');
    /* Replace with the actual image path */
    background-size: cover;
    background-position: center;
    padding: 230px 0 240px 0;
    color: #FFFFFF;
}

/* Heading style */
.yoga-heading {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.yoga-heading .highlight {
    color: #DDCDC0;
    /* Custom color for 'Yoga' */
    font-style: italic;
}


.yoga-journey .highlight {
    font-family: 'Bodoni Moda';
}



/* Paragraph style */
.yoga-description {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    /* Lightened text for readability */
}



.service .container-1440 {
    max-width: 1440px;

}

.services {
    background-image: url(../img/yogaalaya/classes/session-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.valign {
    background-color: #023d438f;
    height: 1000px;
}

.allign-center {
    align-items: center;
}

.image img {
    width: 100%;
    height: auto;
}

.image-container-left {
    position: relative;
    z-index: 2;
     right: -3%; 
}

.image-container-right {
    position: relative;
    z-index: 2;
    left: -50px;
}

.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 48px;
    color: #DDCDC0;
    font-weight: 500;
    line-height: 56px;
    width: 385px;
}

.services .content .cont p {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.services .content {
    width: 62%;
    padding: 30px 10px 30px 100px;
}

#left-width {
    width: 528px;
}

.change-color {
    color: #A95A21;
    font-style: italic;
    font-weight: 700;
    font-family: 'Bodoni Moda';
}

/* Default - edge to edge on all screen sizes */
.container-1440 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (max-width: 1440px) {
.image-container-left {
     right: -3% !important; 
}

      .mindful-section-1 .container {
    max-width: 1200px !important;
  }
  
        .mindful-section-2 .container {
    max-width: 1200px !important;
  }
  
        .mindful-section-3 .container {
    max-width: 1200px !important;
  }
  
/*  .image img {*/
/*    width: 670px;*/
/*    height: auto;*/
/*}*/

}


/* For screens 1440px and above - boxed layout */
@media (min-width: 1441px) {
    .container-1440 {
        max-width: 1400px;
        /* You can adjust the width as needed */
        padding-left: 15px;
        padding-right: 15px;
    }
    

}


    .mindful-overlay {
        max-width: 1200px !important;
        margin-bottom:20px;
    }


/*.image-container-left {*/
/*     right: 4%; */
/*}*/

.session-vector {
    width: auto;
    height: 1000px;
}






/* Responsive Design: Center text on smaller screens */
@media (max-width: 767px) {
    .yoga-heading {
        font-size: 28px;
    }

    .yoga-description {
        font-size: 16px;
    }
    
    
}

@media (min-width: 1400px) {
    .video-wrapper .container {
         max-width: 1320px !important; 
    }
    
    .classes-middle-section .container {
         max-width: 1320px !important; 
    }
}



/* mindful Hatha */
.mindful-section {
    color: white;
    padding: 140px 0 140px;
    position: relative;
}

.allign-center-1 {
    align-items: end;
}

.mindful-section-1 {
    background: url('../img/yogaalaya/classes/mindful-1.png') no-repeat center center;
    background-size: cover;
    background-position: center;
}

.mindful-section-2 {
    background: url('../img/yogaalaya/classes/mindful-02.png') no-repeat center center;
    background-size: cover;
    background-position: center;
}

.mindful-section-3 {
    background: url('../img/yogaalaya/classes/mindful-3.png') no-repeat center center;
    background-size: cover;
    background-position: center;
}



/* .mindful-overlay {
      background: rgba(0, 0, 0, 0.45);
      padding: 60px 30px;
    } */

.mindful-title h1 {
    font-size: 74px;
    font-weight: 700;
    line-height: 95%;
    color: #DDCDC0;
}

.mindful-title h1 span{
    font-family: 'Bodoni Moda';
}

.mindful-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    /*max-width: 700px;*/
    margin-bottom: 30px;
}



.middle-card {
    position: relative;
    /* Necessary for absolute positioning inside */

}

.mindful-card{
    /* background-color: #724640; */
    padding: 30px;
    color: white;
    position: absolute;
    z-index: 1;
    height: auto;
}

.mindful-card-1 {
    background-color: #724640;
}

.mindful-card-2 {
    background-color: #CBBD93;
}

.mindful-card-3 {
    /*background-color: #A95A21;*/
        background-color: #565C40;
}

.mindful-card-1 h5 {
    color: #DDCDC0;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    /* Adds space below the title */
}

.mindful-card-1 h3 {
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    /* Adds space between paragraphs */
    color: #DDCDC0;
}

.mindful-card-1 p {
    font-size: 16px;
    /* Adjusts paragraph size */
    line-height: 1.5;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 0px;
    /* Adds space below each paragraph */
    width: 210px;
}

.line-container {
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
}



/* card-2 */

.mindful-card-2 h5 {
    color: #023D43;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    /* Adds space below the title */
}

.mindful-card-2 h3 {
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    /* Adds space between paragraphs */
    color: #023D43;
}

.mindful-card-2 p {
    font-size: 16px;
    /* Adjusts paragraph size */
    line-height: 1.5;
    font-weight: 300;
    color: #023D43;
    margin-bottom: 0px;
    /* Adds space below each paragraph */
    width: 210px;
}


.mindful-card-2 .line-container span{
    color: #023D43;
}


.mindful-card-2 .line-container .line {
    /* flex-grow: 1; */
    width: 70%;
    border-bottom: 1px solid #023D43;
}








/* card-3 */

.mindful-card-3 h5 {
    color: #DDCDC0;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    /* Adds space below the title */
}

.mindful-card-3 h3 {
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    /* Adds space between paragraphs */
    color: #DDCDC0;
}

.mindful-card-3 p {
    font-size: 16px;
    /* Adjusts paragraph size */
    line-height: 1.5;
    font-weight: 300;
    color: #DDCDC0;
    margin-bottom: 0px;
    /* Adds space below each paragraph */
    width: 210px;
}


.line-container span {
    margin-right: 9px;
    color: #DDCDC0;
    /*color:#fff;*/
    font-size: 16px;
    font-weight: 300;
}

.above-calender span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
} 

 .line-container .line {
    /* flex-grow: 1; */
    width: 70%;
    border-bottom: 1px solid #DDCDC0;
    /* Color of the line */
}

.line-container .botm-line {
    /* flex-grow: 1; */
    width: 85%;
    border-bottom: 1px solid #DDCDC0;
    margin-bottom: 10px;
    /* Color of the line */
}



.pattern-bg {
    height: auto;
    width: auto;
    position: absolute;
    top: 0px;
    /* padding-right: 50px;  */
    /*padding-left: 110px;*/
    right:4%;
}



.who-class-for {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 40px; */
    /* max-width: 900px; */
}

.botm-1 {
    background-image: url(../img/yogaalaya/classes/mindful-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0 100px 0;
    margin-top: -1px;
}

.botm-2 {
    background-image: url(../img/yogaalaya/classes/botm-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0 100px 0;
    margin-top: -1px;
}

.botm-3 {
    background-image: url(../img/yogaalaya/classes/botm-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0 100px 0;
    margin-top: -1px;
}

.bt-center {
    justify-content: center;
}

.btn-trial {
    background-color: #023D43;
    color: white;
    font-weight: 500;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 25px;
    transition: background 0.3s ease;
}

.btn-trial:hover {
    background-color: #0d3f45;
}


/* calender section */

.video-wrapper {
    min-height: 672px !important;
    position:relative;
}

/*.class-schedule-text{*/
/*        margin-top: 220px;*/
/*}*/


.class-schedule-text h2 {
    font-size: 75px;
    font-weight: 700;
    color: #724640; /* Dark brown color */
    width: 100%;  /* 397 */
    height: auto;
    text-align:center;
    margin-bottom:50px;
}



/* classes above footer */

/* cta section */
 
.classes-middle-section {
    background: url('../img/yogaalaya/classes/classes-footer-above.png') no-repeat center center/cover;
    padding: 80px 0;
    color: #08342e;
    /* deep green shade */
    font-family: 'Georgia', serif;
}
 
.classes-middle-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: #023D43;
    font-family: "quichesans-regular", serif;
    width:70%;
}
 
.classes-middle-title .highlight {
    color: #d47b44;
    /* soft orange-brown like in image */
    font-weight: 700;
    font-family: 'Bodoni Moda';
}
 
.classes-middle-subtext {
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    color: #023D43;
}

@media (max-width: 1400px) {

.classes-middle-title{
    font-size:60px;
}
}


@media (max-width: 1320px) {

            .image img {
                min-width: 679px;
        }
}


@media (max-width: 1200px) {
        .mindful-section-1 .container {
            max-width: 992px !important;
        }
        
        .mindful-section-2 .container {
            max-width: 992px !important;
        }
        
        .mindful-section-3 .container {
            max-width: 992px !important;
        }
        
        .mindful-card-1 h3 {
            font-size: 30px;
        }
        
        .mindful-card-2 h3 {
            font-size: 30px;
        }
        
        .mindful-card-3 h3 {
            font-size: 30px;
        }
        
        .line-container {
            width: 100%;
        }
        
        .pattern-bg{
            width:10%;
        }
        
        .mindful-title h1{
            font-size: 60px;
        }
        
        .mindful-desc{
            font-size:16px;
        }
        
        .line-container span{
            font-size:14px;
        }
        
        .who-class-for{
            font-size:18px;
        }
        
        .image img{
            min-width: 750px;
        }
        
        .classes-middle-title{
                width: 82%;
                font-size: 54px !important;
        }


}

@media (max-width: 1200px) {

        .image img {
            min-width: 563px;
        }
        
        .image-container-left {
            right: -1% !important;
        }
        
        .image-container-right .image img{
            min-width:651px;
        }
        
        .services .content .cont{
                width: 262px;
                display:block;
        }
        
        .services .content .cont h4{
            line-height:42px;
            font-size:35px;
            width: 273px;
        }
        
        .services .content .cont p{
            font-size: 16px;
            width:400px;
        }
        
        .classes-middle-subtext{
            font-size:18px;
        }

}

@media (max-width: 1024px){
    .no-center{
        flex-direction: row !important;
    }
}



@media (max-width: 992px) {
        .mindful-section-1 .container {
            max-width: 767px !important;
        }
        
        .mindful-section-2 .container {
            max-width: 767px !important;
        }
        
        .mindful-section-3 .container {
            max-width: 767px !important;
        }
        
        .mindful-card-1 h3 {
            font-size: 24px;
        }
        
        .mindful-card-2 h3 {
            font-size: 24px;
        }
        
        .mindful-card-3 h3 {
            font-size: 24px;
        }
        
        .line-container .line{
            width:62%;
        }
        
        .mindful-card-2 .line-container .line{
            width:62%;
        }
        
        .mindful-card-1 p{
            width:auto;
            font-size:15px;
        }
        
        .mindful-card-2 p{
            width:auto;
            font-size:15px;
        }
        
        .mindful-card-3 p{
            width:auto;
            font-size:15px;
        }
        
        .pattern-bg {
            width: 13%;
        }
        
        .line-container .botm-line{
            width:80%;
        }
        
        .image{
            display: flex;
            justify-content: center;
        }
        
        .image img {
            min-width: auto;
        }
        
        .valign {
            height: 700px;
        }
        
        .session-vector{
            height:700px;
        }
        
        
        
        .image-container-right{
                left: 0px;
        }
        
        .services .content .cont h4{
            width: 383px;
        }
        
        /*.services .content .cont{*/
        /*        width: 100%;*/
        /*    text-align: center;*/
        /*}*/
        
        .classes-middle-title{
            font-size:34px !important;
        }
    
    
}

@media (max-width: 767px) {
    
        .mindful-section-1 .container {
            max-width: 575px !important;
        }
        
        .mindful-section-2 .container {
            max-width: 575px !important;
        }
        
        .mindful-section-3 .container {
            max-width: 575px !important;
        }
        
        .mindful-card-1 h3{
            margin-bottom:10px;
        }
        
        .mindful-card-2 h3{
            margin-bottom:10px;
        }
        
        .mindful-card-3 h3{
            margin-bottom:10px;
        }
        
        .mindful-card-1 p{
            margin-bottom:15px;
        }
        
        .mindful-card-2 p{
            margin-bottom:15px;
        }
        
        .mindful-card-3 p{
            margin-bottom:15px;
        }
        
        .botm-1{
            padding: 265px 0 100px 0;
        }
        
        .botm-2{
            padding: 265px 0 100px 0;
        }
        
        .botm-3{
            padding: 265px 0 100px 0;
        }
        
        .pattern-bg{
            display:none;
        }
        
        .mindful-card-1 .line-container span{
            width: 147px;
        }
        
        .mindful-card-2 .line-container span{
            width: 147px;
        }
        
        .mindful-card-3 .line-container span{
            width: 147px;
        }
        
        .line-container span{
            font-size:13px;
        }
        
        .line-container .botm-line{
            width:75%;
        }
        
        .who-class-for{
            font-size:14px;
        }
        
        .session-vector{
            display:none;
        }
        
        .class-schedule-text h2{
            font-size: 56px;
        }
        
                .valign {
        height: 446px;
                }
        
        .classes-middle-title {
        font-size: 30px !important;
    }
        .classes-middle-subtext {
        font-size: 14px;
    }
    
    .class-schedule-text {
    margin-top: 0px;
}
    
    

    /* For mobile screens, adjust padding and alignment */
    .mindful-card {
        padding: 20px;
    }

    .pattern-bg {
        background-size: cover;
        /* Ensures it covers the area better on small screens */
        padding-right: 30px;
        /* Adjust right padding */
    }
}

@media (max-width: 576px) {

            .line-container .botm-line {
        width: 65%;
    }
    
        .services .content .cont h4 {
        width: 285px;
    }
    
        .services .content .cont p {
           width: 300px;
    }
    
    .services .content {
        padding: 30px 10px 30px 40px;
    }
    

    
    .image-container-right .image img{
        min-width: auto;
    }
    .classes-middle-title{
            font-size:34px;
        }

    
}

@media (max-width: 576px) {

        .botm-1{
            padding: 350px 15px 100px 15px;
        }
        
        .botm-2{
            padding: 350px 15px 100px 15px;
        }
        
        .botm-3{
            padding: 350px 15px 100px 15px;
        }
        
        .mindful-card-1 .line-container span{
                    width: 186px;
        }
        
        .mindful-card-2 .line-container span{
                    width: 186px;
        }
        
        .mindful-card-3 .line-container span{
                    width: 186px;
        }
}


/* VS 10-10-2025 class page end here*/

/* About page style*/

/*------------------------------------------------------- about page------------------------------------------------------------------------ */

.slider-fade .about-banner .item {
    background-position: bottom;
}

.caption .about-heading h4 {
    font-family: 'quichesans-regular';
    font-weight: 700;
    /* font-style: Bold; */
    font-size: 40px;
    /* line-height: 100%; */
    letter-spacing: 0px;
    text-align: center;
    color: white;
    text-transform: none;
    margin: 0px auto;
    width: 70%;
}


.caption .about-heading h4 span {
    font-family: 'quichesans-regular';
    font-weight: 700;
    font-size: 40px;
    color: #DDCDC0;
    font-style: italic;
}

.caption .about-heading .abt-desc {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #DDCDC0;
    width: 77%;
    margin: 0 auto;
    line-height: 1.4;
}

.about-iq {
    margin: auto;
}

.about-iq h3 {
    color: #023D43;
    font-size: 40px;
    font-weight: 500 !important;
}

.about-iq h3 span {
    color: #724640;
}

.about-second-sec {
    background-color: #DDCDC0 !important;
    background-image: none;
}

.about-approach {
    background-image: url(../img/yogaalaya/about/about-third-sec-bg-2.png);
    padding: 0px;
    min-height: unset;
    display: block;
    background-attachment: local;
}

.about-approach .testi-2-box {
    text-align: center;
    z-index: 1;
}

.about-approach .testimonials-box .item {
    width: 68%;
    justify-self: center;
}

.about-approach .testimonials-box .head-box h3 {
    color: #DDCDC0;
    font-size: 40px;
    font-weight: 700;
    font-family: 'quichesans-regular';
}

.about-approach .testimonials-box .head-box h3 span {
    color: #CBBD93;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Bodoni Moda';
    font-style: italic;
}


.about-approach .testimonials-box .item p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato';
}

.about-cta-section {
    background-image: url(../img/yogaalaya/about/about-cta-bg.png);
}

.about-info-sec h3 {
    color: #CBBD93;
    font-weight: 700;
    font-family: 'quichesans-regular';
}

.about-info-sec h3 span {
    color: #DDCDC0;
    font-weight: 700;
    font-family: 'Bodoni Moda';
    font-style: italic;
}

.about-fourth-bg {
    background-color: #023D43;
}

.about-fourth-bg .about-fourth-content-sec .about-info-sec p {
    color: #DDCDC0;
    font-weight: 300;
    font-family: 'Lato';
    line-height:1.75em;
}

/* .abt-icon-section {
    display: flex;

    margin-bottom: 20px;
    justify-content: space-around;
    width: 95%;
    margin-top: 10px;
} */

.icon {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.abt-icon-content {
    max-width: 80%;
}

.abt-icon-content p {
    font-size: 20px;
    font-weight: 400;
    /* font-style: italic; */
    font-family: 'Lato';
    color: #DDCDC0;
}

.abt-icon-content p span {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Lato';
    color: #DDCDC0;
}

.about-fourth-sec {
    padding: 0px;
}

.about-fourth-img{
width: 100%;
    height: 100%;
    background-image: url(../img/yogaalaya/about/new-about-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-second-svg {
    position: absolute;
    right:0;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    max-width: 250px;
}

    .about-second-sec .about-iq p {
        font-family: 'Lato';
        font-weight: 300;
        color: #724640;
        line-height: 1.7;
    }
    
    .about-second-sec-bg{
        background: url(../img/yogaalaya/about/about-lavanya-bg.png) ;
        background-size:cover;
        background-attachment: local;
        background-repeat: no-repeat;
    }
    
    #about-cta-btn{
        font-size:16px;
    }


/* media query for about page */

@media screen and (min-width: 1400px) {

    .caption .about-heading h4 {
        font-family: 'quichesans-regular';
        font-weight: 700;
        font-size: 40px;
        letter-spacing: 0px;
        text-align: center;
        color: white;
        text-transform: none;
        margin: 0px auto;
        width: 70%;
    }

    .caption .about-heading h4 span {
        font-family: 'quichesans-regular';
        font-size: 40px;
        letter-spacing: 0px;
        text-align: center;
    }

    .caption .about-heading .abt-desc {
        /* font-family: 'Lato'; */
        /* font-weight: 300; */
        font-size: 24px;
        text-align: center;
        color: #DDCDC0;
        width: 69%;
        margin-top: 40px;
        line-height: 1.4;
        justify-self: center;
    }

    .about-iq {
        width: 535px;
        margin: auto;
        padding-left: 100px;
        /* 0 */
        font-family: 'quichesans-regular';
        margin-right: 60px;
    }

    .about-second-sec .about-iq h3 span {
        color: #724640;
        font-weight: 700;
        font-style: italic;
    }

    .about-iq h3 {
        color: #023D43;
        /* font-weight: 500 !important; */
        font-size: 40px;
    }

    .about-second-sec .about-iq p {
        font-family: 'Lato';
        font-weight: 300;
        color: #724640;
        line-height: 1.7;
        width: 440px;
        font-size: 19px;
        /* margin-left: 68px; */
    }

    .about-approach .testimonials-box .item p {
        font-size: 20px;
    }

    .about-approach .testimonials-box .head-box h3 span {
        font-size: 40px;
    }

    .about-approach .testimonials-box .item p {
        font-size: 20px;
    }

    .about-approach .testimonials-box .head-box h3 {
        font-size: 40px;
    }

    .pt-135 {
        padding-top: 135px;
    }

    .testi-2-box {
        padding: 0px;
        padding-bottom: 135px;
        margin-bottom: 0px;
    }

    .about-info-sec h3 {
        font-size: 40px;
    }

    .about-info-sec h3 span {
        font-size: 40px;
    }

    .about-info-sec p {
        font-size: 20px;
        width: 100%;
    }

    .section-padding .pad-93-120 {
        padding: 93px 100px;
    }

    .about-second-sec .founder-vector .about-meet-svg {
        width: auto;
        height: 655px;
        margin-left: 20px;
    }
        .abt-icon-section {
            display: flex;
            /* align-items: flex-start; */
            margin-bottom: 20px;
            justify-content: space-around;
            width: 95%;
            margin-top: 10px;
        }
        
    .services .about-fourth-content-sec{
        width:100%;
    }
    
        .about-second-sec {
        width: 125%;
        right: 23%;
        height: auto;
    }
    


.about-approach .testimonials-box .item {
    width: 64%;
    justify-self: center;
}


}


@media screen and (max-width:1400px) {

    .caption .about-heading h4 {
        font-size: 38px;
    }

    .caption .about-heading h4 span {
        font-size: 38px;
    }

    .caption .about-heading .abt-desc {
        /* font-family: 'Lato'; */
        /* font-weight: 300; */
        font-size: 24px;
        /* color: #DDCDC0; */
        width: 77%;
        margin-top: 35px;
        line-height: 1.4;
        justify-self: center;
    }

    .about-iq h3 span {
        font-size: 40px;
    }

    .about-iq p {
        font-size: 17px;
    }

    .pt-135 {
        padding-top: 130px;
    }

    .testi-2-box {
        padding: 0px;
        padding-bottom: 130px;
        margin-bottom: 0px;
    }

    /*.section-padding .pad-93-120 {*/
    /*    padding: 93px 120px;*/
    /*}*/

    .about-info-sec h3 {
        font-size: 40px;
    }

    .about-info-sec p {
        font-size: 20px;
        width: 95%;
    }

    .about-iq h3 {
        font-size: 33px;
    }

    .about-iq h3 span {
        font-size: 33px;
    }
        .about-iq {
            margin: auto;
            width: 510px;
            margin-right: 50px;
            padding-left:75px;
        }

        /*.about-second-sec .founder-vector{*/
        /*    left: 165px;*/
        /*}*/
        
        .about-second-sec {
        width: 120%;
        right: 23%;
        height: auto;
    }
    
        .about-second-sec .founder-vector .about-meet-svg {
        width: auto;
        height: 520px;
        margin-left: 0px;
    }
    
        .about-approach .testimonials-box .item{
    width: 80%;
    justify-self: center;
}

    .section-padding .pad-93-120 {
        padding: 55px 52px;
    }
    
        .services .about-fourth-content-sec{
        width: 100%;
    }
    
        .abt-icon-section {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-around;
        width: 95%;
        margin-top: 10px;
    }
    
     .about-approach .testimonials-box .item p{
     font-size:20px;
 }
 
 .about-approach .testimonials-box .head-box h3{
     font-size:40px;
 }
 
  .about-approach .testimonials-box .head-box h3 span{
     font-size:40px;
 }
}

@media screen and (max-width:1330px){
    .about-second-sec .founder-vector {
            /*left: 150px;*/
        }
}

@media screen and (max-width:1300px){
    
    .caption .about-heading h4{
        font-size: 36px;
    }
    
    .caption .about-heading h4 span {
        font-size: 36px;
    }
    
        .about-second-sec .founder-vector {
        left: 80px;
    }
    
        .about-second-sec .founder-vector .about-meet-svg {
        width: auto;
        height: 460px;   /* 545 */
        margin-left: 0px;
    }
    
        .about-info-sec h3 {
        font-size: 38px;
    }
    
        .about-fourth-bg .about-fourth-content-sec .about-info-sec p {
        font-size: 18px;
        width: 100%;
    }
    
    .abt-icon-content p{
        font-size:18px;
    }
    
        .section-padding .pad-93-120 {
        padding: 50px 50px;
    }
    
    .abt-icon-section{
        width:100%;
    }
    
    .about-second-sec{
        height:auto;
    }
    
    .above-calender span {
    font-size: 16.5px;

}
}

@media screen and (max-width:1220px){
        .about-second-svg svg{
        display:none;
    }
    
    .about-iq {
        margin: auto;
        width: 510px;
        margin-right: 50px;
        padding-left: 30px;
    }
}

@media screen and (max-width:1200px){
        .caption .about-heading h4 {
        font-size: 34px;
    }
    
        .caption .about-heading h4 span{
        font-size: 34px;
    }
    
    .caption .about-heading .abt-desc{
        font-size: 22px;
    }
    
    
    .about-iq p{
        font-size:15px;
    }
    
        .about-iq {
        margin: auto;
        width: 510px;
        margin-right: 15px;
        padding-left: 0px;
    }
    
        .about-iq h3 {
        font-size: 28px;
    }
    
        .about-iq h3 span{
        font-size: 28px;
    }
    
        .about-approach .testimonials-box .head-box h3 {
        font-size: 35px;
    }
    
        .about-approach .testimonials-box .head-box h3 span{
        font-size: 35px;
    }
    
        .about-approach .testimonials-box .item p {
        font-size: 18px;
    }
    
    .about-fourth-bg .about-fourth-content-sec .about-info-sec{
        width:100%;
    }
    
        .about-info-sec h3 {
        font-size: 35px;
    }
    
        .about-info-sec h3 span{
        font-size: 35px;
    }
    .about-fourth-bg .about-fourth-content-sec .about-info-sec p{
        font-size:17px;
    }
        .abt-icon-content p {
        font-size: 17px;
    }
                .above-calender span {
        font-size: 15px;
    }
}

@media screen and (max-width:1160px){
    
    .about-founder-img img{
        width:485px !important;
    }
}


@media screen and (max-width: 1100px) {
    .about-founder-img img {
        width: 450px !important;
    }
    
        .about-iq h3 {
        font-size: 25px;
    }
    
        .about-iq h3 span{
        font-size: 25px;
    }
        .above-calender span {
        font-size: 14px;
    }
}

@media screen and (max-width:1024px){
   .about-second-sec{
        right:10%;
    }
}


@media screen and (max-width:998px){
    
    .caption .about-heading h4 {
        font-size: 30px;
        width:100%;
    }
    
            .caption .about-heading h4 span{
        font-size: 30px;
    }
    
        .caption .about-heading .abt-desc {
        font-size: 22px;
        width:100%;
    }
    
}


@media screen and (max-width: 992px) {
    .about-second-sec {
        right: 0%;
        width:100%;
    }
    
    .about-iq{
        margin: auto;
        width: 100%;
        margin-right: unset;
        padding-left: unset;
    }
    
        .about-iq h3 {
        font-size: 22px;
    }
    
        .about-iq h3 span{
        font-size: 22px;
    }
        .about-approach .testimonials-box .head-box h3 {
        font-size: 30px;
    }
        .about-approach .testimonials-box .head-box h3 span {
        font-size: 30px;
    }
        .about-approach .testimonials-box .item {
        width: 100%;
        justify-self: center;
    }
        .about-approach .testimonials-box .item p {
        font-size: 17px;
    }
    .pt-135{
        padding-top: 90px;
    }
        .testi-2-box {
        padding: 0px;
        padding-bottom: 90px;
        margin-bottom: 0px;
    }
    .about-fourth-bg {
    height: auto;
}
    .about-info-sec h3 {
        font-size: 30px;
    }
        .about-info-sec h3 span{
        font-size: 30px;
    }
        .about-fourth-bg .about-fourth-content-sec .about-info-sec p {
        font-size: 15px;
    }
        .abt-icon-content p {
        font-size: 15px;
    }
    
    .abt-icon-content p span{
        font-size:15px;
    }
    
    .abt-icon-section svg {
    width: 45px;
    height: 45px;
}
}



@media screen and (max-width:768px){
        .caption .about-heading h4 {
        font-size: 25px;
        width: 100%;
    }
    
        .caption .about-heading h4 span {
        font-size: 25px;
    }
        .caption .about-heading .abt-desc {
        font-size: 19px;
        width: 100%;
    }
    
        .founder-caption p {
        font-size: 14px !important;
    }
        .about-approach .testimonials-box .item p {
        font-size: 15px;
    }
        .about-approach .testimonials-box .head-box h3 {
        font-size: 25px;
    }
        .about-approach .testimonials-box .head-box h3 span{
        font-size: 25px;
    }
        .pt-135 {
        padding-top: 70px;
    }
        .testi-2-box {
        padding: 0px;
        padding-bottom: 70px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 655px) {
    .about-iq h3 {
        font-size: 20px;
    }
    
    .about-iq h3 span{
        font-size: 20px;
    }
    
        .founder-caption p {
        font-size: 13px !important;
    }
        .about-info-sec h3 {
        font-size: 25px;
    }
    
        .abt-icon-content p{
        font-size: 13px;
    }
    
        .abt-icon-content p span {
        font-size: 13px;
    }
    
        .abt-icon-section svg {
        width: 40px;
        height: 40px;
    }
    .about-fourth-bg .about-fourth-content-sec .about-info-sec p{
        font-size: 13px;
    }
}

@media screen and (max-width:576px){
    .caption .about-heading h4 {
        font-size: 23px;
        width:90%;
    }
    
     .caption .about-heading h4 span {
        font-size: 23px;
    }
    
        .caption .about-heading .abt-desc {
        font-size: 16px;
        width:90%;
    }
}

@media screen and (max-width: 510px) {
    .about-founder-img img {
        width: 100% !important;
    }
}

@media screen and (max-width:440px){
    
        .caption .about-heading h4{
        font-size: 18px;
    }
    
        .caption .about-heading h4 span {
        font-size: 18px;
    }
    
        .caption .about-heading .abt-desc {
        font-size: 15px;
        width: 90%;
    }
}



/* About page style end here*/




/*contact us style start*/

.v-section-padding {
        padding: 177px 0 60px 0;
    }
    
.contact{
    background-image: url(../img/yogaalaya/contact/new-contact-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom;
}

.Aura{
    background-color: #ddcdc08f;
    padding: 40px;
    border-radius: 32px;
    opacity: 0;
    transform: translateX(300px); /* Start off-screen to the right */
    animation: slideInRight 0.5s ease-out forwards; /* Apply animation */
    animation-delay: 0.5s; /* Optional delay */
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.para{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    width: 98%;
    font-weight:300;
}

.icon img{
    height: 37px;
    width: 37px;
}

.reservations{
    gap: 31px;
}

.reservations .text {
    font-size: 19px !important;
    color: #FFFFFF;
}

.reservations .text a{
    font-size: 20px !important;   
    color: #FFFFFF;
}

.reservations .icon span {
    font-size: 23px !important;
    color: #D5AF66;
}

.reservations {
    display: flex;
    align-items: start !important;
}

.pb-60{
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}

.Aura h3{
    color: #FFFFFF;
    font-size: 40px;
     font-weight: 700; 
}

.contact input[type="text"],input[type="email"],input[type="tel"]{
    margin-bottom: 24px;
    height: 56px;
    font-family: "Josefin Sans", sans-serif;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="date"]{
    margin-bottom: 24px;
    height: 56px;
    font-family: "Josefin Sans", sans-serif;
    background: unset;
}

input::placeholder, textarea::placeholder {
    font-size: 16px;  /* Adjust the font size */
    padding: 5px 10px;  /* Adjust padding (horizontal and vertical) */
    color: #DDCDC0;  /* Change the placeholder text color */
}

.contact .message{
    height: 125px;
    font-family: "Josefin Sans", sans-serif;
}

.boder{
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #DDCDC0;
    background-image: none;
    border: 1px solid #FFFFFF !important;
    border-radius: 8px;
    width: 100%;
    height: 56px;
    padding: 15px 10px;
    /* border-color: ease-in-out .15s, box-shadow ease-in-out .15s; */
}

.butn-dark2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #565C40;
    color: #fff;
    /* padding: 13px 22px; */
    margin-top: 26px;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    width: 190px;
    height: 56px;
    border-radius: 30px;
}

input[type="password"], input[type="email"], input[type="text"], input[type="file"], input[type="tel"],textarea {
    color:#fff;
    padding: 5px 10px;
}

input[type="checkbox"] {
    appearance: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    background-color: inherit;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="checkbox"]:checked {
    background-color: #FFF;  
    border-color: #FFF;  /* Border color when checked */
}

/* Optionally, change the check mark style (you can add an icon or any shape here) */
input[type="checkbox"]:checked::after {
    content: "";  /* Use check mark */
    font-size: 13px;
    color: #000;  /* Color of the check mark */
    position: absolute;
    top: -5px;  /* Adjust top position */
    left: 0px;  /* Adjust left position */
    font-weight: bold;
    display: block;  /* Make sure it appears */
}


.wpcf7-form-control-wrap{
    width:100%;
}

.checked .wpcf7-form-control-wrap{
    width:auto;
}
   .checked p {
    display: contents;
    /* justify-content: flex-start; */
    color: #ffffff;
}
    .checked .wpcf7-form-control-wrap {
    width: auto;
    float: left;
    padding-right: 5px;
}
    .checked p a {
    color: #ffffff;
    margin-left: 15px;
    /* display: contents; */
    float: left;
    display: contents;
}
.checked p a {color:#ffffff; padding-left:5px}
.checked p br { display:none}

@media screen and (max-width: 1200px) {
    .para {
        font-size: 20px;
    }
    
    .reservations {
        display: flex;
        align-items: start;
    }
}

@media screen and (max-width: 1024px) {
    .para {
        font-size: 17px;
    }

    .reservations .text a {
        font-size: 20px !important;
    }

    .reservations .text {
        font-size: 18px !important;
    }
    
    .reservations .icon{
        top:0px;
    }
    
    .reservations {
        gap: 20px;
    }

}

@media screen and (max-width: 992px) {
    .para {
        font-size: 16px;
    }

    .butn-dark2 {
        width: 145px;
        height: 50px;
    }
    
    .Aura h3 {
        color: #FFFFFF;
        font-size: 27px;
        font-weight: 700;
    }
}

@media screen and (max-width: 756px) {
    .center{
        justify-content: center;
    }

    .Aura {
        width: 85%;
        padding: 40px 20px;
        
    }
    
    .contact input[type="text"], input[type="email"] {
    margin-bottom: 18px;
    }
    
    .pb-60{
        padding-bottom:45px;
    }
	.modal-content, .Aura, .classes-middle-title {
    width: 100% !important
	}
/* 	.checked p {
		display: ruby-text;
		justify-content: flex-start;
		color: #ffffff;
	} */

	  
}

@media screen and (max-width: 380px) {

    .boder{
        font-size:14px;
    }
}

/* overlay*/
.video-wrapper .overlay {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 19%);
    z-index: 0;
    /* pointer-events: none; */
}



/* calender */

.custom-calendar-wrapper .em.em-calendar .em-cal-nav .month-nav{
    display: none;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-nav .month{
    margin-left: 0px;
    text-align: center;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-nav>div {
    margin: 20px 0;
}

.em.em-calendar .em-cal-nav{
    background: #ffffff94;
}

.em.em-calendar .em-cal-nav .month input[type=text]{
    color: #023D43;
}

.calendar-container .custom-calendar-wrapper .em-view-container .em .em-calendar .size-large{
    display: inline-flex !important;
    visibility: visible;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-head {
    background: #ffffff94;
    /* border-bottom: 1px solid #023D43; */
    border-radius: 0;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-body{
    background: #ffffff94;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
    color: #000 !important;
    text-decoration: none !important;
    display: contents;
    margin: 0;
    padding: 5px 6px;
    width: 0;
    height: 0;
    font-size: 20px;
    background: #ffffff94;
    border-radius: unset;
    box-sizing: border-box;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-head>div{
    background: #ffffff00;
    color: #000;
    margin: 0;
    padding: 20px 5px;
    border-left: var(--header-border);
    text-transform: uppercase;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-body>div {
    border: 1px solid #023d4357;
    border-right-width: 0;
    border-bottom: none;
    padding: 10px;
}

.custom-calendar-wrapper .em.em-calendar .em-cal-nav .month input[type=month]{
    background: #ffffff03;
}

/* contact page-specific footer background */

.page-id-25 .footer-top {
  background-image: url(/img/yogaalaya/footer-bg-2.png);
}

/*.con-footer{*/
/*    background: url(../img/yogaalaya/footer-bg-2.png);*/
/*}*/


/* eventin plugin */
.date-selected-calendar-event .etn-event-item{
    background-color: #fff;
}

.etn-cal-selected-date{
    color:#000;
}

.etn-not-found-post{
    color:black;
}

.etn-cal-selected-date span{
    color:black !important;
}

/* pop css*/
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 40px;
}

.modal-content{
    width:70%;
}

.trail-form-css p{
    margin-bottom:5px;
}

/*amelia*/

.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background-color: #c3a361 !important;
    border: 1px solid #c3a361 !important;
}


.Aura.trail-form-sec{
    background-color: #917965 !important;
}

.modal-content{
    background-color: unset !important;
    background-clip:unset !important;
    border: unset !important;
    border-radius: unset !important;
    outline: unset !important;
}

.modal-header{
    border-bottom:unset !important;
}

.btn-close{
    width:10px;
    height:10px;
}

/* Hide calendar icon BUT keep date picker working */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    pointer-events: none; 
}

/* Optional: clean padding */
input[type="date"] {
    padding-right: 12px;
}

.am-fs-sb__step{
    border:1px solid white !important;
}

.am-fs-sb__step-heading{
    color:white !important;
}


.am-fs__payments-sentence p{
    display:none;
}

.wpcf7-response-output{
    color:white !important;
}

.amelia-v2-booking #amelia-container .am-fs__main{
    border-radius: 0 8px 8px 0 !important;
}


/*plugin-cutom code amelia*/
.amelia-v2-booking #amelia-container .am-fs__payment-stripe .am-fs__payment-stripe__policy img {
    max-width:20px;
}

.am-fs__main-footer .am-button.am-button--filled.am-button--default.am-button--secondary,.am-fs__congrats-info .am-fs__congrats-info-app-time,.am-fs__congrats-info .am-fs__congrats-info-app-location,.am-fs__congrats-info .am-fs__congrats-info-app-employee {
    display:none !important;
}

.yoga-journey.ppad-110.text--dark {
    background: #6d504c;
	padding-top:180px !important;
}

.amelia-v2-booking #amelia-container .am-fs__congrats-info {
    background:transparent !important;
}

.am-fcil__filter{
    align-items: end;
}


/*disclaimer*/

.yoga-journey.ppad-110{
    padding-top:110px !important;
}

/* booking checkbox*/

.amelia-v2-booking #amelia-container .am-checkbox-wrapper .el-checkbox__input{
        padding: 5px 0px !important;
}

.amelia-v2-booking #amelia-container .am-checkbox{
    gap: 34px !important;
}

/*customer panel*/

.amelia-v2-booking #amelia-container.am-cap__wrapper{
        width: fit-content !important;
}

.amelia-v2-booking #amelia-container .am-asi{
    max-width: 500px !important;
}

.trainers-grid{
    display:flex !important;
    justify-content: center !important;
}


/* catlog*/
.am-dialog-popup.amelia-v2-booking.amelia-v2-booking-dialog .el-dialog .el-dialog__headerbtn {
    width: 30px !important;
    height: 30px !important;
    top: -10px !important;
    right: -15px !important;
}

.am-dialog-popup .el-dialog .el-dialog__headerbtn{
    background-color: #d19f85 !important;
}

.am-fcil__item-info > .am-fcil__item-info__inner:nth-child(3) {
    display: none !important;
}


/*terms and condition in booking*/
label#el-id-1588-38{
    display:none;
}

/* footer css*/

@media (min-width: 1400px) {
    .container.container-1200 {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 576px) {
    .modal-content, .Aura, .classes-middle-title {
        width: 90% !important;
    }
}