.about-banner{
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-banner .section-title{
    font-size: 50px;
    text-transform: uppercase;
}

.about-banner .section-desc{
    font-size: 20px;
    width: 550px;
    font-weight: 600;
    position: relative;
}

.admission-1 .section-title{
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}
.admission-1 .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.admission-1 .desc{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.offer_card {
    position: relative;
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
    min-height: 350px;
}

/* CONTENT */
.offer_content h3 {
        color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.offer_content p {
        font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}

/* BIG FADED NUMBER */
.offer_no {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 80px;
    color: #e0e0e0;
    font-weight: 700;
}

/* IMAGE SECTION WITH CURVE */
.offer_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60%;
    overflow: hidden;

    /* CURVED SHAPE */
    border-top-left-radius: 200px;
}

.offer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DASHED CURVE LINE */
.offer_img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120%;
    height: 120%;
    border-top-left-radius: 200px;
    border: 2px dashed #0f3d2e;
    pointer-events: none;
}

.admission-3{
    background-color: #DB6311;

}

.admission-3 .container{
    padding-top: 100px;
}

.admission-3 .section-title{
        font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    line-height: 100px;
    text-transform: uppercase;
}

.admission-3 .section-desc{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
    color: white;
}

.admission-3 ul li{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
    color: white;
}

.admission-3 .r2{
    margin-top: -50px;
}

.admission-4-new{
   background-color: #FDEBDB;
  padding: 80px 0;
}


.admission-4-new .section-title{
  font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.admission-4-new .section-title span {
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.admission-4-new .card{
  padding: 30px;
    border-radius: 20px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    position: relative;
}

.admission-4-new .card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(219,99,17,0.88),
        rgba(0,0,0,0.68)
    );
}

.admission-4-new .card *{
    position: relative;
    z-index: 2;
}

.admission-4-new .card .icon-list{
  list-style-type: disclosure-closed;
  color: white;
}

.admission-4-new .card .icon-list .list{
      font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
    font-weight: 500;
}

.admission-4-new .card.c1{
 background-image:
    linear-gradient(
        135deg,
        rgba(219, 99, 17, 0.88),
        rgba(0, 0, 0, 0.65)
    ),
    url('../images/c1.webp');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;

}
.admission-4-new .card.c2{
  background-image:
    linear-gradient(
        135deg,
        rgba(219, 99, 17, 0.88),
        rgba(0, 0, 0, 0.65)
    ),
    url('../images/c2.webp');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;

}
.admission-4-new .card.c3{
   background-image:
    linear-gradient(
        135deg,
        rgba(219, 99, 17, 0.88),
        rgba(0, 0, 0, 0.65)
    ),
    url('../images/c3.webp');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #fff;

}
.admission-4-new .card .card-title{
      color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.admission-4 .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.admission-4 .section-title span {
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

/* Accordion box */
.admission-4 .accordion-item {
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}

/* Accordion header */
.admission-4 .accordion-button {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
    background: #fff;
    color: #333;
}

/* Active state */
.admission-4 .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #ee7400, #BB462D);
    color: #fff;
}

/* Remove blue focus shadow */
.admission-4 .accordion-button:focus {
    box-shadow: none;
}

/* Body text */
.admission-4 .accordion-body {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-family: 'Parkinsans';
    padding: 20px;
}

.admission-5 .section-title{
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.admission-5 .para-1-heading{
        color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.admission-5 .desc{
        margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.admission-5 .img-fluid{
    border-radius: 20px;
}

.admission-6{
    background-color: #FDEBDB;
    border: 2px solid #ddd;
    margin-top: 50px;
}

.admission-6 .admis-box{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}
.admission-6 .admis-box .icon-circle{
    background-image: linear-gradient(135deg, #DB6311, #C14C28);
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admission-6 .admis-box .icon-circle i{
    color: white;
    font-size: 24px;
}
.admission-6 .content{
    padding-right: 30px;
}
.admission-6 .bg-image{
    background-image: url('../images/admission-pro.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.admission-6 .section-title{
        font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.admission-6 .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.admission-6 .admis-box h3{
        color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.admission-6 .admis-box p{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.fee{
    margin-top: 50px;
}
.fee .section-title{
       color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.fee .section-title span{
        background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.fee ul{
    list-style-type: disclosure-closed;
}

.fee ul li{
     margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}


/* =====================================================
   RESPONSIVE STYLES - ADMISSION PAGE
   Covers: 125% zoom (≈960px), 100% zoom, 90% zoom,
   Tablet (≤992px), Mobile (≤768px), Small (≤480px)
   ===================================================== */

/* --------------------------------------------------
   LARGE DESKTOP / HIGH ZOOM (max-width: 1200px)
   Handles 125% browser zoom on full desktop
   -------------------------------------------------- */
@media (max-width: 1200px) {

  .admission-1 .section-title,
  .admission-3 .section-title,
  .admission-4 .section-title,
  .admission-5 .section-title,
  .admission-6 .section-title {
    font-size: 52px;
    line-height: 70px;
  }

  .admission-3 .container {
    padding-top: 60px;
  }

  .offer_card {
    padding: 28px;
    min-height: 300px;
  }

  .offer_no {
    font-size: 60px;
  }

  .admission-6 .bg-image {
    min-height: 500px;
  }
}


/* --------------------------------------------------
   TABLET / MEDIUM (max-width: 992px)
   -------------------------------------------------- */
@media (max-width: 992px) {

  /* Section titles */
  .admission-1 .section-title,
  .admission-3 .section-title,
  .admission-4 .section-title,
  .admission-5 .section-title,
  .admission-6 .section-title {
    font-size: 42px;
    line-height: 58px;
  }

  /* Admission 1 — stack columns */
  .admission-1 .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .admission-1 .desc {
    margin-top: 10px;
    font-size: 16px;
  }

  /* Admission 2 — offer cards: 2 per row */
  .admission-2 .col-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }

  .offer_card {
    min-height: 280px;
    padding: 24px;
  }

  .offer_img {
    width: 45%;
    height: 55%;
  }

  /* Admission 3 */
  .admission-3 .container {
    padding-top: 50px;
  }

  .admission-3 .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .admission-3 .section-desc,
  .admission-3 ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .admission-3 .r2 {
    margin-top: 0;
  }

  /* why-choose images */
  .admission-3 .col-6 .row .col-6 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }

  /* Admission 4 */
  .admission-4 .accordion-button {
    font-size: 15px;
  }

  .admission-4 .accordion-body {
    font-size: 15px;
  }

  /* Admission 5 */
  .admission-5 .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .admission-5 .img-fluid {
    margin-top: 20px;
    width: 100%;
  }

  /* Admission 6 */
  .admission-6 .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .admission-6 .bg-image {
    min-height: 380px;
    margin-top: 30px;
  }

  .admission-6 .content {
    padding-right: 0;
  }

  .admission-6 .section-title {
    font-size: 42px;
    line-height: 58px;
  }

  /* Fee section */
  .fee .section-title {
    font-size: 22px;
  }

  .fee ul li {
    font-size: 16px;
  }
}


/* --------------------------------------------------
   MOBILE (max-width: 768px)
   -------------------------------------------------- */
@media (max-width: 768px) {

  /* Section titles */
  .admission-1 .section-title,
  .admission-3 .section-title,
  .admission-4 .section-title,
  .admission-5 .section-title,
  .admission-6 .section-title {
    font-size: 34px;
    line-height: 46px;
  }

  /* Admission 1 */
  .admission-1 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .admission-1 .desc {
    font-size: 15px;
    line-height: 26px;
  }

  /* Admission 2 — stack all cards */
  .admission-2 .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .offer_card {
    min-height: 240px;
    padding: 20px;
  }

  .offer_content h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .offer_content p {
    font-size: 14px;
    line-height: 24px;
  }

  .offer_no {
    font-size: 50px;
    bottom: 16px;
    left: 20px;
  }

  .offer_img {
    width: 42%;
    height: 50%;
  }

  /* Admission 3 */
  .admission-3 .section-title {
    font-size: 32px;
    line-height: 44px;
  }

  .admission-3 .container {
    padding-top: 30px;
  }

  .admission-3 .section-desc,
  .admission-3 ul li {
    font-size: 15px;
    line-height: 25px;
  }

  /* why-choose images grid inside admission-3 */
  .admission-3 .col-6 .row {
    margin-top: 20px;
  }

  /* Admission 4 accordion */
  .admission-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .admission-4 .section-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }

  .admission-4 .col-md-6 {
    margin-bottom: 0;
  }

  .admission-4 .accordion-button {
    font-size: 13px;
    line-height: 22px;
    padding: 12px 14px;
  }

  .admission-4 .accordion-body {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }

  /* Admission 5 */
  .admission-5 .section-title {
    font-size: 32px;
    line-height: 44px;
  }

  .admission-5 .para-1-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .admission-5 .desc {
    font-size: 15px;
    line-height: 26px;
  }

  /* Admission 6 */
  .admission-6 {
    margin-top: 30px;
  }

  .admission-6 .section-title {
    font-size: 32px;
    line-height: 44px;
  }

  .admission-6 .bg-image {
    min-height: 280px;
  }

  .admission-6 .admis-box h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .admission-6 .admis-box p {
    font-size: 15px;
    line-height: 25px;
  }

  .admission-6 .admis-box .icon-circle {
    width: 44px;
    height: 44px;
  }

  .admission-6 .admis-box .icon-circle i {
    font-size: 20px;
  }

  /* Fee */
  .fee {
    margin-top: 30px;
  }

  .fee .section-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .fee ul li {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }

  /* About banner */
  .about-banner .section-title {
    font-size: 34px;
    text-align: center;
  }

  .about-banner .section-desc {
    font-size: 15px;
    width: 90%;
    text-align: center;
  }
}


/* --------------------------------------------------
   SMALL MOBILE (max-width: 480px)
   -------------------------------------------------- */
@media (max-width: 480px) {

  .admission-1 .section-title,
  .admission-3 .section-title,
  .admission-4 .section-title,
  .admission-5 .section-title,
  .admission-6 .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .offer_card {
    min-height: 200px;
    padding: 16px;
  }

  .offer_img {
    width: 40%;
    height: 45%;
  }

  .offer_no {
    font-size: 40px;
    bottom: 10px;
    left: 16px;
  }

  .offer_content h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .admission-3 .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .admission-4-new .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .admission-4 .section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .admission-4 .accordion-button {
    font-size: 12px;
    padding: 10px 12px;
  }

  .admission-5 .para-1-heading {
    font-size: 17px;
  }

  .admission-6 .admis-box {
    padding: 14px;
  }

  .admission-6 .admis-box h3 {
    font-size: 15px;
    line-height: 22px;
  }

  .admission-6 .admis-box p {
    font-size: 13px;
    margin-top: 8px;
  }

  .admission-6 .bg-image {
    min-height: 220px;
  }

  .about-banner .section-title {
    font-size: 26px;
  }

  .about-banner .section-desc {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }

  .fee ul li {
    font-size: 14px;
  }
}


/* --------------------------------------------------
   WIDE / LOW ZOOM (min-width: 1400px)
   Handles 75%–90% browser zoom on standard screens
   -------------------------------------------------- */
@media (min-width: 1400px) {

  .admission-1 .section-title,
  .admission-3 .section-title,
  .admission-4 .section-title,
  .admission-5 .section-title,
  .admission-6 .section-title {
    font-size: 80px;
    line-height: 110px;
  }

  .admission-1 .desc,
  .admission-3 .section-desc,
  .admission-3 ul li,
  .admission-5 .desc,
  .admission-6 .admis-box p {
    font-size: 20px;
    line-height: 34px;
  }

  .offer_card {
    min-height: 400px;
    padding: 50px;
  }

  .offer_content h3,
  .admission-5 .para-1-heading,
  .admission-6 .admis-box h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .offer_no {
    font-size: 100px;
  }

  .admission-6 .bg-image {
    min-height: 700px;
  }

  .fee .section-title {
    font-size: 32px;
  }

  .fee ul li {
    font-size: 20px;
    line-height: 34px;
  }
}

