  /* .swiper {
  width: 100%;
  padding-bottom: 20px;
}


.gallery-widget .single-gallery a{
    font-size:26px !important;
}


.number-badge {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.equipment-box {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.equipment-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


 .feature-box {
      background-color: #f0f7ff;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      margin-bottom: 20px !important;
    }

    .feature-icon {
      background-color: #4e64a8;
      text-align: center;
      padding: 16px;
      font-size: 40px;
      color: #fff;
    }

    .feature-content {
      padding: 25px 20px 30px;
      position: relative;
    }

    .feature-number {
      position: absolute;
      top: -25px;
      left: 20px;
      background-color: #fff;
      border: 2px solid #ff6b4a;
      color: #ff6b4a;
      font-weight: bold;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    }

    .feature-title {
      font-weight: 700;
      color: #004c6d;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 20px;
    }

    .feature-text {
      font-size: 14px;
      color: #333;
      line-height: 1.7;
    }

    .bottom-icon {
      font-size: 24px;
      color: #ff6b4a;
      opacity: 0.2;
      position: absolute;
      bottom: 20px;
      right: 20px;
    }
.feature-icons{
  color:#bccb3d;
}




.contact-container {
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
     
    }

    .contact-left {
      background: linear-gradient(to bottom right, #8dcdf1, #3e4e72);
      /* background: linear-gradient(135deg, #3e4e72, #8dcdf1); */
      /* color: white;
      padding: 50px; */
      /* height: 100%; */
    /* } */

    /* .contact-left h2 {
      margin-bottom: 30px !important;
      font-weight: 600 !important;
      text-align: center !important;
    } */

    /* .form-control {
      background: transparent !important;
      border: none !important;
      border-bottom: 1px solid rgba(255,255,255,0.4) !important;
      border-radius: 0 !important;
      color: white !important;
    }

    .form-control::placeholder {
      color: rgba(255,255,255,0.6) !important;
    } */

    /* .form-control:focus {
      background: transparent !important;
      color: white !important;
      border-color: #fff !important;
      box-shadow: none !important;
    } */

    /* .btn-gradient {
      background-color: #ff4081 !important;
      color: white !important;
      border: none !important;
      padding: 10px 25px !important;
      margin-top: 20px !important;
      width:100% !important;
    } */

    /* .btn-gradient:hover {
      background-color: #e73370 !important;
    }

    @media (max-width: 768px) {
      .contact-left, .contact-right {
        padding: 20px !important;
      }
    } */

 /* .faq-section {
      padding: 50px 0;
    }

   .faq-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  background: linear-gradient(to right, #1e3c72, #2a5298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
} */


    /* .faq-search {
      margin: 20px 0;
      position: relative;
    }

    .faq-search input {
      width: 100%;
      padding: 12px 40px 12px 20px;
      border: 1px solid #ccc;
      border-radius: 25px;
      font-size: 16px;
    } */

    /* .faq-search i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #aaa;
    }

    .faq-item {
      border-bottom: 1px solid #eee;
      padding: 15px 0;
      cursor: pointer;
    } */

    /* .faq-question {
      font-weight: 600;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    } */

    /* .faq-answer {
      display: none;
      color: #555;
      padding-top: 10px;
    }

    .faq-item.active .faq-answer {
      display: block;
    } */

    /* .icon-toggle {
      font-size: 18px;
      margin-left: 10px;
      transition: 0.3s ease;
    }
.Eligibility{
  font-size:18px;
} */


 /* .placement-box {
   
    overflow: hidden;
  
    border-radius: 8px;
    background-color: #fff;
  }

  .placement-box img {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
  } */

  /* .placement-name {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 123, 255, 0.8);
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
  } */
/* 
.enquiry-form-wrapper {
background: linear-gradient(135deg, #8dcdf1, #f0f8ff);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
}

.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ff758c, #ff7eb3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enquiry-form input {
  padding: 12px 18px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-color: #fff;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.enquiry-form input:focus {
  border-color: #a29bfe;
  box-shadow: 0 0 6px rgba(162, 155, 254, 0.4);
  outline: none;
}

.enquiry-form button {
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  background-color: #6c5ce7;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.enquiry-form button:hover {
  background-color: #5a4fcf;
}


.swiper-slide video {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .custom-swiper-arrow {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    z-index: 10;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
  }

  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  @media (max-width: 767px) {
    .swiper-button-prev {
      left: 0;
    }

    .swiper-button-next {
      right: 0;
    }
  } 


   .gallery-hover {
    pointer-events: none !important; */
  /* }  */

/* Main modal card style */
.soft-card-style {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Modal header */
.soft-card-header {
  background-color: #8dcdf1; /* soft green tone */
  position: relative;
  text-align: center;
}

/* Close button */
.soft-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #f44336;
  font-weight: bold;
  opacity: 1;
}

/* Modal body */
.soft-details-box {
  background-color: #f7f9fb;
  border: 1px solid #e0e0e0;
}

/* Details text */
.soft-details-box p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

/* Labels */
.soft-details-box p strong {
  min-width: 110px;
  display: inline-block;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .soft-details-box p strong {
    min-width: auto;
    display: block;
    margin-bottom: 4px;
  }

  .modal-body .row {
    flex-direction: column;
  }

  .soft-details-box {
    margin-top: 15px;
  }

  .modal-dialog {
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .soft-details-box p strong {
    min-width: auto;
    display: inline; /* ← change from block to inline */
    margin-bottom: 0; /* ← remove extra space */
  }

  .modal-body .row {
    flex-direction: column;
  }

  .soft-details-box {
    margin-top: 15px;
  }

  .modal-dialog {
    margin: 20px auto;
  }
}

.modal-image-wrapper {
  position: relative;
  display: inline-block;
  background-color: #f4f6f8;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.modal-image {
  border-radius: 12px;
  max-height: 240px;
  object-fit: cover;
  width: 100%;
}

.education-details {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.education-details p {
  font-weight: 700;
  margin-bottom: 4px;
  color: #28a745;
}

.education-details span {
  font-size: 13px;
  color: #555;
}

