/* Custom CSS for University Home Page */

/**
 **************************************************************************
 * Home page css Start
 **************************************************************************
 */
 *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1a3c6e;
  --blue-dark:#122d55;
  --blue-mid:#2356a0;
  --yellow:#f5c518;
  --yellow-dark:#e0b000;
  --light:#f5f3ee;
  --white:#ffffff;
  --gray:#6b7280;
  --gray-light:#f0eff0;
  --text:#1e2130;
  --radius:12px;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}

/* ── NAVBAR ── */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:999;
  background:var(--blue-dark);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 40px;height:64px;
  box-shadow:0 2px 20px rgba(0,0,0,.25);
}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo-icon{width:36px;height:36px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--blue-dark)}
.nav-logo-text{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:.05em}
.nav-links{display:flex;gap:4px;list-style:none}
.nav-links a{color:rgba(255,255,255,.82);font-size:.82rem;font-weight:400;letter-spacing:.04em;padding:8px 14px;border-radius:6px;text-decoration:none;transition:all .2s}
.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(255,255,255,.1)}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-search{background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;padding:6px;display:flex;align-items:center}
.nav-search svg{width:18px;height:18px}
.btn-apply{background:var(--yellow);color:var(--blue-dark);font-size:.78rem;font-weight:600;padding:9px 20px;border:none;border-radius:6px;cursor:pointer;letter-spacing:.04em;transition:background .2s}
.btn-apply:hover{background:var(--yellow-dark)}

/* ── HERO SLIDER ── */
.hero{width:100%;height:100vh;position:relative;margin-top:64px}
.owl-hero,.owl-hero .owl-stage-outer,.owl-hero .owl-stage,.owl-hero .owl-item,.hero-slide{height:calc(100vh - 64px)!important}
.owl-hero .owl-stage-outer{padding:0!important}
.hero-slide{position:relative;overflow:hidden}
.hero-slide-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transform:scale(1.06);transition:transform 7s ease;
}
.owl-item.active .hero-slide-bg{transform:scale(1)}
.hero-slide::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to right,rgba(18,45,85,.82) 0%,rgba(18,45,85,.45) 55%,transparent 100%);
}
.hero-content{
  position:absolute;inset:0;z-index:10;
  display:flex;flex-direction:column;justify-content:center;
  padding:0 80px;max-width:680px;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(245,197,24,.15);border:1px solid rgba(245,197,24,.4);
  color:var(--yellow);font-size:.72rem;font-weight:500;letter-spacing:.18em;
  text-transform:uppercase;padding:6px 14px;border-radius:20px;
  margin-bottom:20px;width:fit-content;
  opacity:0;transform:translateY(16px);transition:all .6s .1s ease;
}
.hero-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:700;
  line-height:1.1;color:#fff;margin-bottom:18px;
  opacity:0;transform:translateY(24px);transition:all .7s .3s ease;
}
.hero-title span{color:var(--yellow)}
.hero-desc{
  font-size:.95rem;font-weight:300;color:rgba(255,255,255,.82);
  line-height:1.75;max-width:460px;margin-bottom:32px;
  opacity:0;transform:translateY(18px);transition:all .6s .5s ease;
}
.hero-actions{
  display:flex;align-items:center;gap:16px;
  opacity:0;transform:translateY(16px);transition:all .6s .65s ease;
}
.owl-item.active .hero-badge,
.owl-item.active .hero-title,
.owl-item.active .hero-desc,
.owl-item.active .hero-actions{opacity:1;transform:translateY(0)}

body .btn-hero-primary{
  background:var(--yellow);color:var(--blue-dark);
  font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  padding:14px 32px;border:none;border-radius:6px;cursor:pointer;
  text-decoration:none;transition:all .25s;
}
.btn-hero-primary:hover{background:var(--yellow-dark);transform:translateY(-2px)}
.btn-hero-ghost{
  color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.06em;
  text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);
  padding-bottom:2px;transition:border-color .2s;
}
.btn-hero-ghost:hover{border-color:#fff}

/* Hero owl overrides */
.owl-hero .owl-nav{position:absolute;bottom:40px;right:80px;display:flex;gap:8px;z-index:20}
.owl-hero .owl-nav button, .testimonial-section .owl-nav button{
  width:44px;height:44px;background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  display:flex!important;align-items:center;justify-content:center;
  font-size:0!important;border-radius:50%;cursor:pointer;transition:all .2s;
}
.owl-hero .owl-nav button:hover, .testimonial-section .owl-nav button:hover{background:var(--yellow)!important;border-color:var(--yellow)!important}
.owl-hero .owl-nav button::after, .testimonial-section .owl-nav button::after{
  content:'';width:8px;height:8px;
  border-top:2px solid #fff;border-right:2px solid #fff;
}
.owl-hero .owl-nav button.owl-prev::after, .testimonial-section .owl-nav button.owl-prev::after{transform:rotate(-135deg);margin-left:2px}
.owl-hero .owl-nav button.owl-next::after, .testimonial-section .owl-nav button.owl-next::after{transform:rotate(45deg);margin-right:2px}
.owl-hero .owl-dots, .blog-grids .owl-dots{position:absolute;bottom:48px;left:80px;display:flex!important;gap:8px;z-index:20}
.owl-hero .owl-dot span, .blog-grids .owl-dot span{width:28px!important;height:3px!important;border-radius:0!important;background:rgba(255,255,255,.3)!important;margin:0!important;transition:all .3s!important}
.owl-hero .owl-dot.active span, .blog-grids .owl-dot.active span{background:var(--yellow)!important;width:48px!important}

/* Hero stats bar */
.hero-stats{
  position:absolute;bottom:0;left:0;right:0;z-index:20;
  background:var(--blue);
  display:flex;
}
.stat-item{
  flex:1;padding:20px 32px;border-right:1px solid rgba(255,255,255,.1);
  text-align:center;
}
.stat-item:last-child{border-right:none}
.stat-num{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--yellow);line-height:1}
.stat-label{font-size:.75rem;color:rgba(255,255,255,.65);margin-top:4px;letter-spacing:.05em}

/* ── SECTION SHARED ── */
section{padding:80px 0}
.container{max-width:1200px;margin:0 auto;padding:0 40px}
.section-eyebrow{
  font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;
  color:var(--yellow-dark);margin-bottom:10px;
}
.section-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;
  color:var(--blue-dark);line-height:1.2;
}
.section-title span{color:var(--blue-mid)}
.section-sub{
  font-size:.92rem;color:var(--gray);line-height:1.7;
  max-width:520px;margin-top:10px;
}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}
.btn-link{
  color:var(--blue-mid);font-size:.82rem;font-weight:500;
  text-decoration:none;display:inline-flex;align-items:center;gap:6px;
  border-bottom:1px solid transparent;transition:border-color .2s;
  white-space:nowrap;
}
.btn-link:hover{border-color:var(--blue-mid)}
.btn-link svg{width:14px;height:14px}

/* ── ACADEMICS ── */
.academics{background:var(--white)}
.faculty-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.faculty-card{
  background:var(--white);border:1px solid #e5e7eb;
  border-radius:var(--radius);padding:28px 24px;
  transition:all .3s;cursor:pointer;position:relative;overflow:hidden;
}
.faculty-card::before{
  content:'';position:absolute;bottom:0;left:0;right:0;height:3px;
  background:var(--yellow);transform:scaleX(0);transition:transform .3s;
}
.faculty-card:hover{box-shadow:0 12px 40px rgba(26,60,110,.1);transform:translateY(-4px)}
.faculty-card:hover::before{transform:scaleX(1)}
.faculty-icon{
  width:56px;height:56px;border-radius:12px;
  background:rgba(26,60,110,.08);display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
}
.faculty-icon img { width: 25px; }
.faculty-icon svg{width:28px;height:28px;color:var(--blue-mid)}
.faculty-name{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:600;color:var(--blue-dark);margin-bottom:8px}
.faculty-desc{font-size:.83rem;color:var(--gray);line-height:1.65}
.faculty-meta{display:flex;gap:16px;margin-top:16px}
.faculty-meta span{font-size:.75rem;color:var(--blue-mid);font-weight:500}

/* ── EMPOWERING SPLIT ── */
.empowering{background:var(--light);overflow:hidden}
.empowering-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}
.emp-images{position:relative;min-height:480px}
.emp-img-main{
  width:calc(100% - 40px);height:100%;
  object-fit:cover;border-radius:0 var(--radius) var(--radius) 0;
  display:block;
}
.emp-img-badge{
  position:absolute;bottom:32px;right:0;
  background:var(--yellow);border-radius:var(--radius) 0 0 var(--radius);
  padding:16px 24px;
}
.emp-img-badge .big{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--blue-dark);line-height:1}
.emp-img-badge .small{font-size:.72rem;font-weight:500;color:var(--blue-dark);opacity:.7}
.emp-content{padding:60px 60px 60px 48px;display:flex;flex-direction:column;justify-content:center}
.emp-list{list-style:none;margin:28px 0;display:flex;flex-direction:column;gap:14px}
.emp-list li{display:flex;align-items:center;gap:12px;font-size:.88rem;color:var(--text)}
.emp-list li::before{
  content:'';width:20px;height:20px;border-radius:50%;
  background:rgba(26,60,110,.1);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231a3c6e'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size:12px;background-repeat:no-repeat;background-position:center;
}
.small-images{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}
.small-images img{width:100%;height:120px;object-fit:cover;border-radius:8px}

/* ── INSIDE UNIVET ── */
.inside{background:var(--blue-dark)}
.inside .section-title{color:#fff}
.inside .section-eyebrow{color:var(--yellow)}
.inside-grid{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}
.inside-tabs{display:flex;gap:8px;margin-bottom:32px}
.tab-btn{
  padding:8px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.2);
  background:none;color:rgba(255,255,255,.7);font-size:.8rem;cursor:pointer;transition:all .2s;
}
.tab-btn.active,.tab-btn:hover{background:var(--yellow);color:var(--blue-dark);border-color:var(--yellow);font-weight:600}
.inside-sidebar{
  background:rgba(255,255,255,.06);border-radius:var(--radius);padding:24px;
}
.sidebar-profile{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.sidebar-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--yellow)}
.sidebar-name{font-weight:600;color:#fff;font-size:.9rem}
.sidebar-role{font-size:.75rem;color:rgba(255,255,255,.5)}
.sidebar-items{display:flex;flex-direction:column;gap:10px}
.sidebar-item{
  display:flex;align-items:center;gap:12px;
  background:rgba(255,255,255,.05);border-radius:8px;padding:12px;cursor:pointer;
  border:1px solid rgba(255,255,255,.06);transition:all .2s;
}
.sidebar-item:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15)}
.sidebar-item-img{width:40px;height:40px;border-radius:6px;object-fit:cover}
.sidebar-item-name{font-size:.82rem;color:rgba(255,255,255,.85);font-weight:500}
.sidebar-item-meta{font-size:.72rem;color:rgba(255,255,255,.45)}
.faculty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.faculty-tile{
  border-radius:var(--radius);overflow:hidden;position:relative;cursor:pointer;
}
.faculty-tile img{width:100%;height:190px;object-fit:cover;display:block;transition:transform .4s}
.faculty-tile:hover img{transform:scale(1.05)}
.faculty-tile-label{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(to top,rgba(18,45,85,.92),transparent);
  padding:20px 16px 14px;color:#fff;font-size:.85rem;font-weight:600;
}

/* ── AWARDS MARQUEE ── */
.awards{background:var(--yellow);padding:18px 0;overflow:hidden}
.marquee-track{display:flex;gap:48px;animation:marquee 20s linear infinite;white-space:nowrap}
.marquee-item{
  display:flex;align-items:center;gap:14px;
  font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;
  color:var(--blue-dark);flex-shrink:0;
}
.marquee-item svg{width:20px;height:20px;flex-shrink:0}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── EVENTS ── */
.events{background:var(--white)}
.events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.event-card{
  display:flex;gap:20px;padding:20px;
  border:1px solid #e5e7eb;border-radius:var(--radius);
  transition:all .3s;cursor:pointer;
}
.event-card:hover{box-shadow:0 8px 32px rgba(26,60,110,.1);transform:translateY(-3px)}
.event-img{width:110px;height:90px;border-radius:8px;object-fit:cover;flex-shrink:0}
.event-date{
  font-size:.72rem;font-weight:500;letter-spacing:.1em;
  text-transform:uppercase;color:var(--yellow-dark);margin-bottom:6px;
}
.event-title{font-weight:600;font-size:.92rem;color:var(--blue-dark);line-height:1.4;margin-bottom:8px}
.event-meta{font-size:.78rem;color:var(--gray);display:flex;gap:12px}

/* ── TESTIMONIAL / VIDEO ── */
.testimonial-section{background:var(--light)}
.testi-inner{
  border-radius:16px;overflow:hidden;
  display:grid;grid-template-columns:1fr 1fr;min-height:380px;
}
.testi-img{position:relative}
.testi-img img{width:100%;height:100%;object-fit:cover;display:block}
.testi-play{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:60px;height:60px;background:var(--yellow);border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 8px 24px rgba(245,197,24,.4);transition:transform .2s;
}
.testi-play:hover{transform:translate(-50%,-50%) scale(1.1)}
.testi-play svg{width:24px;height:24px;color:var(--blue-dark);margin-left:3px}
.testi-content{background:var(--blue-dark);padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
.testi-quote{
  font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:400;font-style:italic;
  color:#fff;line-height:1.65;margin-bottom:28px;
}
.testi-author{display:flex;align-items:center;gap:14px}
.testi-avatar{width:62px;height:62px;border-radius:50%;object-fit:cover;border:2px solid var(--yellow)}
.testi-name{font-weight:600;color:#fff;font-size:.9rem}
.testi-role{font-size:.78rem;color:rgba(255,255,255,.55)}

/* ── CAMPUS LIFE ── */
.campus{background:var(--white)}
.campus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.campus-card{border-radius:var(--radius);overflow:hidden;cursor:pointer;position:relative}
.campus-card img{width:100%;height:260px;object-fit:cover;display:block;transition:transform .5s}
.campus-card:hover img{transform:scale(1.06)}
.campus-card-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(18,45,85,.8) 0%,transparent 60%);
  display:flex;align-items:flex-end;padding:20px;
}
.campus-card-label{font-weight:600;color:#fff;font-size:.95rem}

/* ── PROFESSORS ── */
.professors{background:var(--light)}
.prof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.prof-card{text-align:center;cursor:pointer}
.prof-avatar-wrap{
  width:140px;height:140px;margin:0 auto 16px;border-radius:50%;
  overflow:hidden;border:4px solid var(--white);
  box-shadow:0 8px 24px rgba(26,60,110,.15);transition:all .3s;
}
.prof-card:hover .prof-avatar-wrap{box-shadow:0 12px 36px rgba(26,60,110,.25);transform:translateY(-4px)}
.prof-avatar-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.prof-name{font-weight:600;color:var(--blue-dark);font-size:.92rem;margin-bottom:4px}
.prof-role{font-size:.78rem;color:var(--gray)}
.prof-dots{display:flex;justify-content:center;gap:6px;margin-top:40px}
.prof-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:background .2s}
.prof-dot.active{background:var(--blue-mid)}

/* ── ADMISSIONS ── */
.admissions{background:var(--white)}
.admissions-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.admissions-img-wrap{position:relative}
.admissions-img{width:100%;border-radius:var(--radius);object-fit:cover;height:460px;display:block}
.admissions-form-card{
  background:var(--blue);border-radius:var(--radius);padding:40px;
}
.admissions-form-card h3{
  font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;
  color:#fff;margin-bottom:24px;
}
.form-group{margin-bottom:16px}
.form-label{display:block;font-size:.78rem;color:rgba(255,255,255,.65);margin-bottom:6px}
.form-input,.form-select{
  width:100%;padding:11px 16px;border-radius:8px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.08);color:#fff;
  font-family:'DM Sans',sans-serif;font-size:.85rem;outline:none;
  transition:border-color .2s;
}
.form-input::placeholder{color:rgba(255,255,255,.35)}
.form-input:focus,.form-select:focus{border-color:rgba(245,197,24,.5)}
.form-select option{background:var(--blue-dark);color:#fff}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
body footer#site-footer .btn-submit{
  width:100%;background:var(--yellow);color:var(--blue-dark);
  font-size:.85rem;font-weight:600;letter-spacing:.06em;
  padding:14px;border:none;border-radius:8px;cursor:pointer;
  margin-top:8px;transition:background .2s;
}
.btn-submit:hover{background:var(--yellow-dark)}

/* ── BLOG ── */
.blog{background:var(--light)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{
  background:var(--white);border-radius:var(--radius);overflow:hidden;
  transition:all .3s;cursor:pointer;margin: 10px;
}
.blog-card:hover{box-shadow:0 12px 40px rgba(26,60,110,.12);transform:translateY(-4px)}
.blog-img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .4s}
.blog-card:hover .blog-img{transform:scale(1.04)}
.blog-body{padding:20px}
.blog-cat{
  font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:var(--yellow-dark);margin-bottom:8px;
}
.blog-title{font-weight:600;font-size:.92rem;color:var(--blue-dark);line-height:1.5;margin-bottom:10px}
.blog-meta{font-size:.76rem;color:var(--gray);display:flex;align-items:center;gap:8px}
.blog-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}

/* ── CTA BANNER ── */
.cta-banner{
  background:var(--blue-dark);
  position:relative;overflow:hidden;
}
.cta-bg{
  position:absolute;inset:0;
  background-image:url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?w=1600&q=80');
  background-size:cover;background-position:center;
  opacity:.18;
}
.cta-content{
  position:relative;z-index:2;
  display:flex;align-items:center;justify-content:space-between;
  padding:64px 40px;max-width:1200px;margin:0 auto;
}
.cta-text .section-eyebrow{color:var(--yellow)}
.cta-text .section-title{color:#fff;max-width:520px}
.btn-cta-yellow{
  background:var(--yellow);color:var(--blue-dark);
  font-size:.85rem;font-weight:600;letter-spacing:.06em;padding:16px 36px;
  border:none;border-radius:8px;cursor:pointer;text-decoration:none;
  display:inline-block;white-space:nowrap;transition:all .2s;
}
.btn-cta-yellow:hover{background:var(--yellow-dark);transform:translateY(-2px)}

/* ── FOOTER ── */
footer{background:#0d1f3c;padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 40px}
.footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer-brand-icon{width:40px;height:40px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--blue-dark)}
.footer-brand-name{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:#fff}
.footer-desc, footer#site-footer p{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:20px}
.footer-apps{display:flex;gap:10px}
.app-badge{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:8px;cursor:pointer;
  transition:background .2s;
}
.app-badge:hover{background:rgba(255,255,255,.15)}
.app-badge svg{width:18px;height:18px;color:#fff}
.app-badge span{font-size:.72rem;color:rgba(255,255,255,.75)}
.footer-col h4{
  font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:#fff;margin-bottom:20px;
}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:.82rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--yellow)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:48px;padding:20px 40px;
  max-width:1200px;margin-left:auto;margin-right:auto;
  display:flex;justify-content:space-between;align-items:center;
}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.35)}
.footer-socials{display:flex;gap:10px}
.social-btn{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  border:1px solid rgba(255,255,255,.1);transition:all .2s;
}
.social-btn:hover{background:var(--yellow);border-color:var(--yellow)}
.social-btn svg{width:15px;height:15px;color:rgba(255,255,255,.6)}
.social-btn:hover svg{color:var(--blue-dark)}

/* Owl shared resets */
.owl-carousel .owl-stage-outer{overflow:hidden}

/* Animate on scroll */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:900px){
  .navbar{padding:0 20px}
  .nav-links{display:none}
  .hero-content{padding:0 28px}
  .container{padding:0 20px}
  .faculty-cards,.blog-grid{grid-template-columns:1fr}
  .empowering-grid,.inside-grid,.admissions-grid,.testi-inner{grid-template-columns:1fr}
  .events-grid,.faculty-grid,.campus-grid,.prof-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-content{flex-direction:column;gap:24px;text-align:center}
  .hero-stats{display:none}
}











.tabs{
max-width:700px;
margin:40px auto;
font-family:Arial;
}

.tab-buttons{
display:flex;
gap:10px;
}

.tab-btn{
padding:10px 20px;
background:#eee;
border:none;
cursor:pointer;
}

.tab-btn.active{
background:#0073ff;
color:#fff;
}

.tab-content{
display:none;
padding:20px;
border:1px solid #ddd;
margin-top:10px;
}

.tab-content.active{
display:block;
}
/**
 **************************************************************************
 * Home page css End
 **************************************************************************
 */

 :root {
  --navy: #0f2147;
  --navy-mid: #1a3260;
  --blue-accent: #3b82f6;
  --blue-bright: #60a5fa;
  --white: #ffffff;
  --glass: rgba(255,255,255,0.07);
  --glass-border: rgba(255,255,255,0.12);
}

.body_wrapper {
  font-family: 'DM Sans', sans-serif;
  /* background: var(--navy); */
  /* min-height: 100vh; */
  /* padding: 48px 24px 64px; */
  color: var(--white);
  overflow-x: hidden;
}

/* Subtle background mesh */
.body_wrapper::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(59,130,246,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(96,165,250,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* Tab Bar */
.tab-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.tab-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 10px 28px;
  border-radius: 50px;
  border: 1.5px solid var(--glass-border);
  cursor: pointer;
  transition: all 0.25s ease;
  background: transparent;
  color: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
}

.tab-btn:hover {
  border-color: var(--blue-accent);
  color: var(--white);
  background: rgba(59,130,246,0.1);
}

.tab-btn.active {
  background: var(--blue-accent);
  border-color: var(--blue-accent);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(59,130,246,0.4);
}

/* Gallery Grid */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/10;
  background: var(--navy-mid);
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  opacity: 0;
  animation: fadeUp 0.55s forwards;
}

.card:nth-child(1) { animation-delay: 0.05s; }
.card:nth-child(2) { animation-delay: 0.12s; }
.card:nth-child(3) { animation-delay: 0.19s; }
.card:nth-child(4) { animation-delay: 0.26s; }
.card:nth-child(5) { animation-delay: 0.33s; }
.card:nth-child(6) { animation-delay: 0.40s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 16px 48px rgba(0,0,0,0.55), 0 0 0 1.5px rgba(96,165,250,0.35);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), filter 0.35s ease;
  filter: brightness(0.72) saturate(0.85);
}

.card:hover img {
  transform: scale(1.07);
  filter: brightness(0.55) saturate(1.1);
}

/* Gradient overlay */
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    to top,
    rgba(10,22,55,0.88) 0%,
    rgba(10,22,55,0.4) 40%,
    transparent 75%
  ); */
  pointer-events: none;
  z-index: 1;
  transition: background 0.35s ease;
}

.card:hover::after {
  background: linear-gradient(
    to top,
    rgba(10,22,55,0.92) 0%,
    rgba(10,22,55,0.55) 50%,
    rgba(59,130,246,0.08) 100%
  );
}

.card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 22px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  flex: 1;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.card:hover .card-title {
  transform: translateY(-2px);
}

.card-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px) scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22,1,0.36,1);
}

.card:hover .card-arrow {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.card-arrow svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: white;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Top accent line on hover */
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--yellow-dark));
  z-index: 3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}

.card:hover::before {
  transform: scaleX(1);
}

/* Hidden cards (for filtering demo) */
.card.hidden {
  display: none;
}

@media (max-width: 600px) {
  .gallery { grid-template-columns: 1fr; }
  .card { aspect-ratio: 16/9; }
}

/* ── Lightbox Overlay ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: all;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 35, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lightbox-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--navy-mid);
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.08);
  transform: scale(0.88) translateY(24px);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}

.lightbox.open .lightbox-box {
  transform: scale(1) translateY(0);
}

.lightbox-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.lightbox-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9) saturate(0.95);
  transition: transform 6s ease;
}

.lightbox.open .lightbox-img-wrap img {
  transform: scale(1.04);
}

.lightbox-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,55,0.75) 0%, transparent 55%);
  pointer-events: none;
}

.lightbox-info {
  padding: 24px 28px 28px;
}

.lightbox-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-bright);
  background: rgba(59,130,246,0.15);
  border: 1px solid rgba(96,165,250,0.25);
  border-radius: 50px;
  padding: 4px 12px;
  margin-bottom: 12px;
}

.lightbox-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}

.lightbox-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}

/* Nav arrows */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15,33,71,0.75);
  border: 1.5px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lightbox-nav:hover {
  background: var(--blue-accent);
  border-color: var(--blue-accent);
}

.lightbox-nav.prev { left: -22px; }
.lightbox-nav.next { right: -22px; }

.lightbox-nav svg {
  width: 16px; height: 16px;
  fill: none; stroke: white;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(15,33,71,0.75);
  border: 1.5px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-close:hover {
  background: rgba(239,68,68,0.7);
  transform: rotate(90deg);
}

.lightbox-close svg {
  width: 14px; height: 14px;
  fill: none; stroke: white;
  stroke-width: 2.5;
  stroke-linecap: round;
}

/* Dot indicators */
.lightbox-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 0 28px 20px;
}

.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  transition: background 0.25s, width 0.25s;
  cursor: pointer;
}

.dot.active {
  background: var(--blue-accent);
  width: 18px;
  border-radius: 3px;
}

@media (max-width: 600px) {
  .lightbox-nav { display: none; }
  .lightbox-title { font-size: 1.3rem; }
}
