@font-face { font-family: "Marge"; src: url("/fonts/marge/Marge.eot"); /* IE9 Compat Modes */ 
    src: url("/fonts/marge/Marge.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ 
    url("/fonts/marge/Marge.woff") format("woff"), /* Modern Browsers */ 
    url("/fonts/marge/Marge.ttf") format("truetype"), /* Safari, Android, iOS */ 
    url("/fonts/marge/Marge.otf") format("opentype"); /* Optional */ 
    font-weight: normal; 
    font-style: normal; }

/* woking in public css */
.nav-link.active {
    color: #647E64 !important;  /* Yoga theme green */
    font-weight: 600;
    
    transition: 0.3s;
}
.text-marge-about{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 56px;
    line-height: 56px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
 }

.modal-backdrop {
    background: rgba(0,0,0,0.6) !important;
  }

  /* Default label style */
  .option-label {
    background: #fff;
    transition: all 0.3s ease;
  }
  /* Highlight when selected */
  .btn-check:checked + .option-label {
    background-color: #D3E3D3 !important;
    border-color: #304635 !important;
    font-weight: 600;
  }
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 2rem;
}
.lysr-pg{
    font-family:'Marge', serif;letter-spacing: 4px; padding-top:5px;padding-bottom:5px;font-size:46px
}
.lysr-stg{
    text-transform: capitalize; font-size:18px
}
.lysr-para{
    width:80%;
    margin:auto;
}
.project-box {
    max-width: 1132px;
    margin: auto;
    background-image: url("/images/Lysr-bg.png"); 
    background-size: cover; /* fills the area */ 
    background-position: center; /* centers the image */ 
    background-repeat: no-repeat; /* no tiling */
    margin-top:-150px; 
    z-index: 3;
    position: relative;
    padding: 2%;
}
.carousel .card {
    border: none;
    
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
}

.navbar .nav-link {
    font-weight: 400;
    margin: 0 8px;
}

.navbar .btn {
    border-radius: 30px;
    font-size: 0.9rem;
    padding: 6px 16px;
}

.footer {
    font-size: 0.9rem;
}

.footer h6 {
    margin-bottom: 1rem;
}
.lysr-section{
    background-image: url("/images/Lysr-bg.png"); 
    background-size: cover; /* fills the area */ 
    background-position: center; /* centers the image */ 
    background-repeat: no-repeat; /* no tiling */
}
.text-marge{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 72px;
    line-height: 72px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
 }
.text-marge-session{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 56px;
    line-height: 56px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
    margin-top: 8%;
}
.divider{
    margin-bottom:-40px; z-index: 2;
}
.testonomial-bg {
    margin-top: 50px;
    width: 100%;
    padding-top: 50px;
    background-image: url("/images/testono.png"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-bottom: 70px; /* more bottom padding for buttons */
}

.testonomial-client {
    margin: auto;
    width: 80%;
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 56px;
    line-height: 56px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
    color: white;
}

.testimonial-card {
    text-align: left;
    border: none;
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left; /* ensure left alignment */
    flex-grow: 1; /* makes all cards equal height */
}

.carousel-inner .row {
    display: flex;
    align-items: stretch; /* equal card height across columns */
}

    /* Customize carousel control buttons */
    #testimonialCarousel .carousel-control-prev-icon,
    #testimonialCarousel .carousel-control-next-icon {
        background-color: #E6C7B2CC; /* Change this to your desired color */
        border-radius: 50%;        /* Make it circular */
        padding: 20px;             /* Increase clickable area */
    }

    /* Optional: change hover effect */
    #testimonialCarousel .carousel-control-prev-icon:hover,
    #testimonialCarousel .carousel-control-next-icon:hover {
        background-color: #9CBD9C; /* Darker shade on hover */
    }


.testonomial-p{
    width: 80%;
    margin: auto;
    color:white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hypnotherapy{
    background-image: url("/images/Home/bg_hypnotherapy.png"); 
    background-size: cover; /* fills the area */ 
    background-position: center; /* centers the image */ 
    background-repeat: no-repeat; /* no tiling */
}
.rounded-custom { border-top-left-radius: 100px; border-top-right-radius: 0;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
     overflow: hidden; }
.hypnotherapy-text{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 56px;
    line-height: 56px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
}
.hypnotherapy-p{
    font-family: "Inter", serif; 
    color: #8C5737;
}
.bg-gm {
    background-color: #647E65;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.bg-gm:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 rgba(100, 126, 101, 0.7); }
    50% { transform: scale(1.05); box-shadow: 0 0 20px rgba(100, 126, 101, 0.5); }
    100% { transform: scale(1); box-shadow: 0 0 0 rgba(100, 126, 101, 0.7); }
}
.mission-lysr{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.hypnotherapy-pad{
padding: 70px;
}
.section-hypnotherapy{
    padding: 5%;
}
/* Sessions Section */
.sessions-section .section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3b2d;
}

.text-brown {
    color: #5c3a2e; /* earthy tone for Mahesh */
}

.sessions-section .card {
    transition: transform 0.3s ease;
    /* background: #D3E3D3; */
    padding: 15px;
}

.bg-card-anesha{
    transition: transform 0.3s ease;
    background: #D3E3D3;
    border-color: #9CBD9C;
    border-width: 1;
    padding: 10px;
}
.an-text{
    color: #304636;
    font-family:'Inter' ;
}
.mh-text{
    color: #4D2711;
    font-family:'Inter' ;
}
.bg-card-mahesh{
    transition: transform 0.3s ease;
    background: #E6C7B2CC;
    border-color: #C5A18A;
    border-width: 1;
    padding: 10px;
}
.sessions-section .card:hover {
    transform: translateY(-5px);
}

.sessions-section img {
    border-radius: 1rem;
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.bg-green { background-color: #496b5f; } 
.accordion-button::after {
    filter: invert(1) brightness(2); /* makes arrow white */
}
.read-more {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more.expanded {
    -webkit-line-clamp: unset;
}
/* course and yoga index */
/* Background colors */
.bg-light-custom {
    color: #304636; /* light beige */
}

.bg-dark-custom {
   color: #8C5737; /* peachy beige */
}

/* Custom heading font */
.custom-course-heading {
    font-family: 'Marge', serif;
    color: #2c3e34;
    font-size: 2rem;
    letter-spacing: 3px;
}
.f-w{
    color:white;
}
/* Brown button */
.btn-brown {
    background-color: #8b5e3c;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.btn-green{
    background-color: #647E65;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.btn-green:hover {
    background-color:  #355836; 
    color: #fff;
    transform: scale(1.05);
}
.btn-brown:hover {
    background-color: #6f4630;
    color: #fff;
    transform: scale(1.05);
}

.btn-brown-t {
    border-color: #8b5e3c;
    color: #8b5e3c;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.btn-green-t{
    border-color: #647E65;
    color: #647E65;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.btn-green-t:hover {
    background-color:  #355836; 
    color: #fff;
    transform: scale(1.05);
}
.btn-brown-t:hover {
    background-color: #6f4630;
    color: #fff;
    transform: scale(1.05);
}


.btn-outline-success {
    color: #2e7d32;                 /* text color */
    border: 1px solid #647E65;      /* thicker border */
    border-radius: 50px;            /* pill shape */
    font-weight: 300;               /* bold text */
    padding: 0.5rem 1.5rem;         /* better spacing */
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.btn-outline-success:hover {
    background-color: #647E65;      /* filled green */
    color: #fff;                    /* white text */
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

/* Active / focus */
.btn-outline-success:active,
.btn-outline-success:focus {
    background-color: #647E65;
    border-color: #1b5e20;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

.btn-success {
    color: #ffffff;                 /* text color */
    border: 1px solid #647E65; 
    background-color: #647E65;     /* thicker border */
    border-radius: 50px;            /* pill shape */
    font-weight: 300;               /* bold text */
    padding: 0.5rem 1.5rem;         /* better spacing */
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.btn-success:hover {
    background-color: #407140;      /* filled green */
    color: #fff;                    /* white text */
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

/* Active / focus */
.btn-success:active,
.btn-success:focus {
    background-color: #9CBD9C;
    border-color: #1b5e20;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}
.btn-outline-dark{
    color: #8C5737;                 /* text color */
    border: 1px solid #8C5737; 
    font-weight: 300;
}
.btn-outline-dark:hover{
    color: #d2ccc9;                 /* text color */
    background-color:#8C5737; 

}
.btn-dark{
    color: #fff;                 /* text color */
    border: 1px solid #8C5737; 
    background-color: #8C5737;
    font-weight: 300;
}
.btn-dark:hover{
    color: #d2ccc9;                 /* text color */
    background-color:#382316; 
    
}
/* Uniform image wrapper */
.trainer-img-wrapper {
    width: 100%;
    max-width: 300px;   /* keeps image size consistent */
    height: 300px;      /* fixed height for uniformity */
    margin: 0 auto;
    overflow: hidden;
}

.trainer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* keeps aspect ratio while filling box */
    border-radius: 20px;
}
.about-c{
    padding:20px;
}
/* Mobile */
@media (max-width: 576px) {
    .text-marge{ font-family: "Marge", serif; font-weight: 400;
        font-style: normal; font-size: 32px; line-height: 32px; 
        letter-spacing: 2px; vertical-align: middle; 
        text-transform: capitalize; }
   
   .divider{
       margin-bottom:-35px; z-index: 2;
   }
   .project-box {
    max-width: 100%;
    text-align: center;
    padding: 5%;
}
.text-marge-about{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 32px;
    line-height: 32px; 
    letter-spacing: 3px;
    vertical-align: middle; 
    text-transform: capitalize;
 }
.mission-lysr{
    
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.lysr-para{
    width:100%;
    margin:auto;
}
.hypnotherapy-text{
    font-family: "Marge", serif; 
    font-weight: 400;
    font-style: normal; 
    font-size: 32px;
    line-height: 32px; 
    letter-spacing: 2px;
    vertical-align: middle; 
    text-transform: capitalize;
}
.hypnotherapy-pad{
    padding: 20px;
    }

    .text-marge-session{
        font-family: "Marge", serif; 
        font-weight: 400;
        font-style: normal; 
        font-size: 32px;
        line-height: 32px; 
        letter-spacing: 3px;
        vertical-align: middle; 
        text-transform: capitalize;
        
    }   
    
    .lysr-pg{
        font-family:'Marge', serif;letter-spacing: 3px; padding-top:3px;padding-bottom:3px;font-size:32px
    }
    .lysr-stg{
        text-transform: capitalize; font-size:14px
    }
    .testonomial-client{
        width: 100%;
        font-size: 28px;
        line-height: 28px; 
       
    }
    .testonomial-p{
        width: 80%;
        margin: auto;
        color:white;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .btn-success{
        font-weight: 300;
        padding: 0.1rem 0.5rem; 
    }
    .btn-outline-success{
        font-weight: 300;
        padding: 0.1rem 0.5rem; 
    }
    .btn-dark{
        font-weight: 300;
        padding: 0.1rem 0.5rem; 
    }
    .btn-outline-dark{
        font-weight: 300;
        padding: 0.1rem 0.5rem; 
    }

    .bg-card-mahesh{
        padding: 1px;
    }
    .bg-card-anesha{
        padding: 1px;
    }


    .about-c{
        padding:5px;
        margin-top: -60px;;
    }

    .custom-course-heading {
        margin-top: 10px;;
    }
}
