
.about-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.feature-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.course-card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-weight: 700;
}

ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.4rem;
  
}

.btn-primary {
  border-radius: 0.75rem;
}

 .cta-section {
      background-color: #0059d4;
      color: white;
      padding: 40px 20px;
      text-align: center;
      border-radius: 16px;
      margin: 20px auto;
      max-width: 1000px;
    }
    .cta-section h2 {
      font-weight: 700;
    }
    .cta-section p {
      margin-top: 10px;
      font-size: 18px;
    }
    .btn-yellow {
      background-color: #ffcc00;
      font-weight: bold;
      color: black;
    }
    .btn-whatsapp {
      background-color: #25D366;
      color: white;
      font-weight: bold;
    }
    .btn-whatsapp i {
      margin-right: 8px;
    }

    .campus-section {
      background-color: #f8fbfe;
      padding: 60px 20px;
      text-align: center;
    }
    .campus-section h2 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .underline {
      width: 80px;
      height: 4px;
      background-color: #0059d4;
      margin: 0 auto 20px;
    }
.image-card {
      overflow: hidden;
      border-radius: 12px;
      position: relative;
      transition: transform 0.3s ease;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .image-card:hover img {
      transform: scale(1.08);
    }

    .image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 16px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      font-size: 1rem;
    }

    .zoom-icon {
      position: absolute;
      top: 12px;
      right: 12px;
      font-size: 1.3rem;
      background: white;
      border-radius: 50%;
      padding: 6px;
      color: #333;
    }
    .stats-section {
      background-color: #f3f8ff;
      padding: 60px 0;
    }

    .stats-section .stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: #0d6efd;
    }

    .success-section {
      text-align: center;
      padding: 60px 20px;
    }

    .success-section h2 {
      font-weight: 700;
      font-size: 2.25rem;
      color: #1a2c5b;
    }

    .success-section .underline {
      width: 60px;
      height: 3px;
      background-color: #0d6efd;
      margin: 12px auto 20px;
    }

    .success-section p {
      color: #495057;
      max-width: 700px;
      margin: 0 auto;
      font-size: 1.1rem;
    }
   .testimonial-card {
      padding: 2rem;
      background: white;
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    }

    .testimonial-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #0d6efd;
    }

    .quote-icon {
      font-size: 2rem;
      color: #0d6efd;
    }

    .star-rating {
      color: #ffc107;
    }

    .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #0d6efd;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #0d6efd;
      border-radius: 50%;
      padding: 10px;
    }

        .contact-section {
      background: linear-gradient(to bottom right, #0d2c65, #0061ff);
      color: white;
      padding: 60px 20px;
    }

    .form-container,
    .info-container {
      background-color: #1e3a8a;
      padding: 25px;
      border-radius: 10px;
    }

    .form-label {
      color: #ffffff;
      font-weight: 500;
    }

    .form-control,
    .form-select {
      background-color: #e2e8f0;
    }

    .info-box {
      background-color: #2563eb;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
    }

    .whatsapp-box {
      background-color: #22c55e;
      padding: 20px;
      border-radius: 10px;
      color: white;
    }

    .btn-yellow {
      background-color: #facc15;
      color: black;
      font-weight: 600;
      border: none;
    }

    .btn-yellow:hover {
      background-color: #eab308;
    }

    .btn-whatsapp {
      background-color: #10b981;
      border: none;
      font-weight: 600;
    }

    .btn-whatsapp:hover {
      background-color: #059669;
    }

    h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .section-subtext {
      font-size: 1.1rem;
      max-width: 700px;
      margin: 10px auto 30px;
    }

    .info-title {
      font-weight: bold;
      font-size: 1.1rem;
    }
    .contact-section {
      background: linear-gradient(to bottom right, #0d2c65, #0061ff);
      color: white;
      padding: 60px 20px;
    }

    .form-container,
    .info-container {
      background-color: #1e3a8a;
      padding: 25px;
      border-radius: 10px;
    }

    .form-label {
      color: #ffffff;
      font-weight: 500;
    }

    .form-control,
    .form-select {
      background-color: #e2e8f0;
    }

    .info-box {
      background-color: #2563eb;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .info-box:hover {
      transform: translateY(-4px);
      background-color: #1d4ed8;
    }

    .info-title {
      font-weight: bold;
      font-size: 1.1rem;
      margin-bottom: 5px;
    }

    .info-box a {
      color: #fde68a;
      text-decoration: none;
    }

    .info-box a:hover {
      text-decoration: underline;
    }

    .whatsapp-box {
      background-color: #22c55e;
      padding: 20px;
      border-radius: 10px;
      color: white;
    }

    .btn-yellow {
      background-color: #facc15;
      color: black;
      font-weight: 600;
      border: none;
    }

    .btn-yellow:hover {
      background-color: #eab308;
    }

    .btn-whatsapp {
      background-color: #10b981;
      border: none;
      font-weight: 600;
    }

    .btn-whatsapp:hover {
      background-color: #059669;
    }

    h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .section-subtext {
      font-size: 1.1rem;
      max-width: 700px;
      margin: 10px auto 30px;
    }

    #success-message {
      background-color: #16a34a;
      color: white;
      font-weight: 500;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 20px;
      display: none;
    }

.footer {
  padding: 60px 20px 30px;
  background: linear-gradient(135deg, #0d1b2a, #1e3c72, #2a5298);
  color: white;
}

.footer h5,
.footer h6 {
  color: #fecd1a;
  font-weight: bold;
}

.footer h4 {
  color: white;
}

.footer a {
  text-decoration: none;
  color: #dcdcdc;
  position: relative;
  transition: color 0.3s ease;
}

.footer a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fecd1a;
  transition: width 0.3s ease;
}

.footer a:hover {
  color: #fff;
}

.footer a:hover::after {
  width: 100%;
}

.footer i {
  margin-right: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer i:hover {
  transform: scale(1.2);
  color: #fecd1a !important;
}

.footer .office-hours {
  background-color: #1c2b52;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 20px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}

.footer .office-hours:hover {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

.footer .bottom-text {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.footer .bottom-text i {
  color: red;
}

.footer .bottom-text p {
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.footer .bottom-text p:hover {
  color: #fff;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}
.masonry-gallery {
  column-count: 3;
  column-gap: 1rem;
}

.image-card {
  break-inside: avoid;
  margin-bottom: 1rem;
  position: relative;
}

.image-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Optional zoom icon and overlay styles */
.zoom-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .masonry-gallery {
    column-count: 1;
  }
}

.navbar {
  transition: top 0.3s;
  position: fixed; /* You already have fixed-top */
  width: 100%;
  top: 0; /* default position */
  z-index: 1030; /* Bootstrap navbar z-index */
}

.navbar-brand img {
  max-height: 80px;  /* control logo max height */
  height: auto;
  width: auto;
}


