.map-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      margin-top: 20px;
    }

    .map-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }










.form-control,.form-select{
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius:5px !important;
  border:1px solid #F5F5DC !important;
  color:#555 !important;
}
#mw-element-1746839712519{
 background:#F5F5DC;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      max-width: 700px;
      width: 90%;
      transition: transform 0.3s ease;
}
/* DROPDOWN STYLING */
.module-navigation-default > ul > li ul {
  background-color: #F5F5DC !important;
  padding: 15px 10px !important;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  min-width: 160px; 
  border: 1px solid #ddd; 
}
.module-navigation-default > ul > li ul li {
  list-style: none;
  margin-bottom: 8px;
}
.module-navigation-default > ul > li ul li:last-child {
  margin-bottom: 0;
}
.module-navigation-default > ul > li ul li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.module-navigation-default > ul > li ul li a:hover {
  background-color: #e0dec1;
  color: #000;
  transform: translateX(4px); 
}
/* DROPDOWN STYLING END*/
/*Team card */
.service-card-page .service-card{
border: 1px solid #e0e0e0;
border-left:3px solid #FF5722;	
border-right:3px solid #FF5722;	
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease-in-out;
display: flex;
align-items: center; 
gap: 1rem;
}
.service-card-page {
transform: translateY(-5px);
}
    .service-card-page .service-title {
      font-weight: bold;
      font-size: 1.25rem;
    }
    .service-card-page .service-description {
      font-size: 0.95rem;
      color: #555;
    }
    .service-card-page .service-image {
      flex-shrink: 0;
      width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
    }
@media only screen and (max-width: 768px) { 
  .service-card-page .service-card{ 
  display:block;
  }
 
  .service-card-page .service-title {
  margin-top:10px;
  }
}
.our-work-gallery .mh-350 {
min-height:300px !important;
}
.our-work-gallery .img-as-background {
border-radius:10px !important;
}
#mw-module-1745477244856-pictures .slick-slide img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mw-module-1745477244856-pictures .slick-slide:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.region-wrapper .card-body {
border-left:3px solid #FF5722; 
border-right:3px solid #FF5722;  
border-radius:5px;
}

 .region-title {
	text-align:center;
      margin-bottom: 1rem;
	color: #333;
    }
    .location-list {
      list-style-type: none;
      padding-left: 0;
    }
    .location-list li::before {
      content: "• ";
      color: #198754;
    }

/*Team card END*/
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  font-weight:600 !important;
  font-family: 'Poppins', sans-serif;
}
/*home page 1 design section*/
.footer-background {
  background: linear-gradient(to right, #0288D1, #2E7D32);
}
.nav-link{
  text-align:left !important;
  line-height:0px !important;
  font-family: 'Poppins', sans-serif;
 
}
.custom-control-label{
  color:#555;
}
.container-dashboard {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 50px;
      
    }
    .content-dashboard {
      flex: 1;
    }
    .content-dashboard h2 {
      font-size: 2.5rem;
      color: #2e1c97;
      margin-bottom: 20px;
    }
    .content-dashboard p {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #555;
    }
    .tag-dashboard {
     background: linear-gradient(to right, #0288D1, #2E7D32);
      color: #5D4037;
      padding: 8px 14px;
      display: inline-block;
      border-radius: 25px;
      font-weight: 500;
      margin-bottom: 15px;
      font-size: 0.9rem;
	  font-family: 'Poppins', sans-serif;
    }
    .image-dashboard {
      flex: 1;
      max-width: 100%;
    }
    .image-dashboard img {
      width: 100%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 768px) {
      .container-dashboard {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
      }
	  #mw-element-1747116200316 {
	  height:auto !important;
	  }
	 
      .content-dashboard h2 {
        font-size: 2rem;
      }
      .image-dashboard {
        max-width: 100%;
      }
    }
/*home page 1 design section END*/
/*Included our residentail courese section*/
.residential-course {
  background-color: #F5F5DC; 
  padding: 60px 20px;
  text-align: center;
}

.residential-course h2 {
  color: #5D4037; 
  font-size: 32px;
  margin-bottom: 10px;
}

.residential-course .subtext {
  color: #4CAF50; 
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 18px;
}

.course-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.course-box {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(20% - 20px); 
  max-width: calc(20% - 20px);
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}
.course-box h3 {
  color: #5D4037; 
  font-size: 20px;
}
.course-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .course-box {
    flex: 1 1 calc(33.33% - 20px); 
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .course-box {
    flex: 1 1 calc(50% - 20px); 
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .residential-course h2 {
    font-size: 26px;
  }
  .residential-course .subtext {
    font-size: 16px;
  }
  .course-box {
    flex: 1 1 100%; 
    max-width: 100%;
  }
}
/*Included our residentail courese section END*/
/*home page 3 design section*/
.training-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }
    .training-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .training-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .training-card .overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0,0,0,0.7);
      color: white;
      padding: 10px 15px;
      text-align: center;
    }
    .overlay h3 {
      margin: 5px 0;
      font-size: 18px;
    }
    .overlay p {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
    }
    @media (max-width: 600px) {
      .overlay h3 {
        font-size: 16px;
      }
      .overlay p {
        font-size: 20px;
      }
    }
/*home page 3 design section END*/
.info-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
  }
  .info-box .info-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .info-box .quote {
    font-style: italic;
    background: #fffaf2;
    border-left: 4px solid #e0b973;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .quote-author {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    text-align: right;
    font-style: normal;
  }
  .info-box a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
  }
  .info-box a:hover {
    text-decoration: underline;
  }
  @media (max-width: 768px) {
    .info-box {
      padding: 16px;
      border-radius: 16px;
    }
    .info-box .info-content p {
      font-size: 15px;
    }
  }
  @media (max-width: 480px) {
    .info-box {
      padding: 14px;
    }
    .info-box .quote {
      font-size: 14px;
    }
  }
/*Rishikesh Yoga Capital*/
.rishikesh-heading {
      text-align: center;
      font-size: 2.2rem;
      color: #5D4037;
      margin-bottom: 40px;
    }

    .rishikesh-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .rishikesh-card {
      position: relative;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease;
      background-color: #fff;
      border: 3px solid #4CAF50;
    }

    .rishikesh-card:hover {
      transform: translateY(-10px);
    }

    .rishikesh-card-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      clip-path: ellipse(100% 80% at 50% 20%);
    }

    .rishikesh-card-body {
      padding: 25px;
      background-color: #ffffff;
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .rishikesh-card-title {
      font-size: 1.3rem;
      color: #4CAF50;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .rishikesh-card-text {
      font-size: 14px !important;
      color: #5D4037;
      line-height: 1.6;
    }

    @media (max-width: 480px) {
      .rishikesh-heading {
        font-size: 1.7rem;
      }

      .rishikesh-card-body {
        padding: 18px;
      }

      .rishikesh-card-title {
        font-size: 1.1rem;
      }

      .rishikesh-card-text {
        font-size: 0.9rem;
      }
    }
/*Rishikesh Yoga Capital END*/
/*About us page */
 .about-container {
      max-width: 1500px;
      margin: auto;
      display: flex;
      align-items: center;
      gap: 40px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.1);
      overflow: hidden;
      flex-wrap: wrap;
      animation: fadeInUp 1s ease forwards;
    }
    .about-img {
      flex: 1 1 50%;
      background-image: url('https://source.unsplash.com/800x800/?yoga,meditation');
      background-size: cover;
      background-position: center;
      border-radius: 20px 0 0 20px;
    }
    .about-text {
      flex: 1 1 50%;
      padding: 40px 30px;
    }
    .about-text h2 {
      font-size: 32px;
      color: #2c2c2c;
      margin-bottom: 10px;
    }

    .about-text h3 {
      font-size: 20px;
      color: #b76e10;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .about-text p {
      font-size: 13px;
      line-height: 1.8;
      margin-bottom: 15px;
      color: #444;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .about-container {
        flex-direction: column;
        padding: 0;
        border-radius: 20px;
      }

      .about-img {
        width: 100%;
        border-radius: 20px 20px 0 0;
      }

      .about-text {
        padding: 25px 20px;
      }

      .about-text h2 {
        font-size: 26px;
      }

      .about-text h3 {
        font-size: 18px;
      }

      .about-text p {
        font-size: 15px;
      }
    }
/*About section END*/
/*Gallery page section*/
.gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1300px;
      margin: auto;
    }

    .gallery-item {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .gallery-item:hover {
      transform: scale(1.03);
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 768px) {
      .gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .gallery {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
      }
    }
/*Gallery page section END*/
/*What you will leran*/
.learning-section-pro {
  background: #f9fafb;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-heading {
  font-size: 34px;
  color: #2c3e50;
  margin-bottom: 50px;
  font-weight: 700;
}

.learning-grid-pro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.learning-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.learning-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.card-content h3 {
  font-size: 18px;
  color: #3005248;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.card-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .section-heading {
    font-size: 28px;
  }

  .learning-card {
    border-radius: 10px;
  }

  .card-content h3 {
    font-size: 20px;
  }

  .card-image {
    height: 180px;
  }
}

/*whAT you learn END*/
/*Why Choose Rishikesh yoga capital*/
.choose-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #81D4FA 0%, #4CAF50 100%);
}
.choose-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
   background: linear-gradient(to bottom, #e1f5fe 0%, #e8f5e9 100%);
}
.choose-heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #004d40;
  font-weight: 700;
}
.choose-heading span {
  color: #009688;
}
.choose-content .choose-text {
  font-size:14px;
  margin-bottom: 20px;
  text-align: center;
  color:#555555 !important;
}
@media (max-width: 768px) {
  .choose-wrapper {
    padding: 30px 20px;
  }
  .choose-heading {
    font-size: 1.7rem;
  }
  .choose-content .choose-text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .choose-wrapper {
    padding: 25px 15px;
  }
  .choose-heading {
    font-size: 1.5rem;
  }
  .choose-content .choose-text {
    font-size: 12px !important;
  }
}
/*Why Choose Rishikesh yoga capital END*/
/*Course details*/
.course-details-wrapper {
  max-width: 750px;
  margin: 50px auto;
  padding: 20px;
}
.course-details-wrapper h2 {
  text-align: center;
  font-size: 25px;
  color: #4b0082;
  margin-bottom: 30px;
}
.course-details-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.detail-row {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
.detail-row:nth-child(even) {
  background-color:#E1F5FE;
}
.detail-title {
  flex: 1 1 40%;
  font-weight: 600;
  color: #333;
  padding-right: 10px;
  font-size:15px !important;
}
.detail-info {
  flex: 1 1 60%;
  color: #555;
  font-size:12px !important;
}
.fee-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fee-list span {
  color: #444;
}
.register-section {
  text-align: center;
  margin-top: 30px;
}
.register-btn {
  display: inline-block;
  background: linear-gradient(135deg, #4f46e5, #6d28d9);
  padding: 14px 40px;
  color: white;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(79, 70, 229, 0.4);
}
.register-btn:hover {
  background: linear-gradient(135deg, #6d28d9, #4f46e5);
}
@media (max-width: 600px) {
  .detail-row {
    flex-direction: column;
  }
  .detail-title,
  .detail-info {
    flex: 1 1 100%;
    padding: 5px 0;
  }
}
/*Course Detils Section END*/
/*Food & Accommodation*/
.section-title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin: 40px 20px 20px;
      color: #222;
    }

    .section-subtitle {
      text-align: center;
      font-size: 16px;
      margin: 10px 30px 40px;
      line-height: 1.6;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    .room-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      padding: 20px;
    }

    .room-box {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      width: 300px;
      transition: all 0.3s ease;
      position: relative;
    }

    .room-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    .room-box img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .room-label {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background: #ff6f61;
      color: #fff;
      padding: 8px 16px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .room-container {
        flex-direction: column;
        align-items: center;
      }
      .room-box {
        width: 90%;
      }
    }
/*Food & Accommodation END*/
/*Our Status in number section*/
.status-section {
  padding: 50px 20px;
  background: #f5f0e9;
}
.status-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.status-left {
  flex: 1 1 450px;
  text-align: center;
}

.status-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.status-quote {
  font-style: italic;
  margin-top: 15px;
  color: #555;
}

.status-right {
  flex: 1 1 450px;
}
.status-heading {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}
.status-box {
  margin-bottom: 30px;
}
.status-icon {
  width: 40px;
  margin-bottom: 10px;
}

.status-number {
  font-size: 28px;
  margin: 5px 0;
  color: #000;
}
.status-number span {
  font-size: 18px;
  color: #777;
}
.status-text {
  color: #777;
  font-size: 14px;
}
@media (max-width: 768px) {
  .status-container {
    flex-direction: column;
    text-align: center;
  }
  .status-left, .status-right {
    flex: 1 1 100%;
  }
}
/*Our Status in number section END*/
/*NEW VIDEO TOPICE section */
.video-section {
      max-width: 1200px;
      margin: auto;
    }

    .section-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .section-title span {
      color: #ff6e6e;
    }

    .video-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .video-list {
      flex: 1;
      min-width: 300px;
    }

    .video-item {
      background: #f5f5f5;
      display: flex;
      align-items: center;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.06);
      border-radius: 6px;
      transition: transform 0.3s ease;
    }

    .video-item:hover {
      transform: translateY(-2px);
    }

    .img-box {
      width: 60px;
      height: 60px;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    .video-content h4 {
      color: #ff6e6e;
      margin-bottom: 5px;
      font-size: 16px;
    }

    .video-content p {
      font-size: 14px;
      color: #555;
    }

    .video-preview {
      flex: 1;
      min-width: 300px;
      position: relative;
    }

    .video-preview img {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
      max-height: 400px;
    }

    .preview-text {
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      padding: 15px;
      width: 100%;
      font-weight: bold;
      color: #333;
      border-radius: 0 0 8px 8px;
    }

    .preview-text span {
      display: block;
      color: #ff6e6e;
      font-weight: bold;
      font-size: 16px;
    }

    @media (max-width: 768px) {
      .video-container {
        flex-direction: column;
      }

      .preview-text {
        font-size: 14px;
      }

      .section-title {
        font-size: 24px;
      }
    }
/*NEW VIDEO TOPICE section END*/

/*Team memeber section design */
.team-section {
  padding: 50px 20px;
  text-align: center;
}

.team-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.team-section p {
  color: #555;
  max-width: 1000px;
  margin: auto;
  font-size: 14px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-member {
  background-color: #fffaf2;
  border: 2px solid #e2d9c7;
  border-radius: 10px;
  padding: 20px;
  width: calc(33.33% - 20px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-member .role-banner {
  background: linear-gradient(to right, #81D4FA, #4CAF50);
  padding: 10px;
  border-radius: 8px 8px 0 0;
}

.team-member h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0;
}

.team-member p.role {
  font-style: italic;
  font-size: 14px;
  margin: 5px 0 15px;
  color: #666;
}

.team-member img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ccc;
  margin-bottom: 15px;
}

.team-member p.description {
  font-size: 14px;
  color: #444;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .team-member {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .team-member {
    width: 100%;
  }
}
/*Team memeber section design END*/


/*contact deatils*/
.contact-container {
      max-width: 1200px;
      margin: auto;
      background: #fff;
      border-radius: 20px;
      
      padding: 30px;
    }

    .contact-header {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 30px;
      color: #333;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 25px;
    }

    .contact-item img {
      width: 45px;
      height: 45px;
      object-fit: contain;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .contact-item img:hover {
      transform: scale(1.1);
    }

    .contact-text {
      font-size: 1rem;
      color: #555;
      line-height: 1.5;
    }

    .contact-link {
      color: #0077cc;
      text-decoration: none;
      font-weight: 500;
	  font-size:14px !important;
    }

    .social-icons {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .social-icons a img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .social-icons a img:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    @media (max-width: 500px) {
      .contact-container {
        padding: 20px;
      }

      .contact-header {
        font-size: 1.7rem;
      }

      .contact-item img {
        width: 38px;
        height: 38px;
      }

      .social-icons a img {
        width: 36px;
        height: 36px;
      }
    }
/*Contact detsils END*/
/*Gallery studnet celebartion section*/
.gallery-section-1 {
      padding: 40px 20px;
      max-width: 1500px;
      margin: auto;
      text-align: center;
    }

    .gallery-section-1 h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #444;
    }

    .gallery-section-1 p {
      font-size: 14px !important;
      color: #666;
      margin-bottom: 30px;
    }

    .gallery-grid-1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .gallery-box-1 {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .gallery-box-1:hover {
      transform: translateY(-5px);
    }

    .gallery-box-1 img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }

    .gallery-box-1 .content-1 {
      padding: 15px;
    }

    .gallery-box-1 .content-1 h4 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #333;
    }

    @media (max-width: 600px) {
      .gallery-box-1 img {
        height: 160px;
      }
    }
/*Gallery studnet celebartion section END*/
/*Blog post section*/
.blog-posts-19{
background-color: white;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   
}
.blog-posts-19 h6{
color:#4CAF50;
font-weight:600 !important;
}
.blog-posts-19 p{
font-size:14px !important;
color:#555 !important;
}
.blog-posts-19 .img-as-background{
 height:220px !important;
}
.blog-posts-19 small{
color:#555 ;
font-size:14px !important;
}
.blog-posts-19 .post-19::after {
 display:none;
}
 @media (max-width: 768px) {
.blog-posts-19 .img-as-background{
height:150px !important;
width:350px !important;
}
}
/*Blog post section END*/
/*200 housr course card*/
.yoga-cards-container-200-hours {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .yoga-card-200-hours {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .yoga-card-200-hours:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

    .yoga-card-200-hours img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .yoga-card-content-200-hours {
      padding: 16px;
    }

    .yoga-card-content-200-hours h3 {
      margin: 0 0 10px;
      color: #2c3e50;
      font-size: 1.2rem;
    }

    .yoga-card-content-200-hours p {
      color: #555;
      font-size: 14px;
      line-height: 1.4;
	  
    }

    @media (max-width: 768px) {
      .yoga-cards-container-200-hours {
        grid-template-columns: 1fr;
      }
    }
/*200 housr course card END*/
/*100 hour daily schedule time table*/
h1, .section-heading-daily-schedule {
      text-align: center;
      margin-bottom: 20px;
    }
    .class-100-hour-daily-schedule {
      max-width: 1200px;
      margin: auto;
    }
    .table-container-daily-schedule {
      overflow-x: auto;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 10px;
      margin-bottom: 20px;
    }
    .yoga-table-daily-schedule {
      width: 100%;
      border-collapse: collapse;
      min-width: 700px;
    }
    .yoga-table-daily-schedule th, .yoga-table-daily-schedule td {
      padding: 12px;
      border: 1px solid #ddd;
      text-align: center;
    }
    .yoga-table-daily-schedule th {
      background-color: #81D4FA;
    }
    .note-daily-schedule {
      font-size: 0.9rem;
      color: #777;
      margin-top: 10px;
      text-align: center;
    }
    .book-btn-daily-schedule {
      background: #4caf50;
      color: white;
      padding: 8px 14px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 0.9rem;
      text-decoration: none;
    }
    .book-btn-daily-schedule:hover {
      background: #45a049;
    }
    @media (max-width: 600px) {
      .yoga-table-daily-schedule th, .yoga-table-daily-schedule td {
        font-size: 0.85rem;
        padding: 8px;
      }
    }
/*100 hour daily schedule time table END*/
/*100 Yoga Retreat highlights*/
.retreat-container{
      background: #f9f9f9;
      padding: 40px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
 .highlights-container {
      max-width: 1200px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }

    .highlights-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 30px;
      color: #333;
    }

    .highlight-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .highlight-box {
      background: #fafafa;
      border-radius: 12px;
      padding: 15px 20px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .highlight-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .highlight-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
      background: #ddd;
    }

    .highlight-text {
      font-size: 1rem;
      color: #555;
      flex: 1;
    }

    .closing-text {
      margin-top: 30px;
      text-align: center;
      font-size: 1.1rem;
      color: #444;
      line-height: 1.5;
    }

    @media (max-width: 500px) {
      .highlights-title {
        font-size: 1.5rem;
      }
      .highlight-text {
        font-size: 0.95rem;
      }
      .highlight-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .highlight-img {
        margin-bottom: 10px;
      }
    }




/*3day firts section design*/
.content-box {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  padding: 32px;
  max-width: 750px;
  margin: 30px auto;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  line-height: 1.7;
  color: #333;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-box::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  pointer-events: none;
}
.content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
.content-box h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #2c3e50;
  font-weight: 600;
  text-align: center;
}

.content-box p {
  font-size: 14px;
  margin-bottom: 14px;
  text-align: center;
}
.content-box p b {
  color: #2c3e50;
}
@media (max-width: 600px) {
  .content-box {
    padding: 20px;
    border-radius: 14px;
  }
  .content-box h2 {
    font-size: 24px;
  }
  .content-box p {
    font-size: 14px;
  }
  .divider {
    width: 40px;
    height: 2px;
  }
}
/*3day firts section design END*/
/*what makes our custom retreats unique*/
.retreat-box {
      background: white;
      max-width: 1500px;
      padding: 30px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .retreat-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

    .retreat-box h2 {
      color: #4A148C;
      font-size: 1.8rem;
      margin-bottom: 15px;
    }

    .retreat-box p {
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
    }

    @media (max-width: 480px) {
      .retreat-box {
        padding: 20px;
      }

      .retreat-box h2 {
        font-size: 1.5rem;
      }

      .retreat-box p {
        font-size: 0.95rem;
      }
    }
/*what makes our custom retreats unique END*/
/*ideal for */
 .container-ideal {
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
    .ideal-for {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 30px;
    }

    .ideal-for-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px;
      color: #2c3e50;
    }

    .ideal-for ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .ideal-for ul li {
      background: #f0f0f0;
      padding: 12px 16px;
      margin-bottom: 10px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .ideal-for ul li::before {
      content: '✔️';
      color: #4CAF50;
      font-size: 1.1rem;
    }

    .rishikesh {
      background: linear-gradient(to right, #0288D1, #2E7D32);
      color: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .rishikesh-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .rishikesh-content {
      font-size: 14px;
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      .container-ideal {
        margin: 20px;
        padding: 15px;
      }

      .ideal-for-title,
      .rishikesh-title {
        font-size: 1.5rem;
      }

      .ideal-for ul li {
        font-size: 0.95rem;
      }

      .rishikesh-content {
        font-size: 0.95rem;
      }
    }
/*ideal for END*/
/*100 hour syllabus*/
/* Grid layout */
.syllabus-designer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .syllabus-designer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .syllabus-designer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .syllabus-designer-grid {
    grid-template-columns: 1fr;
  }
}

/* Card style with highlight */
.syllabus-designer-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 35px 25px 25px;
  border: 2px solid #2196f3;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.syllabus-designer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Badge style: more prominent & gradient */
.syllabus-badge {
  background: linear-gradient(90deg, #2196f3, #4caf50);
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
  align-self: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Paragraph styling with custom bullets */
.syllabus-designer-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 12px;
  position: relative;
  padding-left: 20px;
}

.syllabus-designer-card p::before {
  content: '✔️';
  color: #2196f3;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
}

/* Title styling */
.syllabus-title {
  text-align: center;
  font-size: 2.8rem;
  color: #222;
  margin-bottom: 60px;
  position: relative;
  font-weight: 700;
}

.syllabus-title::after {
  content: '';
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #2196f3, #4caf50);
  display: block;
  margin: 15px auto 0;
  border-radius: 3px;
}

/*sylaabus*/
/*review section */
.testimonials {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .testimonial-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      width: 400px;
      padding: 20px;
      text-align: center;
      position: relative;
    }
    .testimonial-box img.profile {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .stars {
      color: gold;
      margin-top: 30px;
      font-size: 20px;
    }
    .name {
      font-weight: 700;
      margin: 15px 0 10px;
    }
    .quote {
      font-size: 14px;
      color: #555;
      position: relative;
      padding: 0 10px;
    }
    .quote::before, .quote::after {
      content: '"';
      color: #f4c542;
      font-size: 20px;
      position: absolute;
    }
    .quote::before {
      left: -10px;
      top: -5px;
    }
    .quote::after {
      right: -10px;
      bottom: -5px;
    }
    @media (max-width: 900px) {
      .testimonials {
        flex-direction: column;
        align-items: center;
      }
    }
/*review section END */
/*100hour 300 500 hour info box*/
.course-cards-container {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
  gap: 20px; 
}
.course-card-1 {
  width: calc(25% - 20px); 
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: Arial, sans-serif;
  margin-bottom: 20px; 
}
.course-img-1 {
  position: relative;
}
.course-img-1 img {
  width: 100%;
  height: auto;
  display: block;
}
.ribbon-1 {
  position: absolute;
  top: 15px;
  left: -40px;
  background: #F5F5DC;
  color: #5D4037;
  padding: 5px 50px;
  transform: rotate(-45deg);
  font-size: 9px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.course-content-1 {
  padding: 20px;
  text-align: center;
}
.course-content-1 h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}
.course-content-1 p{
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}
.course-content-1 p span {
  color: #4CAF50;
  font-weight: bold;
}
.buttons-1 {
  margin-top: 15px;
}
.buttons-1 a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}
.read-more-1 {
  background: #f1f1f1;
  color: #5D4037;
  border:1px solid #5D4037;
}
.read-more-1:hover {
  background: #ddd;
}
.book-now-1 {
  background: linear-gradient(90deg, #2196f3, #4caf50);
  color: #fff;
}
.book-now-1:hover {
  background: #d81b60;
}
@media (max-width: 768px) {
  .course-card-1 {
    width: calc(50% - 20px); 
  }
}
@media (max-width: 480px) {
  .course-card-1 {
    width: 100%; 
  }
}
/*100hour 300 500 hour info box end*/
/*mission/vission*/
.container-mv {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .mission-box, .vision-box {
      background: white;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .mission-box:hover, .vision-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
    .mission-box h2, .vision-box h2 {
      color: #4a2d0b;
      font-size: 28px;
      margin-bottom: 15px;
    }
    .mission-box p, .vision-box p {
      color: #444;
      line-height: 1.7;
      font-size: 13px;
    }
    .join-section {
      text-align: center;
      background: #fff8f2;
      padding: 40px 20px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
      margin-top: 40px;
    }
    .join-section h3 {
      color: #4a2d0b;
      font-size: 26px;
      margin-bottom: 15px;
    }
    .join-section p {
      color: #444;
      line-height: 1.7;
      font-size: 13px;
    }
    @media (max-width: 768px) {
      .container-mv {
        grid-template-columns: 1fr;
      }
      .mission-box, .vision-box {
        padding: 20px;
      }
      .mission-box h2, .vision-box h2 {
        font-size: 24px;
      }
      .join-section {
        padding: 30px 15px;
      }
      .join-section h3 {
        font-size: 22px;
      }
    }
/*mission/vission END*/
/*Founder*/

.founder-section {
  padding: 30px 20px;
}
.founder-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}
.founder-image {
  flex: 1 1 300px;
  text-align: center;
}
.founder-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}
.founder-text {
  flex: 2 1 400px;
}
.founder-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3005248;
}
.founder-text h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}
.founder-text p {
  font-size: 14px !important;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}
.mw-accordion-faq-skin-button {
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.mw-accordion-faq-skin-header:has(.active) {
  border-bottom: none !important;
}

.mw-accordion-faq-skin-card {
  border: none;
}

@media (max-width: 1024px) {
  .founder-text h2 {
    font-size: 22px;
  }
  .founder-text p {
    font-size: 13.5px !important;
  }
}
@media (max-width: 768px) {
  .founder-container {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .founder-text {
    text-align: center;
  }
  .founder-text h2 {
    font-size: 20px;
  }
  .founder-text h4 {
    font-size: 13px;
  }
  .founder-text p {
    font-size: 13.5px !important;
    text-align: justify;
  }
  .mw-accordion-faq-skin-button {
    padding: 15px 10px;
  }
  .card-body {
    padding: 15px;
  }
  .mw-accordion-faq-skin-button i.mdi {
    font-size: 26px;
  }
}
/*founder end*/