/* =========================================================
   SKF B.Tech CSE Landing Page  -  Pure CSSlogo-slot
   ========================================================= */

:root{
  --red:#E30613;
  --red-dark:#b8040f;
  --cream:#FFF5DC;
  --gray-100:#f5f5f5;
  --gray-200:#e5e5e5;
  --gray-300:#d4d4d4;
  --gray-600:#525252;
  --gray-700:#404040;
  --gray-800:#262626;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

html{scroll-behavior:smooth}
@font-face {
  font-family: 'Nexa';
  src: url('NexaLight.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa';
  src: url('NexaBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
body{
  font-family: 'Nexa';
  color:#1a1a1a;
  background:#fff;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

.container{max-width:1180px;margin:0 auto;padding:0 24px}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;
  background:#db1931;
  padding:10px 25px;
  font-weight:700;
  letter-spacing:1.5px;
  font-size:13px;
  text-transform:uppercase;
  transition:transform .2s, background-color .2s, box-shadow .2s;
}

.btn1{
  display:inline-block;
  background:#db1931;
  padding:10px 25px;
  font-weight:700;
  letter-spacing:1.5px;
  font-size:13px;
  text-transform:uppercase;
  transition:transform .2s, background-color .2s, box-shadow .2s;
}

.btn-apply{background:#db1931;color:#fff}
.btn-apply:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(227,6,19,.35)}
.btn-white{background:#fff;color:var(--red);padding:14px 36px;font-weight:800;letter-spacing:3px}
.btn-white:hover{background:#f5f5f5}

/* ---------- section titles ---------- */
.section-title{
   color:#db1931;
  font-size:36px;
  font-weight:500;
  letter-spacing:.5px;
}
.section-title1{
   color:#fff;
  font-size:26px;
  font-weight:500;
  letter-spacing:.3px;
}
.section-title.center{text-align:center;margin-bottom:20px}
.section-sub{color:var(--gray-600);font-size:15px;margin-bottom:36px}
.section-sub.center{text-align:center}

.red-tick{position:relative;padding-left:18px;margin-bottom:22px}
.red-tick::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:5px;background:var(--red)}

/* Ribbon / chevron banner */
.chevron-bar{
  clip-path:polygon(0 0,100% 0,calc(100% - 30px) 50%,100% 100%,0 100%,30px 50%);
}

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar{
  position:sticky;top:0;z-index:50;background:#db1931;
 
  box-shadow:0 1px 4px rgba(0,0,0,.04);
  height:150px;
  
}
.topbar-inner{display:flex;align-items:center;
top:20px;
  position: relative;
  padding: 5px;
  overflow: hidden;
  

  /* Background Image */
  background: url('topan1.png') no-repeat center center;
  background-size: cover;

justify-content:space-between;padding:20px 20px}
.logo-slot{width:150px;height:72px;
    
    
    padding: 0px 19px
}
.topnav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:600;letter-spacing:1px;color:var(--gray-700)}
.topnav a{transition:color .2s}
.topnav a:hover{color:var(--red)}
.topnav .sep{color:var(--gray-300)}
@media(max-width:768px){.topnav{display:none}
    
  .topbar-inner{display:flex;align-items:center;
top:5px;
  position: relative;
  padding: 2px;
  overflow: hidden;
  

  /* Background Image */
  background: url('topan2mob.png') no-repeat center center;
  background-size: contain;

justify-content:space-between;padding:20px 20px}  
    
    
    .topbar{
  position:sticky;top:0;z-index:50;background:#db1931;
 
  box-shadow:0 0px 0px rgba(0,0,0,.04);
  height:100px;
  
}


.section-title{
   color:#db1931;
  font-size:24px;
  font-weight:500;
  letter-spacing:.5px;
}

.logo-slot{
    top:10px;
    width:120px;height:60px;
    
    
    padding: 2px 19px
}
    
   .btn{
  display:inline-block;
  background:#db1931;
  padding:10px 15px;
  font-weight:700;
  letter-spacing:1.5px;
  font-size:13px;
  text-transform:uppercase;
  transition:transform .2s, background-color .2s, box-shadow .2s;
} 

  
  .btn1 {
    position: fixed;
    right: -40px;              /* push slightly outside */
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    
    z-index: 9999;
    
    background: #db1931;
    color: #fff;
    
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    
    text-decoration: none;
    
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  .btn1:focus {
      transform: translateY(-50%) rotate(-90deg);
  }

.abc{
    
    display:none;
}

.slider{
    
    display:none;
}
  
  
    
}
@media(min-width:768px){
 .abc1{
    
    display:none;
}
 .slider1{
    
    display:none;
}  
    
}

/* =========================================================
   HERO
   ========================================================= */
.hero{position:relative;background:var(--red);overflow:hidden}
.hero-pattern{
  position:absolute;inset:0;opacity:.08;pointer-events:none;
  background-image:repeating-linear-gradient(45deg,#fff 0 2px,transparent 2px 20px);
}
.hero-inner{
  position:relative;display:grid;grid-template-columns:1fr 1fr;gap:40px;
  align-items:center;padding:72px 24px;
}
.hero-text{color:#fff;animation:fadeIn .8s ease-out both}
.hero-sub{font-style:italic;font-weight:300;letter-spacing:.5px;margin-bottom:12px;font-size:16px;opacity:.95}
.hero-title{
  font-family:'Montserrat',sans-serif;
  font-size:58px;line-height:1.05;font-weight:800;margin-bottom:20px;
}
.hero-title span{font-weight:600;display:inline-block}
.hero-location{
  display:inline-block;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);
  border-left:4px solid #fff;padding:8px 16px;font-size:15px;font-weight:500;letter-spacing:.5px;
}
.hero-image{position:relative;height:460px}
.hero-image img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:grayscale(1) contrast(1.25);
  -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 25%,#000 100%);
          mask-image:linear-gradient(to right,transparent 0%,#000 25%,#000 100%);
}
.hero-image-overlay{position:absolute;inset:0;background:var(--red);mix-blend-mode:multiply;opacity:.3}
.hero-building{position:relative;height:150px;margin-top:-40px}
.hero-building img{
  position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9;
  -webkit-mask-image:linear-gradient(to top,#000 40%,transparent 100%);
          mask-image:linear-gradient(to top,#000 40%,transparent 100%);
}
@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;padding:48px 24px}
  .hero-title{font-size:40px}
  .hero-image{height:320px}
}

/* =========================================================
   STATS BAR
   ========================================================= */
.stats{background:var(--gray-100);padding:32px 0}
.stats-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.stat{display:flex;align-items:center;gap:16px;padding:8px 28px;border-right:1px solid var(--gray-300)}
.stat:last-child{border-right:none}
.stat-bar{width:6px;height:56px;background:var(--red);flex-shrink:0}
.stat-top{font-size:13px;color:var(--gray-600)}
.stat-big{font-family:'Montserrat',sans-serif;font-size:36px;font-weight:800;color:var(--red);line-height:1.1}
.stat-bottom{font-size:14px;font-weight:500;color:var(--gray-700)}
@media (max-width: 768px) {
  .stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .stat-box {
    padding: 10px 5px;
    border-right: 1px solid #ddd;
  }

  .stat-box:last-child {
    border-right: none;
  }
  
  .stat-top{font-size:10px;color:var(--gray-600)}
.stat-big{font-family:'Montserrat',sans-serif;font-size:15px;font-weight:800;color:var(--red);}
.stat-bottom{font-size:9px;font-weight:500;color:var(--gray-700)}
  
  
  
}
/* =========================================================
   COURSE + FORM
   ========================================================= */
.course{padding:30px;
background:#e0e0e0;}

.course-inner{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.course-text{color:var(--gray-700);line-height:1.75;font-size:15px}

.apply-form{background:#db1931;color:#fff;padding:32px;box-shadow:0 15px 40px rgba(0,0,0,.12)}
.apply-form h3{font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.apply-form input,.apply-form select{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.4);color:#fff;
  padding:11px 14px;font-size:14px;font-family:inherit;outline:none;transition:background .2s;
}
.apply-form input.full{grid-column:1/-1}
.apply-form input::placeholder{color:rgba(255,255,255,.85)}
.apply-form input:focus,.apply-form select:focus{background:rgba(255,255,255,.22)}
.apply-form select option{color:#000}
.form-submit{
  margin-top:22px;width:100%;background:#fff;color:#db1931;
  font-weight:600;letter-spacing:3px;padding:13px;
  font-size:12px;transition:background .2s;
}
.form-submit:hover{background:#f5f5f5}
.form-disclaimer{font-size:10px;margin-top:12px;opacity:.9;line-height:1.5}

.course1{padding:30px;
background:#e0e0e0;}
@media (max-width: 768px) {

  .course-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .course-inner > div,
  .apply-form {
    width: 100%;
    max-width: 100%;
  }

  /* Prevent right side overflow */
  .apply-form {
    padding: 18px;
    box-sizing: border-box;
  }

  /* Make ALL inputs fit screen */
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: span 1;
  }

  input, select {
    width: 100%;
    max-width: 100%;
  }
}



/* =========================================================
   PROGRAM INFO CARD
   ========================================================= */
.program-card-wrap{padding-bottom:48px}
.program-card{display:grid;grid-template-columns:1fr 1fr;background:var(--red);color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.12)}
.program-info{padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;align-self:center}
.program-info .label{font-weight:600;opacity:.95;font-size:15px}
.program-info .value{font-weight:300;font-size:15px}
.program-images{display:grid;grid-template-columns:1fr 1fr}
.program-images img{width:100%;height:100%;object-fit:cover;min-height:200px}
@media(max-width:768px){.program-card{grid-template-columns:1fr}}

/* =========================================================
   RECRUITERS
   ========================================================= */
.recruiters{padding:56px 0}
.logo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}
.logo-cell{
  aspect-ratio:3/2;border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;
  padding:12px;font-size:13px;font-weight:700;color:var(--gray-700);text-align:center;
  transition:box-shadow .2s, border-color .2s;
}
.logo-cell:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);border-color:var(--red)}
@media(max-width:1024px){.logo-grid{grid-template-columns:repeat(6,1fr)}}
@media(max-width:720px){.logo-grid{grid-template-columns:repeat(3,1fr)}}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials{padding-bottom:24px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{border:3px solid var(--red);overflow:hidden;transition:box-shadow .3s}
.testi-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.15)}
.testi-card img{width:100%;height:280px;object-fit:cover}
.testi-caption{background:var(--red);color:#fff;padding:12px 16px}
.t-name{font-weight:700;font-size:15px;margin-bottom:2px}
.t-role{font-size:12px;opacity:.95}
@media(max-width:768px){.testi-grid{grid-template-columns:1fr}}

/* =========================================================
   APPLY BANNER
   ========================================================= */
.apply-banner-wrap{padding:40px 0}
.apply-banner{
  display:block;background:var(--red);color:#fff;text-align:center;padding:18px;
  font-family:'font-size:26px;font-weight:800;letter-spacing:3px;
  transition:background .2s;
}
.apply-banner:hover{background:var(--red-dark)}

/* =========================================================
   DIFFERENCE
   ========================================================= */
.difference{position:relative;background:#db1931;padding:56px 0;overflow:hidden}
.diff-pattern{position:absolute;inset:0;opacity:.06;pointer-events:none;background-image:repeating-linear-gradient(135deg,#fff 0 2px,transparent 2px 24px)}
.diff-inner{position:relative;display:grid;grid-template-columns:1fr 2fr;gap:40px}
.diff-heading h2{
  color:#fff;font-size:38px;font-weight:500;line-height:1.05;
}
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.diff-card{
  background:#fff;padding:30px;border-left:6px solid var(--red);
  transition:transform .3s, box-shadow .3s;
  
    position: relative;
  padding: 24px;
  overflow: hidden;

  /* Background Image */
  background: url('W4new.png') no-repeat center center;
  background-size: cover;

  
 
}
.diff-card:hover{transform:translateY(-4px);}
.diff-icon{width:32px;height:32px;color:#db1931;margin-bottom:12px}
.diff-card h3{color:#db1931;font-size:18px;font-weight:600;line-height:1.2;margin-bottom:9px}
.diff-card p{color:var(--gray-700);font-size:14px;line-height:1.6}
@media(max-width:768px){
  .diff-inner{grid-template-columns:1fr}
  .diff-grid{grid-template-columns:1fr}
}
@media (max-width:768px){

  .diff-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    padding:24px;
  }

  .diff-card{
    padding: 19px;

    /* SAME image (no change) */
    background-size: cover;
    background-position: center;

    /* Better height control for image visibility */
    min-height: 210px;

    /* Adjust shape for mobile */
    
  }

  /* Overlay stronger for mobile readability */
  .diff-card::before{
    background: rgba(255,255,255,0.95);
  }

  .diff-card h3{
    font-size: 16px;
  }

  .diff-card p{
    font-size: 13px;
    line-height: 1.5;
  }
}


/* =========================================================
   CURRICULUM
   ========================================================= */
.curriculum{padding:64px 0}
.curriculum-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}
.curriculum-card{border:1px solid rgba(227,6,19,.4);transition:box-shadow .2s}
.curriculum-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}
@media(max-width:768px){

.curriculum-head{background:url('curricullam.png');

 background-size: cover;
 background-position: center;
color:#fff;padding:10px 20px;font-weight:700;letter-spacing:.5px;font-size:15px}
}

.curriculum-head{background:url('curricullam.png');

 background-size: cover;
 background-position: center;
color:#fff;padding:20px 20px;font-weight:700;letter-spacing:.5px;font-size:15px}

.curriculum-card ul{padding:16px 20px;list-style:none}
.curriculum-card li{font-size:14px;color:var(--gray-700);padding:3px 0;position:relative;padding-left:16px}
.curriculum-card li::before{content:"\2022";color:var(--red);font-weight:700;position:absolute;left:0}
@media(max-width:768px){.curriculum-grid{grid-template-columns:1fr}}

/* =========================================================
   BROCHURE
   ========================================================= */
.brochure-wrap {
  padding: 5px;
  display: flex;
  justify-content: center;   /* horizontal center */
}

.brochure-inner {
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: center;   /* ensures center inside */
}

.brochure-btn {
  background: url('download1.png') no-repeat center;
  background-size: cover;
  width: 400px;   /* control size */
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:20px;
  font-weight:500;
  cursor: pointer;
}

@media (max-width:768px){

  .brochure-btn {
   
   background: url('download1.png') no-repeat center;
  background-size: cover;
  width: 220px;   /* control size */
  height: 66px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:15px;
  font-weight:500;
  cursor: pointer;
}

}
.brochure-btn {
  transition: all 0.3s ease;
}

/* hover effect */
.brochure-btn:hover {
  transform: translateY(-3px);   /* slight lift */
  filter: brightness(1.1);       /* little glow */
 
}

.brochure-btn1 {
  background: url('applynow.png') no-repeat center;
  background-size: cover;
  width: 250px;   /* control size */
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:26px;
  font-weight:500;
  cursor: pointer;
}


@media (max-width:768px){

  .brochure-btn1 {
   
    background: url('applynow.png') no-repeat center;
  background-size: cover;
  width: 150px;   /* control size */
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:15px;
  font-weight:500;
  cursor: pointer;
}

}



.brochure-btn1 {
  transition: all 0.3s ease;
}

/* hover effect */
.brochure-btn1:hover {
  transform: translateY(-3px);   /* slight lift */
  filter: brightness(1.1);       /* little glow */
 
}

.brochure-inner2 {
    top:90px;
    padding:20px;
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: center;   /* ensures center inside */
}


.brochure-btn2 {
    position:absolute;
    top:80%;
    left:38%;
  background: url('applynow.png') no-repeat center;
  background-size: cover;
  width: 260px;   /* control size */
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}
.brochure-btn233 {
    position:absolute;
    top:80%;
   
  background: url('lower123_1.png') no-repeat center;
  background-size: cover;
  width: 1580px;   /* control size */
  height: 521px;
z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}

.brochure-btn233s {
    position:absolute;
    top:39%;
   left:24%;
  background: url('student.png') no-repeat center;
  background-size: cover;
  width: 190px;   /* control size */
  height: 382px;
z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}


@media(max-width:768px){
  
  .brochure-btn233 {
    position:absolute;
    top:75%;
   
  background: url('lower123_1m.png') no-repeat center;
  background-size: cover;
  width: 450px;   /* control size */
  height: 446px;
z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}


.brochure-btn2339 {
    position:absolute;
    top:60%;
   
  background: url('lower123_2m.png') no-repeat center;
  background-size: cover;
 width: 472px;   /* control size */
  height: 446px;
 z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}

.brochure-btn233s {
    position:absolute;
    top:5%;
   left:70%;
  background: url('student.png') no-repeat center;
  background-size: cover;
  width: 100px;   /* control size */
  height: 202px;
z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}


}


.brochure-btn2339 {
    position:absolute;
    top:60%;
   
  background: url('lower123_2.png') no-repeat center;
  background-size: cover;
  width: 1582px;   /* control size */
  height: 521px;
 z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}
@media (max-width:768px){
.brochure-btn2339 {
    position:absolute;
    top:60%;
   
  background: url('lower123_2m.png') no-repeat center;
  background-size: cover;
 width: 450px;   /* control size */
  height: 446px;
 z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
}

}




@media (max-width:768px){

  .brochure-btn2 {
    position:absolute;
    top:80%;
    left:35%;
  background: url('applynow.png') no-repeat center;
  background-size: cover;
  width: 90px;   /* control size */
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color:white;
  font-size:9px;
  font-weight:500;
  cursor: pointer;
}

}



.brochure-btn2 {
  transition: all 0.3s ease;
}

/* hover effect */
.brochure-btn2:hover {
  transform: translateY(-3px);   /* slight lift */
  filter: brightness(1.1);       /* little glow */
 
}

/* =========================================================
   SCHOLARSHIP
   ========================================================= */
.scholarship{

    
    
}
.scholarship-inner{background:url('sch1.jpg')no-repeat center center;
    
     position: relative;
 
 

  /* Background Image */
 
  background-size: cover;
  display:flex;
  justify-content:space-between;padding:215px 20px}
  


@media (max-width:768px){

  .scholarship-inner{
    background: url('sch1.jpg') no-repeat center;
    background-size: cover;

    display: block;              /* remove flex */
    padding: 75px 25px;          /* reduce huge space */
    text-align: center;
  }

}


.scholar-table{border:1px solid var(--red);background:#fff;overflow:hidden}
.scholar-table .row{display:grid;grid-template-columns:1fr 1fr 1fr}
.scholar-table .row.head{background:var(--red);color:#fff;font-weight:700}
.scholar-table .row > div{padding:16px 18px;border-right:1px solid rgba(227,6,19,.25)}
.scholar-table .row > div:last-child{border-right:none}
.scholar-table .row:not(.head){border-top:1px solid rgba(227,6,19,.25)}
.scholar-table .highlight{color:var(--red);font-weight:700}
.scholar-cta{
  display:block;max-width:380px;margin:5px auto 0;background:var(--red);color:#fff;text-align:center;
  padding:14px;font-weight:800;letter-spacing:3px;transition:background .2s;
}
.scholar-cta:hover{background:var(--red-dark)}
.scholar-image img{width:240px;height:320px;object-fit:cover;filter:grayscale(1)}
@media (max-width:768px){

  /* stack section */
  .scholarship-inner{
    grid-template-columns:1fr 1fr 1fr;
  }

  /* hide side image */
  .scholar-image{
    display:none;
  }

  /* TABLE FIX (IMPORTANT) */
  .scholar-table .row{
    grid-template-columns:1fr 1fr 1fr;   /* stack all columns */
  }

  /* spacing between cells */
  .scholar-table .row > div{
    border-right:none;
    border-bottom:1px solid rgba(227,6,19,.2);
  }

  /* last item remove border */
  .scholar-table .row > div:last-child{
    border-bottom:none;
  }

  /* make headings smaller */
  .scholar-table .row.head{
    font-size:12px;
    text-align:center;
  }

  /* content readability */
  .scholar-table{
    font-size:10px;
  }

}
/* =========================================================
   CAMPUS CAROUSEL
   ========================================================= */
.campus{padding:64px 0}
.carousel{position:relative;margin-top:32px;
    
    
    
}
.car-frame{border:4px solid var(--red);overflow:hidden;
    
  z-index: 1;  
    
}
.car-frame img{width:100%;height:640px;object-fit:cover;transition:opacity .9s}
.car-btn{
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.25);
  transition:background .2s;
}
.car-btn:hover{background:var(--red-dark)}
.car-btn.left{left:-20px}
.car-btn.right{right:-20px}
.car-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}
.car-dot{height:8px;width:8px;border-radius:999px;background:var(--gray-300);transition:all .2s;cursor:pointer}
.car-dot.active{width:32px;background:var(--red)}


@media(max-width:768px){
  
  .car-btn.left{left:8px}
  .car-btn.right{right:8px}
  
  .car-frame{border:1px solid var(--red);overflow:hidden;
    
  z-index: 1;  
    
}
.car-frame img{width:100%;height:440px;object-fit:cover;transition:opacity .9s}

  
}




/* =========================================================
   AMENITIES
   ========================================================= */
.amenities{background:#db1931;padding:48px 0;color:#fff}
.amenities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.am-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;border-right:1px solid rgba(255,255,255,.3)}
.am-item:nth-child(3n){border-right:none}
.am-item svg{margin-bottom:10px}
.am-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:15px;line-height:1.3}
.am-sub{font-size:13px;opacity:.9;margin-top:4px}
@media(max-width:720px){
  .amenities-grid{grid-template-columns:1fr 1fr}
  .am-item{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:16px}
}

/* =========================================================
   AWARDS
   ========================================================= */
.awards{padding:64px 0}
.awards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 40px;margin-top:40px}
.award-item{display:flex;gap:12px;align-items:flex-start}
.award-item svg{color:var(--red);flex-shrink:0;width:40px;height:56px}
.award-item .flip{transform:scaleX(-1)}
.award-item .title{font-family:'Montserrat',sans-serif;color:var(--red);font-weight:800;font-size:14px;line-height:1.3;white-space:pre-line}
.award-item .by{color:var(--gray-600);font-size:12px;margin-top:6px;font-style:italic}
@media(max-width:768px){.awards-grid{grid-template-columns:1fr 1fr;gap:32px 20px}}
@media(max-width:500px){.awards-grid{grid-template-columns:1fr}}

/* =========================================================
   FAQ
   ========================================================= */
.faq{background:var(--gray-100);padding:56px 0}
.faq-inner{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:start}
.faq-title{background:#db1931;color:#fff;padding:32px;display:flex;align-items:center;align-self:stretch}
.faq-title h2{font-family:'Montserrat',sans-serif;font-size:26px;font-weight:800;line-height:1.1}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .2s}
.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:16px 20px;text-align:left;font-weight:600;color:var(--gray-800);font-size:15px;
}
.faq-q .num{color:var(--red);font-weight:700;margin-right:8px}
.faq-q .icon{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:400;font-size:18px;
  transition:transform .2s;
}
.faq-a{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease, padding .3s ease;color:var(--gray-700);font-size:14px;line-height:1.7}
.faq-item.open .faq-a{padding:4px 20px 16px;max-height:400px;border-top:1px solid var(--gray-200)}
.faq-item.open .icon{transform:rotate(45deg)}
@media(max-width:768px){
  .faq-inner{grid-template-columns:1fr}
  .faq-title{padding:24px}
  
  .faq1{
     
     display:none;
 }
}

@media(min-width:768px){
 .faq{
     
     display:none;
 }
  
  
}

/* =========================================================
   VIDEO MODAL
   ========================================================= */

/* SECTION */
.video-section {
   
    
  padding: 40px 15px;
    padding-top: 400px;
  text-align: center;
}

/* THUMBNAIL */
.video-container {
    
   
  max-width: 900px;
  margin: auto;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  border: 2px dashed #db1931;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  display: block;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background: rgba(255,255,255,0.8);
  color: #000;
  font-size: 30px;
  padding: 15px 20px;
  border-radius: 50%;
}

/* MODAL */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background: rgba(0,0,0,0.8);
  
  justify-content: center;
  align-items: center;
}

/* VIDEO BOX */
.video-box {
  position: relative;
  width: 80%;
  max-width: 900px;
}

/* IFRAME */
.video-box iframe {
  width: 100%;
  height: 500px;
  border-radius: 8px;
}

/* CLOSE BUTTON */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .video-box {
    width: 95%;
  }

.video-section {
   
    
  padding: 40px 15px;
    padding-top: 310px;
  text-align: center;
}
  .video-box iframe {
    height: 220px;
  }

  .close-btn {
    top: -35px;
    font-size: 24px;
  }
}

.video-modal {
  opacity: 0;
  transition: 0.3s;
}

.video-modal.active {
  opacity: 1;
}

/* =========================================================
   STILL THINKING + FOOTER
   ========================================================= */
.still-thinking{background:var(--red);padding:22px 0}
.st-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.still-thinking h3{font-family:'Montserrat',sans-serif;color:#fff;font-size:26px;font-weight:800;letter-spacing:1px}

.footer{background:#fff;padding:36px 0;border-top:1px solid var(--gray-200)}
.footer-inner{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.footer-inner p{font-size:14px;color:var(--gray-700);margin:3px 0}
.footer-label{font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1.5px;font-size:12px!important;margin-bottom:6px!important}
.footer-bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;
  border-top:1px solid var(--gray-200);padding-top:14px;margin-top:20px;
  font-size:12px;color:var(--gray-600);
}
