.widget-title h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000;
        
    }
    .widget-title p{
    color: #535353;
        font-weight: 500;
        font-size: 24px;
        margin-top: 5px;
        line-height: 100%;
        letter-spacing: 0%;
        
    }
    .widget-title{
        margin-bottom: 30px !important;
    }
    .header{
        background-color: #001482;
    }
    .header-navigation {
        display: flex !important;
        width: 100%;
        height: 100%;
        gap: 0px;
        justify-content: flex-end !important;
        align-items: flex-end;
    }
    .header .nav-links {
        font-weight: 400;
        font-size: 16px;
        line-height: 22.67px;
        letter-spacing: 0.74px;
        color: #FFF;    
        position: relative;
        padding: 0px 15px;
        border-right: 1px solid #FFF;
    }
    .header .nav-links:last-child{
        border-right: none;
    }
    .nav-links:hover {
        transform: scale(1.04);
        transition: .5s all;
        /* border-bottom: 2px solid; */
    }
    /* .nav-links:hover:before {
        width: 80%;
    } */
    .active {
        font-weight: 700 !important;
    }
    .banner_down_usp .usp_down_outer{
      padding: 50px 50px 50px 50px;
        width: 95%;
        margin: auto;
        text-align: center;
        box-shadow: 0px 10px 40px 0px #00000033;
        border-radius: 10px;
    }
    .banner_down_usp .usp_down_outer{
        margin-top: -100px;
        background-color: #fff;
    }
    .usp_down_box:hover img{
    transform: rotateY(350deg);
    transition: all .5s;
    }
    .banner_down_usp .usp_down_outer .usp_down_box{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: row;
        padding: 10px 10px;
    }
    .banner_down_usp .usp_down_outer .usp_down_box img{
        width: 60px;
        height: 60px;
        transition: all .5s;
        object-fit: contain;
        margin-right: 15px;
    }
    .banner_down_usp .usp_down_outer .usp_down_box .usp_text{
        width: auto
    }
    .banner_down_usp .usp_down_outer .usp_down_box.br{
        border-left: 1px solid #2F2F2F;
        border-right: 1px solid #2F2F2F;
    }
      .banner_down_usp .usp_down_outer .usp_down_box.br1{
         border-right: 1px solid #2F2F2F;
        
    }
    .banner_down_usp .usp_down_outer .usp_down_box .usp_text h6{
    font-weight: 800;
    text-align: left;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #001482;
    margin-bottom: 3px;
    }
    .banner_down_usp .usp_down_outer .usp_down_box .usp_text p{
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        text-align: left;
        color: #2F2F2F;
    }
    
    .awards_sec .awards_box{
        background-color: #fff200;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        min-height: 190px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .awards_sec .awards_box:hover .hidden_div{
        transform: scale(1);
        transition: all .5s;
    }
    .awards_sec .outer_div{
        display: flex;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }
    .awards_sec .outer_div h6{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #2c53a2;
    
    }
    .awards_sec .outer_div hr{
        width: 70px;
        text-align: center;
        color: #2c53a2;
        background-color: #2c53a2;
        opacity: 1;
        height: 2px;
        margin: 10px 0px;
    }
    .awards_sec .outer_div p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
    color: #2c53a2;
    
    }
    .awards_sec .awards_box .hidden_div{
        background: #2c53a2;
        box-shadow: 0px 10px 40px 0px #00000033;
        width: 100%;
        height: 100%;
        transition: all .5s;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        position: absolute;
        transform: scale(0);
    }
    .awards_sec .awards_box .hidden_div p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .awards_sec{
        background: linear-gradient(180deg, #771b8910 50%, #3c11641e 100%);
    
    }
    .about-section{
        background: url(../images/about_bg.webp) center no-repeat;
        background-size: cover;
    }
    .about-section .about_content p{
    color: #535353;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    
    }
    .about-section .about_content p b{
        font-weight: 600;
    }
    
    
    .usp_section .usp_div{
        display: flex;
        /* background: url(../images/leaves.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat; */
        position: relative;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        min-height: 140px;
        width: 100%;
        padding: 0px 25px;
    }
    .usp_div::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/leaf_rigth.png);
        width: 65px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .usp_div::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/leaf_left.png);
        width: 65px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .usp_section .usp_div .content_div{
        width: 100%;
        padding: 10px;
        height: 100%;
    }
    .usp_section .usp_div .content_div span{
    color: #231F20;
    font-weight: 700;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 13.25px;
    letter-spacing: 0%;
    text-align: center;
    
    }
    .usp_section .usp_div .content_div h6{
        background: -webkit-linear-gradient(261.88deg, #FF9100 30%, #2c53a2 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    line-height: 36.74px;
    letter-spacing: 0%;
    text-align: center;
    }

    .usp_section .usp_div .content_div p{
     color: #231F20;
     margin-top: 4px;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0%;
        text-align: center;
        
    }
    .innovation_section .widget-title{
        margin-bottom: 15px !important;
    }
    .campus_section{
        background: #512a7412;
    }
    .innovation_section hr{
        margin: 10px 0px 25px 0px;
    }
    .innovation_section .innovation_content > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #323232;
    
    }
    .py-7{
        padding: 30px 0px 160px 0px;
    }
    
    .placement_section .item{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        padding: 10px;
    
    }
    
    #glimpse_slider .item{
        border-radius: 12px;
        overflow: hidden;
    }
    .why_section .why_box{
        padding: 20px 0px;
        background-color: #ECE7F0;
    }
    .why_section .why_box .why_content h4{
    font-weight: 500;
    font-size: 22.68px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535353;
    margin-bottom: 10px;
    }
    .why_section .why_box .why_content h6{
        font-weight: 800;
        font-size: 26.23px;
        line-height: 30.06px;
        letter-spacing: 0%;
    color: #2c53a2;
    }
    .why_section .why_box .img_abs{
        position: relative;
        left: -60px;
        top: 50%;
        width: 110%;
        transform: translateY(-50%);
    }
    .why_section .why_box .img_abs img{
        width: 100% !important;
    }
    .why_section .why_box .why_content{
        padding: 20px;
    }
    .why_section .why_box .why_content hr{
        width: 100%;
        margin: 15px 0px;
        height: 1px ;
        background-color: #00000067;
        color: #00000067;
        opacity: 1;
    }
    .why_section .why_box .why_content p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1%;
        color: #323232;
        
    }
    .placement_section{
        background: url(../images/placemetn_bg.webp);
        background-size: cover;
    }
    .placement_section .item .job_img{
        height: 100%;
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
    .placement_section .item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    }
    
    
    .slider_outer{
        position: relative;
    }
    .slider_outer .item img{
        height: 205px !important;
        width: 100% !important;
        object-fit: cover;
    }
    .slider_outer::after{
        height: 100%;
        width: 60px;
        content: '';
        position: absolute;
        filter: blur(5px);
        left: 0;
        top: -20px;
        z-index: 2;
        background: #f1eef3;
        opacity: 0.5;
    
    }
    .slider_outer::before{
        height: 100%;
        width: 60px;
        opacity: 0.5;
        content: '';
        position: absolute;
        filter: blur(5px);
        right: 0;
        top: -20px;
        z-index: 2;
        background: #f1eef3;
    
    }
    
    .brand-logo-section {
        padding: 0px 0px;
        height: 100%;
    }
     .brand-logo-section{
    width: 280px !important;
    } 
     .brand-logo-section .ty{
        height: 90px !important;
    } 
    
    
    
    .zIndex2 {
        z-index: 2;
    }
    
    /*== HEADER CSS START ==*/
    
    
    /*== BANNER CSS START ==*/
    .dsu-form {
        width: 350px;
        margin: 02rem auto 0;
        padding: 1rem 1rem;
        float: right;
        position: relative;
        z-index: 1;
        border-radius: 5px;
        background: #001482;
        box-shadow: 0px 3.49px 8.72px 0px #00000033;
    
    }
    
    .frmBg {
        position: relative;
        text-align: center;
        padding: 0 0;
        ;
    }
    
    .frmBg h2 {
        margin-bottom: 10px;
        margin-top: 10px;
        color: #FFF;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.15px; /* 105.475% */
        letter-spacing: 0.21px;
        
    
    }
    
    .contact_fild {
        padding: 0.5rem 10px 0;
    }
    
    .contact-fild-box .form-control,
    .contact-fild-box .form-select {
        font-size: 14px;
        color: #000;
        padding: 8px 10px;
        border: 1px solid #D9D9D9 !important;
        border-radius: 07px;
        background-color: #fff !important;
        margin: 5px auto;
        border: 0;
        height: auto;
    }
    
    .form-group {
        margin-bottom: 0px;
    }
    
    .btn_submit {
        border-radius: 4px !important;
        background: #2C2C2C;
        color: var(--white-col);
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
        padding:10px 70px;
        width: auto;
        margin-bottom: 20px;
    }
    
    .btn_submit:hover {
        color: var(--white-col);
        transform: scale(1.02);
        transition: all .5s;
    }
    
    .contact-fild-box {
        margin-bottom: 0.8rem;
        position: relative;
    }
    
    .contact-fild-box.text-center {
        margin-bottom: 0px;
    }
    
    .dsu-intro {
        position: relative;
        z-index: 2;
    }
    
    .dsu-addmission {
        margin-top: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0px;
        height: 100%;
    }
    
    .dsu-addmission .bannerContent .blob h1 {
     color: #fff;
        font-weight: 800;
        font-size: 100px;
        line-height: 100.39px;
        letter-spacing: 0%;
        text-shadow: 2px 2px 5px #1212126b;
        margin-bottom: 10px;
        
    
    }
    .dsu-addmission .bannerContent .usp_outer{
        width: 65%;
    }
    .dsu-addmission .bannerContent .blob > p{
        font-weight: 600;
        font-size: 37px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #fff;
        text-shadow: 2px 2px 5px #1212126b;
        margin-bottom: 15px;
    
        
    }
    .dsu-addmission .bannerContent .blob .usp_box{
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 10px;
    
    }
    .dsu-addmission .bannerContent .blob .usp_box h6{
        font-weight: 900;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0%;
        background: -webkit-linear-gradient(261.88deg, #2c53a2 30%, #001482 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;    
    }

    .dsu-addmission .bannerContent .blob> h6 {
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0%;
        color: #001482;
        background: #fff200;
        margin-top: 0px;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 30px;
        text-align: center;
    }

    .dsu-addmission .bannerContent .blob .usp_box p{
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
        color: #434343;
        letter-spacing: 0%;



        
    }
    .programs_section .accordion-button{
        background-color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #001482;
    
    }
    .accordion-body{
        height: 240px;
        overflow-y: auto;
    }
    .programs_section ::-webkit-scrollbar {
        width: 6px; /* Width of the scrollbar */
    }
    
    .programs_section ::-webkit-scrollbar-track {
        background: #f1f1f1; /* Track color */
        border-radius: 10px;
    }
    
    .programs_section ::-webkit-scrollbar-thumb {
        background: #001482; /* Scrollbar thumb color */
        border-radius: 5px;
    }
    
    .programs_section ::-webkit-scrollbar-thumb:hover {
        background: #001482; /* Color on hover */
    }
    .programs_section .accordion-item{
        margin-bottom: 0px;
        border-radius: 5px !important;
        overflow: hidden;
        border: none !important;
        background: #fff;
    
    }
    .programs_section .accordion-button:not(.collapsed){
        background: transparent !important;
        color: #001482;
    }
    .formIDfid {
        padding: 0 0px;
    }
    
    
    
    .ftr__btm {
        position: absolute;
        bottom: 0rem;
        left: 0;
    }
    
    /*== Footer css start ==*/
    .footer {
        padding: 20px 90px !important;
        background: #222;
        text-align: left;
        border-top: solid 1px #fff;
    }
    
    
    .footer p {
        text-align: center !important;
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }
    
    .desktop {
        display: block;
    }
.mobile{display: none;}
    .owl-theme .owl-dots .owl-dot{
        margin-top: 20px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #001482 !important;
        width: 10px !important;
    }
    .owl-theme .owl-dots .owl-dot span{
        background: transparent !important;
        border: 1px solid #001482;
        margin: 0px 4px !important;
    }
    /* Fix for vertical tab text breaking into 2 lines */
.resp-tabs-list li .d-flex.flex-row {
  flex-wrap: nowrap !important;
}

.resp-tabs-list li p {
  margin: 0 !important;
  white-space: nowrap !important;
}





/* SECTION */
.steps-section {;
  padding: 60px 20px;
  background: #fff;
}

/* CONTAINER */
.steps-container {
  display: flex;
  max-width: 1300px;
  margin: auto;
  gap: 0;
}

/* COMMON STEP STYLE */
.step {
    margin-top: 20px;
  flex: 1;
  padding: 50px 25px;
  background: #fff200;
  color: #001482;
  position: relative;
  transition: all 0.3s ease;
}

/* TEXT */
.step-label {
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
  vertical-align: middle;
        text-align: center;
}

.step h3 {
  font-size: 26px;
  margin-bottom: 0px;
  font-weight: 800;
  vertical-align: middle;
  text-align: center;

}



.step p {
  font-size: 18px;
  font-weight: 500;
        line-height: 24px;
        letter-spacing: 1%;
        text-align: center;
    color: #323232;
    padding:0px 25px;
}

/* HOVER */
.step:hover {
  background: #e6ecff;
  color: #1d3c85;
}

/* ========================= */
/* SHAPES USING CLIP PATH */
/* ========================= */

/* FIRST BOX (arrow right) */
.step-1 {
  clip-path: polygon(
    15% 0,
    85% 0,
    100% 50%,
    85% 100%,
    15% 100%,
    0 50%
  );
}

/* MIDDLE BOXES (both sides arrow) */
.step-middle {
  margin-left: -20px;
  clip-path: polygon(
    15% 0,
    85% 0,
    100% 50%,
    85% 100%,
    15% 100%,
    0 50%
  );
}

/* LAST BOX (left arrow only) */
.step-4 {
  margin-left: -20px;
  clip-path: polygon(
    15% 0,
    85% 0,
    100% 50%,
    85% 100%,
    15% 100%,
    0 50%
  );
}

/* ========================= */
/* RESPONSIVE (MOBILE) */
/* ========================= */

@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
  gap: 10px;
  }

  .step {
    margin-left: 0 !important;
    clip-path: none;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-top: 0px;
    flex: 1;
    padding: 20px 25px;
    background: #fff200;
    color: #001482;
    position: relative;
    transition: all 0.3s ease;
  }
  .dsu-addmission .bannerContent .blob> h6 {
        font-weight: 600;
        font-size: 20px;
    }

     .brand-logo-section{
    width: 260px !important;
    } 
     .brand-logo-section .ty{
        height: 80px !important;
    }
}


/* SECTION */
.elig-apply-section {
  padding: 20px 20px;
  background: #f5f7ff;
  display: flex;
  justify-content: center;
}

/* MAIN CONTAINER */
.elig-apply-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  align-items: stretch; /* equal height */
}

/* LEFT */
.eligibility-card {
  flex: 1.1; /* better than fixed width */
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #e0e6ff;
  z-index: 2;
  margin-right: -40px; /* overlap */
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* RIGHT */
.apply-card {
  flex: 1;
  background: #fff;
  padding: 30px 30px 60px 80px;
  border-radius: 15px;
  border: 1px solid #e0e6ff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HEADINGS */
.eligibility-card h2,
.apply-card h2 {
    font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 750;
    line-height: 44px;
    letter-spacing: 0%;
}

/* ELIGIBILITY ROW */
.elig-row {
  display: flex;
  gap: 15px;
  padding: 18px;
  border-radius: 10px;
  background: #f9f9f9;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* HOVER YELLOW */
.elig-row:hover {
  background: #fff200;
}

/* ICON */
.icon {
  font-size: 20px;
  margin-top: 2px;
}

/* TEXT */
.elig-row h4 {
  color: #001482;
  margin-bottom: 5px;
  font-size: 18px;
}

.elig-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}

/* HIGHLIGHT */
.elig-row.highlight {
  background: #2c53a2;
}

.elig-row.highlight h4,
.elig-row.highlight p {
  color: #fff;
}

/* ================= */
/* RIGHT SIDE STEPS */
/* ================= */

.step-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* HOVER */
.step-item:hover {
  background: #fff200;
}

/* NUMBER */
.step-number {
  min-width: 30px;
  height: 30px;
  background: #fff200;
  color: #001482;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

/* TEXT */
.step-item h4 {
  color: #001482;
  margin-bottom: 5px;
  font-size: 20px;
}

.step-item p {
  font-size: 15px;
  color: #555;
}

/* ================= */
/* MOBILE FIX */
/* ================= */

@media (max-width: 768px) {

  .elig-apply-container {
    flex-direction: column;
  }

  .eligibility-card,
  .apply-card {
    width: 100%;
    margin-right: 0;
  }

  .eligibility-card {
    margin-bottom: 20px;
  }

  /* remove overlap effect */
  .eligibility-card {
    z-index: 1;
  }

  .apply-card {
    padding: 25px;
  }
}




@media only screen and (max-width: 768px){
     .eligibility-card h2,
.apply-card h2{
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 736px){
     .eligibility-card h2,
.apply-card h2{
        font-size: 26px;
        text-align: center;
        margin-bottom: 5px;
        line-height: 32px;
    }
}

    @media only screen and (max-width: 667px){
         .eligibility-card h2,
.apply-card h2{
        font-size: 26px;
        text-align: center;
        margin-bottom: 5px;
        line-height: 32px;
        }
    }




/* SECTION */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; /* 👈 THIS CREATES SPACE */
  padding: 18px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #001482;
}

/* CONTAINER */
.faq-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.faq-container h2 {
    font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 750;
    line-height: 44px;
    letter-spacing: 0%;
}

/* ACCORDION */
.faq-item {
  background: #f2f2f2;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e0e6ff;
}

/* ACTIVE STATE */
.faq-item.active {
  background: #001482 ;
}

/* QUESTION */
.faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #001482 ;
  position: relative;
}

/* ICON (+ / -) */
.faq-question::after {
  content: "+";
  font-size: 20px;
  flex-shrink: 0; /* prevents icon from squeezing */
}

/* ACTIVE QUESTION */
.faq-item.active .faq-question {
  color: #fff;
}

.faq-item.active .faq-question::after {
  content: "−";
  color: #fff;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
}

/* SHOW ANSWER */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 20px 20px;
}

/* HOVER EFFECT */
.faq-item:hover {
  border-color: #fff200;
}


@media (max-width: 768px) {

  /* Reduce outer section padding */
  .faq-section {
    padding: 50px 10px;
  }

  .faq-container h2 {
    font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 750;
    line-height: 44px;
    letter-spacing: 0%;
}

  /* Make container full width */
  .faq-container {
    max-width: 100%;
    padding: 0;
  }

  /* Reduce box side spacing */
  .faq-question {
    padding: 16px 15px;
  }

  .faq-answer {
    padding: 0 15px 0px;
  }

}



@media (max-width: 768px) {
.programImg{
    background-color: #fff;
}
}


.Program_Highlights{
     
    padding: 15px; 
    width: 300px; 
    border-radius: 8px;
}

.Program_Highlights h4{
    font-size:28px; 
    margin-bottom: 10px;
}

  .Program_Highlights p{
    margin-bottom: 10px;
    font-size:16px;
  }

@media (max-width: 768px) {
    .Program_Highlights h4{
    font-size:18px; 
    margin-bottom: 10px;
    }

    .Program_Highlights p{
        margin-bottom: 10px;
        font-size:14px;
    }
}

@media (max-width: 768px) {
.hide-mobile-why{
    display: none !important;
}
}








/* SECTION */
.why-section {
  padding: 80px 20px;
  background: #f2f2f2;
  text-align: center;
}

/* HEADER */
.why-section h2 {
  margin-bottom: 10px;
  font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000;
}

.why-sub {
  margin-bottom: 50px;
  color: #535353;
        font-weight: 500;
        font-size: 24px;
        margin-top: 5px;
        line-height: 100%;
        letter-spacing: 0%;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.why-card {
  position: relative;
  background: #fff200;
  border-radius: 15px;
  padding: 25px;
  height: 190px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

/* FRONT CONTENT */
.card-front {
  transition: 0.3s;
}

.card-front h3 {
  margin-bottom: 10px;

  font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #001482;
}

.line {
  display: block;
  width: 50px;
  height: 2px;
  background: #001482;
  margin: 10px auto;
}

.card-front p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #001482;
}

/* BACK CONTENT */
.card-back {
  position: absolute;
  inset: 0;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #001482;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  border-radius: 15px;
  font-size: 14px;
}

.card-back p{
    font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
        color: #fff;
}






/* HOVER EFFECT */
.why-card:hover .card-front {
  opacity: 0;
}

.why-card:hover .card-back {
  opacity: 1;
}

/* ================= */
/* MOBILE */
/* ================= */

@media (max-width: 768px) {

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Hide 2 cards */
  .hide-mobile {
    display: none;
  }

  .why-card {
    height: 200px;
  }
  .why-section h2{
    font-size: 26px;
  color: #000;
  text-align: center;
  font-weight: 750;
    line-height: 44px;
    letter-spacing: 0%;
  }
    .why-sub {
  margin-bottom: 10px;
  color: #535353;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
}
.card-front h3 {
  margin-bottom: 10px;

  font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #001482 ;
}
  .card-back p{
    font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
        color: #fff;
}
}