#mainHeader {
    background: #fff;
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Logo */
.logo {
    height: 50px;
    transition: 0.3s;
}

.logo-text {
    line-height: 1.1;
}

@media (max-width: 767px) {
    .logo {
        height: 20px!important;
        transition: 0.3s!important;
    }
    
    .call-btn {
    background: #ff7a00;
    color: #fff;
    border-radius: 10px;
    padding: 5px 6px!important;
    font-weight: 600;
    font-size: 13px!important;
}

.badge-box {
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px!important;
    width: 100%!important;
}

.program-box {
    background: #ff7a00;
    color: #fff;
    padding: 22px;
    border-radius: 16px;
    font-size: 14px!important;
    font-weight: 600;
}

.phopage{
        padding: 21px !important;
    padding-top: 65px !important;
}

}


/* NAAC */
.naac span {
    font-size: 28px;
    color: #ff7a00;
    font-weight: bold;
}

/* Call button */
.call-btn {
    background: #ff7a00;
    color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 600;
}

/* Bottom bar */
.header-bottom {
    background: #fde3cf;
    font-size: 18px;
}

/* Shrink state */
#mainHeader.shrink .header-top {
    padding: 6px 0 !important;
}

#mainHeader.shrink .logo {
    height: 35px;
}

#mainHeader.shrink .header-bottom {
    font-size: 14px;
    padding: 4px !important;
}

.headingg {
    background-color: #fadbc6;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Banner */
.hero-section {
    position: relative;
    background: url("/assets/img/final.webp") center/cover no-repeat;
    margin-top: 30px;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255, 245, 220, 0.92); */
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
}

.hero-img {
    max-height: 420px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.badge-box {
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.orange {
    background: #ff7a00;
}

.blue {
    background: #00a8e8;
}

.purple {
    background: #a56de2;
}

.program-box {
    background: #ff7a00;
    color: #fff;
    padding: 22px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
}

.form-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    /* margin-top: 100px; */
}

.btn-orange {
    background: #ff7a00;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.btn-orange:hover {
    background: #e96d00;
    color: #fff;
}

@media(max-width: 768px) {
    .hero-left {
        text-align: center;
    }

    .hero-img {
        max-height: 280px;
        margin-bottom: 20px;
    }
}


/* Timer Bar */
.offer-bar {
  background: #e07b00;
  padding: 12px 0;
}

/* Wrapper */
.offer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Text */
.offer-text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

/* Timer row */
.timer-row {
  display: flex;
  gap: 10px;
}

/* Boxes */
.time-box {
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  min-width: 55px;
  text-align: center;
}

.time-box span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.time-box small {
  font-size: 11px;
  color: #555;
}

/* MOBILE FIX */
@media (max-width: 576px) {
  .offer-text {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }

  .timer-row {
    justify-content: center;
  }
}


/* university Seat */
.stats-section {
    background: #fde8d9;
    padding: 60px 20px;
}

.stats-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.stat-box {
    text-align: center;
}

.stat-number {
    color: #ff7a00;
    font-size: 36px;
    font-weight: 700;
}

.stat-text {
    font-size: 18px;
    font-weight: 600;
}

/* ==== CARD CSS (TUMHARA HI) ==== */
.nirf-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 60px 25px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 360px;
    margin: 50px auto;
    border-top: 4px solid #ff7a00;
}

.nirf-slider .slick-track {
    display: flex !important;
}

.nirf-slider .slick-slide {
    display: flex;
    height: auto;
}

.nirf-card {
    flex: 1;
}

.nirf-circle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #fff;
    border: 4px solid #ff7a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nirf-circle img {
    width: 60px;
}

.nirf-text {
    font-size: 18px;
    line-height: 1.6;
}

.highlight {
    color: #ff7a00;
    font-weight: 700;
}

/* ==== SLICK CUSTOM ==== */
.slick-slide {
    padding: 0 10px;
}

.slick-dots {
    bottom: -20px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ff7a00;
}

/* download button */
.btn-prospectus {
    background: #ff8a1d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-prospectus:hover {
    background: #ff7a00;
    color: #fff;
}

/* Orange submit inside modal */
.btn-orange {
    background: #ff7a00;
    color: #fff;
    font-weight: 600;
}

/* Explore */
/* Pills container */
.program-tabs {
    background: #e9ecef;
    border-radius: 14px;
    padding: 6px;
    display: inline-flex;
}

/* Pills */
.program-tabs .nav-link {
    border-radius: 12px;
    padding: 14px 30px;
    font-weight: 600;
    color: #999;
}

.program-tabs .nav-link.active {
    background: #ff7a00;
    color: #fff;
}

/* Program cards */
.program-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.program-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.program-body {
    padding: 20px;
}

.program-title {
    color: #ff7a00;
    font-size: 22px;
    font-weight: 700;
}

.program-info {
    margin: 6px 0;
}

.fees-tag {
    display: inline-block;
    border: 2px solid #ff7a00;
    color: #ff7a00;
    padding: 6px 14px;
    border-radius: 10px;
    font-weight: 700;
}

.btn-apply {
    background: #ff7a00;
    color: #fff;
    padding: 10px 24px;
    border-radius: 10px;
    border: none;
}

.key-features {
    padding: 80px 0;
    background: #fff;
}

.feature-box {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    /* VERY IMPORTANT */
    min-height: 70px;
    border-radius: 50%;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #5a5a5a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    /* prevents squishing */
}


.feature-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-text {
    color: #555;
    font-size: 16px;
}

.placement-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 650px;
    margin: 40px auto;
}

.placement-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.placement-info {
    flex: 1;
}

.placement-batch {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.company {
    margin: 6px 0;
}

.company img {
    height: 28px;
}

.package {
    color: #ff7a00;
    font-size: 32px;
    font-weight: 800;
}

/* Mobile */
@media(max-width:576px) {
    .placement-card {
        flex-direction: column;
        text-align: center;
    }
}

.process-section {
    padding: 80px 0;
    background: #fff;
}

.process-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.step-box {
    text-align: center;
    padding: 20px;
}

.step-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #ff7a00;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-text {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

.enroll-btn {
    background: #ff7a00;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.enroll-btn:hover {
    background: #e96d00;
    color: #fff;
}

.lpu-footer {
  background: #1f2b3a;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}