.site-branding img {
    width: 102px;
    padding: 9px;
}

  body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
    }

    .announcement-bar {
      background-color: #e7ffb1;
      display: flex;
      align-items: center;
      padding: 7px 1px;
      font-size: 14px;
      font-weight: bold;
      color: #222;
    }

    .announcement-label {
      background-color: #2cb74c;
      color: white;
      padding: 5px 12px;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0% 100%);
      margin-right: 2px;
    }

    .announcement-text {
      /* display: flex; */
      flex-wrap: wrap;
      align-items: center;
      gap: 1px;
    }

    .announcement-text span {
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .dot {
      height: 10px;
      width: 10px;
      background-color: red;
      border-radius: 50%;
      display: inline-block;
    }

    /*  */

    
    .recruiters-section {
      padding: 50px 20px;
      text-align: center;
      position: relative;
    }

    .recruiters-section h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #222;
    }

    .recruiters-section p {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
    }

    .recruiters-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .recruiter-logo {
      border: 1px solid #ddd;
      padding: 8px 15px;
      background: #fff;
      min-width: 120px;
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: box-shadow 0.3s ease;
    }

    .recruiter-logo:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .recruiter-logo img {
      max-height: 40px;
      max-width: 100px;
    }

    .recruiter-image {
      position: absolute;
      left: 20px;
      bottom: 0;
      max-width: 200px;
    }

    .enquire-tab {
      position: fixed;
      right: 0;
      top: 40%;
      background: #0c9c3f;
      color: #fff;
      padding: 10px 15px;
      transform: rotate(-90deg);
      transform-origin: right top;
      font-weight: bold;
      cursor: pointer;
      z-index: 1000;
    }

    .paper-plane {
      position: absolute;
      right: 10px;
      bottom: 20px;
      width: 60px;
    }

    @media (max-width: 768px) {
      .recruiter-image {
        display: none;
      }
    }
    /*  */

    .sponsor-section .sponsor-item img {
    width: 100%;
     padding: 0px !important; 
    opacity: 0.8;
}


/* =========== */

 .hybrid-section {
      padding: 50px 20px;
      text-align: center;
      position: relative;
    }

    .hybrid-section h2 {
      font-size: 28px;
      font-weight: bold;
      color: #333;
      margin-bottom: 45px;
    }

    .hybrid-section p.subtitle {
      font-size: 14px;
      color: #555;
      margin-bottom: 40px;
      text-transform: uppercase;
    }

    .hybrid-cards {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .card {
      /* flex: 1 1 280px; */
      /* max-width: 320px; */
      background-color: #333;
      color: #fff;
      border-radius: 12px;
      /* padding: 25px; */
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 200px;
    }

    .card.green {
      background-color: #3d7e06;
    }

    .card.red {
      background-color: #d4201b;
    }

    .card h3 {
      margin: 15px 0 10px;
      font-size: 18px;
    }

    .card p {
      font-size: 14px;
      line-height: 1.5;
    }

    .card .icon {
      font-size: 36px;
    }

    .enquire-tab {
      position: fixed;
      right: 0;
      top: 40%;
      background-color: #0c9c3f;
      color: #fff;
      padding: 12px 15px;
      transform: rotate(-90deg);
      transform-origin: right top;
      font-weight: bold;
      cursor: pointer;
      z-index: 1000;
      border-radius: 4px 4px 0 0;
    }

    .right-image {
      position: absolute;
      right: -158px;
      top: 8%;
      max-height: 350px;
    }

    @media (max-width: 768px) {
      .right-image {
        display: none;
      }
    }


    section.uio {
    background-image: url(../img/benifit-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card.tex h3 {
    color: white;
}

    /* ============================== */


    .course-layout {
      display: flex;
      flex-wrap: wrap;
      max-width: 1400px;
      margin: auto;
      padding: 20px;
    }

    .left-tabs {
      /* flex: 0 0 250px; */
      border-right: 1px solid #ddd;
      padding-right: 20px;
    }

    .left-tabs h2 {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .tab-button {
      display: flex;
      align-items: center;
      padding: 14px 20px;
      border: none;
      justify-content: space-between;
      width: 100%;
      background: none;
      font-size: 15px;
      color: #000;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab-button:hover,
    .tab-button.active {
      background-color: #d76907;
      color: #fff;
      border-radius: 6px;
    }

    .tab-button span {
      margin-left: 10px;
    }
.card.first.tex {
    background: #343434;
}
    .course-content {
      flex: 1;
      padding-left: 40px;
    }

    .course-content h3 {
      font-size: 18px;
      color: #888;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .card-grid {
      display: flex;
      gap: 12px;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .card {
      /* flex: 1 1 300px; */
      /* max-width: 300px; */
      background: #fff;
      border: 1px solid #eee;
      /* border-radius: 17px 57px; */
      overflow: hidden;
      transition: box-shadow 0.3s;
    }

    .card:hover {
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .card-body {
      padding-top: 18px;
      /* padding: 15px; */
    }

    .badge {
      font-size: 12px;
      font-weight: 600;
      background-color: #e0e0e0;
      color: #333;
      display: inline-block;
      padding: 4px 8px;
      border-radius: 6px;
      margin-bottom: 8px;
    }

    .badge.pro {
      background: #9153e0;
      color: #fff;
    }

    .badge.university {
      background: #072b4b;
      color: #fff;
    }

    .meta {
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
    }

    .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #141413;
    }

    .desc {
      font-size: 14px;
      color: #333;
    }

    .link {
      display: inline-block;
      margin-top: 12px;
      color: #1a73e8;
      font-weight: 500;
      text-decoration: none;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    /* Responsive Rules */
    @media screen and (max-width: 992px) {
      .course-layout {
        flex-direction: column;
      }

      .left-tabs {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .tab-button {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
      }

      .course-content {
        padding-left: 0;
      }

      .card {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }

    @media screen and (max-width: 576px) {
      .tab-button {
        flex: 1 1 100%;
      }

      .card img {
        height: 200px;
      }
    }


    /* ============================ */

    /* Base Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



/* Main Section */
.why-niilm-section {
  background: #fff;
  padding: 60px 0;
}

.why-niilm-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  align-items: center;
}

/* Content */
.why-niilm-content {
  flex: 1 1 60%;
}

.why-niilm-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.feature-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.feature-box h3 {
  font-size: 1.05rem;
  color: #072b4b;
  margin-bottom: 5px;
  font-weight: 700;
}

.feature-box p {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Image Section */
.why-niilm-images {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.main-student {
  width: 100%;
  /* max-width: 300px; */
  border-radius: 20px;
}

.side-photos {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.side-photos img {
  width: 140px;
  height: auto;
  border-radius: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .why-niilm-wrapper {
    flex-direction: column;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .why-niilm-images {
    align-items: center;
  }
}

section.why-niilm-section {
    background-image: url(../img/feature-img-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.tab_section {
    padding: 80px 0px;
    background: #ebfeff;
}

/* ========== */


 h1 {
      font-size: 28px;
      font-weight: 700;
    }

    .subhead {
      color: #666;
      margin-top: 8px;
      margin-bottom: 20px;
    }

    .tabs {
      display: flex;
      gap: 30px;
      border-bottom: 2px solid #eee;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .tab-link {
      cursor: pointer;
      padding: 10px 0;
      font-weight: 500;
      position: relative;
    }

    .tab-link.active::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 2px;
      width: 100%;
      background: #3b82f6;
    }

    .tab-content {
      display: none;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .tab-content.active {
      display: grid;
    }

    .course-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      display: flex;
      flex-direction: column;
    }

    .course-card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .course-info {
      padding: 15px;
    }

    .course-info p {
      font-size: 13px;
      color: #888;
      margin-bottom: 6px;
    }

    .course-info h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .view-course {
      color: #3b82f6;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
    }

    .pro-tag {
      position: absolute;
      background: #fff;
      color: #3b0ca3;
      font-size: 10px;
      padding: 4px 8px;
      top: 10px;
      left: 10px;
      border-radius: 4px;
      font-weight: bold;
    }

    .card-image-wrapper {
      position: relative;
    }

    .included {
      font-size: 12px;
      padding: 10px 15px;
      color: #666;
      border-top: 1px solid #eee;
    }

    /* -gallery */
     .gallery-section {
      padding: 40px 20px;
    }

    .owl-carousel .item img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 8px;
    }

    .view-all-btn {
      display: inline-block;
      background-color: #ffeb3b;
      color: #000;
      padding: 12px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 30px;
    }
 
.gallery-section {
    text-align: center;
}

 .section {
      padding: 50px 20px;
      text-align: center;
    }

    .section h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .box {
      background-color: #f2f3f5;
      padding: 25px 15px;
      border-radius: 8px;
    }

    .number {
      font-size: 22px;
      font-weight: 600;
    }

    .text-green {
      color: #1e9d47;
    }

    .text-blue {
      color: #3b4b75;
    }

    .label {
      font-size: 14px;
      margin-top: 10px;
      line-height: 1.4;
    }

    @media (max-width: 480px) {
      .number {
        font-size: 20px;
      }

      .label {
        font-size: 13px;
      }
    }



    /* latest news */

    .news-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .news-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .news-body {
      padding: 15px;
    }

    .news-title {
      color: #b30000;
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 10px;
    }

    .news-date {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .btn-read {
      background: #8bc34a;
      color: #fff;
      font-weight: 600;
      padding: 6px 15px;
      border-radius: 20px;
      font-size: 14px;
      border: none;
    }

    .notification-panel {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 20px;
      height: 470px;
      overflow: hidden;
      position: relative;
    }

    .notification-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .notification-scroll {
      height: 400px;
      overflow: hidden;
      position: relative;
    }

    .notification-list {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      animation: scroll-up 15s linear infinite;
    }

    .notification-scroll:hover .notification-list {
      animation-play-state: paused;
    }

    .notification-list li {
      margin-bottom: 15px;
      font-size: 14px;
      position: relative;
      padding-left: 18px;
    }

    .notification-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 8px;
      height: 8px;
      background: #00bcd4;
      border-radius: 50%;
    }

    @keyframes scroll-up {
      0% { top: 100%; }
      100% { top: -100%; }
    }

    .view-all-btn {
      margin-top: 20px;
      background: #f9c900;
      border-radius: 25px;
      font-weight: 600;
      color: #000;
      padding: 8px 20px;
      border: none;
    }

    .carousel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .carousel-nav button {
      border: none;
      background: #d06e12;
      width: 56px;
      height: 35px;
      /* border-radius: 50%; */
      margin-left: 5px;
      font-weight: bold;
      color: white;
    }

    .carousel-nav button:hover {
      background: #aaa;
      color: #fff;
    }

    /* ============= */
      .section-title {
    font-size: 32px;
    font-weight: bold;
  }

  .section-description {
    font-size: 16px;
    margin-bottom: 68px;
  }

  .department-card {
    background: white;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    text-align: center;
  }

  .department-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
  }

  .department-card h5 {
    margin-top: 15px;
    color: #000000;
    font-weight: 700;
  }

  .stars {
    color: #ffc107;
    margin: 8px 0;
    font-size: 22px;
  }

  .join-btn {
    background: #d76907;
    color: white;
    border: none;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 20px;
  }

  .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    gap: 10px;
  }

  .owl-nav button {
    background: white !important;
    color: #000 !important;
    width: 35px;
    height: 35px;
    border-radius: 5px !important;
    margin-left: 5px;
    font-weight: bold;
    border: 2px solid #ddd !important;
  }

  .owl-nav button.owl-prev span {
    color: #4CAF50;
    font-size: 24px;
  }

  .owl-nav button.owl-next span {
    color: red;
    font-size: 24px;
  }

  .owl-carousel .owl-stage-outer {
    padding-top: 10px;
  }
section.course-section.bg-grey.padding {
    background: #082c4c !important;
}
h2.section-title.ha {
    color: white;
}


.owl-prev,.owl-prev-btn{
     border: none;
      background: #d06e12;
      width: 56px;
    padding: 10px;
      /* border-radius: 50%; */
    
      font-weight: bold;
      color: white;
    text-align: center;
}

.owl-next {
    border: none;
      background: #d06e12;
      width: 56px;
    
      /* border-radius: 50%; */
  padding: 10px;
      font-weight: bold;
      color: white;
    text-align: center;
}


 .offer-section {
      background: #f9f9f9;
      padding: 60px 0;
    }

    .offer-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .offer-subtitle {
      font-size: 16px;
      color: #555;
      margin-bottom: 40px;
    }

    .offer-card {
      background: white;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.07);
      transition: transform 0.3s ease;
      height: 100%;
    }

    .offer-card:hover {
      transform: translateY(-5px);
    }

    .offer-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }

    .offer-card h5 {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .offer-card p {
      font-size: 14px;
      color: #666;
    }
    /*  */





      .facility-section {
      padding: 60px 0;
      background-position: center;
      background-image: url(../img/bg-footer01.jpg);
      background-size: cover;
    }

    .facility-title {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .facility-subtitle {
      font-size: 16px;
      color: #555;
      margin-bottom: 40px;
    }

    .facility-card {
      background: #f8f9fa;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      transition: all 0.3s ease;
      height: 100%;
    }

    .facility-card:hover {
      background: #d76907;
      color: #fff;
      transform: translateY(-5px);
    }

    .facility-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
      transition: color 0.3s;
    }

    .facility-card:hover .facility-icon {
      color: #fff;
    }

    .facility-card h5 {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .facility-card p {
      font-size: 14px;
      color: #555;
      margin: 0;
    }

    .facility-card:hover p {
      color: #e0e0e0;
    }


    /* Custom Design for Mission & Vision Section */
.mission-vision-section {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #343a40;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.info-card {
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.info-card h4 {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 1rem;
}

.info-card p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .info-card {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .info-card h4 {
    font-size: 1.3rem;
  }
}



/* Icon badge gradients */
.bg-gradient-primary {
  background: linear-gradient(45deg, #0d6efd, #3d8bfd);
  color: #fff;
}
.bg-gradient-success {
  background: linear-gradient(45deg, #198754, #34c38f);
  color: #fff;
}
.bg-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #fcb045);
  color: #fff;
}
.bg-gradient-danger {
  background: linear-gradient(45deg, #dc3545, #f0625d);
  /* color: #fff; */
}
.bg-gradient-info {
  background: linear-gradient(45deg, #0dcaf0, #39c0ed);
  color: #fff;
}

.icon-badge {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  margin: 0px auto;
  align-items: center;
  font-size: 1.3rem;
  justify-content: center;
}

/* Hover animation */
.value-card {
  transition: all 0.3s ease;
  border-radius: 1rem;
  text-align: center;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.icon-badge i {
    /* font-size: 37px; */
    /* background: #fbcd48; */
    /* padding: 12px; */
    border-radius: 10px;
    /* color: #340423; */
}
h5.fw-semibold {
    font-size: 18px;
    font-weight: 600;
}
section.core-values-section.py-5 {
    background: #092d4d;
}


.about-inner-bg img {
    border-radius: 24px;
}
.card.border-0.shadow-sm.h-100.p-4.value-card p {
    color: #000000;
}

.achievements-section {
  background: #082c4c;
}

.achievement-box {
  transition: all 0.3s ease;
}

.achievement-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.achievement-box.p-4.bg-white.shadow-sm.rounded {
    margin: 9px;
}
h5.fw-semibold i {
    margin-right: 10px;
}

.contact-section h2 {
  font-size: 2rem;
}

.contact-section ul {
  font-size: 1rem;
}

.contact-section i {
  width: 20px;
}


.program-card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.program-card ul {
  margin-bottom: 1rem;
}

ul.smal li {
    color: black;
}

h5.fw-bold {
    font-size: 15px;
    font-weight: 600;
}

.skill-card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.skill-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}


.join-card {
  transition: all 0.3s ease;
}
.join-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}


.delivery-card {
  transition: all 0.3s ease;
}
.delivery-card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.faqs-section {
  padding: 50px 20px;
  background: #f8f9fa;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  line-height: 1.5;
}
.faq-question .icon {
  font-size: 1.5rem;
  color: #007bff;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .icon {
  transform: rotate(45deg);
}
section.who-can-join-section.py-5.bg-light {
    background: radial-gradient(#e1e1e1, transparent);
}

section.programs-section.py-5 {
  background: #0b2e4e;
}
.delivery-card {
    /* background: radial-gradient(#cefff4, #00000000); */
    border: 1px solid #038dbf45;
}
/*  */




    .left-section {
      background-color: #0d2c60;
      color: white;
      padding: 73px 40px;
      height: 100%;
    }

    .left-section p.text-uppercase {
      font-weight: 600;
      color: #3c91ff;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
h5.fw-semibold.new-t {
    color: #252525;
}
    .left-section h2 {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 40px;
      color: white;
    }

    .strength-box {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 30px;
    }

    .icon-box {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem;
      color: #fff;
      flex-shrink: 0;
    }

    .blue-bg { background-color: #3c91ff; }
    .green-bg { background-color: #28a745; }
    .orange-bg { background-color: #fd7e14; }
    .red-bg { background-color: #dc3545; }
    .purple-bg { background-color: #6f42c1; }
    .teal-bg { background-color: #20c997; }

    .strength-text h5 {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 6px;
    }

    .strength-text p {
      margin: 0;
      font-size: 0.9rem;
      color: #d9d9d9;
    }

    .right-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .left-section {
        padding: 40px 20px;
        text-align: center;
      }

      .strength-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .icon-box {
        margin-bottom: 10px;
      }

      .right-img img {
        height: auto;
      }
    }

    .full-height {
      min-height: 100vh;
    }

    /*  */
    >
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
    }

    .commitment-section {
      padding: 60px 0;
      /* background-color: #f8f9fc; */
    }

    .badge-box {
      background: white;
      padding: 8px 14px;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.9rem;
    }

    .badge-box i {
      font-size: 1.2rem;
    }

    .congrats-badge {
      position: absolute;
      top: 30%;
      left: 5%;
    }

    .students-badge {
      position: absolute;
      bottom: 10%;
      left: 10%;
    }

    .commitment-img {
      position: relative;
    }

    .commitment-img img {
      width: 100%;
      max-width: 100%;
    }

    .commitment-content h5 {
      text-transform: uppercase;
      color: #2470ff;
      font-weight: 600;
      font-size: 0.9rem;
    }

    .commitment-content h2 {
      /* font-weight: 800; */
      font-size: 2.2rem;
    }

    .commitment-list {
      padding-left: 0;
      list-style: none;
      margin-top: 20px;
    }

    .commitment-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      font-size: 1rem;
      color: #333;
    }

    .commitment-list li::before {
      content: "\f26e";
      font-family: "Bootstrap-icons";
      color: #0d6efd;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 1rem;
    }

    .btn-custom {
      background-color: #d76907;
      border: none;
      padding: 12px 28px;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background-color: #d76907;
      color: white;
    }

    @media (max-width: 767.98px) {
      .congrats-badge, .students-badge {
        position: static;
        margin-top: 20px;
      }

      .commitment-content h2 {
        font-size: 1.8rem;
      }

      .btn-custom {
        width: 100%;
        text-align: center;
      }
    }
    section.corses {
    padding: 60px 0;
}

    /*  */




    /*  */



     .social-section {
      padding: 60px 0;
      background: #1537551c;
    }

    .social-title {
      /* font-size: 2.2rem; */
      /* font-weight: 800; */
      /* color: #0d2c60; */
    }

    .social-list {
      list-style: none;
      padding-left: 0;
      margin-top: 30px;
    }

    .social-list li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      font-size: 1rem;
      color: #333;
    }

    .social-list li::before {
      content: "\f26e";
      font-family: "Bootstrap-icons";
      color: #0d6efd;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 1.1rem;
    }

    .social-img img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    @media (max-width: 767.98px) {
      .social-title {
        font-size: 1.8rem;
      }
      div#programNav {
    justify-content: flex-start;
}
    }

    /*  */


 .swot-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .swot-header h2 {
      font-weight: 700;
      color: #4b3f34;
    }

    .swot-header p {
      color: #777;
      font-size: 1rem;
    }

    .line-holder {
      position: relative;
      height: 60px;
      margin-bottom: 40px;
    }

    .dashed-line {
      border-top: 2px dotted #aaa;
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      z-index: 0;
    }

    .circle-letter {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #000;
      color: white;
      font-weight: bold;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      margin: 0 auto;
      position: relative;
    }

    .swot-box {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      padding: 40px 6px 28px;
      text-align: center;
      position: relative;
    }

    .swot-label {
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      padding: 10px 0;
      font-weight: 600;
      color: white;
      border-radius: 25px 25px 0 0;
    }

    /* .swot-label::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: rgba(0, 0, 0, 0.15);
      border-bottom-left-radius: 10px;
      border-top-right-radius: 100%;
      transform: rotate(45deg);
    } */

    .text-muted-small {
      font-size: 0.95rem;
      color: #555;
    }

    /* Specific colors */
    .bg-s { background-color: #c0392b; }
    .bg-w { background-color: #f1c40f; color: #000; }
    .bg-o { background-color: #444; }
    .bg-t { background-color: #00bcd4; }

    @media (max-width: 768px) {
      .swot-label {
        font-size: 0.9rem;
      }

      .text-muted-small {
        font-size: 0.9rem;
      }
    }

    .course-footer {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    display: flex
;
    justify-content: space-between;
}



.course-thumb img {
    border-radius: 10px;
}



.form-select {
    display: block;
    width: 100%;
    padding: .4375rem 1.875rem .4375rem .875rem;
    -moz-padding-start: calc(0.875rem - 3px);
    /* font-size: 0.9375rem; */
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .875rem center;
    background-size: 17px 12px;
    border: 1px solid #d9dee3;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-label, .col-form-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: inherit;
}
.form-label {
    margin-bottom: .5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #566a7f;
}
.copyright a {
    color: #d76907;
}
.card-header.d-flex.justify-content-between.align-items-center {
    background-color: #e7edef;
}
.card-header.d-flex.justify-content-between.align-items-center h5.mb-0 {
    color: #000;
    font-size: 18px!important;
}
small.text-muted.float-end {
    color: #000!important;
    font-size: 16px;
}
.widget-content.f-l img {
    background: white;
    padding: 9px;
    width: 85px;
    border-radius: 10px;
}
.about-card {
    background: white;
}

a.btn.btn-b {
    background: #d06e12;
    /* border: 1px solid #082c4c; */
    color: #f9f9f9;
    margin-top: 15px !important;
    padding: 7px 27px 7px 27px;
}
.card-box-a {
    padding: 12px;
}

.about-inner-bg {
    margin-top: 20px;
}
.bg {
    margin-top: -63px;
}
ul.contect li a {
    color: #544949;
}


/*  */


 .director-section {
      background: #ffffff;
      position: relative;
      padding: 100px 0 60px;
      overflow: hidden;
    }
    .director-section::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0 C600,120 600,120 1200,0 L1200,120 L0,120 Z" fill="%23f8f9fa"/></svg>') no-repeat;
      background-size: cover;
    }
    /* Card styling */
    .director-card {
      background: #f8f9fa;
      border-left: 6px solid #d76907;
      border-radius: 8px;
      padding: 40px;
      max-width: 680px;
      margin: auto;
      box-shadow: 0 8px 24px rgba(37,99,235,0.15);
      transform: translateY(40px);
      opacity: 0;
      animation: slideUp 0.8s ease-out forwards;
      animation-delay: 0.3s;
    }
    @keyframes slideUp {
      to { transform: translateY(0); opacity: 1; }
    }
    /* Heading accent */
    .director-content h3 {
      font-size: 2rem;
      font-weight: 700;
      color: #1f2937;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 20px;
    }
    .director-content h3::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      background: #d76907;
      border-radius: 2px;
      animation: expand 0.6s ease-out;
    }
    @keyframes expand {
      from { width: 0; }
      to { width: 50px; }
    }
    .director-content .subtitle {
      font-size: 1.1rem;
      color: #4b5563;
      margin-bottom: 1rem;
    }
    .director-content p {
      font-size: 1rem;
      color: #374151;
      line-height: 1.6;
      margin-bottom: 1rem;
    }
    /* Decorative icon dot animation */
    .dot {
      width: 12px;
      height: 12px;
      background: #d76907;
      border-radius: 50%;
      position: absolute;
      top: 16px;
      right: 16px;
      transform: scale(0);
      animation: popDot 0.5s ease-out forwards;
      animation-delay: 0.5s;
    }
    @keyframes popDot {
      to { transform: scale(1); }
    }
    /* Button style */
    .btn-primary {
      background: #2563eb;
      border: none;
      padding: 10px 28px;
      font-weight: 600;
      border-radius: 9999px;
      transition: background 0.3s ease, transform 0.3s ease;
    }
    .btn-primary:hover {
      background: #d76907;
      transform: translateY(-2px);
    }





    /*  */

    .main {
    display: flex;
    /* width: 93px; */
}
.scds li a img {
    width: 28px;
}


ul.mega-menu {
    width: 502px !important;
    /* position: absolute;
    right: 23px;
    left: 4px !important; */
}

section.top-baner {
    background: #072b4b;
    padding: 80px 0px;
}
.dot-q {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.whatsapp-btn {
  position: fixed; 
  bottom: 104px;    
  right: 20px;     
  width: 50px;    
  height: 50px;   
  z-index: 1000;  
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  animation: elastic 2s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.whatsapp-btn img {
  width: 47px;
  height: 47px;
}


.whatsapp-btn:hover {
  transform: scale(1.1);
}


@keyframes elastic {
  0%, 100%   { transform: translateY(0); }
  40%        { transform: translateY(-8px); }
  60%        { transform: translateY(-4px); }
}

.card.h-100:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}

.card.h-100{
 
    transition: 0.3s;
}

.main-number {
    display: flex;
    gap: 8px;
    align-items: center;
    background: #072b4b;
    padding: 3px;
    width: 155px;
    align-items: center;
    border-radius: 8px;
}
.site-num p {
    padding: 0;
    margin: 0;
}
.site-br {
    background: #892424;
    border: 1px solid white;
    height: 33px;
    justify-content: center;
    border-radius: 50px;
    width: 33px;
    color: white;
    display: inline-flex;
    align-items: center;
}

.site-num p {
    color: white;
    font-size: 12px;
}
.site-num h6 {
    color: white;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 13px;
    margin: 2px;
}
.site-branding {
    display: flex;
    gap: 50px;
    align-items: center;
}

.main-box {
    display: none;
}

    /* Nav Wrapper */
 #programNav {
    /* border-bottom: 1px solid #dee2e6; */
    margin-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: center;
}
    #programNav .nav-btn {
      display: inline-block;
      background: none;
      border: none;
      padding: .5rem 1rem;
      cursor: pointer;
      font-size: .9rem;
      color: #495057;
      white-space: nowrap;
    }
#programNav .nav-btn.active {
    border: 1px solid #dee2e6;
    border-bottom-color: #fff;
    background-color: #d76907;
    font-weight: 500;
    color: #ffffff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    /* Panes */
    #programContent .pane { display: none; }
    #programContent .pane.active { display: block; }

    /* Cards */
    .course-grid .card {
      background: #f8f9fa;
      border: none;
      box-shadow: 0 1px 3px rgba(0,0,0,.1);
      height: 100%;
    }
    .course-grid .card-body {
      position: relative;
      padding: 1rem;
    }
    .watermark {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      font-size: 2.5rem;
      opacity: .05;
    }
    .course-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: .5rem;
      color: #000;
    }
    .course-duration {
      font-size: .85rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }
    .new-btn {
      background: #d76907 !important;
      border-color: #d76907 !important;
      font-size: .9rem;
    }

    /* Pagination */
    #programPager .page-link {
      color: #d76907;
      border-color: #d76907;
      padding: .3rem .6rem;
      font-size: .85rem;
    }
    #programPager .active .page-link {
      background-color: #d76907;
      color: #fff;
    }
    #programPager .disabled .page-link {
      opacity: .5;
      pointer-events: none;
    }
    
    
    
    @media (min-width: 768px) and (max-width: 1024px) {
  /* Example: search box dikhega jab .sear_btn pe click ho */
 #mainmenu li ul {
   
    left: -320px;
    top: 140%;
   
}
  }