:root {
  --sora: 'Sora', sans-serif;
  --primary-1: #301b2c;
  --primary-2: #a78293;
  --glass-bg: rgba(255, 255, 255, 0.15);
  --glass-border: rgba(255, 255, 255, 0.25);
  --text-dark: #1a1a1a;
}

/* Section 2 */
.academic-section {
  background: linear-gradient(135deg, rgba(0, 0, 78, 0.1), rgba(167, 130, 147, 0.1));
  border-radius: 25px;
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: 0 10px 30px rgba(171, 4, 191, 0.1);
  margin-top: 60px;
  padding: 70px 0;
}

.academic-section h2 {
  font-family: var(--sora);
  color: var(--text-dark);
  font-weight: 700;
}

.academic-section p {
  color: #444;
  line-height: 1.7;
}

/* Buttons */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary-1), var(--primary-2));
  color: #fff;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(171, 4, 191, 0.3);
  color: #fff;
}

.btn-outline-custom {
  border: 2px solid var(--primary-2);
  color: var(--primary-2);
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background: var(--primary-2);
  color: #fff;
  transform: translateY(-3px);
}

/* Image */
.academic-img {
  max-width: 420px;
  height: auto;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(171, 4, 191, 0.15);
}

/* Responsive */
@media (max-width: 991px) {
  .academic-section {
    text-align: center;
    padding: 50px 20px;
  }

  .academic-img {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .academic-img {
    max-width: 240px;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
    text-align: center;
  }
}




/* ===== About and Vission Section ===== */
 .about-section, .vision-section {
    background: #ffffff; /* Plain background */
    color: #212529;
  }

  /* === Cards === */
  .glass-card {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }

  .glass-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  /* === Text Gradient (Theme Colors) === */
  .text-gradient {
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* === Images === */
  .about-img img, .heroimg img {
    max-height: 800px;
    max-width: 800px;
    object-fit: cover;
    border-radius: 20px;
  }




  /* === Responsive === */
  @media (max-width: 767px) {
    .about-section, .vision-section {
      text-align: center;
      padding: 2rem 1rem;
    }
   
    .about-img img, .heroimg img {
    margin-bottom: 1rem;
    max-height: 520px;
    max-width: 520px;
    object-fit: cover;
    border-radius: 20px;
    }
  }

 

/* ===== The Big Six ===== */
  .bigsix-section {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
  }

  .bigsix-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: var(--gradient);
    opacity: 0.2;
    border-radius: 50%;
    filter: blur(120px);
  }

  .bigsix-card {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .bigsix-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  }

  .bigsix-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .btn-gradient {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    transition: all 0.3s ease;
  }

   .btn-gradient1 {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    margin-top: -20px;
  }

  .btn-gradient:hover {
    opacity: 0.9;
    transform: translateX(4px);
  }



  .engagement-section {
    background: #301b2c;
    position: relative;
    overflow: hidden;
  }

  .engagement-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 300px;
    height: 300px;
    background: var(--gradient);
    opacity: 0.15;
    border-radius: 50%;
    filter: blur(120px);
  }

  .btn-gradient {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    transition: all 0.3s ease;
  }

  .btn-gradient:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  .modal-content {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
  }

  .form-control {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .form-control:focus {
    border-color: #0fd;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .form-label {
    color: #eaeaea;
  }

.highlight {
  color: var(--primary-2);
}

.highlight2 {
  color: var(--primary-1);
  line-height: 20px;
}

/* Footer Styling */

  .footer-section {
    background: #1b0d19;
    position: relative;
    overflow: hidden;
  }

  .footer-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: var(--gradient);
    opacity: 0.1;
    filter: blur(100px);
    border-radius: 50%;
  }

  .footer-link {
    color: #bfc8d4;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease, transform 0.2s ease;
  }

  .footer-link:hover {
    color: var(--primary-2, #00f2fe);
    transform: translateX(4px);
  }


  .text-secondary{
    color: #bfc8d4 !important;
  }

  .text-gradient {
    background: var(--gradient, linear-gradient(45deg, #4facfe, #00f2fe));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

/* ===== Academics Section ===== */
.academics-section {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.academics-section::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: var(--gradient);
  opacity: 0.15;
  border-radius: 50%;
  top: -60px;
  left: -60px;
  filter: blur(80px);
}

.academics-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: var(--gradient);
  opacity: 0.15;
  border-radius: 50%;
  bottom: -60px;
  right: -60px;
  filter: blur(80px);
}

/* ===== Glowing Button ===== */
.btn-glow {
  background: var(--gradient);
  color: #fff;
  border: none;
  box-shadow: 0 0 20px rgba(255, 182, 6, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-glow:hover {
  box-shadow: 0 0 30px rgba(255, 182, 6, 0.6), 0 0 60px rgba(0, 0, 78, 0.3);
  transform: translateY(-3px);
  color: #fff;
}

/* ===== Gallery Section ===== */
.gallery-section {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
}

.gallery-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--gradient);
  opacity: 0.1;
  border-radius: 50%;
  top: -80px;
  left: -80px;
  filter: blur(100px);
}

.gallery-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--gradient);
  opacity: 0.1;
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
  filter: blur(100px);
}

/* ===== Gallery Items ===== */
.gallery-item {
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}

.gallery-item img {
  transition: transform 0.5s ease, opacity 0.4s ease;
  border-radius: 15px;
}

.gallery-item:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}

/* Glow overlay */
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 15px;
}

.gallery-item:hover::before {
  opacity: 0.3;
}

/* Glass look */
.glass-card {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}


  @media (max-width: 767px) {
    .footer-section {
      text-align: center;
    }
    .footer-link {
      margin-bottom: 0.3rem;
    }


    .btn-gradient {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    transition: all 0.3s ease;
  }


    .btn-gradient1 {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    margin-top: -2px;
  }


    .bigsix-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  }



  /* ===== Coming Soon / Placeholder Section ===== */
.coming-soon-section {
  min-height: 80vh;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  overflow: hidden;
}

.coming-soon-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--gradient);
  opacity: 0.1;
  border-radius: 50%;
  top: -80px;
  left: -80px;
  filter: blur(90px);
}

.coming-soon-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--gradient);
  opacity: 0.1;
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
  filter: blur(90px);
}

/* Glass effect card */
.glass-card {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Glowing button (reusing your theme style) */
.btn-glow {
  background: var(--gradient);
  color: #fff;
  border: none;
  box-shadow: 0 0 20px rgba(255, 182, 6, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 35px rgba(255, 182, 6, 0.6), 0 0 60px rgba(0, 0, 78, 0.3);
  color: #fff;
}


  