

.header-menu-bd {
    background-color: white;
};

.header-menu-text-color{
    color: black;
}

.vc-bg {
    background-color: #223244;
    font-family: 'Poppins', sans-serif;
}

.vc-bg {
    color: aliceblue;
}

.vc-bg h4 {
    text-transform: uppercase;
    color: rgb(102, 186, 255);
}

#description {
    color: rgb(255, 255, 255);
    text-align: justify;
    font-weight: 200;
}

.vc-bg p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
}

.vc-image-custom {
    border-radius: 15px;
    border: 4px solid #66BAFF; /* Custom border color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}


@media (max-width: 576px) {
    .admission-section h5 {
        font-size: 1rem;
    }

    .admission-section .btn {
        padding: 6px 12px;
        font-size: 0.9rem;
    }

    .admission-section .marquee-container {
        font-size: 0.85rem;
    }
}

/* Extralink */

.apa-title {
    color: #006400;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #006400;
    display: inline-block;
  }

  .card-custom {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .card-custom h5 {
    color: #0072e3;
    font-weight: 600;
    font-size: 18px;
  }

  .card-custom ul {
    padding-left: 20px;
  }

  .card-custom ul li {
    list-style-type: "► ";
    margin-bottom: 8px;
  }

  .apa-container {
    padding: 50px 15px;
  }

  .see-more {
    margin-top: 10px;
    display: inline-block;
    color: #0072e3;
    font-weight: bold;
    text-decoration: none;
  }

  .see-more:hover {
    text-decoration: underline;
  }


  /* Counter */

  .stats-section {
    background: url('') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    color: white;
    position: relative;
    z-index: 1;
  }

  /* ✅ Overlay */
  .stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #223244; /* opacity adjust here */
    z-index: -1;
  }

 
  .stat-box {
    background-color: rgba(0, 128, 0, 0.75);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
  }

  .stat-box i {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .stat-number {
    font-size: 32px;
    font-weight: bold;
  }

  .stat-subtext {
    font-size: 14px;
    opacity: 0.85;
  }


  /* Academics */

 

/* Banner */

.carousel-item {
  transition: opacity 1s ease-in-out; /* Smooth fade effect */
}
.carousel-item img {
width: 100%;
height: 650px;
object-fit: cover;
}


/* Admission */

.admission-card {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 10px;
}
.apply-btn {
  margin-top: 15px;
}
.institute-logo {
  max-width: 80px;
  height: auto;
}

/* Gallery */

.facility-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .facility-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }
    .facility-caption {
      position: absolute;
      bottom: 0;
      background: rgba(200, 0, 0, 0.8);
      color: white;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      font-weight: bold;
    }
    
    
    /* banner */
    .custom-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.btn-custom {
  min-width: 120px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.btn-custom:hover {
  transform: scale(1.05);
  opacity: 0.9;
}


/*Apply Card*/

    .program-box {
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      font-weight: bold;
    }
    .dark-box {
      background-color: #0f1733; /* navy blue */
    }
    .light-box {
      background-color: #227093; /* teal blue */
    }
    .apply-btn {
      margin-top: auto;
      width: 100%;
      padding: 10px 0;
      font-weight: bold;
    }
