/* =========================
   GLOBAL CSS
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#000;
}

/* =========================
   HERO SECTION
========================= */

.dsu-hero{
    width:100%;
    overflow:hidden;
}

/* =========================
   TOPBAR
========================= */

.dsu-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 60px;
    background:#0078BD;
}

.dsu-logo img{
    width:460px;
    height:auto;
    display:block;
}

.dsu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:#ffd600;
    color:#03127A;
    padding:14px 28px;
    border-radius:50px;
    transition:0.3s;
    font-weight:700;
    font-size:22px;
    line-height:26px;
}

.dsu-btn:hover{
    transform:translateY(-3px);
}

/* =========================
   BANNER AREA
========================= */

.banner-area{
    position:relative;
    width:100%;
    min-height:calc(110vh - 130px);
  background: linear-gradient(89.74deg, #011179 3.1%, rgba(115,115,115,0) 45.78%), 
            url('img/banner.png') center bottom no-repeat;
background-size: cover;
}

/* OVERLAY */

.dsu-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* =========================
   MAIN CONTAINER
========================= */

.dsu-container {
    position: relative;
    z-index: 2;
    width: 100%;
    /* max-width: 1400px; */
    margin: auto;
    padding: 70px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* =========================
   LEFT SIDE
========================= */

.dsu-left{
    max-width:650px;
    color:#fff;
}

.dsu-left h2 {
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}
.online {
    color: #FFD700;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-left:-5px;
}

.dsu-courses{
    display:flex;
    gap:15px;
    margin-bottom:15px;
}

.dsu-courses span {
    border: 1.5px solid #ffd600;
    color: #FFD700;
    padding: 10px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 72px;
    line-height: 70px;
    letter-spacing: 0px;
}

.dsu-admi {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}

/* =========================
   FORM CARD
========================= */

.form-card{
    width:360px;
    background:#fff;
    padding:25px; 
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.form-card h3{
    margin-bottom:18px;
    color:#30343F;
    font-weight:600;
    font-size:28px;
    text-align:center;
}

/* FORM */

.form-card form{
    width:100%;
}

/* INPUTS */

.form-card input,
.form-card select{
    width:100%;
    padding:14px;
    margin-bottom:16px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:14px;
    color:#717171;
    outline:none;
}

/* PLACEHOLDER */

.form-card input::placeholder{
    color:#717171;
}

/* BUTTON */

.form-card button{
    width:100%;
    padding:14px;
    background:#0078BD;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
    font-size:24px;
    transition:0.3s;
}

.form-card button:hover{
    background:#0078BD;
}



@media(max-width: 1450px){
    
    .banner-area {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 130px);
    background: linear-gradient(89.74deg, #011179 3.1%, rgba(115, 115, 115, 0) 45.78%), url(img/banner.png) center bottom no-repeat;
    background-size: cover;
}

.dsu-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
    padding: 70px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.dsu-left {
    margin-bottom:50px;
}

.dsu-left h2 {
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
}
.online {
    color: #FFD700;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-left: -5px;
}
.dsu-courses span {
    border: 1.5px solid #ffd600;
    color: #FFD700;
    padding: 10px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 67px;
    line-height: 70px;
    letter-spacing: 0px;
}
.dsu-admi {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
}
.dsu-courses {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.form-card {
    width: 320px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.form-card h3 {
    margin-bottom: 18px;
    color: #30343F;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.form-card input, .form-card select {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #717171;
    outline: none;
}
.form-card button {
    width: 100%;
    padding: 10px;
    background: #0078BD;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    transition: 0.3s;
}
}

@media (max-width: 1350px) {
    .dsu-left {
        margin-bottom: 0px;
    }
}

/* =========================
   RESPONSIVE
========================= */
/* =========================
   MOBILE STYLES (768px) - Center Text
========================= */
@media(max-width: 768px){

  /* Topbar */
      .dsu-topbar {
        padding: 15px 5px;
        gap: 15px;
        text-align: center;
    }
    
  .dsu-logo img{
      width: 220px;
      margin: 0 auto;
  }

     .dsu-btn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 16px;
        margin: 0 auto;
    }

  /* Banner Area */
      .banner-area {
        min-height: calc(100vh - 130px);
        background-position: center bottom;
        padding: 5px 0px;
        background: linear-gradient(89.74deg, #011179 100%, rgba(115, 115, 115, 0) 100%);
    }

  /* Main Container */
  .dsu-container{
      flex-direction: column;
      align-items: center;  /* Center everything */
      text-align: center;   /* Center text */
      padding: 40px 20px;
      gap: 30px;
  }

  /* Left Side Text */
  .dsu-left{
      max-width: 100%;
      text-align: center;
  }

  .dsu-left h2{
      font-size: 24px;
      line-height: 32px;
  }

  .online{
      font-size: 50px;
      line-height: 60px;
  }

  .dsu-courses{
      justify-content: center;
  }

  .dsu-courses span{
      font-size: 48px;
      line-height: 50px;
      padding: 8px 12px;
  }

  .dsu-admi{
      font-size: 24px;
      line-height: 32px;
  }

  /* Form Card */
  .form-card{
      width: 100%;
      padding: 20px;
  }

  .form-card h3{
      font-size: 22px;
      margin-bottom: 15px;
      text-align: center;  /* Center form title */
  }

  .form-card input,
  .form-card select{
      padding: 12px;
      font-size: 14px;
  }

  .form-card button{
      padding: 12px;
      font-size: 20px;
      display: block;
      margin: 10px auto 0; /* Center button */
  }
}





/* =========================
   ABOUT SECTION CSS
========================= */

.about-sec{
    position:relative;
    width:100%;
    background:#F6F6F6;
    overflow:hidden;
    padding-top:22px;
}

/* BACKGROUND SHAPE */

.about-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:1;
    z-index:1;
    pointer-events:none;
}

/* CONTAINER */

.about-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 82px;
}

/* TITLE */

.about-title{
    width:100%;
    text-align:center;
}

.about-title h2 {
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

/* LINE */

.title-line {
    position: relative;
    width: 180px;
    height: 2px;
    background: #03127A;
    margin: auto;
}


.title-line span {
    position: absolute;
    width: 90px;
    height: 8px;
    background: #0078BD;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}


/* =========================
   LEFT SIDE
========================= */

.about-left{
    width:52%;
    padding-bottom:72px;
}

/* TEXT */

.about-text p {
    color: #454545;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    width: 880px;
}

/* =========================
   RIGHT IMAGE
========================= */

.about-right{
    width:48%;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}

.about-right img{
    width:100%;
    max-width:720px;
    display:block;
}

@media(max-width:1450px){
.about-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 82px;
    margin-top: 0%;
}
.about-text p {
    color: #454545;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    width: 800px;
}
    
    
}

@media(max-width:1300px){
.about-text p {
    color: #454545;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    width: 750px;
}
    
    
}

@media(max-width:1200px){
    .about-container {
    margin-top: 4%;
}
    
.about-text p {
    color: #454545;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    width: auto;
}
    
    
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .about-container{
        padding-left:40px;
    }

    .about-text p{
        font-size:18px;
        line-height:1.5;
    }

}

@media(max-width:991px){

    .about-container{
        flex-direction:column;
        align-items:center;
        padding:0 25px;
    }

    .about-left{
        width:100%;
        padding-bottom:30px;
    }

    .about-right{
        width:100%;
        justify-content:center;
    }

    .about-right img{
        max-width:550px;
    }

    .about-text p{
        text-align:center;
        line-height:1.7;
    }

}

@media(max-width:600px){
    .about-container{
        flex-direction:column;
        align-items:center;
        padding:0px;
    }
    .about-text {
    padding: 0px 10px;
}

    .about-sec{
        padding-top:50px;
    }

    .about-title h2{
        font-size:30px;
    }

    .about-text p{
        font-size:16px;
    }

    .about-right img{
        max-width:100%;
        margin-top: -15%;
    }

}



/*Awards Section css*/


/* ===== Awards Section ===== */
.awards-section {
  width: 100%;
  padding: 50px 100px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

/* Title */
.awards-title h2 {
  color: #001587;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Title underline */
.awards-title .title-line {
  position: relative;
  width: 260px;
  height: 2px;
  background: #03127A;
  margin: 0 auto;
}

.awards-title .title-line span {
  position: absolute;
  width: 90px;
  height: 8px;
  background: #0078BD;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Slider Container */
.slider-container {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

/* Slider Track */
.slider-track {
  display: flex;
  transition: transform 0.5s linear;
  will-change: transform;
  gap: 20px; /* space between cards */
  box-sizing: border-box;
  padding: 0 10px; /* optional, prevents touching edges */
}

/* Card */
.card {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

/* Card Images */
.card img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

/* Desktop - 4 cards */
@media (min-width: 1024px) {
  .card {
    width: calc((100% - 60px) / 4); /* 4 cards with gap 20px x3 = 60px */
  }
}

/* Tablet - 3 cards */
@media (min-width: 768px) and (max-width: 1023px) {
  .card {
    width: calc((100% - 40px) / 3); /* 3 cards with gap 20px x2 = 40px */
  }
  .awards-section {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.awards-title h2 {
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.awards-title .title-line {
    position: relative;
    width: 220px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
}
}

/* Small tablets / Large Mobile - 2 cards */
@media (min-width: 480px) and (max-width: 767px) {
  .card {
    width: calc((100% - 20px) / 2); /* 2 cards with gap 20px x1 = 20px */
  }
  .awards-section {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.awards-title h2 {
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px !important;
    margin-bottom: 10px;
}
.awards-title .title-line {
    position: relative;
    width: 220px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
}
}

/* Mobile - 1 card */
@media (max-width: 479px) {
  .card {
    width: 100%; /* 1 card per view */
  }
  .awards-section {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
} 
.awards-title h2 {
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px !important;
    margin-bottom: 10px;
}
.awards-title .title-line {
    position: relative;
    width: 220px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
}
}





/*programm section css*/



.program-section {
  position: relative; /* necessary for absolute children */
  width: 100%;
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

.left-layer {
  position: absolute; /* position relative to section */
  top: -20%;          /* move it up relative to section top */
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.right-layer {
    position: absolute;
    top: 20%;
    right: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.program-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
}

/* MBA/MCA Toggle */
.program-toggle {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.program-toggle button {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    background: #0078BD;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
}


.program-toggle button.active {
    background: #03127A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
}

/* Connecting line under toggle */
.program-toggle .toggle-line {
  position: absolute;
  height: 2px;
  background: #03127A;
  width: calc(77% - 50px);
  left: 25px;
  top: 50%;
  z-index: 1;
}

/* Section Title */
.program-title h2 {
  text-align: center;
  color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

.program-title .title-line {
  width: 240px;
  height: 2px;
  background: #03127A;
  margin: 0 auto;
  position: relative;
}

.program-title .title-line span {
  position: absolute;
  width: 100px;
  height: 8px;
  background: #0078BD;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Program Content */
.program-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Program Card */
.program-card {
    flex: 1 1 800px;
    background: #F9FAFC;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
}

.program-card h3 {
    color: #03127A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
}

.program-card p {
    color: #292929;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.program-card h4 {
    color: #03127A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
}

/* Specializations */
.specializations {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.spec {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #212121;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}
.spec img {
    width: 40px;
    height: 40px;
    background: #0078BD;
    padding: 5px;
    border-radius: 5px;
}
.spec img:hover {
    background: #03127a;
}

/* Right-side Students */
.program-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.program-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px 50px 50px 50px;
    margin-top: -20%;
    z-index: 1;
}

@media (max-width: 1450px) {
    .program-card {
    flex: 1 1 660px;
    background: #F9FAFC;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
}
.program-card h3 {
    color: #03127A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0px;
}
.program-card p {
    color: #292929;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}
.program-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px 50px 50px 50px;
    margin-top: -22%;
}
}

@media (max-width: 1330px) {
    .program-card {
    flex: 1 1 600px;
    background: #F9FAFC;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
}
.program-card h3 {
    color: #03127A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0px;
}
.program-card p {
    color: #292929;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}
.program-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px 50px 50px 50px;
    margin-top: -22%;
}
}

@media (max-width: 1270px) {
    .program-card {
    flex: 1 1 500px;
    background: #F9FAFC;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
}
.program-card h3 {
    color: #03127A;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0px;
}
.program-card p {
    color: #292929;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}
.program-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px 50px 50px 50px;
    margin-top: -22%;
}
}


/* Responsive */
@media (max-width: 1024px) {
  .program-content { flex-direction: column; }
  .program-card, .program-image { flex: 1 1 100%; }
}
/* Specializations - 4 per row */
.specializations {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 15px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .specializations {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
  }
}

@media (max-width: 600px) {
  .specializations {
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }
}


/* ===== Mobile CSS: 768px and below ===== */
@media (max-width: 768px) {
  /* Program content layout */
  .program-content {
    flex-direction: column-reverse; /* Image above card */
    align-items: center;
    gap: 20px;
  }
  .program-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
        padding: 0 10px;
        box-sizing: border-box;
    }

  /* Program card */
  .program-card {
    flex: 1 1 100%;
    background: #F9FAFC;
    padding: 20px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .program-card h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .program-card p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .program-card h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  /* Specializations grid */
  .specializations {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
    gap: 12px;
  }

  .spec {
    font-size: 13px;
    line-height: 16px;
  }

  .spec img {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 4px;
  }

.spec img:hover {
    background: #03127a;
}

  /* Program image (girl-and-boy) */
  .program-image {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
  }

  .program-image img {
    max-width: 100%;
    height: auto;
    margin-top: 0; /* reset negative margin for mobile */
    border-radius: 50px;
  }

  /* MBA/MCA toggle */
      .program-toggle {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    

  .program-toggle button {
    font-size: 22px;
    padding: 8px 18px;
  }

  .program-toggle button.active {
    font-size: 26px;
  }

 .program-toggle .toggle-line {
        width: calc(100% - 40px);
        left: 20px;
        
        /* width: calc(75% - 40px);*/
        /*left: 25%;*/
    }
    

  /* Section title */
  .program-title h2 {
        font-size: 30px;
        line-height: 30px;
    }

  .program-title .title-line {
    width: 220px;
  }

  .program-title .title-line span {
    width: 100px;
    height: 6px;
  }
}



/* =========================
   ADMISSION SECTION
========================= */

.admission-sec {
    width: 100%;
    padding: 35px 20px 60px;
    overflow: hidden;
    background: #fff;
}

/* TITLE */

.admission-title{
    text-align:center;
    margin-bottom:45px;
}

.admission-title h2{
    text-align: center;
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

/* LINE */

.admission-title .title-line{
    width: 240px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
    position: relative;
}

.admission-title .title-line span{
    position: absolute;
    width: 100px;
    height: 8px;
    background: #0078BD;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* IMAGE */

.admission-img{
    width:100%;
    text-align:center;
}

.admission-img img {
    width: 80%;
    display: block;
    margin: auto;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .admission-title{
        margin-bottom:30px;
    }

    .admission-title h2{
        font-size:30px;
    }

    .admission-img img {
    width: 100%;
    display: block;
    margin: auto;
}

}




/* =========================
   ELIGIBILITY WRAPPER
========================= */

.eligibility-wrapper{
    width:100%;
    background:#fff;
    padding:30px 0px 0px 30px;
}

/* =========================
   MAIN SECTION
========================= */

.eligibility-sec {
    position: relative;
    width: 100%;
    min-height: 395px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* =========================
   BACKGROUND IMAGE
========================= */

.eligibility-bg{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    /* FULL WIDTH + HEIGHT */
    object-fit:cover;

    z-index:1;
}


/* =========================
   CONTENT
========================= */

.eligibility-content{
    position:relative;
    z-index:3;

    width:100%;
    max-width:1500px;

    padding:35px 100px;
}

/* =========================
   TITLE
========================= */

.eligibility-title{
    margin-bottom:28px;
}

.eligibility-title h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

/* TITLE LINE */

.eligibility-title .title-line {
    position: relative;
    width: 260px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    margin: auto 0px;
}

.eligibility-title .title-line span {
    position: absolute;
    width: 100px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* =========================
   BOX
========================= */

.eligibility-box{
    margin-bottom:18px;
}

/* SMALL LINE */

.small-line{
    width:100px;
    height:2px;

    background:#fff;

    margin-bottom:12px;
}

/* TEXT */

.eligibility-box p {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}



@media(max-width:1450px){
.eligibility-sec {
    position: relative;
    width: 100%;
    min-height: 330px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.eligibility-title h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.eligibility-box p {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}
}



@media(max-width:1340px){
.eligibility-sec {
    position: relative;
    width: 100%;
    min-height: 310px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.eligibility-title h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.eligibility-box p {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}
}
/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .eligibility-content{
        padding:35px 50px;
    }

    .eligibility-box p{
        font-size:18px;
    }

}

/* =========================
   ELIGIBILITY SECTION - MOBILE (≤768px)
========================= */

@media (max-width: 768px) {
  
  /* Wrapper and content padding */
  .eligibility-wrapper {
    padding: 20px 15px 20px 15px;
  }

  .eligibility-content {
    padding: 20px 15px;
    max-width: 100%;
  }

  /* Section height */
  .eligibility-sec {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  /* Title */
 .eligibility-title h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 8px;
    }

  .eligibility-title .title-line {
    width: 250px;
  }

  .eligibility-title .title-line span {
    width: 100px;
    height: 5px;
  }

  /* Boxes */
  .eligibility-box {
    margin-bottom: 12px;
  }

  .eligibility-box p {
    font-size: 16px;
    line-height: 22px;
  }

  /* Small line */
  .small-line {
    width: 80px;
    height: 2px;
    margin-bottom: 8px;
  }

  .eligibility-bg {
        object-fit: cover;
        border-radius: 5px;
    }
}





/* =========================
   UNIQUE USP SECTION
========================= */

.dsu-usp-section{
    width:100%;
    background:#FAFAFA;
    padding:40px 20px 60px;
    overflow:hidden;
}

/* TITLE */

.dsu-usp-heading{
    text-align:center;
    margin-bottom:50px;
}

.dsu-usp-heading h2{
    text-align: center;
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

/* LINE */

.dsu-usp-line{
    width: 220px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
    position: relative;
}

.dsu-usp-line span{
    position: absolute;
    width: 90px;
    height: 8px;
    background: #0078BD;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* WRAPPER */

.dsu-usp-wrapper{
    width:100%;
    max-width:1500px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:20px;
}

/* ARROWS */



.dsu-usp-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #03127A;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid #001C54;
}

/* SLIDER */

.dsu-usp-slider{
    width:100%;
    overflow:hidden;
}

/* TRACK */

.dsu-usp-track{
    display:flex;
    transition:0.5s ease;
}

/* CARD */

.dsu-usp-card{
    position: relative;
    flex: 0 0 25%;
    padding: 0 30px;

    transition: transform 0.35s ease;
    cursor: pointer;
}

.dsu-usp-card:hover{
    transform: translateY(0px) scale(1.05);
     padding: 10px 30px;
}
/* BORDER */

.dsu-usp-card::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 2px;
    height: 220px;
    background: #03127A;
    opacity: 0.4;
}

.dsu-usp-card:last-child::after{
    display:none;
}

/* ICON */

.dsu-usp-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#dcdcdc;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}


.dsu-usp-icon img {
    width: 45px;
    margin-left: 40px;
}

/* TITLE */

.dsu-usp-card h3 {
    color: #03127A;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}

/* TEXT */



.dsu-usp-card p {
    color: #1F1F1F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .dsu-usp-card{
        flex:0 0 50%;
    }

}

@media(max-width:760px){

    .dsu-usp-card{
        flex:0 0 100%;
        text-align:center;
    }

    .dsu-usp-card::after{
        display:none;
    }

    .dsu-usp-icon{
        margin:auto auto 18px;
    }
    .dsu-usp-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

}






/* =========================
   SAMPLE DEGREE SECTION
========================= */

.sample-degree-sec{
    width:100%;
    background:#f3f3f3;

    padding:55px 20px 30px;

    overflow:hidden;
}

/* =========================
   TITLE
========================= */

.sample-degree-title{
    text-align:center;

    margin-bottom:55px;
}

.sample-degree-title h2{
    color:#001f8b;

    font-size:24px;
    font-weight:700;

    line-height:1;

    margin-bottom:14px;

    font-family:'Poppins',sans-serif;
}

/* LINE */

.sample-degree-line{
    width:160px;
    height:1px;

    background:#001f8b;

    margin:auto;

    position:relative;
}

.sample-degree-line span{
    position:absolute;

    width:65px;
    height:6px;

    background:#0082cf;

    border-radius:50px;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);
}

/* =========================
   MAIN DESIGN
========================= */

.sample-degree-design{
    position:relative;

    width:100%;
    max-width:1800px;

    margin:auto;

    min-height:420px;
}

/* =========================
   BOY IMAGE
========================= */

.sample-degree-boy{
    position:absolute;

    left:30px;
    bottom:0;

    width:260px;

    z-index:2;
}

/* =========================
   CERTIFICATES
========================= */

.sample-degree-cert{
    position:absolute;

    width:430px;

    display:block;
}

/* FIRST */

.cert-one{
    left:320px;
    top:10px;
}

/* SECOND */

.cert-two{
    right:40px;
    top:10px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .sample-degree-design{
        position:relative;

        min-height:auto;

        display:flex;
        flex-direction:column;

        align-items:center;

        gap:20px;
    }

    .sample-degree-boy,
    .sample-degree-cert{
        position:relative;

        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
    }

    .sample-degree-cert{
        width:100%;
        max-width:430px;
    }

    .sample-degree-boy{
        width:200px;
    }

}

@media(max-width:768px){

    .sample-degree-sec{
        padding:45px 15px 25px;
    }

    .sample-degree-title{
        margin-bottom:40px;
    }

    .sample-degree-title h2{
        font-size:20px;
    }

    .sample-degree-cert{
        max-width:100%;
    }

}




/* =========================
    SAMPLE DEGREE CSS
========================= */

.degree-certificate {
    width: 100%;
    padding: 35px 20px 60px;
    overflow: hidden;
    background: #fff;
}

/* TITLE */

.degree-title {
    text-align:center;
    margin-bottom:45px;
}

.degree-title h2{
    text-align: center;
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

/* LINE */

.degree-title .title-line{
    width: 240px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
    position: relative;
}

.degree-title .title-line span{
    position: absolute;
    width: 100px;
    height: 8px;
    background: #0078BD;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* IMAGE */

.degree-img {
    width:100%;
    text-align:center;
}

.degree-img img {
    width: 100%;
    display: block;
    margin: auto;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){
    .degree-certificate {
    width: 100%;
    padding: 35px 0px 60px;
    overflow: hidden;
    background: #fff;
}

    .degree-title {
        margin-bottom: 30px;
        padding: 0px 30px;
    }

    .degree-title h2{
        font-size:30px;
    }

    .degree-img img {
    width: 100%;
    display: block;
    margin: auto;
}

}





/*FAQ CSS*/



/*faq css*/


.faq-wrap{
  background:#fff;
  padding:10px 20px 20px;
  font-family: Arial, sans-serif;
}

.faq-title {
    text-align:center;
    margin-bottom:45px;
}

.faq-title  h2{
    text-align: center;
    color: #001587;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

/* LINE */

.faq-title .title-line{
    width: 240px;
    height: 2px;
    background: #03127A;
    margin: 0 auto;
    position: relative;
}

.faq-title  .title-line span{
    position: absolute;
    width: 100px;
    height: 8px;
    background: #0078BD;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===== FAQ BOX ===== */
.faq-box{
  width:80%;
  margin:auto;
}

/* ===== FAQ ITEM ===== */
.faq-item{
  background:#F4F4F4;
  border-radius:10px;
  margin-bottom:30px;
  box-shadow:0 2px 6px rgba(0,0,0,0.1);
  overflow:hidden;
}

/* ===== QUESTION ===== */
.faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:30px 24px;
  cursor:pointer;
}

.faq-question p{
  margin:0;
  font-size:20px;
  font-weight:500;
  font-family:'Poppins', sans-serif;
  line-height:26px;
}

.faq-question b{
  font-size:22px;
  font-weight:700;
}

/* ===== ANSWER (DEFAULT – CLOSED) ===== */
.faq-answer{
  background:#fff;
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  padding:0 24px;
  border-radius:0 0 10px 10px;
}

/* ===== ANSWER TEXT ===== */
.faq-answer p{
  margin:30px 0;
  color:#000;
  font-size:18px;
  font-weight:500;
  font-family:'Poppins', sans-serif;
  line-height:24px;
}

/* ===== ACTIVE STATE (OPEN) ===== */
.faq-item.active .faq-answer{
  max-height:300px;
  border:1px solid #B9B9B9;
  border-top-color:#fff;
}

/* OPTIONAL: slightly stronger shadow when open */
.faq-item.active{
  box-shadow:0 4px 12px rgba(0,0,0,0.12);
}

/* ===== MOBILE ===== */
@media(max-width:768px){
    .faq-wrap {
    background: #fff;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
}
 .faq-title h2{
        font-size:30px;
    }

  .faq-box{
    width:100%;
  }
  .faq-heading h2 {
    font-size: 20px;
    line-height: 26px;
}
.faq-heading span {
    display: none;
}

  .faq-question{
    padding:22px 18px;
  }

  .faq-question p{
    font-size:18px;
    line-height:26px;
  }

  .faq-answer p{
    font-size:16px;
    line-height:22px;
  }
}




/*footer css*/



.footer {
  background-color:#03127A;
  padding: 18px 10px;
  text-align: center;
}

.footer p {
    color:#fff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}

@media(max-width:768px){
.footer p {
    color: #fff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

}


/*thankyou css*/


.frmBg {
    background-color: #fff;
    /*padding: 50px;*/
    text-align: center;
    /*width: 45%;*/
}
.frmBg label {
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 26px;
    line-height: 1.4;
}