.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}


.active{
  
}

@media (max-width:567px){
  #slider{
    width:100%;

  }
}
/*FOr Slider End here*/

 .notification
{
font-weight: bold;
font-family: Figtree;
font-size: 16px;
gap: 7px;
justify-content: center;
margin-bottom: 30px;
margin-top: -30px;
padding: 7px;
position: relative;
}

/*CountDown CSS*/

   .countdown {
  padding: 40px 20px;
  text-align: center;
  font-family: system-ui, Arial, sans-serif;
  background: #f8fafc!important;
}

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

.cd-content {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-width: 280px;
  color: #fff;
}

.cat-box {
  background: linear-gradient(135deg, #0f172a, #1e3a8a); 
}
.clat-box {
  background: #6f1b1d; 
}

.cd-box {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.cd-item {
  background: rgba(255,255,255,0.15);
  padding: 15px;
  border-radius: 10px;
  min-width: 70px;
}
.cd-item span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.cd-item small {
  font-size: 14px;
}


/*Countdown Css End*/

/*Teacher Slider Css Start */

.teacher-slider {
  margin: 0;
  box-sizing: border-box;
}

.teacher-head {
  font-family: inherit;
  margin: 30px 0px;
  padding: 20px 0px;
  text-align: center;
}

.slider-teacher-heading h2 {
  font-size: 2rem;
  font-weight: bold;
}

.teacher-wrapper {
  font-family: inherit;
  padding: 14px;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.teacher-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.3s;
  margin: 0 10px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.teacher-photo img {
  width: 100%;
  
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.teacher-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0 5px;
}

.teacher-designation {
  font-size: 0.95rem;
  color: #555;
  text-align:center;
  margin-bottom: 15px;
}

.view-profile-btn {
  
  padding: 8px 18px;
  background-color: #248de4;
  color: white;
  text-decoration: none;
  
  transition: background-color 0.3s ease;
}

.view-profile-btn:hover {
  background-color: #23527c;
}

/*Teacher Slider Css End here */

/*Panchmukhi Sikha Model CSS*/

.teaching-box {
    padding: 100px 20px;
    background: #f8fafc;
    font-family: system-ui, Arial, sans-serif;
}

.tb-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tb-image, .tb-content {
    flex: 1 1 43%;
    text-align: center;
}

/* Make image and content containers full width on smaller screens */
@media (max-width: 768px) {
    .tb-image, .tb-content {
        flex: 1 1 100%;
    }
}

.tb-image {
    text-align: center;
}

.tb-image iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; /* Maintain aspect ratio for the video */
    min-height: 200px; /* Ensure a minimum height for smaller screens */
}

.tb-content {
    text-align: left; /* Align text content to the left */
}

.tb-content h2 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.stages {
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
}

.stages li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #334155;
    position: relative;
    padding-left: 28px;
}

.stages li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.highlight-box {
    color: black;
    padding: 5px 18px 5px 0px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    
    display: inline-block;
}

.btn-primary {
    display: inline-block;
    padding: 7px 10px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #1e40af;
}

/*Panchmukhi Sikha Model CSS END HERE*/

 /* Custom CSS for Course Slider */
                
                
                .slider-course-heading{
                    font-family:inherit;
                    margin:30px 0px;
                    padding:40px 0px;
                }
                
                
.course-slider * {
  margin: 0;
  
  box-sizing: border-box;
}

.course-slider {
  font-family:inherit;
  padding: 14px;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.course-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
  height: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.image-container img {
  width: 100%;
   object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2rem;
  font-family: "Gordita", sans-serif;
  margin-bottom: 10px;
}

p {
  font-size: 0.9rem;
  color: #555;
  text-align: justify;
  margin: 10px 0;
}

.description {
  text-align: left;
  margin: 10px 0;
  flex-grow: 1;
}

.description ul {
  list-style-type: none;
  padding-left: 0;
}

.description li {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-bottom: 5px;
}

.description li:before {
  content: "✔️";
  margin-right: 8px;
  color: #248de4;
  font-size: .9rem;
}

.course-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.icon {
  font-size: 1.2rem;
  margin-right: 5px;
}

.price,
.duration {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.know-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #248de4;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.know-more-btn:hover {
  background-color: #23527c;
}

.slick-slide {
  margin: 0 10px;
}