


/* ================= HERO SECTION ================= */

.hero-section{
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;

  justify-content: center;

  /* 🔥 GRADIENT BACKGROUND */
  background: linear-gradient(
    135deg,
    #035ba6,
    #0b3f73,
    #f38020
  );
}
.hero-content{
  text-align: center;
  margin: 0 auto;
}

.hero-btns{
  justify-content: center;
}

.hero-subtitle{
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f38020;
}

.hero-desc{
  font-size: 1.05rem;
  color: #FFFFFF;
  max-width: 520px;
}

/* Buttons */
.hero-btns .btn-student{
  white-space: nowrap;          /* 🔒 single line text */
  min-width: 170px;  
  background: #035ba6;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.hero-btns .btn-student:hover{
  background: #f38020;
  color: #fff;
}



/* Outline button */
.hero-btns .btn-student.outline{
  
  border: 2px solid #035ba6;
  
}

.hero-btns .btn-student.outline:hover{
 background: #f38020;
  color: #fff;
}

/* Arrow */
.hero-btns .arrow{
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

/* Right Image */
.hero-img{
  max-width: 520px;
}

/* Mobile */
@media (max-width:768px){

  .hero-content{
    text-align: center;
  }

  .hero-desc{
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns{
    justify-content: center;
  }

}
.hero-title {
	font-size: 2.8rem !important;
    line-height: 0.9 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-left: 0px !important;
    font-family: 'Figtree', sans-serif;
}
/* ================= PROGRAM HIGHLIGHTS – NEW DESIGN ================= */
.program-highlights-new {
  background: #f9f9f9;
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* Header */
.highlights-header-new {
  text-align: center;
  margin-bottom: 70px;
}

.highlights-badge-new {
    display: inline-block !important;
    background: rgba(3, 91, 166, 0.1)!important;
    color: #035ba6 !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    margin-bottom: 18px !important;
    letter-spacing: .5px !important;
}

.highlights-title-new {
  color: #035ba6;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
}

/* Highlights Grid */
.highlights-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  position: relative;
}

/* Card */
.highlight-card-new {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.highlight-card-new:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

/* Angled Ribbon Accent */
.highlight-card-new::before {
  content: "";
  position: absolute;
  top: -15px;
  right: -50px;
  width: 120px;
  height: 35px;
  background: #f38020;
  transform: rotate(25deg);
  z-index: 1;
}

/* Icon */
.highlight-icon-new {
  width: 60px;
  height: 60px;
  background: rgba(3,91,166,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.highlight-icon-new img {
  width: 28px;
}

/* Card Text */
.highlight-card-new h5 {
  color: #035ba6;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
}

.highlight-card-new p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .highlights-title-new {
    font-size: 2rem;
  }
  .highlight-card-new::before {
    top: -10px;
    right: -30px;
    width: 80px;
    height: 25px;
  }
  .highlight-icon-new {
    width: 50px;
    height: 50px;
  }
}
/* ================= PROGRAM INFO MODERN ================= */

.program-info-modern{
  background: #fafafa;
}

/* ================= CARD ================= */

.program-card{
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  position: relative;
}

.program-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #f38020;
  border-radius: 20px 0 0 20px;
}

.program-card h2{
  color: #035ba6;
  font-weight: 600;
  margin-bottom: 10px;
}

.program-card p{
  color: #555;
  margin-bottom: 15px;
}

/* ================= LIST ================= */

.program-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-list li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.program-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f38020;
  font-weight: 600;
}

/* ================= STATS ================= */

.program-stat{
  background: #ffffff;
  padding: 28px 20px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.program-stat span{
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 6px;
}

.program-stat h4{
  color: #035ba6;
  font-weight: 600;
}

/* Highlight Fee */
.program-stat.highlight{
  background: linear-gradient(135deg, #035ba6, #0b3f73);
}

.program-stat.highlight span,
.program-stat.highlight h4{
  color: #ffffff;
}

/* ================= MOBILE ================= */

@media(max-width: 768px){

  .program-card{
    padding: 30px 25px;
  }

  .program-stat{
    padding: 24px 18px;
  }

}

/* ================= DEAN SECTION – PREMIUM MODERN ================= */

.btech-dean-section{
  padding:80px 0;
  background: linear-gradient(135deg,#f4f9ff,#eef6fd);
}

.btech-dean-content{
  background:#ffffff;
  padding:48px;
  border-radius:28px;
  display:flex;
  gap:45px;
  align-items:center;
  box-shadow:0 22px 55px rgba(6,91,167,0.10);
  transition:all .4s ease;
}

.btech-dean-content:hover{
  transform:translateY(-6px);
}

/* Image */
.btech-dean-img{
  position:relative;
  flex-shrink:0;
}

.btech-dean-img::before{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:4px solid #f38020;
  z-index:0;
}

.btech-dean-img img{
  width:270px;
  border-radius:50%;
  border:5px solid #065ba7;
  position:relative;
  z-index:1;
  background:#fff;
}

/* Text */
.btech-dean-title{
  color:#065ba7;
  font-weight:600;
  font-size:26px;
  margin-bottom:12px;
}

.btech-dean-welcome-highlight{
  color:#f38020;
  font-weight:600;
  font-size:17px;
  display:block;
  margin-bottom:12px;
}

.btech-dean-desc-short,
.btech-dean-desc-full{
  color:#444;
  line-height:1.75;
  font-size:0.98rem;
}

.btech-dean-readmore{
  color:#f38020;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.btech-dean-readmore:hover{
  letter-spacing:.6px;
}

.btech-dean-sign{
  color:#065ba7;
  font-weight:600;
  font-size:1rem;
}

/* Mobile */
@media(max-width:768px){
  .btech-dean-content{
    flex-direction:column;
    text-align:center;
    padding:32px;
  }

  .btech-dean-img img{
    width:210px;
  }
}
/* ================= FACULTY – PREMIUM SHOWCASE ================= */

.faculty-wrapper{
  background:#fafafa;
  padding:100px 0;
}

/* Header */
.faculty-title{
  color:#035ba6;
  font-weight:600;
  text-align:center;
  margin-bottom:70px;
  position:relative;
}
.faculty-title::after{
  content:"";
  width:80px;
  height:4px;
  background:#f38020;
  display:block;
  margin:12px auto 0;
}

/* Carousel Flex */
.faculty-carousel .owl-stage{
  display:flex;
}
.faculty-carousel .owl-item{
  display:flex;
  justify-content:center;
}

/* Card */
.btech-faculty-card{
  background:#ffffff;
  border-radius:26px;
  padding:28px 24px 30px;
  text-align:center;
  max-width:280px;
  width:100%;
  box-shadow:0 18px 45px rgba(3,91,166,0.12);
  transition:all .4s ease;
  position:relative;
  overflow:hidden;
}

.btech-faculty-card::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:0;
  background:#035ba6;
  transition:.4s;
  z-index:0;
}

.btech-faculty-card:hover::before{
  height:100%;
}

.btech-faculty-card:hover{
  transform:translateY(-10px);
}

.btech-faculty-card:hover h5,
.btech-faculty-card:hover .faculty-role{
  color:#fff;
  position:relative;
  z-index:1;
}

/* Image */
.faculty-img-gradient{
  display:flex;
  justify-content:center;
  position:relative;
  z-index:1;
}

.faculty-img-gradient img{
  width:140px !important;
  height:140px;
  border-radius:50%;
  object-fit:cover;
  border:5px solid #f38020;
  margin-bottom:18px;
  background:#fff;
}

/* Text */
.faculty-info h5{
  color:#035ba6;
  font-weight:600;
  font-size:1.05rem;
  margin-bottom:6px;
  transition:.3s;
}

.faculty-role{
  font-size:0.92rem;
  color:#444;
  line-height:1.5;
  transition:.3s;
}

/* Mobile */
@media(max-width:768px){
  .btech-faculty-card{
    max-width:250px;
  }
}
/* ================= NEWS TIMELINE DESIGN ================= */

.news-timeline-section{
  background:#f9f9f9;
  padding:80px 0;
  font-family:'Figtree', sans-serif;
}

/* Header */
.news-timeline-header{
  text-align:center;
  margin-bottom:60px;
}

.news-timeline-header span{
    display: inline-block !important;
    background: rgba(3, 91, 166, 0.1)!important;
    color: #035ba6 !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    margin-bottom: 18px !important;
    letter-spacing: .5px !important;
}

.news-timeline-header h2{
  margin-top:12px;
  color:#035ba6;
  font-weight:600;
}

/* Layout */
.news-timeline-wrap{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:50px;
  align-items:flex-start;
}

/* Featured Vertical Card */
.news-feature-vertical{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.news-feature-vertical img{
  width:100%;
  height:360px;
  object-fit:cover;
}

.news-feature-content{
  padding:28px;
}

.news-feature-content a{
  color:#035ba6;
  font-size:1.35rem;
  font-weight:600;
  text-decoration:none;
}

.news-feature-content a:hover{
  color:#f38020;
}

.news-feature-content p{
  margin-top:12px;
  color:#555;
  line-height:1.6;
}

/* Timeline */
.news-timeline-list{
  position:relative;
  padding-left:30px;
  padding-top:53px;
}

.news-timeline-list::before{
  content:'';
  position:absolute;
  left:8px;
  top:0;
  bottom:0;
  width:3px;
  background:#035ba6;
  opacity:.25;
  marign-top:24px;
}

/* Timeline Card */
.news-timeline-item{
  display:flex;
  gap:20px;
  margin-bottom:35px;
  position:relative;
}

.news-timeline-dot{
  width:18px;
  height:18px;
  background:#f38020;
  border-radius:50%;
  margin-left:-38px;
  margin-top:10px;
}

.news-timeline-card{
  background:#fff;
  display:flex;
  gap:15px;
  padding:14px;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  align-items:center;
  transition:.3s;
}

.news-timeline-card:hover{
  transform:translateY(-4px);
}

.news-timeline-card img{
  width:90px;
  height:90px;
  border-radius:12px;
  object-fit:cover;
}

.news-timeline-card a{
  color:#035ba6;
  font-weight:600;
  text-decoration:none;
}

.news-timeline-card a:hover{
  color:#f38020;
}

/* Mobile */
@media(max-width:992px){
  .news-timeline-wrap{
    grid-template-columns:1fr;
  }

  .news-timeline-list{
    padding-left:0;
  }

  .news-timeline-list::before{
    display:none;
  }

  .news-timeline-dot{
    display:none;
  }
}


/* ================= TECH EXCELLENCE MODERN ================= */

.tech-excellence-modern{
  background:#fafafa;
  padding:80px 0;
  position:relative;
}


/* Content Box */
.tech-excellence-box{
  background:#fff;
  padding:45px;
  border-radius:20px;
  box-shadow:0 12px 35px rgba(0,0,0,0.08);
  border-left:6px solid #f38020;
}


/* Tag */
.tech-tag{
    display: inline-block !important;
    background: rgba(3, 91, 166, 0.1)!important;
    color: #035ba6 !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    margin-bottom: 18px !important;
    letter-spacing: .5px !important;
}


/* Title */
.tech-excellence-title{
  color:#035ba6;
  font-weight:600;
  margin-bottom:20px;
  line-height:1.3;
}


/* Description */
.tech-excellence-desc{
  font-size:16px;
  line-height:1.7;
  color:#444;
}


/* Image Frame */
.tech-image-frame{
  position:relative;
  padding:15px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}


/* Accent Border Behind Image */
.tech-image-frame::before{
  content:"";
  position:absolute;
  top:-12px;
  left:-12px;
  width:100%;
  height:100%;
  border-radius:22px;
  border:3px solid #f38020;
  z-index:-1;
}


.tech-image-frame img{
  border-radius:16px;
  width:100%;
}


/* Mobile Responsive */
@media(max-width:768px){

  .tech-excellence-box{
    padding:30px;
    text-align:center;
    border-left:none;
    border-top:6px solid #f38020;
  }

  .tech-tag{
    margin:auto;
  }

}
/* ================= APPLY FLOW DESIGN ================= */

.apply-flow-section{
  background:#f7f7f7;
  padding:90px 0;
  font-family:'Figtree', sans-serif;
}

/* Header */
.apply-flow-head{
  text-align:center;
  margin-bottom:70px;
}

.apply-flow-head span{
    display: inline-block !important;
    background: rgba(3, 91, 166, 0.1)!important;
    color: #035ba6 !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    margin-bottom: 18px !important;
    letter-spacing: .5px !important;
}

.apply-flow-head h2{
  margin-top:14px;
  color:#035ba6;
  font-size:2.6rem;
  font-weight:700;
}

/* Flow Layout */
.apply-flow-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  position:relative;
}

/* Connecting Line */
.apply-flow-track::before{
  content:'';
  position:absolute;
  top:42px;
  left:8%;
  right:8%;
  height:3px;
  background:#035ba6;
  opacity:.2;
  z-index:1;
}

/* Step */
.apply-flow-step{
  text-align:center;
  padding:0 30px;
  position:relative;
  z-index:2;
}

/* Number */
.apply-flow-no{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#035ba6;
  color:#fff;
  font-size:1.2rem;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 22px;
  box-shadow:0 10px 25px rgba(3,91,166,.25);
}

/* Content Box */
.apply-flow-box{
  background:#fff;
  border-radius:20px;
  padding:30px 28px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
  transition:.3s;
}

.apply-flow-box:hover{
  transform:translateY(-8px);
}

/* Title */
.apply-flow-box h4{
  color:#035ba6;
  font-weight:600;
  margin-bottom:12px;
}

/* Text */
.apply-flow-box p{
  color:#555;
  font-size:.95rem;
  line-height:1.6;
}

/* Button inline */
.apply-flow-box button{
  background:none;
  border:none;
  padding:0;
  color:#f38020;
  font-weight:600;
  cursor:pointer;
}

.apply-flow-box button:hover{
  text-decoration:underline;
}

/* Mobile */
@media(max-width:992px){
  .apply-flow-track{
    grid-template-columns:1fr;
  }

  .apply-flow-track::before{
    display:none;
  }

  .apply-flow-step{
    margin-bottom:40px;
  }
}