.topnav-icons {
  gap: 35px;
  
}

.topnav-item {
  text-align: center;
  /* margin-bottom: 10px !important; */
}

.topnav-link {
  text-decoration: none;
  color: black;
}

.topnav-icon {
  font-size: 22px;
}

.topnav-text {
  font-size: 16px;
  color: #4d4c4c;
  margin-top: 4px;
  line-height: 1.2;
  white-space: nowrap; /* ✅ Prevents text from breaking into 2 lines */
}

.topnav-count {
  position: absolute;
  top: -6px;
  right: -10px;
  /* background: #ffb0b0; */
  color: #000;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 5px;
}

/* Hide text on mobile */
@media (max-width: 768px) {
  .topnav-text {
    display: none;
  }
  .logos{
    height: 85px !important;
  }
  .topbar-clean{
    display: none;
  }
}
.topnav-icon {
  color: #050505 !important; /* default */
  transition: color 0.3s ease;
}

.topnav-link:hover .topnav-icon {
  color: green !important; /* hover color (red) */
}
.topnav-text:hover {
    color:green ;
}


.heads:hover{
    color: rgb(3, 93, 3) !important;
}
.cateheads:hover{
    color: rgb(6, 143, 6) !important;
}

.changecolor:hover{
color: rgb(153, 239, 153);
}

.btnsum:hover{
    background-color: rgb(6, 82, 6) !important;
}
.btnsum{
    border-radius: 0 !important;
}

.secbtn{
background-color:rgb(6, 82, 6) !important ;
}

.allbtn{
 background-color:rgb(3, 110, 3) !important ;
}
/* .allbtn:hover{
 background-color:rgb(3, 110, 3) !important ;
} */

.changec:hover{
color:rgb(3, 110, 3) !important;
}

.hovtext:hover{
  color:rgb(3, 110, 3) !important;
}

.linksc:hover{
  color: rgb(3, 146, 3) !important;
}

.colors:hover{
color: rgb(3, 146, 3) !important;
}

body{
        font-family: "Jost", sans-serif !important;
    }


  .page-title {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.page-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  /* background: linear-gradient(90deg, #0bec0b, #0ee60e,#024e02) !important;  */
  margin: 12px auto 0;
  border-radius: 2px;
}

 .nav-enquiry-btn {
    background: linear-gradient(135deg, #8b99c7, #414a73);
    padding: 8px 24px;
    color: white !important;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 12px rgba(255,255,255,0.5);
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(255,255,255,0.6);
  }

  .nav-enquiry-btn:hover {
    transform: scale(1.07);
    background: linear-gradient(135deg, #ffffff, #ffefc8);
    box-shadow: 0 0 20px rgba(255,255,255,0.85);
    color: #000 !important;
  }

  @media (min-width: 1200px) {
    .head-metro{
      width: 500px !important;
      margin-top: 40px !important;
    }
    .event-img img {
      margin-left: 10px !important;
    }
  }

  
      /* .facility-section {
    padding: 60px 0;
} */

/* ------------------ FACILITY SECTION ------------------ */
.facility-section {
    padding: 80px 0;
    background: #f8f9fb;
    position: relative;
}

.facility-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #002147;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.facility-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #ff69b4, #ff6a00);
    margin: 12px auto 0;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.facility-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------ TABS ------------------ */
.facility-tabs {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.facility-tabs .nav-link {
    font-size: 20px;
    color: #555;
    border: none !important;
    padding: 10px 20px;
    margin: 0 12px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
}

.facility-tabs .nav-link:hover {
    color: #fff;
    background: linear-gradient(90deg, #ff69b4, #ff6a00);
    transform: translateY(-3px);
}

.facility-tabs .nav-link.active {
    color: #fff !important;
    background: linear-gradient(90deg, #414a73, #6c63ff) !important;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* ------------------ CONTENT LAYOUT ------------------ */
.facility-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    transition: all 0.5s ease;
}

/* SAME WIDTH */
.facility-text,
.facility-image {
    flex: 1;
}

/* TEXT BOX */
.facility-text {
    padding: 40px;
    border-radius: 12px;
    /* background: #fff; */
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.facility-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.facility-text h3 {
    color: #414a73;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.facility-text h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg,#ff69b4,#ff6a00);
    margin-top: 8px;
    border-radius: 2px;
}

.facility-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* IMAGE */
.facility-image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.5s ease;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.facility-image:hover img {
    transform: scale(1.05);
}

/* ------------------ RESPONSIVE ------------------ */
@media(max-width: 992px) {
    .facility-content {
        flex-direction: column-reverse;
    }

    .facility-text,
    .facility-image {
        width: 100%;
    }
}

@media(max-width: 576px) {
    .facility-title {
        font-size: 36px;
    }

    .facility-tabs .nav-link {
        font-size: 16px;
        margin: 0 6px;
        padding: 8px 12px;
    }

    .facility-text h3 {
        font-size: 28px;
    }
}

.page-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 40px;
    color: #222;
    position: relative;
}
.page-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#ff69b4,#ff6a00);
    margin: 12px auto 0;
    border-radius: 2px;
}
.page-title1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 10px;
    color: #222;
    position: relative;
}
.page-title1:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#ff69b4,#ff6a00);
    margin: 12px auto 0;
    border-radius: 2px;
}
.executive-section {
    padding: 100px 20px;
    background: #fdfaf4; /* clean elegant cream background */
    font-family: 'Georgia', serif;
    text-align: center;
    color: #1b1b1b;
    position: relative;
}

.executive-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #2c2c2c;
    text-transform: uppercase;
    position: relative;
}

.executive-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #ffb347, #ffcc33); /* elegant gold gradient */
}

.executive-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 70px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Card Grid */
.executive-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* Individual Card */
.executive-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    width: 320px;
    text-align: center;
    border: 2px solid #ffd700; /* gold border for premium feel */
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    transition: transform 0.4s, box-shadow 0.4s;
}

.executive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Icon */
.executive-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.executive-card:hover .executive-icon img {
    transform: scale(1.1);
}

/* Header & Text */
.executive-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2a2a2a;
    position: relative;
    display: inline-block;
}

.executive-header:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffb347, #ffcc33); /* gold gradient underline */
    margin: 8px auto 0;
    border-radius: 2px;
}

.executive-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Responsive */
@media(max-width: 992px) {
    .executive-cards {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 576px) {
    .executive-title {
        font-size: 36px;
    }
    .executive-header {
        font-size: 20px;
    }
    .executive-card {
        width: 90%;
        padding: 30px 20px;
    }
}

   
.school-events .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #111;
}

.school-events .section-title::after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #ff006e, #ff8800);
    margin: 12px auto 0;
    border-radius: 2px;
}


/* GRID */
.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}


/* CARD */
.event-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
    transition: all 0.3s ease;
    position: relative;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
    border-color: #ff8800;
}


/* IMAGE */
.event-img {
    position: relative;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s ease;
}

.event-card:hover .event-img img {
    transform: scale(1.08);
}


/* FLOATING TAG */
.floating-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(90deg,#ff006e,#ff8800);
    padding: 6px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}


/* CONTENT */
.event-content {
    padding: 22px;
}

.event-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.event-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}


/* LINK */
.event-link {
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 3px;
    border-bottom: 2px solid #111;
    color: #111;
    transition: 0.3s;
}

.event-link:hover {
    color: #ff006e;
    border-color: #ff006e;
}


/* RESPONSIVE */
@media(max-width: 992px) {
    .event-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 768px) {
    .event-grid {
        grid-template-columns: 1fr;
    }
}


/* --- PREMIUM IMAGE OVERLAY --- */
.tf-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px; /* premium smooth rounding */
}

.tf-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom right,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.25)
    ); /* premium style overlay */
    pointer-events: none;
}

/* soft zoom */
.tf-image-wrap img {
    transition: 0.6s ease;
}

.tf-image-wrap:hover img {
    transform: scale(1.06);
}


/* --- PREMIUM TITLE --- */
.head-metro .heading {
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;

    /* gold highlight glow */
    text-shadow: 0 0 6px rgba(255, 215, 120, 0.25);
}

/* gold shape icon glow */
.head-metro .heading img {
    width: 28px;
    filter: drop-shadow(0 0 6px rgba(255, 215, 120, 0.4));
}


/* --- PREMIUM TEXT --- */
.head-metro .text {
    font-size: 16px;
    color: #444;
    line-height: 28px !important;
    margin-top: 10px;

    /* Premium readability */
    text-align: justify !important;
}


/* --- PREMIUM SECTION ANIMATION --- */
.flat-image-text-section {
    animation: smoothFade 0.8s ease;
}

@keyframes smoothFade {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* PREMIUM VIDEO SLIDER */
.slider-video.slider-video {
    position: relative;
    overflow: hidden;
}

/* Dark cinematic overlay */
.slider-video.slider-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.35)
    );
    z-index: 2;
}

/* Video styling */
.slider-video.slider-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.82) contrast(1.09);
}

/* Content box */
.slider-video .box-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

/* GRAND HEADING */
.slider-video .heading {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;

    background: linear-gradient(to right, #ffffff, #ffe7a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 0 18px rgba(255, 220, 150, 0.45);
    margin-bottom: 15px;

    animation: fadeUp 1s ease forwards;
}

/* DESCRIPTION */
.slider-video .description {
    font-size: 18px;
    color: #f5f5f5;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;

    animation: fadeUp 1.3s ease forwards;
}

/* Soft fade animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}
.slider-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.slider-image-container img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* PREMIUM GLASS OVERLAY */
.slider-image-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); /* Soft deep black */
    backdrop-filter: blur(2px);       /* Glass blur effect */
    -webkit-backdrop-filter: blur(2px);
    border-radius: 8px;               /* Smooth corners */
    transition: 0.4s ease-in-out;
}

/* Hover premium effect */
.slider-image-container:hover::after {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

/* =============================== */
/*     CREATIVE GRAND LOOK         */
/* =============================== */

.creative-grand-section {
    padding: 80px 0;
    position: relative;
}

/* GRID ENHANCEMENT */
.creative-grand-grid {
    align-items: center;
    gap: 40px;
}

/* IMAGE WRAP */
.creative-grand-img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}

.creative-grand-img img {
    transition: transform 1s ease;
}

.creative-grand-img:hover img {
    transform: scale(1.07);
}

/* Overlay on image */
.creative-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.20);
    z-index: 2;
}

/* CONTENT AREA */
.creative-grand-content {
    padding: 10px 20px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 1.1s ease forwards;
}

/* Creative Vertical Accent Bar */
.title-accent {
    width: 6px;
    height: 45px;
    background: linear-gradient(180deg, #0057e7, #00b4fa);
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
    vertical-align: middle;
}

/* Title */
.creative-grand-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 20px;
    position: relative;
}

/* Body Text */
.creative-grand-text {
    font-size: 17px;
    line-height: 28px;
    color: #444;
    text-align: justify;
    padding-right: 10px;
}

/* Fade animation */
@keyframes fadeUp {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}
.school-affiliation {
    padding: 80px 0;
    background: #fff;
}

.aff-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    gap: 50px;
}

/* LEFT IMAGE */
.aff-left img {
    width: 100%;
    max-width: 700px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* RIGHT SIDE */
.aff-right {
    max-width: 600px;
}

.aff-title {
    font-size: 36px;
    font-weight: 700;
    color: #0d1b3f;
    line-height: 1.3;
    margin-bottom: 20px;
}

.aff-text {
    font-size: 18px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* LOGO STRIP */
.aff-logos {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.aff-logos img {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: 0.3s;
}

.aff-logos img:hover {
    transform: scale(1.08);
}

/* ARROWS */
.aff-arrows {
    display: flex;
    gap: 20px;
}

.arrow {
    font-size: 28px;
    padding: 10px 18px;
    border-radius: 50%;
    background: #f2f5ff;
    color: #10216b;
    cursor: pointer;
    transition: 0.3s ease;
}

.arrow:hover {
    /* background: #10216b; */
    color: black;
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .aff-row {
        flex-direction: column;
        text-align: center;
    }

    .aff-right {
        max-width: 100%;
    }

    .aff-logos {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Hero Section */
.campus-hero {
    background: #0C0C2A;
    padding: 120px 20px;
    text-align: center;
    color: #ffffff;
}

.play-button {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    border: none;
}

.play-button::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: 0.5s;
}

.play-button:hover::before {
    transform: rotate(180deg);
}

.play-button:hover {
    box-shadow: 0 0 25px rgba(255,255,255,0.6);
}


.small-text {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.8;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin: 25px 0 40px;
    color: white;
}

.apply-btn {
    background: #ffffff;
    color: #000;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #e1e1e1;
}

/* Popup */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
}

.video-popup iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 8px;
}

.close-popup {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
}



/* --- METRO SCHOOL HERO SECTION (High Quality Image is Key) --- */
.metro-school-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #F7F7F7; /* Soft white text */
    background-image: url('/images/collections/ssvm-ride.jpg'); 
    background-size: cover;
    background-position: center 30%; 
    background-repeat: no-repeat;
}

/* --- BLUE OVERLAY (Deeper, Richer Tone) --- */
.metro-school-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Deeper, more sophisticated navy tone */
    background-color: #0B132Bcc; 
}

/* --- MAIN TEXT CONTENT PLACEMENT --- */
.metro-school-content {
    position: absolute;
    top: 35%; 
    left: 8%; 
    max-width: 650px;
}

/* --- TITLE STYLING (H1) --- */
.metro-school-content h1 {
    font-size: 2.7rem; 
    font-weight: 900; 
    line-height: 1.1; 
    margin-bottom: 10px;
    color: #F7F7F7;
    /* Subtle letter-spacing for premium feel */
    letter-spacing: -0.5px; 
}

/* --- HIGHLIGHTED SPAN inside H1 --- */
.metro-school-content h1 .highlight {
    /* Slightly less bold and soft gray for elegant contrast */
    color: #D3D3D3; 
    font-weight: 500; 
}

/* --- SUBTITLE --- */
.metro-school-subtitle {
    font-size: 1.05rem; 
    /* Lighter font weight for premium body text */
    font-weight: 300; 
    line-height: 1.5;
    margin-bottom: 30px;
}

/* --- READ MORE BUTTON (Soft Shadow, Elegant Transition) --- */
.metro-school-read-more-btn {
    display: inline-block;
    padding: 12px 30px; 
    background-color: white;
    color: #333; 
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem; 
    font-weight: 600;
    /* Softer, more diffused shadow */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
    border: none; /* Removing the hard border */
    /* Key to premium feel: smooth transition */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.metro-school-read-more-btn:hover {
    background-color: #f0f0f0;
    /* Subtle lift on hover */
    transform: translateY(-1px);
}

/* --- STATS AND ICON CONTAINER (Top Right) --- */
.metro-school-stats-and-icon {
    position: absolute;
    top: 15%; 
    right: 7%; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* --- SWIRL ICON (Aged Gold/Brass) --- */
.metro-school-icon-swirl {
    width: 45px;
    height: 25px;
    /* Aged Gold/Brass color */
    border: 4px solid #E7C67D; 
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg) scaleX(-1);
    margin-bottom: 15px;
}

/* --- STATS NUMBERS AND TEXT --- */
.metro-school-stat-number {
    font-size: 4rem; 
    font-weight: 700;
    line-height: 1;
    display: block;
}

.metro-school-stat-text {
    font-size: 1.5rem; 
    font-weight: 400;
    display: block;
    margin-top: -10px; 
}


/* --- RED VERTICAL TAB (SSVM Institutions) --- */
.metro-school-institutions-tab {
    position: absolute;
    right: 0;
    top: 0; 
    height: 100%; 
    writing-mode: vertical-rl;
    
    /* Richer, more elegant maroon/red */
    background-color: #B73C35; 
    color: white;
    padding: 15px 1px; 
    font-size: 0.75rem; 
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
}

/* --- EMAIL ICON FAB (Bottom Right Circle) --- */
.metro-school-email-icon-fab {
    position: absolute;
    right: 20px; 
    bottom: 20px; 
    width: 50px;
    height: 50px;
    background-color: #B73C35; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Soft, large shadow */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: 20;
    transition: background-color 0.3s ease;
}

/* TOPBAR CLEAN PREMIUM */
.topbar-clean {
    background: #ffffff;
    border-bottom: 1px solid #f2e9d8;
    padding: 12px 0;
    font-family: 'Poppins', sans-serif;
}

.topbar-wrap {
    max-width: 1300px;
    margin: auto;
    /* padding: 0 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT CONTACT */
.topbar-left {
    display: flex;
    gap: 30px;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.top-contact i {
    color: #d4a017;        /* soft gold */
    font-size: 20px;
}

.top-contact a {
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.top-contact a:hover {
    color: #d4a017;
}

/* CENTER ADMISSION TAG */
.admission-tag {
    padding: 6px 18px;
    background: #fff7e0;
    border: 1px solid #ffe3a1;
    border-radius: 20px;
    font-size: 15px;
    color: #8a6d2b;
    font-weight: 600;
}

/* RIGHT SOCIAL ICONS */
.topbar-right {
    display: flex;
    gap: 14px;
}

.social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #444;
    transition: 0.3s;
}

.gold-border {
    border: 1px solid #e7d4a1;
}

.social:hover {
    color: #d4a017;
    border-color: #d4a017;
    transform: translateY(-3px);
    box-shadow: 0 0 12px rgba(216, 171, 60, 0.45);
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px) {
    .topbar-wrap {
        flex-direction: column;
        gap: 12px;
        padding: 0 20px;
    }

    .topbar-left,
    .topbar-right {
        justify-content: center;
        flex-wrap: wrap;
    }
}
/* MAIN SECTION */
.discover-section-premium {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(135deg, #28272f, #0f0f14);
    overflow: hidden;
}

/* DIAGONAL HIGHLIGHT */
.diagonal-highlight {
    position: absolute;
    top: 0;
    right: -200px;
    width: 70%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,193,7,0.08), rgba(255,255,255,0));
    transform: skewX(-20deg);
    pointer-events: none;
}

/* FLOATING PARTICLES */
.floating-particles {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,215,0,0.08), transparent);
    top: 20%;
    left: 10%;
    filter: blur(60px);
    animation: float 8s ease-in-out infinite;
}

/* GRID */
.discover-grid-premium {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
}

/* TEXT SECTION */
.discover-title-premium {
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.discover-desc-premium {
    margin: 25px 0 35px;
    font-size: 18px;
    color: #cfcfe8;
    line-height: 1.8;
}

/* PREMIUM BUTTON */
.discover-btn-premium {
    position: relative;
    display: inline-block;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    background: linear-gradient(135deg, #ffd95a, #ffbb00);
    box-shadow: 0px 10px 25px rgba(255, 187, 0, 0.3);
    overflow: hidden;
    transition: 0.3s ease;
}

.discover-btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0px 18px 40px rgba(255, 187, 0, 0.4);
}

/* SHINE */
.discover-btn-premium .shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transform: skewX(-20deg);
    animation: shineMove 2.5s infinite;
}

@keyframes shineMove {
    0% { left: -100%; }
    60% { left: 120%; }
    100% { left: 120%; }
}

/* RIGHT IMAGE AREA */
.discover-right {
    position: relative;
}

.image-glow {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background: radial-gradient(circle, rgba(255,185,30,0.25), transparent);
    filter: blur(40px);
    z-index: 1;
}

.discover-img-premium {
    width: 100%;
    border-radius: 22px;
    z-index: 2;
    position: relative;
    box-shadow: 0px 18px 45px rgba(0,0,0,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.discover-img-premium:hover {
    transform: scale(1.04);
    box-shadow: 0px 25px 55px rgba(0,0,0,0.65);
}

/* FLOAT ANIMATION */
@keyframes float {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .discover-grid-premium {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
