.tabs{display:flex;flex-wrap:wrap}.tabs label{order:1;// Put the labels first display:block;padding:1rem 2rem;margin-right:.2rem;cursor:pointer;background:#f16606;font-weight:bold;transition:background ease .2s}.tabs .tab{order:99;// Put the tabs last flex-grow:1;width:100%;display:none;padding:1rem;background:#fff;border:1px solid #dd9e4b}.tabs input[type="radio"]{display:none}.tabs input[type="radio"]:checked+label{background:#fff}.tabs input[type="radio"]:checked+label+.tab{display:block}@media(max-width:45em){.tabs .tab,.tabs label{order:initial}.tabs label{width:100%;margin-right:0;margin-top:.2rem}}div.DateTable{font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;border:1px solid #1c6ea4;background-color:#eee;width:100%;height:200px;text-align:center}.divTable.DateTable .divTableCell,.divTable.DateTable .divTableHead{border:1px solid #aaa;padding:6px 2px}.divTable.DateTable .divTableBody .divTableCell{font-size:16px;font-weight:bold;background-color:papayawhip}.divTable.DateTable .divTableCell:nth-child(even){background:blanchedalmond}.divTable.DateTable .divTableHeading{background:orange;background:-moz-linear-gradient(top,#5592bb 0,#327cad 66%,#1C6EA4 100%);background:-webkit-linear-gradient(top,#orange 0,#orange 66%,orange 100%);background:linear-gradient(to bottom,orange 0,orange 66%,orange 100%);border-bottom:2px solid orange}.divTable.DateTable .divTableHeading .divTableHead{font-size:17px;font-weight:bold;color:#fff;border-left:2px solid #d0e4f5}.divTable.DateTable .divTableHeading .divTableHead:first-child{border-left:none}.DateTable .tableFootStyle{font-size:14px}.DateTable .tableFootStyle .links{text-align:right}.DateTable .tableFootStyle .links a{display:inline-block;background:#1c6ea4;color:#fff;padding:2px 8px;border-radius:5px}.DateTable.outerTableFooter{border-top:0}.DateTable.outerTableFooter .tableFootStyle{padding:3px 5px}.divTable a{text-decoration:none}.divTable{display:table}.divTableRow{display:table-row}.divTableHeading{display:table-header-group}.divTableCell,.divTableHead{display:table-cell}.divTableHeading{display:table-header-group}.divTableFoot{display:table-footer-group}.divTableBody{display:table-row-group}
details div{border-left:2px solid #f15506;border-right:2px solid #f15506;border-bottom:2px solid #f15506;padding:1.5em}
details div > * + *{margin-top:1.5em}
details + details{margin-top:.5rem}
summary{list-style:none}
summary::-webkit-details-marker{display:none}
summary{border:2px solid #f15506;padding:.75em 1em;cursor:pointer;position:relative;padding-left:calc(1.75rem + 0.75rem + 0.75rem)}
summary:before{position:absolute;top:50%;transform:translateY(-50%);left:.75rem;content:">";width:1.75rem;height:1.75rem;background-color:#f15506;color:#fff;display:inline-flex;justify-content:center;align-items:center;flex-shrink:0}
summary h3{ margin-top:revert;}
details[open] summary{background-color:#eee}
details[open] summary:before{content:">"}
summary:hover{background-color:#eee}
code{font-family:monospace;font-weight:600}
h1, h2, h3, h4, h5, h6, .heading { font-style:normal;}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left > li {
  float: none;
  margin: 0px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background: #f90;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.nav-tabs > li > a:hover {
  /* margin-right: 2px; */
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
}
.tabs-left > li.active > a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid #f90;
  display: block;
  width: 0;
}
p{color: #222222;font-size: 12pt;text-align: justify;line-height: 26px;}

.underlined1{position:relative;padding-bottom:15px}.underlined1::after{display:block;position:absolute;bottom:0;left:5%;width:10%;height:2px;margin-left:-5%;content:""}
.underlined1::after{background-color:#eb6a01}

.stats-highlight-section {
    background-color: #fff;
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.stats-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
    border-top: 4px solid #f15505;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(241, 85, 5, 0.15);
}

.stat-icon {
    font-size: 2.2rem;
    color: #f15505;
    margin-bottom: 12px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #f15505;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.stat-description {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .stat-card {
        padding: 20px 10px;
    }
    .stat-number {
        font-size: 2.2rem;
    }
    .stat-icon {
        font-size: 2rem;
    }
    .stat-title {
        font-size: 1rem;
    }
    .stat-description {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-wrap: wrap;
    }
    .stat-card {
        flex: 1 1 calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .stat-card {
        flex: 1 1 100%;
    }
}

  /* --- Base Styles for All Screens --- */
  
  .course-dates-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1280px;
    margin: 30px auto;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  .course-dates-section h2 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 8px;
    font-size: 26px;
  }
  .course-dates-section p {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .date-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .date-list li {
    background-color: #f8f9fa;
    border-left: 4px solid #f15505;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 0 4px 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    cursor: default;
  }
  .date-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  }
  .date-list li .date-info {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .date-list li .date-info::before {
    content: "📅";
    margin-right: 8px;
    font-size: 18px;
  }
  .date-list li .price-info {
    color: #555;
    font-size: 14px;
    text-align: left; /* --- Fee section is now left-aligned --- */
    padding: 0 10px;
  }
  /* --- Attractive Price Styling --- */
  .price-amount {
    font-weight: 700;
    font-size: 16px;
    color: #f15505;
    background-color: #fff2ec;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .date-list li .status {
    font-weight: 500;
    color: #f15505;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .status-enrolling::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f15505;
    border-radius: 50%;
    margin-right: 8px;
  }
  .status-early-bird::before {
    content: "★";
    color: #f39c12;
    margin-right: 8px;
  }
  .notes {
    margin-top: 20px;
    padding: 12px 15px;
    background-color: #ecf0f1;
    border-radius: 5px;
    font-size: 13px;
    color: #34495e;
    text-align: center;
  }
  .cta-button {
    display: block;
    width: 220px;
    margin: 20px auto 0;
    padding: 12px;
    background-color: #f15505;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 15px;
  }
  .cta-button:hover {
    background-color: #d14004;
  }

  /* --- Responsive Styles for Screens 768px or Smaller --- */
  @media (max-width: 768px) {
    .course-dates-section {
      margin: 20px auto;
      padding: 15px;
    }
    .course-dates-section h2 {
      font-size: 22px;
    }
    .date-list li {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px;
    }
    .date-list li .date-info {
      margin-bottom: 8px;
      font-size: 15px;
    }
    .date-list li .price-info {
      padding: 0;
      margin-bottom: 8px;
      font-size: 13px;
      text-align: left; /* This was already left-aligned for mobile */
    }
    .date-list li .status {
      align-self: flex-end;
    }
    .cta-button {
      width: 90%;
      padding: 15px;
    }
  }
  
  .ashtanga-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff, #f9f7f2);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #f15505, #ff7b39);
}

.section-header p {
  font-size: 18px;
  color: #5d6d7e;
  max-width: 700px;
  margin: 0 auto;
}

.ashtanga-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.ashtanga-intro {
  display: flex;
  gap: 40px;
  align-items: center;
}

.intro-image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.intro-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.intro-image:hover img {
  transform: scale(1.03);
}

.intro-text {
  flex: 1;
}

.intro-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #5d6d7e;
  margin-bottom: 30px;
}

.key-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.point {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #f15505;
  flex: 1;
  min-width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.point:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.point i {
  color: #f15505;
  font-size: 24px;
  margin-right: 15px;
}

.point span {
  font-size: 16px;
  font-weight: 500;
  color: #2c3e50;
}

.curriculum-container {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.curriculum-container h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.curriculum-container h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #f15505, #ff7b39);
}

.curriculum-container > p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d6d7e;
  margin-bottom: 30px;
}

.curriculum-timeline {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.timeline-intro {
  background-color: #f9f7f2;
  border-radius: 8px;
  padding: 25px;
  border-left: 4px solid #f15505;
}

.timeline-item {
  display: flex;
  gap: 20px;
}

.timeline-icon {
  background-color: #f15505;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.timeline-icon i {
  font-size: 20px;
}

.timeline-content h4 {
  font-size: 22px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5d6d7e;
  line-height: 1.5;
}

.timeline-content li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #f15505;
  font-size: 20px;
  line-height: 1;
}

.timeline-weeks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.week-block {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.week-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.week-block.final {
  border: 2px solid #f15505;
}

.week-header {
  background: linear-gradient(135deg, #f15505, #ff7b39);
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.week-number {
  font-size: 18px;
  font-weight: 600;
}

.week-icon i {
  font-size: 20px;
}

.week-content {
  padding: 20px;
}

.practice-item {
  margin-bottom: 20px;
}

.practice-item:last-child {
  margin-bottom: 0;
}

.practice-item h5 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.practice-item h5:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f15505;
  border-radius: 50%;
  margin-right: 10px;
}

.practice-desc {
  font-size: 15px;
  color: #5d6d7e;
  padding-left: 18px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .ashtanga-intro {
    flex-direction: column;
  }
  
  .timeline-weeks {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
  
  .curriculum-container {
    padding: 25px;
  }
  
  .key-points {
    flex-direction: column;
  }
  
  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .timeline-weeks {
    grid-template-columns: 1fr;
  }
}

.hatha-yoga-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f9f7f2, #ffffff);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #f15505, #ff7b39);
}

.section-header p {
  font-size: 18px;
  color: #5d6d7e;
  max-width: 700px;
  margin: 0 auto;
}

.hatha-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hatha-intro {
  display: flex;
  gap: 40px;
  align-items: center;
}

.intro-image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.intro-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.intro-image:hover img {
  transform: scale(1.03);
}

.intro-text {
  flex: 1;
}

.intro-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #5d6d7e;
  margin-bottom: 30px;
}

.key-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.point {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #f15505;
  flex: 1;
  min-width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.point:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.point i {
  color: #f15505;
  font-size: 24px;
  margin-right: 15px;
}

.point span {
  font-size: 16px;
  font-weight: 500;
  color: #2c3e50;
}

.poses-container {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.poses-container h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.poses-container h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #f15505, #ff7b39);
}

.poses-container > p {
  font-size: 18px;
  line-height: 1.6;
  color: #5d6d7e;
  margin-bottom: 30px;
}

.category-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-btn {
  background-color: #f9f7f2;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #5d6d7e;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background-color: #f15505;
  color: white;
}

.tab-btn.active {
  background: linear-gradient(135deg, #f15505, #ff7b39);
  color: white;
  box-shadow: 0 5px 15px rgba(241, 85, 5, 0.3);
}

.poses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.pose-card {
  display: flex;
  align-items: center;
  background-color: #f9f7f2;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.pose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pose-card:hover {
  transform: scale(1.1);
}

.pose-number {
  background: linear-gradient(135deg, #f15505, #ff7b39);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}

.pose-info {
  flex: 1;
}

.pose-info h4 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 5px;
}

.pose-info p {
  font-size: 14px;
  color: #5d6d7e;
  margin: 0;
}


.pose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (max-width: 992px) {
  .hatha-intro {
    flex-direction: column;
  }
  
  .poses-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
  
  .poses-container {
    padding: 25px;
  }
  
  .key-points {
    flex-direction: column;
  }
  
  .category-tabs {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .poses-grid {
    grid-template-columns: 1fr;
  }
  
  .pose-card {
    padding: 12px;
  }
  
  .pose-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  

  .pose-info h4 {
    font-size: 16px;
  }
  
  .pose-info p {
    font-size: 13px;
  }
}

/* New Programs Section Styles */
.iy-new-programs {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-header h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #f15505, #ff7e45);
}

.section-header p {
  font-size: 18px;
  color: #7f8c8d;
  max-width: 700px;
  margin: 20px auto 0;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.program-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: visible; /* Changed from hidden to visible */
}

.program-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.program-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 85, 5, 0.1);
  border-radius: 50%;
}

.program-icon img {
  width: 50px;
  height: 50px;
}

.program-card h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
}

.program-card p {
  font-size: 16px;
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 25px;
}

.program-details {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.detail-item:last-child {
  margin-bottom: 0;
}

.detail-label {
  font-weight: 600;
  color: #2c3e50;
}

.detail-value {
  color: #7f8c8d;
}

.price {
  color: #f15505;
  font-weight: 700;
  font-size: 18px;
}

.learn-more-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(90deg, #f15505, #ff7e45);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(241, 85, 5, 0.3);
  cursor: pointer;
}

.learn-more-btn:hover {
  background: linear-gradient(90deg, #e04500, #f15505);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(241, 85, 5, 0.4);
}

.learn-more-btn.active {
  background: linear-gradient(90deg, #e04500, #f15505);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-top: 20px;
  text-align: left;
}

.accordion-content.active {
  max-height: 2000px; /* Increased max-height for mobile */
}

.accordion-inner {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}

.accordion-inner h4 {
  font-size: 20px;
  color: #2c3e50;
  margin: 20px 0 10px;
  font-weight: 600;
}

.accordion-inner h4:first-child {
  margin-top: 0;
}

.accordion-inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.accordion-inner li {
  margin-bottom: 8px;
  color: #7f8c8d;
  line-height: 1.5;
}

.accordion-inner p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.enroll-section {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
}

.enroll-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(90deg, #27ae60, #2ecc71);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.enroll-btn:hover {
  background: linear-gradient(90deg, #229954, #27ae60);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .program-card {
    padding: 30px 20px;
  }
  
  .accordion-content.active {
    max-height: 2500px; /* Increased for tablet */
  }
}

@media (max-width: 768px) {
  .iy-new-programs {
    padding: 60px 0;
  }
  
  .section-header h2 {
    font-size: 36px;
  }
  
  .programs-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .detail-item {
    flex-direction: column;
    text-align: left;
  }
  
  .detail-label {
    margin-bottom: 5px;
  }
  
  .accordion-content.active {
    max-height: 3000px; /* Significantly increased for mobile */
  }
  
  .program-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  /* Ensure enroll button is visible */
  .enroll-section {
    padding: 15px 0;
    margin-top: 15px;
  }
  
  .enroll-btn {
    padding: 14px 35px; /* Larger button for easier mobile tapping */
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 30px;
  }
  
  .program-card {
    padding: 20px 15px;
  }
  
  .accordion-inner {
    padding: 15px;
  }
  
  .accordion-content.active {
    max-height: 3500px; /* Maximum height for smallest screens */
  }
}

.aym-ccommodation {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .gallery-section {
            margin-bottom: 50px;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 30px;
            color: #4a4a4a;
            font-size: 28px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(to right, #ff7e5f, #feb47b);
        }
        
        .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
        }
        
        .slider {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .slide {
            flex: 0 0 25%;
            position: relative;
            overflow: hidden;
        }
        
        .slide img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
			border:#f15505 solid 1px;
        }
        
        .slide:hover img {
            transform: scale(1.05);
        }
        
        .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            color: white;
            padding: 20px 15px 15px;
            font-size: 14px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }
        
        .slide:hover .slide-caption {
            transform: translateY(0);
        }
        
        .slider-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 10px;
            pointer-events: none;
        }
        
        .slider-btn {
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            pointer-events: all;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .slider-btn:hover {
            background: white;
            transform: scale(1.1);
        }
        
        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .slide {
                flex: 0 0 33.333%;
            }
        }
        
        @media (max-width: 768px) {
            .slide {
                flex: 0 0 50%;
            }
            
            .slide img {
                height: 220px;
            }
            
            .section-title {
                font-size: 24px;
            }
            
            .slider-btn {
                width: 40px;
                height: 40px;
            }
        }
        
        @media (max-width: 480px) {
            .slide {
                flex: 0 0 100%;
            }
            
            .slide img {
                height: 250px;
            }
            
            .slider-controls {
                padding: 0 5px;
            }
        }
        
        .one img{margin-top:15px;}
.he1{display:block;font-size:1.8em;line-height:1.3}
.he1 em{font-style:normal;font-weight:600} 
.one .he1{text-align:center;text-transform:uppercase;padding-bottom:5px;margin-top:30px}
.one .he1:before{width:28px;height:5px;display:block;content:"";position:absolute;bottom:3px;left:50%;margin-left:-14px;}
.one .he1:after{width:100px;height:1px;display:block;content:"";position:relative;margin-top:25px;left:50%;margin-left:-50px;background-color:#b80000}   
.he{display:block;font-size:2em;line-height:1.3}
.he em{font-style:normal;font-weight:600}
.one .he{text-align:center;text-transform:uppercase;padding-bottom:5px;margin-top:30px}
.one .he:before{width:28px;height:5px;display:block;content:"";position:absolute;bottom:3px;left:50%;margin-left:-14px;}
.one .he:after{width:100px;height:1px;display:block;content:"";position:relative;margin-top:25px;left:50%;margin-left:-50px;background-color:#b80000}
.one P{font-size:16px;line-height:35px;margin-top:15px}
.one ul{padding:0 0 0 2em}
.one ul li{list-style:none;line-height:2rem;position:relative;padding-bottom:1rem;font-size:19px}
.one ul li:before{content:"";display:inline-block;width:.5em;height:.5em;border-radius:50%;background:#f15506;margin:0 2em 0 -1em}

/* FAQ Section Styles - Minimal and based on existing site theme */
.faq-section {
    font-family: 'Poppins', sans-serif; /* Using the same font as the site */
    color: #333;
    padding: 60px 0;
    background-color: #f9f9f9; /* Subtle background to separate the section */
    border-top: 1px solid #e0e0e0;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #f57c00; /* Using the site's primary orange color */
}

.faq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.faq-question:hover {
    color: #f57c00;
    background-color: #fff9f5;
}

.faq-question::after {
    content: '\02795'; /* Unicode for '+' character */
    font-size: 16px;
    color: #f57c00;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* A large enough value to fit content */
    padding: 0 25px 20px 25px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}