*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

body{
    background-color: #f5f5f5;
    background-image: none;
    min-height: 100vh;
}

.container-fluid{
    width: 100%;
    height: auto;
    padding: 0px;
    overflow-x: hidden;
    background-color: white;
}

.top-bar {
    background-color: #FFFF00;
    padding: 8px 0;
    font-size: 0.9rem;
    color: black;
}

.main-nav {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}

.social-icons i {
    color: black;
}
.notification-box{
    width: 100%;
    margin: 0;
    height: 350px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: Arial, Helvetica, sans-serif;
    max-height: 260px;
    overflow-y:auto ;
    scroll-behavior: smooth;
}

.notification-box::-webkit-scrollbar{
    width: 6px;
}
.notification-box::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;
}
.notification-box::-webkit-scrollbar-thumb{
    background:#c7c7c7;
}
.notification-box::-webkit-scrollbar-thumb:hover{
    background: #dc1010;
}
.note-item{
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid black;
}
.note-item .icon{
    margin-right: 10px;
    font-size: 12px;
}
.note-item .text{
    flex: 1;
    font-size: 12px;
}
.badge{
    background-color: #ffdd00;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 8px;
    font-weight: bold;
    color: red;
}
.yogshala-help {
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  
}

.help-content {
  max-width: 500px;
  margin-top:-10px;
  margin: auto;
}

.help-emoji {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.yogshala-help h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
}

.yogshala-help p {
  color: #777;
  margin-bottom:15px;
}

.phone {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}

.phone span {
  font-weight: 500;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.whatsapp-btn:hover {
  background: #0cdf60;
}

/* crocel end */
/* BOX STYLES */
 /* a1 se a4 ke liye styles */
      #a1, #a4 {
        background-color: #FFFF00;
        min-height: 250px; /* Box ko visible banane ke liye height */
        transition: all 0.3s ease; /* Smooth animation */
        border-radius: 10px;
      }
      #a2, #a3 {
        background-color: #f8f9fa;
        min-height: 250px;
        transition: all 0.3s ease;
        border-radius: 10px;
      }

      /* Hover effects */
      #a1:hover, #a2:hover, #a3:hover, #a4:hover {
        background-color: #ffc107; /* Hover par color change */
        transform: scale(1.02); /* Thoda sa zoom effect */
        cursor: pointer;
      }
      
.therapy{
    padding: 30px;
    background:#fff8e1;
    height: 100%;
    border-radius: 10px;
}

.therapy h2{
    font-size:32px;
    color:#1b5e20;
}

.therapy ul{
    margin-top:20px;
}

.therapy ul li{
    margin:8px 0;
}

.therapy-img{
    width: 250px;
    height: auto;
    float: right;
    margin: 0 0 20px 20px;
    border-radius: 10px;
}

.therapy-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#1b5e20;
    color:white;
    text-decoration:none;
    border-radius:5px;
}
@media(max-width: 768px){
    .therapy{
        padding:20px;
    }
    .therapy h2{
        font-size:24px;
    }
    .therapy-img{
        width:100%;
        height:auto;
        float:none;
        margin:20px 0;
    }
}

/* BOX COMPLETE */
.point{
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: transparent;
    padding: 20px 0;
}
.point-1{
    width: 300px;
    height: 200px;
    margin: 0 auto;
}
.point-1 img{
    width: 300px;
    height: 200px;
} 
/* point complate */

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .point-1 {
        margin-left: 0;
        margin: 0 auto;
        width: 90%;
    }

    .point-1 img{
      margin-top: 10px;
        max-width: 100%;
        height: 100%;
        width: 100%;
        padding: 40px;
    }

    .point {
        height: auto;
        padding-bottom: 20px;
    }

    #a1, #a2, #a3, #a4 {
        height: auto;
        min-height: 250px;
    }
}

/* Tutorial Section */
.tutorial{
    width: 100%;
    height: auto;
    min-height: 500px;
    /* border:1px solid black; */
    background-color: transparent;
    display: flex;
}
.tute-1{
    width: 30%;
    height: auto;
}
.tute-2{
    margin-left: 30px;
    width: 70%;
    height: 500px;
    
}
.tute-a{
    width: 300px;
    height: 200px;
    border: 1px solid black;
    margin: 40px;
    border-radius: 10px;
}
.tute-a img{
    width: 300px;
    height: 200px;
    border-radius: 10px;
}
.tute-2a{
    width: 100%;
    display: flex;
    margin-top: 20px;
    gap: 20px;
}
.tute-3{
    display: flex;
    align-items: center;
}
.tute-3 img{
    width: 80px;
    height: 80px;
    border-right: 2px solid rgb(217, 217, 110);
    margin-right: 10px;
}

.tute-title {
    color: blue;
    margin-top: 40px;
}

.tute-tagline {
    font-weight: bold;
}

.tute-separator {
    color: rgb(232, 232, 110);
    font-size: 30px;
    margin-top: -20px;
    margin-bottom: 20px;
}

/* Tutorial Mobile Responsive */
@media screen and (max-width: 768px) {
    .tutorial {
        flex-direction: column !important;
        height: auto !important;
        padding: 30px 15px !important;
        border: none !important; 
        gap: 40px !important; 
    }
    .tute-1, .tute-2 {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto !important;
    }
    .tute-a {
        margin: 0 0 30px 0 !important; 
        width: 100% !important;
        height: auto !important; /* YE LINE OVERLAP FIX KAREGI */
        border: none !important;
    }
    .tute-a img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .tute-2a {
        flex-direction: column !important;
        gap: 30px !important; 
    }
    .tute-3 {
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }
    .tute-title {
        margin-top: 0;
        font-size: 1.8rem;
    }
    .tute-separator {
        font-size: 1.8rem;
        margin-top: -15px;
        margin-bottom: 20px;
    }
}
/* FORM COMPALETE */
.fees{
    width: 100%;
    max-width: 750px; /* Limits width on large screens */
    height: auto;     /* Allows height to grow with content */
    padding: 30px;
    /* margin-left removed to allow centering via Bootstrap */
    border: 1px solid black;
    background: linear-gradient(180deg, #1e4fa3,#0b2f6b);
    box-shadow: inset 0 12px 18px -10px rgba(0, 0, 0 ,0, 35);
    border-radius: 15px;
}

/* Mobile Form Styles */
@media screen and (max-width: 768px) {
    .fees {
        padding: 20px 15px;
        margin: 10px;
    }
    
    .fees h3 {
        font-size: 20px !important;
    }
    
    .form-label {
        font-size: 14px;
    }
    
    .form-control, .form-select {
        font-size: 14px;
        padding: 8px;
    }
}
@media (max-width: 768px) {
  .croucel {
    flex-direction: column;
    height: auto;
  }
  .croucel-1,
  .croucel-2 {
    width: 100%;
  }
  .croucel-2 {
    border-top: 1px solid black;
    border-left: none;
  }
  .form {
    flex-direction: column;
    height: auto;
  }
  .form-1,
  .form-2,
  .form-3 {
    width: 100%;
  }
}

.yogshala-footer {
  background-color: #212529;
  color: #ffffff;
  padding: 40px 0 0;
  font-family: Arial, sans-serif;
}

.footer-container {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.footer-box h3 {
  margin-bottom: 15px;
  color: #a8e6cf;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-box ul li a:hover {
  color: #a8e6cf;
}

.footer-box i {
  margin-right: 8px;
  color: #a8e6cf;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #a8e6cf;
}

.footer-map {
  position: relative;
  color: #e6fff6;
}

.footer-map h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #b8f2e6;
}

/* Map wrapper link */
.map-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

/* Disable iframe interaction so click goes to link */
.map-link iframe {
  pointer-events: none;
}

/* Overlay */
.map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  background-color: #111111;
  font-size: 13px;
}
.developer {
  margin-top: 6px;
  font-size: 13px;
  color: #cfd8dc;
}

.developer span {
  color: #a8e6cf;
  font-weight: 600;
}

.developer a {
  color: #a8e6cf;
  text-decoration: none;
}

.developer a:hover {
  text-decoration: underline;
}

/* Fixed WhatsApp Icon Style */
.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.whatsapp-float:hover{
    background-color:#128C7E;
    color: #FFF;
}

/* Mobile WhatsApp Button */
@media screen and (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}



/* Gallery Card Mobile */
@media screen and (max-width: 768px) {
    .card {
        margin-bottom: 15px;
    }
    
    .card-img-top {
        height: 180px;
    }
}

/* Footer Mobile Responsive */
@media screen and (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-box {
        text-align: center;
    }
    
    .footer-map iframe {
        height: 250px;
    }
}


/* ========================================
   COMPREHENSIVE RESPONSIVE STYLES
   FOR ALL PAGES - MOBILE, TABLET, DESKTOP
   ======================================== */

/* Base Responsive Utilities */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-responsive {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Container Responsive */
@media screen and (max-width: 576px) {
    .container, .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Typography Responsive */
@media screen and (max-width: 768px) {
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    h5 { font-size: 16px !important; }
    p { font-size: 14px; }
}

@media screen and (max-width: 576px) {
    h1 { font-size: 24px !important; }
    h2 { font-size: 20px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    h5 { font-size: 14px !important; }
    p { font-size: 13px; }
}

/* Button Responsive */
@media screen and (max-width: 768px) {
    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .btn-primary {
        width: 100%;
        margin-top: 10px;
    }
}

/* Card Responsive */
@media screen and (max-width: 768px) {
    .card {
        margin-bottom: 20px;
    }
    
    .card-body {
        padding: 15px;
    }
}

/* Row and Column Spacing */
@media screen and (max-width: 768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Padding and Margin Utilities */
@media screen and (max-width: 768px) {
    .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
    .my-5 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
    .px-5 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .mx-5 { margin-left: 1rem !important; margin-right: 1rem !important; }
}

/* Image Gallery Responsive */
@media screen and (max-width: 768px) {
    .gallery-slider {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .gallery-slider > * {
        scroll-snap-align: start;
        flex: 0 0 85%;
        margin-right: 15px;
    }
}

/* Table Responsive */
@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Iframe Responsive (for maps, videos) */
@media screen and (max-width: 768px) {
    iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 250px;
    }
}

/* Flexbox Responsive */
@media screen and (max-width: 768px) {
    .d-flex {
        flex-wrap: wrap;
    }
}

/* Hide/Show Elements Based on Screen Size */
@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .show-mobile {
        display: none !important;
    }
}



@media screen and (min-width: 769px) and (max-width: 1024px) {
    .carousel-item {
        height: 350px;
    }
    .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (min-width: 1025px) {
    .carousel-item {
        height: 450px;
    }
    .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Form Elements Responsive */
@media screen and (max-width: 768px) {
    input, select, textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
}

/* Spacing for Sections */
@media screen and (max-width: 768px) {
    section {
        padding: 30px 15px;
    }
}

/* Grid System Override for Small Screens */
@media screen and (max-width: 576px) {
    .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
    .col-md-3, .col-md-4, .col-md-6, .col-md-8 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* --- Contact Page Styles --- */

.contact-info-card {
    background-color: rgba(232, 245, 233, 0.85);
    border-left: 5px solid #1b5e20;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: #1b5e20;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon-box {
    background: #ffc107;
    color: #1b5e20;
    transform: rotate(360deg) scale(1.1);
}

.contact-form-card {
    background-color: rgba(255, 248, 225, 0.85);
    border-left: 5px solid #ffc107;
    backdrop-filter: blur(5px);
}

.contact-form-card .form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.contact-form-card .form-control:focus {
    border-color: #1b5e20;
    box-shadow: 0 0 0 0.25rem rgba(27, 94, 32, 0.25);
    transform: scale(1.02);
}

.contact-submit-btn {
    background-color: #1b5e20;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px !important;
    padding: 12px 0 !important;
    transition: all 0.3s ease;
    border: none;
}

.contact-submit-btn:hover {
    background-color: #ffc107;
    color: #1b5e20 !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.client-review .review-item {
  margin-top: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border-left: 3px solid #a8e6cf;
}

.client-review .review-item p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

.client-review .review-item .client-name {
  font-style: normal;
  font-weight: bold;
  text-align: right;
  color: #a8e6cf;
}

/* --- Client Review Section --- */
.client-review-section {
    background-color: #f9f9f9;
}

.testimonial-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 0 50px; /* Space for buttons */
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    flex: 0 0 100%;
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 0 15px;
}

.testimonial-quote {
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.star-rating {
    color: #ffc107;
    margin-bottom: 20px;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #1b5e20;
}

.client-name {
    font-weight: bold;
    color: #1b5e20;
    font-size: 1.1rem;
}

.client-location {
    font-size: 0.9rem;
    color: #777;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1b5e20;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    background: #ffc107;
    color: #1b5e20;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

/* Responsive for Client Review Section */
@media screen and (max-width: 992px) {
    .testimonial-slider-container {
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-slider-container {
        padding: 0;
        overflow-x: hidden; 
    }
    
    .testimonial-slider {

    }

    .testimonial-card {
        flex: 0 0 90%; 
        margin: 0 15px;

    }

    .slider-btn {
      
    }
}
.carousel-inner .carousel-item {
    height: 550px; 
}

.carousel-inner .carousel-item img {
    height: 100%;
    object-fit: contain;
}

.image-height-carousel .carousel-inner .carousel-item {
    height: auto;
}

@media screen and (max-width: 768px) {
    .top-bar .d-flex {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }
    .top-bar .d-flex > div {
        font-size: 0.7rem; /* Further reduce font size */
        margin-right: 10px !important; /* Reduce spacing between items */
        white-space: nowrap; /* Prevent text from wrapping within items */
    }
    .top-bar .social-icons {
        display: flex;
        align-items: center;
    }
    .top-bar .social-icons a {
        margin-right: 10px; /* Adjust spacing between icons */
    }
    .top-bar .social-icons i {
        font-size: 0.9rem; /* Slightly smaller icons */
    }
}

@media screen and (max-width: 768px) {
    .carousel-inner .carousel-item {
        height: auto;
    }
    .carousel-inner .carousel-item img {
        object-fit: cover;
    }
}



.horizontal-scroll-container {
    display: flex;
    overflow-x: auto;
    padding-bottom: 15px; /* for the scrollbar */
    margin-bottom: 15px; /* as requested by user */
}

.scroll-item {
    flex: 0 0 80%; /* Each item takes 80% of the width */
    margin-right: 15px;
}

.scroll-item:last-child {
    margin-right: 0;
}

/* To make scrollbar look better */
.horizontal-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* =========================================
   MOBILE GALLERY 2-ROW SLIDER 
   ========================================= */
@media screen and (max-width: 767px) {
    .mobile-gallery-slider {
        display: grid !important;
        grid-auto-flow: column;
        grid-auto-columns: 80vw;
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 15px;
        gap: 1.5rem;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 15px;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-gallery-slider > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        scroll-snap-align: start;
    }
    .mobile-gallery-slider::-webkit-scrollbar {
        height: 6px;
    }
    .mobile-gallery-slider::-webkit-scrollbar-thumb {
        background-color: #1b5e20;
        border-radius: 10px;
    }
    .mobile-gallery-slider::-webkit-scrollbar-track {
        background-color: rgba(27, 94, 32, 0.2);
        border-radius: 10px;
    }
}
