


/* ================= HERO SECTION ================= */

.hero-section{
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;

background: 
    url("../images/shms_banner.jpeg") center/cover no-repeat;
}


.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{
  background: #035ba6;
  color: #fff;
  padding: 12px 26px;
  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;
}

.hero-title {
	margin-left:0px !important;
	font-weight: 600 !important;
}

@media (max-width:768px){

  .hero-fee-details-banner{
    background:
      url("../images/School of Clinical Research, Medical & Health Sciences.jpg") center/cover no-repeat;
  }

}

/* 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: 3.1rem !important;
}

/* ================= FUTURE READY – ULTRA MODERN ================= */

.future-ready-modern{
  background:linear-gradient(135deg,#f7fbff,#eef6fd);
  padding:100px 0;
  position:relative;
  overflow:hidden;
}

/* Floating abstract background */
.future-ready-modern::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  background:radial-gradient(circle,#f38020,transparent 70%);
  top:-150px;
  right:-120px;
  opacity:.08;
}

/* ================= HEADER ================= */

.future-badge{
    display: inline-block;
    background: rgba(3, 91, 166, 0.1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.future-title{
  color:#035ba6;
  font-weight:600;
  font-size:2.4rem;
}

/* ================= CARD ================= */

.future-card{
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(14px);
  padding:40px 35px;
  border-radius:24px;
  text-align:left;
  position:relative;
  overflow:hidden;
  transition:.45s;
  box-shadow:0 25px 60px rgba(3,91,166,0.12);
}

/* Gradient border */
.future-card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  border-radius:24px;
  background:linear-gradient(135deg,#035ba6,#f38020);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:0;
  transition:.4s;
}

.future-card:hover::before{
  opacity:1;
}

/* Hover lift */
.future-card:hover{
  transform:translateY(-12px);
  box-shadow:0 40px 80px rgba(3,91,166,0.22);
}

/* Glow effect */
.future-card::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  background:radial-gradient(circle,#035ba6,transparent);
  bottom:-90px;
  right:-90px;
  opacity:.08;
}

/* ================= ICON ================= */

.future-icon{
  width:60px;
  height:60px;
  background:#f38020;
  color:#fff;
  font-weight:600;
  font-size:1.05rem;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  box-shadow:0 12px 30px rgba(3,91,166,0.25);
}

/* ================= TEXT ================= */

.future-card h3{
  color:#035ba6;
  font-size:1.35rem;
  font-weight:600;
  margin-bottom:12px;
}

.future-card p{
  color:#555;
  margin-bottom:0;
  line-height:1.7;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .future-card{
    text-align:center;
  }

  .future-icon{
    margin-left:auto;
    margin-right:auto;
  }

  .future-title{
    font-size:1.9rem;
  }
}


/* ================= DRIVE FUTURE – PREMIUM MODERN ================= */

.btech-drive-future-section{
  background: linear-gradient(135deg,#f4f9ff,#eef6fd);
  padding: 70px 0;
}

/* Heading */
.btech-drive-future-section h2{
  color: #035ba6;
  font-weight: 600;
  font-size: 34px;
  position: relative;
  text-align: center;
}

/* Carousel layout fix */
.btech-drive-carousel .owl-stage{
  display:flex;
}
.btech-drive-carousel .owl-item{
  display:flex;
  justify-content:center;
}

/* Card */
.btech-drive-card{
  background:#fff;
  border-radius:22px;
  padding:35px 26px;
  max-width:300px;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-align:center;
  box-shadow:0 12px 32px rgba(3,91,166,0.08);
  transition:.4s;
  position:relative;
  overflow:hidden;
}

/* Soft overlay hover */

.btech-drive-card:hover::before{
  height:100%;
  background:#f38020;
}

.btech-drive-card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 45px rgba(3,91,166,0.18);
}

/* Icon */
.btech-drive-icon{
  width:95px;
  height:95px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#f38020;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.4s;
}
.btech-drive-icon img{
  width:50px;
  height:50px;
  object-fit:contain;
  filter:brightness(0) invert(1);
}
.btech-drive-card:hover .btech-drive-icon{
  transform:rotate(8deg) scale(1.08);
}

/* Title */
.btech-drive-card h4{
  color:#035ba6;
  font-weight:600;
  font-size:1.1rem;
  margin-bottom:6px;
}

/* Description */
.btech-drive-card p{
  color:#555;
  font-size:.92rem;
  margin-bottom:18px;
}

/* Arrow */
.btech-drive-arrow a{
  width:45px;
  height:45px;
  border-radius:50%;
  border:2px solid #035ba6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
}
.btech-drive-arrow a:hover{
  background:#f38020;
  border:none;
}
.btech-drive-arrow a:hover svg{
  stroke:#fff;
}

/* Hide owl nav */
.owl-nav{
  display:none !important;
}

/* ================= DEAN SECTION ================= */

.btech-dean-section{
  padding:80px 0;
  background: linear-gradient(135deg,#f4f9ff,#eef6fd);
}

.btech-dean-content{
  background:#fff;
  padding:45px;
  border-radius:26px;
  display:flex;
  gap:40px;
  align-items:center;
  box-shadow:0 20px 50px rgba(3,91,166,0.08);
  transition:.4s;
}
.btech-dean-content:hover{
  transform:translateY(-6px);
}

/* Image */
.btech-dean-img{
  position:relative;
  flex-shrink:0;
}
.btech-dean-img::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border:3px solid #f38020;
  border-radius:50%;
  top:-8px;
  left:-8px;
  z-index:-1;
}
.btech-dean-img img{
  width:270px;
  border-radius:50%;
  border:4px solid #035ba6;
}

/* Text */
.btech-dean-title{
  color:#035ba6;
  font-weight:600;
  font-size:26px;
  margin-bottom:10px;
}

.btech-dean-welcome-highlight{
  color:#f38020;
  font-weight:600;
  font-size:17px;
  display:block;
  margin-bottom:10px;
}

.btech-dean-desc-short,
.btech-dean-desc-full{
  color:#444;
  line-height:1.7;
  font-size:15px;
}

/* Read more */
.btech-dean-readmore{
  color:#f38020;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}
.btech-dean-readmore:hover{
  letter-spacing:.5px;
}

/* Signature */
.btech-dean-sign{
  color:#035ba6;
  font-weight:600;
}

/* Responsive */
@media(max-width:768px){
  .btech-dean-content{
    flex-direction:column;
    text-align:center;
    padding:30px;
  }
  .btech-drive-card{
    max-width:260px;
  }
}

/* ================= FACULTY – PORTRAIT SHOWCASE ================= */

.faculty-showcase{
  background: #fafafa;
  padding: 100px 0;
}

/* Header */
.showcase-header{
  text-align: center;
  margin-bottom: 70px;
}

.showcase-header span{
    display: inline-block;
    background: rgba(3, 91, 166, 0.1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.showcase-header h2{
  color: #035ba6;
  font-size: 2.8rem;
  font-weight: 600;
}

/* Grid */
.showcase-grid{
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px 40px;
}

/* Item */
.showcase-item{
  text-align: center;
  position: relative;
}

/* Image Wrap */
.showcase-img-wrap{
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
}

/* Image */
.showcase-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #035ba6;
  position: relative;
  z-index: 2;
}

/* Orange Halo */
.showcase-img-wrap::before{
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 4px solid #f38020;
  z-index: 1;
}

/* Info Panel */
.showcase-info{
  background: #ffffff;
  margin-top: -40px;
  padding: 60px 24px 26px;
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
  transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  min-height: 180px;
}

/* Hover */
.showcase-item:hover .showcase-info{
  background: #035ba6;
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.12);
}

.showcase-item:hover .showcase-info h6,
.showcase-item:hover .showcase-info p{
  color: #ffffff;
}

/* Name */
.showcase-info h6{
  color: #035ba6;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}

/* Text */
.showcase-info p{
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.45;
}

/* Mobile */
@media(max-width:768px){
  .showcase-img-wrap{
    width: 160px;
    height: 160px;
  }

  .showcase-header h2{
    font-size: 2.1rem;
  }
}

/* ================= INFRASTRUCTURE SECTION ================= */

.infrastructure-section{
  background: #fafafa;
  padding: 70px 0;
}

/* Section Title */
.faculty-title{
  color: #035ba6;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.faculty-title::after{
  content: "";
  width: 70px;
  height: 3px;
  display: block;
  margin: 10px auto 0;
}


/* ================= CAROUSEL LAYOUT ================= */

.infrastructure-carousel .owl-stage{
  display: flex;
}

.infrastructure-carousel .owl-item{
  display: flex;
  justify-content: center;
  align-items: stretch;
}


/* ================= CARD ================= */

.infrastructure-card{
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;

  width: 100%;
  max-width: 420px;           /* Controls card width */

  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  transition: all 0.35s ease;
}

.infrastructure-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}


/* ================= IMAGE ================= */

.infrastructure-card img{
  width: 100%;
  height: 340px;              /* 🔥 BIG IMAGE SIZE */
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Subtle zoom on hover */
.infrastructure-card:hover img{
  transform: scale(1.06);
}


/* ================= OWL NAV (OPTIONAL) ================= */

.infrastructure-carousel .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.infrastructure-carousel .owl-nav button span{
  font-size: 26px;
  color: #035ba6;
}

.infrastructure-carousel .owl-nav .owl-prev{
  left: -60px;
}

.infrastructure-carousel .owl-nav .owl-next{
  right: -60px;
}


/* ================= MOBILE ================= */

@media(max-width: 992px){

  .infrastructure-card{
    max-width: 360px;
  }

  .infrastructure-card img{
    height: 280px;
  }

}

@media(max-width: 576px){

  .infrastructure-card{
    max-width: 100%;
  }

  .infrastructure-card img{
    height: 220px;
  }

}



/* ================= LATEST NEWS MODERN ================= */

.latest-news-modern{
  background:#fafafa;
  padding:70px 0;
}

/* Header */
.latest-news-badge{
    display: inline-block;
    background: rgba(3, 91, 166, 0.1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.latest-news-title{
  color:#035ba6;
  font-weight:600;
}

/* Grid */
.latest-news-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:35px;
}

/* Featured */
.featured-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:.3s;
}

.featured-card:hover{
  transform:translateY(-6px);
}

.featured-img-wrap img{
  width:100%;
  height:320px;
  object-fit:cover;
}

.featured-content{
  padding:25px;
}

.featured-title{
  font-size:1.25rem;
  font-weight:600;
  color:#035ba6;
  text-decoration:none;
}

.featured-title:hover{
  color:#f38020;
}

.featured-desc{
  margin-top:10px;
  color:#555;
}

/* Side News */
.latest-news-side{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.side-news-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  gap:15px;
  padding:12px;
  align-items:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
  transition:.3s;
}

.side-news-card:hover{
  transform:translateY(-4px);
}

.side-news-card img{
  width:90px;
  height:90px;
  border-radius:10px;
  object-fit:cover;
}

.side-news-title{
  color:#035ba6;
  font-weight:600;
  text-decoration:none;
}

.side-news-title:hover{
  color:#f38020;
}

/* Divider */
.latest-news-divider{
  margin-top:60px;
  border-top:2px solid #035ba6;
  opacity:0.15;
}

/* Mobile */
@media(max-width:992px){
  .latest-news-grid{
    grid-template-columns:1fr;
  }
}

/* ================= 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;
  background:#035ba6;
  color:#fff;
  padding:6px 18px;
  border-radius:25px;
  font-size:13px;
  font-weight:600;
  margin-bottom:15px;
}


/* 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;
  }

}



/* ================= HOW TO APPLY – FLOW DESIGN ================= */

.apply-flow-section{
  background:#fafafa;
  padding:90px 0;
}

/* Header */
.apply-flow-header{
  text-align:center;
  margin-bottom:70px;
}

.apply-flow-tag{
    display: inline-block;
    background: rgba(3, 91, 166, 0.1);
    color: #035ba6;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.apply-flow-title{
  color:#035ba6;
  font-weight:600;
  font-size:2.6rem;
}

/* ================= FLOW LAYOUT ================= */

.apply-flow-wrapper{
  position:relative;
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:60px;
}

/* Vertical line */
.apply-flow-wrapper::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:100%;
  background:#035ba6;
  transform:translateX(-50%);
  opacity:0.2;
}

/* Step Row */
.apply-flow-step{
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  align-items:center;
  position:relative;
}

/* Circle */
.apply-flow-circle{
  width:80px;
  height:80px;
  border-radius:50%;
  background:#fff;
  border:3px solid #f38020;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  color:#035ba6;
  font-size:18px;
  z-index:2;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

/* Card */
.apply-flow-card{
  background:#fff;
  padding:28px 30px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:.35s;
  max-width:420px;
}

.apply-flow-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* Alignment */
.apply-left .apply-flow-card{
  justify-self:end;
  text-align:right;
}
.apply-right .apply-flow-card{
  justify-self:start;
  text-align:left;
}

/* Icon */
.apply-flow-icon{
  width:55px;
  height:55px;
  background:#035ba6;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.apply-flow-icon svg{
  stroke:#fff;
}

/* Step title */
.apply-flow-card h4{
  color:#035ba6;
  font-weight:600;
  margin-bottom:10px;
}

/* Text */
.apply-flow-card p{
  font-size:0.95rem;
  color:#555;
  line-height:1.6;
}

/* Button */
.apply-flow-btn{
  background:none;
  border:none;
  color:#f38020;
  font-weight:600;
  padding:0;
  cursor:pointer;
}
.apply-flow-btn:hover{
  text-decoration:underline;
}

/* ================= RESPONSIVE ================= */

@media(max-width:900px){

  .apply-flow-wrapper::before{
    left:40px;
  }

  .apply-flow-step{
    grid-template-columns:80px 1fr;
  }

  .apply-left .apply-flow-card,
  .apply-right .apply-flow-card{
    justify-self:start;
    text-align:left;
    max-width:100%;
	min-width:400px;
  }

}

(max-width:900px){

  .apply-flow-wrapper::before{
    left:40px;
  }

  .apply-flow-step{
    grid-template-columns:80px 1fr;
  }

  .apply-left .apply-flow-card,
  .apply-right .apply-flow-card{
    justify-self:start;
    text-align:left;
    max-width:100%;
    min-width:unset;
  }

  .apply-flow-circle{
    width:60px;
    height:60px;
    font-size:16px;
  }

  .apply-flow-card{
    padding:20px 18px;
  }

  .apply-flow-card h4{
    font-size:1rem;
  }

  .apply-flow-card p{
    font-size:0.85rem;
  }

  .apply-flow-icon{
    width:45px;
    height:45px;
  }
}

@media(max-width:576px){
  .apply-flow-wrapper::before{
    left:30px;
  }

  .apply-flow-step{
    grid-template-columns:60px 1fr;
    gap:15px;
  }

  .apply-flow-card{
    padding:15px 15px;
  }

  .apply-flow-circle{
    width:50px;
    height:50px;
    font-size:14px;
  }

  .apply-flow-icon{
    width:40px;
    height:40px;
  }
}

/* ================= DRIVE FUTURE GRID ================= */

.btech-drive-future-section{
  padding: 90px 0;
  background: linear-gradient(135deg,#f8fbff,#ffffff);
}

/* Title */
.btech-drive-future-section h2{
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 40px;
}

/* 🔥 Convert carousel into grid */
.btech-drive-carousel{
  display: grid !important;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}

/* Card */
.btech-drive-card{
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  position: relative;
  transition: 0.35s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}

/* Hover animation */
.btech-drive-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Icon */
.btech-drive-icon{
  width: 70px;
  height: 70px;
  border-radius: 14px;
    background: rgb(243 128 32);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: 0.3s;
}

/* Icon hover */
.btech-drive-card:hover .btech-drive-icon{
  background: #065ba7;
}

.btech-drive-card:hover .btech-drive-icon img{
  filter: brightness(0) invert(1);
}

/* Title */
.btech-drive-card h4{
  font-size: 17px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 8px;
}

/* Text */
.btech-drive-card p{
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

/* Arrow */
.btech-drive-arrow{
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.btech-drive-arrow a{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #2176d2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btech-drive-arrow a:hover{
  background: #2176d2;
}

.btech-drive-arrow a:hover svg{
  stroke: #fff;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1200px){
  .btech-drive-carousel{
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width:992px){
  .btech-drive-carousel{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:576px){


  .btech-drive-card{
    text-align: center;
  }

  .btech-drive-arrow{
    position: static;
    margin-top: 15px;
  }
}
/* ================= MOBILE RESPONSIVE ================= */

/* Tablet */
@media(max-width:992px){

  .btech-drive-future-section{
    padding: 70px 0;
  }

  .btech-drive-future-section h2{
    font-size: 26px;
  }

  .btech-drive-carousel{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }

  .btech-drive-card{
    padding: 22px 18px;
  }

}

/* Mobile */
@media(max-width:576px){

  .btech-drive-future-section{
    padding: 60px 0;
  }



  .btech-drive-card{
    text-align: center;
    padding: 24px 20px;
  }

  /* Center icon */
  .btech-drive-icon{
    margin: 0 auto 15px;
  }

  /* Title */
  .btech-drive-card h4{
    font-size: 16px;
  }

  /* Text */
  .btech-drive-card p{
    font-size: 13.5px;
  }

  /* Arrow center */
  .btech-drive-arrow{
    position: static;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }

}



@media (min-width: 768px) and (max-width: 1024px) {
    .btech-drive-carousel {
        
        padding-left: 25px;
    }
}
@media screen and (width: 768px) {
  .btech-drive-carousel {
    padding-left: 52px;
  }
}







/* ================= PG Coming Soon Fix ================= */

.btech-drive-carousel.coming-soon-wrapper {
  display: block !important;   /* remove flex from carousel */
  width: 100%;
  padding: 80px 0;
  text-align: center;
}

/* Center Box Properly */
.coming-soon-box {
  margin: 0 auto;              /* horizontal center */
  max-width: 500px;
  background: #f8f9fa;
  padding: 50px 60px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/* Title */
.coming-soon-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #2176d2;
  margin-bottom: 12px;
}

/* Text */
.coming-soon-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {

  .coming-soon-box {
    padding: 35px 25px;
    width: 90%;
  }

  .coming-soon-box h3 {
    font-size: 24px;
  }

}