
.hero-image{
    clip-path: circle(81.8% at 68% 88%);
}

.timing-div{
    width: max-content;
    padding: 4px 10px;
    border-radius:2px ;
}

.content-preview {
    max-height: 40px;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  
  .content-preview.expanded {
    max-height: 1000px;
    opacity: 1;
    
  }

  .bg-il-lime {
    background-color: #D3F500 !important;
  }
  
  .tbl-class-schedule th,
  .tbl-class-schedule td {
    border: none !important;
  }
  
  .tbl-class-schedule tr {
    border: none !important;
  }
  
  .shadow-custom {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  }

  
  .circle-inside-right {
    position: absolute;
    width: 187px;
    height: 187px;
    top: 38%;
    right: -16px;
    transform: translateY(-72%);
    clip-path: circle(50% at 100% 50%);
    z-index: 1;
    background-color: rgba(20, 20, 20, 0.1);
  }
  
  .circle-inside-bottom-left {
    position: absolute;
    width: 187px;
    height: 187px;
    bottom: -28px;
    left: -20px;
    clip-path: circle(50% at 50% 100%);
    z-index: 0;
  }


  .custom-role-box {
    width: 18%; 
    min-width: 180px;
    max-width: 300px;
    box-sizing: border-box;
    text-align: left;
    background-color: transparent;
  }

  @media (max-width: 768px) {
    .custom-role-box {
      width: 45%;
    }
  }

  @media (max-width: 576px) {
    .custom-role-box {
      width: 100%;
    }
  }


.accordion-button::after {
  display: none;
}

.accordion-button .rotate-icon i {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .rotate-icon i {
  transform: rotate(180deg);
}

.border-opacity-01{
    border-color:rgba(108,117,125,0.18)!important;
}

.acc-ul-sec{
  position: relative;
  z-index: 1;
}

/* Mobile View Adjustments (below lg breakpoint, <992px) */
@media (max-width: 991.98px) {
  .curve-image {
    display: none;
  }
  .hero-image {
    height: 100vh !important;
    width: 100vw !important;
    border-radius: 0 !important;
  }
  .col-lg-6 {
    padding: 0 !important;
  }
  .row.align-items-center {
    margin: 0 !important;
  }
}