@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Poppins:wght@400;500;600&display=swap');

:root{
  --primary:#0b9fba;
  --primary-dark:#087d94;
  --navy:#14233a;
  --gold:#f2b21b;
  --light:#f5f9fb;
  --text:#425066;
}
*{box-sizing:border-box}
body{margin:0;font-family:Poppins,sans-serif;color:var(--text);background:#fff}
h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;color:var(--navy)}
.top-strip{background:var(--navy);color:#e9f1f6;font-size:12px;padding:8px 0}
.top-strip a{color:#fff;text-decoration:none}
.main-nav{min-height:86px;box-shadow:0 5px 20px rgba(20,35,58,.08);z-index:1000}
.school-logo{width:68px;height:52px;object-fit:contain}
.brand-copy{line-height:1.05}
.brand-copy strong{display:block;font-family:Montserrat;font-size:15px;color:var(--navy)}
.brand-copy span{display:block;font-family:Montserrat;font-size:12px;font-weight:700;color:var(--primary)}
.brand-copy small{display:block;font-size:9px;letter-spacing:2px;color:#7a8594;margin-top:4px}
.nav-link{font-weight:600;color:var(--navy)!important;margin:0 4px}
.nav-link:hover{color:var(--primary)!important}
.btn-brand{background:var(--primary);border:0;color:#fff;border-radius:30px;padding:10px 22px;font-weight:700}
.btn-brand:hover{background:var(--primary-dark);color:#fff}

.hero-slider,.hero-slider .carousel-item{height:650px}
.hero-slider .carousel-item{position:relative;overflow:hidden;background:#e9eef2}
.hero-slider .carousel-item::before{content:"";position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;transform:none;filter:brightness(1.18)}
.hero-slider .slide-one::before{background-image:url('../images/gallery/campus-front-wide.jpg')}
.hero-slider .slide-two::before{background-image:url('../images/gallery/campus-front.jpg')}
.hero-slider .slide-three::before{background-image:url('../images/gallery/campus-side.jpg')}
.hero-slider .carousel-item::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,25,43,.70) 0%,rgba(10,25,43,.28) 48%,rgba(10,25,43,.04) 100%);pointer-events:none}
.hero-caption{height:100%;display:flex;align-items:center;position:relative;z-index:2}
.hero-content{max-width:820px;color:#fff}
.hero-kicker{display:inline-block;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.12);padding:8px 17px;border-radius:30px;font-size:12px;font-weight:700;letter-spacing:1.5px}
.hero-slider h1{font-size:clamp(38px,5vw,68px);font-weight:800;color:#fff;line-height:1.04;margin:20px 0 15px}
.hero p{font-size:18px;max-width:690px;color:#f5f8fa}
.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{width:7%}
.hero-slider .carousel-indicators button{width:10px;height:10px;border-radius:50%}

.section{padding:78px 0}
.section-soft{background:var(--light)}
.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2px;font-weight:800;color:var(--primary)}
.section-title{font-weight:800;font-size:38px}
.section-title span{color:var(--primary)}
.feature-card{height:100%;background:#fff;border:0;border-radius:18px;padding:28px;box-shadow:0 12px 35px rgba(20,35,58,.09)}
.feature-icon{width:60px;height:60px;border-radius:16px;background:#e8f8fb;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:25px;margin-bottom:18px}
.activity-card{height:100%;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(20,35,58,.09)}
.activity-card img{width:100%;height:235px;object-fit:cover}
.activity-card .padded{padding:23px}
.photo{width:100%;height:280px;object-fit:cover;border-radius:18px;box-shadow:0 10px 28px rgba(20,35,58,.12)}
.campus-photo{height:380px}
.video-wrap{background:#000;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.18)}
.video-wrap video{display:block;width:100%;max-height:520px}
.cta-box{border-radius:25px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:55px;color:#fff}
.cta-box h2{color:#fff;font-weight:800}
.site-footer{background:var(--navy);color:#cdd8e3}
.site-footer h5,.site-footer h6{color:#fff}
.site-footer h5{font-size:17px}
.footer-tag{color:#56c4d6;font-weight:700;letter-spacing:2px;font-size:11px}
.site-footer a{display:block;color:#cdd8e3;text-decoration:none;margin:8px 0;font-size:14px}
.site-footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#9eafbf;font-size:12px}
.whatsapp-btn{position:fixed;right:20px;bottom:20px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;z-index:2000;text-decoration:none;box-shadow:0 8px 25px rgba(0,0,0,.25)}
.page-banner{position:relative;min-height:390px;padding:80px 0;display:flex;align-items:center;overflow:hidden;background:#e9eef2;color:#fff}
.page-banner::before{content:"";position:absolute;inset:0;background:url('../images/gallery/campus-front.jpg') center center/cover no-repeat;filter:brightness(1.18)}
.page-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,35,58,.76) 0%,rgba(20,35,58,.38) 55%,rgba(20,35,58,.10) 100%);pointer-events:none}
.page-banner>.container{position:relative;z-index:2}
.page-banner h1{color:#fff;font-weight:800}
.page-banner p{color:#e7eef4}
.info-list li{margin-bottom:14px}
@media(max-width:767px){
 .top-strip{text-align:center}.main-nav{min-height:72px}
 .hero-slider,.hero-slider .carousel-item{height:570px}
 .hero h1{font-size:40px}.hero p{font-size:16px}
 .section{padding:55px 0}.section-title{font-size:30px}
 .campus-photo{height:280px}
}

.map-wrap{overflow:hidden;border-radius:16px;box-shadow:0 8px 24px rgba(20,35,58,.10);background:#e9eef2}
.map-wrap iframe{display:block;width:100%;min-height:390px}
@media(max-width:767px){.map-wrap iframe{min-height:330px}}

/* =========================================================
   INSTAGRAM ICON
   ========================================================= */

/* Header Instagram */
.top-instagram {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  text-decoration: none !important;

  background: linear-gradient(
    45deg,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  transition: transform .2s ease;
}

.top-instagram i {
  font-size: 22px;
}

.top-instagram:hover {
  transform: scale(1.15);
}


/* Footer Instagram */
.site-footer .footer-instagram {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  margin: 5px 8px 0 0 !important;

  text-decoration: none !important;

  background: linear-gradient(
    45deg,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  transition: transform .2s ease;
}

.site-footer .footer-instagram i {
  font-size: 28px;
}

.site-footer .footer-instagram:hover {
  transform: scale(1.15);
}

/* =========================================================
   SCHOOL LEADERSHIP
   ========================================================= */

.leadership-card {
    padding: 30px;
    overflow: hidden;
}

.leadership-photo-wrap {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(
        135deg,
        var(--primary),
        var(--gold)
    );
}

.leadership-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    background: #fff;
}

.leadership-card h3 {
    font-weight: 800;
}

.leadership-card p {
    line-height: 1.8;
}

@media(max-width:767px) {
    .leadership-photo-wrap {
        width: 160px;
        height: 160px;
    }

    .leadership-card {
        padding: 25px;
    }
}
/* Leadership Profiles */
.leadership-profile {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.leadership-photo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadership-photo {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.leadership-profile h3 {
    font-weight: 700;
}

@media (max-width: 991px) {
    .leadership-profile {
        padding: 28px;
    }

    .leadership-photo {
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 576px) {
    .leadership-profile {
        padding: 22px 18px;
    }

    .leadership-photo {
        width: 165px;
        height: 165px;
    }

    .leadership-profile h3 {
        font-size: 1.5rem;
    }
}
/* =========================================================
   GLOBAL IMAGE BRIGHTNESS
   Slightly brighten all website images
   ========================================================= */

img {
    filter: brightness(1.18);
}
/* =========================================================
   BRIGHTER BANNER IMAGES
   ========================================================= */

.hero-slider .carousel-item::before {
    filter: brightness(1.18);
}

.page-banner::before {
    filter: brightness(1.18);
}

/* =========================================================
   GLOBAL IMAGE BRIGHTNESS
   ========================================================= */

img {
    filter: brightness(1.18);
}

/* Keep school logo natural */
.school-logo {
    filter: none;
}

/* Leadership photos */
.leadership-photo {
    filter: brightness(1.15);
}


/* =========================================================
   HERO BANNER - EXTRA BRIGHTNESS
   Only the HOME PAGE hero slider
   ========================================================= */

.hero-slider .carousel-item::before {
    filter: brightness(1.25);
}