@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Jost";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    /* font-family: "Roboto", sans-serif; */
        font-family: 'Fira Sans';

    box-sizing: border-box;
}

.container {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}

/* header section css*/

.header {
    display: flex;
    justify-content: space-between;
    padding: 14.5px 0px;
    align-items: center;
}

.dispflex {
    display: flex;
    gap: 30px;
}

.applyNowbtn {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #A50C22;
    color: #fff;
    padding: 13px 29px 13px 29px;
    border-radius: 8px;
    border: none;
    width: fit-content;
    margin-top: -38px;
}
.applyNowbtn1 {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #A50C22;
    color: #fff;
    padding: 13px 29px 13px 29px;
    border-radius: 8px;
    border: none;
 width: 100%;
 margin-top: 20px;
}

.d-desk {
    display: block;
}

.d-mob {
    display: none;
}

/* =========================================
   HEADER
========================================= */

.companyHeader{
    background: #fff;
    padding: 15px 0;
}

.companyHeader .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.dispflex{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    min-width: 0;
}

.dispflex img{
    max-height: 70px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-width: 0;
    flex: 0 1 auto;
    object-fit: contain;
}

/* =========================================
   TIMER
=========================================
.header-timer{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.timer-title{
    color: #18357E;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.timer-wrap{
    display: flex;
    align-items: center;
    gap: 6px;
}

.timer-box{
    width: 62px;
    height: 62px;
    background: #9E1C20;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.timer-value{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.timer-label{
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 4px;
    line-height: 1;
}

.timer-colon{
    color: #9E1C20;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

/* =========================================
   BUTTON
========================================= 

.applyNowbtn{
    background: #9E1C20;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.applyNowbtn img{
    width: 14px;
}

/* =========================================
   1350
========================================= 

@media(max-width:1350px){

    .timer-title{
        font-size:22px;
    }

    .timer-box{
        width:56px;
        height:56px;
    }

    .timer-value{
        font-size:20px;
    }
}

/* =========================================
   1280
========================================= 

@media(max-width:1280px){

    .timer-title{
        font-size:20px;
    }

    .timer-box{
        width:52px;
        height:52px;
    }

    .timer-value{
        font-size:18px;
    }

    .timer-label{
        font-size:8px;
    }
}

/* =========================================
   1080
========================================= 

@media(max-width:1080px){

    .dispflex img{
        max-height:55px;
    }

    .timer-title{
        font-size:18px;
    }

    .timer-box{
        width:48px;
        height:48px;
    }

    .timer-value{
        font-size:16px;
    }
}

/* =========================================
   991
========================================= 

@media(max-width:991px){

    .companyHeader .header{
        flex-wrap: wrap;
        justify-content: center;
    }

    .dispflex{
        width:100%;
        justify-content:center;
    }

    .header-timer{
        width:100%;
        flex-direction:column;
        gap:10px;
    }

    .d-desk{
        width:100%;
        display:flex;
        justify-content:center;
    }

    .timer-title{
        text-align:center;
    }
}

/* =========================================
   767
========================================= 

@media(max-width:767px){

    .dispflex{
        gap:12px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .dispflex img{
        max-height:40px;
        width: auto;
        max-width: calc(50% - 6px);
        flex: 0 1 auto;
    }

    .companyHeader {
        overflow-x: hidden;
    }

    .timer-title{
        font-size:18px;
    }

    .timer-box{
        width:44px;
        height:44px;
    }

    .timer-value{
        font-size:14px;
    }

    .timer-label{
        font-size:7px;
    }

    .timer-colon{
        font-size:20px;
    }
}

/* =========================================
   480
========================================= 

@media(max-width:480px){

    .timer-title{
        font-size:16px;
    }

    .timer-wrap{
        gap:3px;
    }

    .timer-box{
        width:40px;
        height:40px;
    }

    .timer-value{
        font-size:13px;
    }

    .timer-label{
        font-size:6px;
    }

    .timer-colon{
        font-size:16px;
    }

    .applyNowbtn{
        padding:10px 18px;
        font-size:13px;
    }
}

/* =========================================
   360
========================================= 

@media(max-width:360px){

    .timer-title{
        font-size:14px;
    }

    .timer-box{
        width:36px;
        height:36px;
    }

    .timer-value{
        font-size:11px;
    }

    .timer-label{
        font-size:5px;
    }
} */

/* banner section css start */
.bannerSection {
    background: url(../images/banner/bannerbg.webp) no-repeat center right 38%;
    background-size: cover;
}

.bannerSection .applyNowbtn {
    margin-top: 47px;
}

.heroContent {
    background: url(../images/banner/bannergirl.webp) no-repeat calc(100% - 420px) bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 79px 0px 89px 0px;
    gap: 20px;
}

.heroLeftContent {
    padding: 30px 64px 0px 20px;
}

.heroLeftContent h1 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;


}

.universityName {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
    margin: 44px 0px 51px 0px;

}

.positionSet {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color:#000000;
    position: absolute;
    left: 4.5rem;


}

.admissionDetails {
    background: url(../images/banner/borderbg.webp) no-repeat center;
    background-size: 100%;
    position: relative;
}

.redText {
color: #A50C22;
font-weight: 600;
font-size: 48px;
line-height: 150%;
letter-spacing: 0%;
text-transform: capitalize;


}

.admissionDetails p {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    padding: 25px 28px 14px 31px;
    color: #000000;


}

.block {
    display: block;
}


.enquiryForm {
    border: 1px solid #C52F32;
    background: #fff;
    box-shadow: 0px 6.322px 12.644px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(9.87804889678955px);
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 620px;
    flex-shrink: 0;
    z-index: 2;
}

.enquiryForm iframe {
    display: block;
    width: 100%;
    background: #fff;
}

.formTitle {
    font-family: 'Gelasio';
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    background-color: #C52F32;
    text-align: center;
    padding: 7px 0;
    font-weight: 400;
}

.enquiryForm form {
    display: flex;
    gap: 15px;
    padding: 20px 15px;
    flex-wrap: wrap;
    color: #fff;
}

.enquiryForm form input,
.enquiryForm form label {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.enquiryForm form input {
    height: 35px;
}

.enquiryForm form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.enquiryForm form a {
    color: #ffffff;
    font-size: 15px;
}

.enquiryForm input[type="submit"] {
    display: block;
    background-color: #F5CA0F;
    border-radius: 40px;
    color: #003162;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    padding: 6px 0;
}

/* About Us section css start */

.bestinyouSection {
    background: linear-gradient(180deg, #D70008 0%, #871015 101.01%);
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
    margin-top: -2rem;
    color: #fff;
}

.arrangeAlign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
}

.aboutDetails {
    flex: 1 1 60%;
}

.imageWrapper {
    flex: 1 1 35%;
    display: flex;
    justify-content: center;
}

.imageWrapper img {
    max-width: 100%;
    height: auto;
    padding-right: 0;
    /* removed fixed padding */
    display: block;
}

.aboutDetails span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.aboutDetails h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.aboutDetails h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    text-transform: capitalize;
}

/* aword section css Start */
.aword {
    background: #000;
    padding: 37px 0;
    text-align: center;
}

.awards-slider img {
    padding: 0 12.5px;
    /* total 25px gap between images */
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* aword section css End */


/* Opportunities section start */
.opportunities {
    background: url(../images/oppo/oppobg.webp) no-repeat bottom;
    background-size: cover;
    position: relative;
}

.oppportunitiesRow1 {
        display: flex;
            justify-content: space-between;
                margin-top: 90px;
    margin-bottom: 16px;

}

.opportunities .applyNowbtn {
    margin-top: 47px;
}

.opportunitiesImgsection {
    display: flex;
    gap: 16px;
}
.opportunitiesHeading .heading {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 48px;
    line-height: 131%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #A50C22;
}
.imgSection1 {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.imgSection2 {
    display: flex;
    gap: 16px;

}
.oppportunitiesRow2 {
    display: flex;
        gap: 16px;
}

.opportunitiesHeading .details {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    width: 100%;
    max-width: 890px;
    margin-top: 32px;

}

/* Opportunities section end */

/* program section css start */

.program-Sec {
    background: url(../images/program/probg.png) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 60px 80px;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -2px 25px -17px #333;
}

.programHead h2 {
    color: #A50C22;
    font-size: 100px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 100px;
}

.programHead h2 small {
    color: #BDBDBD;
    font-size: 64px;
    font-weight: 300;
}

.proSeletD {
    border: 1px solid #0000002B;
    padding: 8px;
    border-radius: 40px;
    margin-top: 30px;
}

.padleft0 {
    padding-left: 0;
    width: 100%;
}

.proSeletD .form-control {
    border-radius: 40px;
    border: 1px solid #00000008;
    box-shadow: none;
    outline: none;
    text-align: left;
    font-size: 18px;
    color: #000;
    height: 45px;
    padding: 6px 15px;
}

.flexSet {
    display: flex;
}

.flexSet1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.widthSet {
    width: 100%;
}

.widthsetting {
    width: 22%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.proSeletD .form-control {
    border-radius: 40px;
    border: 1px solid #00000008;
    box-shadow: none;
    outline: none;
    text-align: left;
    font-size: 18px;
    color: #000;
    height: 45px;
    padding: 6px 15px;
}

.form-control option {
    background: rgba(165, 12, 34, 0.06);
    color: #0000004A;
}

.promainD {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
    padding: 25px 15px;
    margin-top: 30px;
    height: 250px !important;
}

.promainD h5 {
    color: #000;
    font-size: 22px !important;
    font-weight: 500;
    margin-bottom: 0;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-red {
    padding: 12px 25px;
    border-radius: 8px;
    background: #A50C22;
    font-size: 20px;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* program section End */

/* internationalTieups section css start */

.internationalTieups {
    background: linear-gradient(180deg, #A50C22 0%, #161616 27.87%);
    padding: 80px 0;
    color: white;
    text-align: center;
}

.internationalTieups h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}

.slider {
    width: 90%;
    margin: 0 auto;
}

.card-caption {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 131%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px;

}

.slick-track {
    display: flex !important;
}

.international-slider .card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.international-slider .card {
    padding: 0 15px;
    box-sizing: border-box;
}

/* internationalTieups section css end */


/* campus section css start */
.redColor {
    color: #A50C22;
}

.borderBoxset {
    border-radius: 40px;
    box-shadow: 0px 4px 6px 4px #0000001A;
    padding: 100px 0px 86px 0px;
    text-align: center;
}

.borderBoxset h2 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
/* 
.campus {
    padding: 100px 0px 0px 0px;
} */

.campus-slider .boxSet {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px;
}

.campus-slider .slick-slide {
    padding: 10px;
}

.campus-slider .boxSet img {
    display: block;
    margin: 0 auto 10px auto;
    /* centers image and adds spacing below */
    max-width: 60px;
    /* optional: control icon size */
    height: 75px;
}

.boxSet p {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-top: 40px;

}


/* campus section css End */


/* scholarship section css start */
.scholarship {
    padding: 80px 0px 0px;
}

.scholarship .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.flexSeting {
    max-width: 680px;
    flex: 1;
}

.imageWrapper {
    max-width: 950px;
    flex: 1;
}

.imageWrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.displayLayout {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}

.item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.item img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.item p {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.horiLine {
    width: 100%;
    height: 1px;
    background-color: gray;
    margin-top: 10px;
}

.line-wrapper {
    display: flex;
    align-items: stretch;
}

.line {
    width: 1px;
    background-color: gray;
    height: auto;
    min-height: 100%;
}

.flexSeting h2 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 48px;
    line-height: 131%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.redColor {
    color: #A50C22;
}

.flexSeting p {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.block {
    display: block;
}


/* scholarship section css End */



/* criteria section css start */
.criteria {
    padding: 100px 0px 100px;
}

.criteria h2 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 48px;
    line-height: 131%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;

}



.tab-container {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    gap: 15px;
}


.tabs {
    width: 100%;
    background: #fef1f1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    padding: 15px;
    max-width: 418px;
}

.tab {
    padding: 16px;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 103%;
    letter-spacing: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;

}

.tab:hover {
    background-color: #fddada;
}

.tab.active {
    background-color: #c8002f;
    color: white;
    font-weight: bold;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.tab::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url('../images/criteria/tabArrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab.active::after {
    opacity: 1;
}

.tab-content {
    flex: 1;
    padding: 24px;
    background: #fcfcfc;
    overflow-y: auto;
    max-height: 350px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.content {
    display: none;
    font-size: 16px;
    line-height: 1.5;
}

.content.active {
    display: block;
}

.tabSet {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;

}

/* criteria section css end */


/* document section css start */
.document {
    background: #A50C22;
}

.documentSet {
    display: flex;
}

.documentSetails {
    padding: 100px 0px 30px 0px;
    color: #fff;
    width: 100%;
    max-width: 70%;
}

.documentSetails h2 {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-size: 48px;
    line-height: 131%;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.documentSetails p {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.documentSetails ul {
    margin-bottom: 56px;
}

.documentSetails li {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.documentsImg {
    width: 100%;
    max-width: 650px;
}

.documentsImg img {
    max-width: 100%;
}

/* document section css End */


/* admission process css start */
.admission {
    padding: 100px 0;
    background: #F9F9F9;
}

.admission h2 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.marginSet {
    margin-top: 45px;
    padding-top: 45px;
}

.redColor {
    color: #C8002F;
}

.processSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.processBox {
    position: relative;
    max-width: 300px;
     /* min-height: 450px; */
    background: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 80px 20px 30px;
    text-align: center;
}

.iconWrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
}

.iconWrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.processdetails h3 {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #871015;
    margin-bottom: 40px;

}

.processdetails p {
    font-family: 'Fira Sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;

}


/* admission process css end */

/* dates section css start */

.borderedTable {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    table-layout: fixed;
    /* ✅ Makes td width equal */
}

.borderedTable td {
    padding: 18px 20px;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    width: 50%;
    /* ✅ Each cell takes 50% of row width */
    word-wrap: break-word;
}

.datesDetails {
    background: #A50C22;
    padding: 100px 120px;
    border-radius: 40px 45px 0px 0px;
}

.datesDetails h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}

/* dates section css End */

/* faq section css  start*/
.faq {
    background: linear-gradient(176.81deg, #A50C22 7.21%, #161616 76.7%);

}

.accordion h2 {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom:40px;
}

.faqDetails {
    background: #fff;
    padding: 60px 80px 0px;
    border-radius: 0 0 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.accordion {
    flex: 1;
}

.accordion-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
}

.accordion-header {
    background: #A50C22;
    color: #fff;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;

}

.accordion-header::after {
    content: "▼";
    font-size: 14px;
    transition: transform 0.3s;
    margin-left: 10px;
}

.accordion-header.active::after {
    transform: rotate(-180deg);
}

.accordion-content {
    display: none;
    padding: 20px;
    background: #f4f4f4;
    color: #333;
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;

}

.faqImage img {
    max-width: 450px;
    width: 100%;
    height: auto;
}

/* faq section css End */

/* footer set */
.footerflex {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 30px 0px;
}

/* footer section End */
.thankyou-banners {
    background-image: url('../images/thankyou/thankyou.webp');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 50rem; */
    padding: 200px 200px;
    font-family: 'Montserrat', sans-serif;
}

.thankyou-banners h1 {
    font-size: 4.5rem;
    font-weight: bold;
}

.position-set {
    position: relative;
    /* top: 17rem; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thankyou-box {
    border: 1.5px solid #fff;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 0.5rem;
}

.textWhite {
    color: #fff;
}
.headingmb {
    font-weight: 400;
    font-size: 28px;
    line-height: 118%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #A50C22;
    margin-top: 60px;
    margin-bottom: 20px;
}
.detailsmb {
    font-family: Arial;
font-weight: 400;
font-size: 14px;
line-height: 150%;
letter-spacing: 0%;
margin-right: 24px;
}
.oppportunitiesRowmb1 {
    display: flex;
}
.opportunitiesImgsectionmb{
    margin-right: 24px;
}

  @media (max-width: 1026px) {
    .opportunities1 {
      display: none;
    }
  }
  @media (min-width: 1025px) {
  .opportunitiesMb {
    display: none;
  }
}

 .d-mob2{
        display: none;
}
.alignOption {
    width: 80%;
    margin: auto;
}
.promainD a {
    text-decoration: none;
}
.forUGhead h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/* Section Wrapper */
.eligibilitySection {
  padding: 60px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.eligibilityHeading {
font-family: "Fira Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
line-height: 131%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;

}

.eligibilityHeading .highlight {
  color: #b40001; /* Red highlight for "Criteria" */
  font-family: "Fira Sans";
font-weight: 400;
font-style: "Regular";
font-size: 48px;
line-height: 131%;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;

}

/* Layout: Sidebar + Content */
.eligibilityWrapper {
  display: flex;
  gap: 30px;
}

/* Sidebar */
.eligibilitySidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 180px;
}

.sidebarBtn {
  padding: 12px 20px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebarBtn.active {
  background: #b40001;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.sidebarBtn.active::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 15px solid #b40001;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* Right Content Box */
.eligibilityContent {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #F9F9F9;
}

/* Sub Tabs */
.subTabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.subTabBtn {
  padding: 8px 18px;
  border: 1px solid #b40001;
  background: #fff;
  color: #b40001;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.subTabBtn.active {
  background: #b40001;
  color: #fff;
}

/* Content Details */
.eligibilityBox h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #000;
}

.eligibilityBox ul {
  margin: 0;
  padding-left: 20px;
}

.eligibilityBox ul li {
  margin-bottom: 8px;
  line-height: 1.6;
  /* font-size: 14px; */
  font-size: 16px;
}
.eligibilityWrapper {
  display: flex;
  gap: 30px;
  border: 1px solid #0000004D;  /* thin black border */
  border-radius: 8px;      /* optional: rounded corners */
  padding: 20px;           /* space inside */
  background: #fff;        /* white background */
}
/* =========================================
SECTION
========================================= */
.businessSection {
   width: 100%;
    overflow: hidden;
    padding: 80px 0;
    background: #fff;
}

/* =========================================
TOP CONTENT
========================================= */
.bbg{
background:
        linear-gradient(
            to right,
            rgba(255,255,255,0.96) 45%,
            rgba(255,255,255,0.15) 100%
        ),
        url("../images/Exposure/bigindia.webp") no-repeat center center;

    background-size: cover;
}
/* background image ONLY for top section */
.businessTop {
    /* position: relative; */
    padding: 40px 0 120px;
    
}

.businessText {
    max-width: 1139px;
}

.businessHeading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #000;
}

.businessHeading span {
    color: #b40001;
}

.businessSubheading {
    color: #b40001;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.businessList {
    padding-left: 22px;
}

.businessList li {
    font-size: 19px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
    font-weight: 400;
}

/* =========================================
SLIDER
========================================= */

.businessSliderWrapper {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

.businessSlider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 40px 20px;
}

.businessSlider::-webkit-scrollbar {
    display: none;
}

.slideItem {
    flex: 0 0 320px;
    border-radius: 26px;
    overflow: hidden;
}

.slideItem img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
}

/* =========================================
BOTTOM SECTION
========================================= */

.businessBottom {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    background: #fff;
}
.businessBottomLeft {
    max-width: 760px;
}

.businessHeading2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.businessBottomRight {
    padding-top: 10px;
}

.businessButton {
    white-space: nowrap;
}

/* =========================================
BUTTON
========================================= */

.applyNowbtn {
    background: #b40001;
    color: #fff;
    border: none;
    padding: 18px 34px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

.applyNowbtn:hover {
    background: #920000;
}

.applyNowbtn img {
    width: 18px;
}

/* =========================================
TABLET
========================================= */

@media (max-width: 992px) {

    .businessSection {
        padding: 60px 0;
        background:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 0.95),
                rgba(255, 255, 255, 0.92)),
            url("../images/Exposure/bigindia.webp") no-repeat center center;
        background-size: cover;
    }

    .businessHeading {
        font-size: 42px;
    }

    .businessHeading2 {
        font-size: 32px;
    }

    .businessList li {
        font-size: 18px;
    }

    .slideItem {
        flex: 0 0 270px;
    }

    .slideItem img {
        height: 360px;
    }

    .businessBottom {
        flex-direction: column;
    }

    .businessBottomRight {
        width: 100%;
    }

}

/* =========================================
MOBILE
========================================= */

@media (max-width: 767px) {

    .businessSection {
        padding: 50px 0;
    }

    .businessHeading {
        font-size: 34px;
    }

    .businessSubheading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .businessHeading2 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .businessList {
        padding-left: 18px;
    }

    .businessList li {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .businessSliderWrapper {
        margin-top: 40px;
    }

    .businessSlider {
        gap: 14px;
        padding: 10px 20px 10px;
    }

    .slideItem {
        flex: 0 0 220px;
    }

    .slideItem img {
        height: 280px;
        border-radius: 20px;
    }

    .businessBottom {
        margin-top: 50px;
        gap: 25px;
    }

    .applyNowbtn {
        width: 100%;
        justify-content: center;
        padding: 16px 20px;
        font-size: 15px;
    }

}
.eligibility-section {
  text-align: center;
  padding: 50px 0;
}

.eligibility-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eligibility-box {
    border: 1px solid #b40001;
    border-radius: 10px;
    padding: 20px 30px;
    /* max-width: 900px; */
    /* margin: 0 auto; */
}

.eligibility-box ol {
  margin: 0;
  padding-left: 20px;  /* space for numbers */
  text-align: center;    /* align text to left */
  line-height: 1.8;
  font-size: 16px;
  list-style: none;
}

.eligibility-box li {
  margin-bottom: 15px;
}


.opportunitiesHeading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;

}
img.opportunitesImgAlign {
    width: 25%;
}
/* Wrapper */
.eligibilityWrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* Sidebar */
.eligibilitySidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebarBtn {
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  cursor: pointer;
  text-align: left;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.sidebarBtn.active {
  background: #b80000;
  color: #fff;
  border-color: #b80000;
}

/* Content */
.eligibilityContent {
  flex: 3;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Hide all by default */
.eligibilityBox {
  display: none;
}

.eligibilityBox.active {
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .eligibilityWrapper {
    flex-direction: column;
  }
  .eligibilitySidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sidebarBtn {
    flex: 1 1 45%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .sidebarBtn {
    flex: 1 1 100%;
  }
}




   .testimonial-section {
      width: 90%;
      margin: 40px auto;
      position: relative;
    }

    .testimonial-section h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .testimonial-slider {
      display: flex;
    }

    .testimonial-item {
      margin: 10px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    .testimonial-item video,
    .testimonial-item img {
      width: 100%;
      border-radius: 10px;
      display: block;
    }
.businessButton {
    margin-top: 3rem;
}
    /* Custom arrows */
    .custom-arrows {
          position: absolute;
    /* bottom: -50px; */
    right: 20px;
    display: flex
;
    gap: 10px;
    top: 1rem;
    }

    .custom-arrows button {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #fff;
    }

    .prev-arrow {
      background: #000;
    }
    .next-arrow {
      background: #b30000;
    }
    .footerSection {

        background-color: #000000;
    }
    .item1 {
  border: 2px solid #000; /* black border */
  border-radius: 0;       /* makes sure corners are square */
  padding: 15px;          /* space inside */
  display: inline-block;  /* fit to content */
}

.item2{
  border: 2px solid #b30000;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;   /* shrink to fit content */
  width: fit-content;      /* modern browsers, optional */
    min-width: 50%;
    box-sizing: border-box;
}



.eligibilityBox,
.programContent {
  display: none;
}

.eligibilityBox.active,
.programContent.active {
  display: block;
}

.sidebarBtn.active,
.programBtn.active {
  background: #A50C22;
  color: #fff;
}

.programBtn{
    font-size: 15px;
    padding: 6px;
}


