*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#fff;
}

/* HEADER */
.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 50px;
}

.logo{
    width:305px;
    height:75px;
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #2D3249;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
    width: 206px;
    height: 45px;
    opacity: 1;
}

.call-btn img{
    width:36px;
    height:36px;
    background:#fff;
    padding:8px;
    border-radius:50%;
    border:1px solid #00000040;
}

.call-btn span{
    font-family:'Montserrat', sans-serif;
    font-size:18px;
}

/* HERO */
.hero{
    position:relative;
    width:100%;
}

.hero-bg{
    width:100%;
    display:block;
}

/* OVERLAY */
.hero-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 80px;
}

/* TEXT */
.hero-text{
    max-width:420px;
}

.tagline{
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    font-size:26px;
    line-height: 30px;
    /*margin:64px 0 48px;*/
    margin: 9rem 0 3rem;
}

.online{
    color:#830605;
    font-family:'Montserrat', sans-serif;
    font-weight:800;
    font-size:42px;
    line-height: 50px;
}

.pill{
    display:inline-block;
    border:1px solid #7C0903;
    color:#7C0903;
    padding:6px 16px;
    border-radius:6px;
    margin:8px 8px 0 0;
    font-family:'Montserrat', sans-serif;
    font-weight:800;
    font-size:45px;
    line-height: 50px;
}

/* ADMISSION + IMAGE ARROW */
.admission-wrap{
    margin-top:28px;
}

.admission{
    font-family:'Montserrat', sans-serif;
    font-weight:500;
    font-size:27px;
    line-height:30px;
}

.admission-arrow {
    margin-top: 10px;
    width: auto;
    display: block;
}

/* FORM */
.form-card {
    background: #fff;
    padding: 28px;
    width: 420px;
    height: 536px;
    opacity: 1;
    border-radius: 18px;
    box-shadow: -4px 0px 8px 0px #00000014;
    border: 1px solid #A9A9A9;
    margin-top: 5%;
}

.form-card h3 {
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #30343F;
}

.form-card input, .form-card select {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ADB5BD;
    color: #717171;
}
.form-card input::placeholder,
.form-card select::placeholder {
    color: #717171;
    opacity: 1; /* Firefox ke liye */
}

/* Safari / Chrome / Edge */
.form-card input::-webkit-input-placeholder,
.form-card select::-webkit-input-placeholder {
    color: #717171;
}

/* Firefox */
.form-card input::-moz-placeholder,
.form-card select::-moz-placeholder {
    color: #717171;
}

/* Internet Explorer (old) */
.form-card input:-ms-input-placeholder,
.form-card select:-ms-input-placeholder {
    color: #717171;
}


.form-card button {
    width: 100%;
    background: #830605;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    height: 46px;
}

@media(max-width:1450px){
    .form-card {
    background: #fff;
    padding: 28px;
    width: 360px;
    height: 536px;
    opacity: 1;
    border-radius: 18px;
    box-shadow: -4px 0px 8px 0px #00000014;
    border: 1px solid #A9A9A9;
    margin-top: 5%;
}
.tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    /* margin: 64px 0 48px; */
    margin: 8rem 0 2rem;
}
.pill {
    display: inline-block;
    border: 1px solid #7C0903;
    color: #7C0903;
    padding: 5px 16px;
    border-radius: 6px;
    margin: 8px 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
}
.admission-arrow {
    margin-top: 10px;
    width: 65%;
    display: block;
}
.admission {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
}


@media(max-width:1350px){
.form-card {
    background: #fff;
    padding: 28px;
    width: 360px;
    height: 536px;
    opacity: 1;
    border-radius: 18px;
    box-shadow: -4px 0px 8px 0px #00000014;
    border: 1px solid #A9A9A9;
    margin-top: 5%;
}
.tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    /* margin: 64px 0 48px; */
    margin: 8rem 0 1rem;
}
.pill {
    display: inline-block;
    border: 1px solid #7C0903;
    color: #7C0903;
    padding: 0px 16px;
    border-radius: 6px;
    margin: 8px 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
}
.admission-arrow {
    margin-top: 10px;
    width: 60%;
    display: block;
}
.admission {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
}
/* RESPONSIVE */
@media(max-width:992px){
    .hero-overlay{
        flex-direction:column;
        padding:40px 20px;
        gap:30px;
    }

    .form-card{
        width:100%;
        max-width:380px;
    }

    .admission-arrow{
        margin-left:auto;
        margin-right:auto;
    }
}


@media (max-width: 768px) {

     /* HEADER */
    .header {
        padding: 16px 10px;
    }

    .logo {
        width: 160px;
        height: auto;
    }

    .call-btn {
        width: 160px;
        height: 42px;
        gap: 5px;
    }

    .call-btn img {
        width: 30px;
        height: 30px;
        background: #fff;
        padding: 8px;
        border-radius: 50%;
        border: 1px solid #00000040;
    }

    .call-btn span {
        font-size: 14px;
    }

    /* HERO SECTION */
    .hero {
        position: relative;
        min-height: auto;
        padding: 30px 10px;
        background: #F5F5F5;
    }

    .hero-overlay {
        position: static;         /* Absolute hata diya */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 30px;
        /*padding: 40px 0px;*/
        padding: 0px;
    }

    .hero-bg {
        display: none;            /* Mobile pe image hide */
    }

    .hero-text {
        max-width: 100%;
    }

    .tagline {
        margin: 3rem 0 2rem;
        font-size: 22px;
        line-height: 28px;
    }

    .online {
        font-size: 42px;
        line-height: 50px;
    }

    .pill {
        font-size: 45px;
        line-height: 50px;
        padding: 5px 14px;
    }

    /* ADMISSION */
    .admission {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 27px;
        line-height: 30px;
    }

    .admission-arrow {
        margin: 12px auto 0;
        width: 85%;
    }

    /* FORM */
    .form-card {
        width: 100%;
        max-width: 420px;
        height: auto;
        padding: 24px;
        margin-top: 20px;        /* Hero ke niche gap */
    }

    .form-card h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .form-card input,
    .form-card select {
        padding: 14px 12px;
        font-size: 15px;
    }

    .form-card button {
        font-size: 22px;
        height: 46px;
    }
}






/*ranking section css*/



/* SECTION */
.ranking-section {
    padding: 70px 0;
}

/* CONTAINER */
.container {
    width: 90%;
    margin: auto;
    padding: 0 20px;
}

/* TITLE */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.section-title h2 {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.section-title .dark {
    color: #2D3249;
}

.section-title .red {
    color: #7C0903;
}

.section-title .line {
    width: clamp(40px, 10vw, 100px);
    height: 1px;
    background: #171515;
    flex: none;
}

/* CARDS GRID */
.ranking-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    justify-items: center; /* тнР important */
}

/* ITEM */
.ranking-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 220px;
}

/* TEXT */
.ranking-item p {
    margin-top: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

/* CARD */
.ranking-card {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3.37px 3.37px 0px #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 180px;
    border-radius: 12px;
    border: 1px solid #D5D5D5;
}

/* LOGO */
.ranking-card img {
    margin-bottom: 15px;
    width: 130px;
    height: 70px;
    object-fit: contain;
}

/* TITLE */
.ranking-card h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

/* RESPONSIVE */
@media (max-width: 1260px) {
    .ranking-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 768px) {

   
    .ranking-section {
        padding-top: 40px;         
        padding-bottom: 50px;
    }
    .container {
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

    .section-title {
        /*flex-direction: column;*/
        flex-direction: row;
        gap: 10px;
        margin-bottom: 40px;
    }

    .section-title h2 {
        /*font-size: 24px;*/
        /*line-height: 30px;*/
        /*white-space: normal;*/
        
    }
        .section-title h2 {
        font-size: 20px;
        line-height: 26px;
        white-space: normal;
        text-align: center;
    }

    .section-title .line {
        width: 20px;              /* Mobile me line choti */
        display:none;
    }

    .ranking-cards {
        display: grid;
        grid-template-columns: 1fr; /* 1 card per row */
        gap: 30px;
        justify-items: center;
    }

    .ranking-item {
        /*max-width: 100%;*/
    }

    .ranking-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .ranking-card {
        /*width: 100%;*/
        /*max-width: 250px;*/
        /*height: auto;*/
        /*padding: 15px;*/
        
    }
    .ranking-card {
        padding: 15px;
        width: 200px;
        height: 180px;
    }

    .ranking-card img {
        width: 100px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .ranking-card h4 {
        font-size: 16px;
        line-height: 22px;
    }
}





/*program section css*/


/* =========================
   SECTION
========================= */

.program-section.ps-unique{
    padding:30px 0;
}

.ps-container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* =========================
   TITLE
========================= */

.section-title.ps-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:150px;
}

.ps-title .ps-line {
    width: clamp(40px, 10vw, 100px);
    height: 1px;
    background: #171515;
    flex: none;
}

.ps-title h2{
    font-size:28px;
    font-weight:700;
}

.ps-title .dark{
    color:#2D3249;
}

.ps-title .red{
    color:#7C0903;
}

/* =========================
   ROW
========================= */

.program-row.ps-row{
    display:flex;
    gap:35px;
    justify-content:center;
}

/* =========================
   CARD
========================= */

.program-card.ps-card{
    background:#fff;
    border:1px solid #C2C0C0;
    text-align:left;
    padding-top:115px;
    position:relative;
    width:365px;
    height:345px;
    opacity:1;
    border-radius:16.41px;
    box-shadow:0px 1.64px 58px -13px #251D4826;
}

/* =========================
   IMAGE CIRCLE
========================= */

.img-circle.ps-img-circle{
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    top:-100px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    width:237px;
    height:237px;
    opacity:1;
}

.ps-img-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   CARD BODY
========================= */

.card-body.ps-card-body{
    padding:30px 25px 35px;
}

.ps-card-body h3{
    margin-bottom:15px;
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    font-size:20px;
    line-height:26px;
    letter-spacing:0px;
}

/* =========================
   INFO
========================= */

.info.ps-info{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:6px;
    color:#000;
    font-family:'Poppins', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:20px;
    letter-spacing:0px;
}

.ps-info img{
    width:16px;
}

/* =========================
   BUTTON
========================= */

.ps-btn-wrap{
    width:100%;
    display:flex;
    justify-content:flex-end;
}

.btn.ps-btn{
    display:inline-block;
    margin-top:0;
    padding:8px 22px;
    background:#7C0903;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-family:'Poppins', sans-serif;
    font-weight:500;
    font-size:20px;
    line-height:26px;
    letter-spacing:0px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

    .program-row.ps-row{
        flex-direction:column;
        align-items:center;
    }

    .program-card.ps-card{
        width:100%;
        max-width:380px;
    }

    .ps-btn-wrap{
        justify-content:center;
    }
}


/* =========================
   MOBILE FIXES (768px)
========================= */
@media (max-width: 768px) {

    /* PROGRAM SECTION */
    .program-section.ps-unique {
        padding: 20px 0; /* Mobile ke liye spacing thodi kam */
    }

    /* TITLE */
    .section-title.ps-title {
        flex-direction: column; /* Title vertically center */
        gap: 10px;
       margin-bottom: 130px; 
    }

    .ps-title h2 {
        font-size: 20px; /* Mobile-friendly font */
        line-height: 26px;
        text-align: center;
    }

    .ps-title .ps-line {
        width: 60px; /* Line choti mobile pe */
        display:none;
    }

    /* ROW */
    .program-row.ps-row {
        flex-direction: column;
        align-items: center;
        gap: 110px;
    }

    /* CARD */
    .program-card.ps-card {
        width: 100%;
        max-width: 320px;
        height: auto; /* Mobile pe auto height */
        padding-top: 90px; /* Image ke liye thodi space kam */
    }

    /* IMAGE CIRCLE */
    .img-circle.ps-img-circle {
        width: 180px;
        height: 180px;
        top: -90px;
    }

    /* CARD BODY */
    .ps-card-body {
        padding: 20px 15px 25px;
    }

    .ps-card-body h3 {
        font-size: 18px;
        line-height: 24px;
    }

    /* INFO */
    .info.ps-info {
        font-size: 14px;
        line-height: 20px;
    }

    .ps-info img {
        width: 14px;
    }

    /* BUTTON */
        .ps-btn-wrap {
        justify-content: end;
    }

    .btn.ps-btn {
        font-size: 16px;
        padding: 6px 18px;
    }
}



/*why choose css*/


/* ================= SECTION ================= */

.wa-section{
    padding:80px 0;
    font-family:'Poppins', sans-serif;
    overflow:hidden;
}

.wa-wrapper{
    width:100%;
    margin:auto;
    position:relative;
    display:flex;
    align-items:center;
}

/* ================= BLUE CIRCLE ================= */

.wa-blue {
    width: 530px;
    height: 530px;
    background: #2D3249;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

/* ================= TEXT ABOVE ALL ================= */

.wa-blue-text {
    position: absolute;
    left: 6%;
    z-index: 10;
}

.wa-blue-text h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0px;
}

.wa-blue-text span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0px;
}

/* ================= ARROW ================= */

.wa-arrow {
    position: absolute;
    left: 24%;
    top: 38%;
    transform: translateY(-50%);
    z-index: 10;
}

.wa-arrow img {
    width: 90px;
    height: 80px;
}

/* ================= RED SHAPE ================= */

.wa-red {
    background: #7C0903;
    margin-left: -6%;
    padding: 60px 120px 60px 180px;
    border-radius: 300px 0 0 300px;
    position: relative;
    z-index: 2;
}
/* ================= CONTENT ================= */

.wa-content{
    max-width:850px;
}

.wa-item{
    margin-bottom:20px;
}

.wa-item h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.wa-item p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
@media(max-width:1450px){
    .wa-red {
    background: #7C0903;
    margin-left: -8%;
    padding: 60px 30px 60px 140px;
    border-radius: 300px 0 0 300px;
    position: relative;
    z-index: 2;
}
.wa-item h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.wa-item p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.wa-blue {
    width: 500px;
    height: 500px;
    background: #2D3249;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
    .wa-arrow {
        position: absolute;
        left: 26%;
        top: 36%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .wa-blue-text span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 75px;
    line-height: 80px;
    letter-spacing: 0px;
}
.wa-blue-text h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
}
}


@media(max-width:1350px){
.wa-red {
    background: #7C0903;
    margin-left: -8%;
    padding: 60px 30px 60px 140px;
    border-radius: 300px 0 0 300px;
    position: relative;
    z-index: 2;
}
.wa-item h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.wa-item p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}
.wa-blue {
    width: 500px;
    height: 500px;
    background: #2D3249;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}
    .wa-arrow {
        position: absolute;
        left: 26%;
        top: 36%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .wa-blue-text span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 75px;
    line-height: 80px;
    letter-spacing: 0px;
}
.wa-blue-text h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
}
}
/* ================= RESPONSIVE ================= */

@media(max-width:992px){

    .wa-wrapper{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .wa-blue{
        margin-bottom:20px;
    }

    .wa-blue-text{
        position:relative;
        left:auto;
        margin-bottom:20px;
    }

    .wa-red{
        margin-left:0;
        border-radius:30px;
        padding:40px;
    }

    .wa-arrow{
        display:none;
    }
}
@media (max-width: 768px) {

    /* ===== SECTION ===== */
    .wa-section {
        padding: 60px 15px;
        overflow: hidden;
    }

    /* ===== WRAPPER ===== */
    .wa-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* ===== BLUE CIRCLE ===== */
    .wa-blue {
        width: 320px;
        height: 320px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
    }

    /* ===== TEXT ON BLUE CIRCLE ===== */
        .wa-blue-text {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        width: 100%;
        text-align: center;
        pointer-events: none;
    }
    .wa-blue-text h2 br {
        display: none;
    }


    .wa-blue-text h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .wa-blue-text span {
        font-size: 54px;
        line-height: 58px;
        display: block;
    }

    /* ===== ARROW ===== */
    .wa-arrow {
        display: none;
    }

    /* ===== RED SECTION ===== */
    .wa-red {
        margin-left: 0;
        padding: 30px 20px;
        border-radius: 20px;
    }

    /* ===== CONTENT ===== */
    .wa-content {
        max-width: 100%;
    }

    .wa-item {
        margin-bottom: 18px;
    }

    .wa-item h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .wa-item p {
        font-size: 15px;
        line-height: 22px;
    }
}



/*about section   css*/


/* ================= ABOUT SECTION ================= */

.about-section{
    width:100%;
    text-align:center;
    position:relative;
    overflow:hidden;
}

/* ================= TEXT CONTENT ================= */

.about-content{
    width: 90%;
    margin:80px auto 0;
    padding: 0 8rem;
    position: relative;
    z-index: 5; /* TEXT IMAGE KE UPAR */
}

.about-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.about-title h2 {
    color: #2D3249;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.about-title h2 span{
    color:#7C0903;
}

.about-title .line {
    width: clamp(40px, 10vw, 100px);
    height: 1px;
    background: #171515;
    flex-shrink: 0;
}

.about-content p {
    color: #312F2F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

/* ================= IMAGE ================= */

.about-image {
    position: relative;
    width: 100%;
    margin-top: -3.5%;
    z-index: 1;
}

.about-image img{
    width:100%;
    display:block;
    filter:grayscale(100%);
}

/* ================= BLUE CURVED SHAPE ================= */

.about-blue-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #2D3249;
    z-index: 2;
}
@media (max-width: 1450px){
.about-content {
    width: 90%;
    margin: 80px auto 0;
    padding: 0px 5rem;
    position: relative;
    z-index: 5;
}
.about-image {
    position: relative;
    width: 100%;
    margin-top: -4.5%;
    z-index: 1;
}
    
}

@media (max-width: 1350px){
.about-content {
    width: 90%;
    margin: 80px auto 0;
    padding: 0px 5rem;
    position: relative;
    z-index: 5;
}
.about-image {
    position: relative;
    width: 100%;
    margin-top: -4.5%;
    z-index: 1;
}
    
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px){

    .about-content{
        padding: 0 4rem;
    }

    .about-content p{
        font-size:20px;
        line-height:28px;
    }
}

@media (max-width: 768px){
.about-title .line {
    display: none;
}
    .about-content {
        width: 100%;
        margin: 10px auto 10px;
        padding: 0 10px;
    }

    .about-title h2{
        font-size:20px;
        line-height:26px;
    }

    .about-content p{
        font-size:16px;
        line-height:22px;
    }

    .about-image{
        margin-top: -30px; /* MOBILE ME CONTROLLED OVERLAP */
    }

        .about-blue-shape {
        height: 20px;
    }
}


/*skills section css*/



/* OUTER GAP */
.skills-outer{
    padding: 0px 0px 60px;
}

/* MAIN ROUNDED CONTAINER */
.skills-wrapper {
    width: 90%;
    margin: 0 auto;
    background: url(img/bg-2.png) no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    padding: 70px 60px 90px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: -2%;
    z-index: 99;
}

/* TITLE */
.skills-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:12px;
}

.skills-heading h2 {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.skills-heading .line {
    height: 1px;
    background: #fff;
    opacity: 0.9;
    width: clamp(40px, 10vw, 100px);
}
 
/* SUBTITLE */
.skills-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    opacity: 0.9;
    margin-bottom: 15rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}

/* CONTENT */
.skills-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}

/* LEFT & RIGHT BOX */
.skills-box.left {
    text-align: end;
    width: 28%;
    margin-top: -8rem;
}
.skills-box.right {
    width: 38%;
    margin-top: -8rem;
}
.skills-box{
    width:32%;
    position:relative;
}

.skills-box h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}
*

.skills-box ul{
    list-style:none;
}

.skills-box ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}

/* ARROWS */
.arrow {
    position: absolute;
    top: -10px;
    width: 50px;
    height: 48px;
}

.arrow-left {
    left: -26%;
    
}

.arrow-right {
    right: -35%;
    
}


/* CENTER EMPTY SPACE (FOR BOY IMAGE IN BG) */
.center-space{
    width:30%;
}


@media(max-width:1450px){

.skills-box ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}
}

@media(max-width:1350px){

.skills-box ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}
}
/* RESPONSIVE */
@media(max-width:991px){
    .skills-wrapper{
        padding:50px 30px;
        border-radius:25px;
    }

    .skills-content{
        flex-direction:column;
        gap:50px;
    }

    .skills-box,
    .center-space{
        width:100%;
        text-align:center;
    }

    .arrow{
        display:none;
    }

    .skills-heading h2{
        font-size:24px;
        white-space:normal;
        text-align:center;
    }

    .skills-heading .line{
        width:50px;
    }
}


@media (max-width: 768px) {

    /* OUTER GAP */
    .skills-outer{
        padding: 0 0 40px;
    }

    /* MAIN CONTAINER */
    .skills-wrapper {
        width: 95%;
        margin-top: -5%;
        padding: 40px 20px 50px;
        border-radius: 20px;
        z-index: 1;
        background: #7C0903;
    }

    /* TITLE */
    .skills-heading{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }

        .skills-heading h2 {
        font-size: 20px;
        line-height: 26px;
        white-space: normal;
        text-align: center;
    }

    .skills-heading .line {
        width: 60px;
        display: none;
    }

    /* SUBTITLE */
        .skills-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    /* CONTENT */
    .skills-content{
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }

    /* BOXES */
    .skills-box,
    .skills-box.left,
    .skills-box.right{
        width: 100%;
        margin-top: 0;      /* -8rem reset */
        text-align: center;
    }

    .skills-box h3{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

        .skills-box ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* ARROWS */
    .arrow{
        display: none;
    }

    /* CENTER SPACE */
    .center-space{
        display: none;
    }
}



 /*mentor section css*/
  
  
  
.mentor-section{
    padding: 30px 20px;
    font-family:'Montserrat', sans-serif;
    text-align:center;
}

.mentor-title {
    color: #2D3249;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
}
.mentor-title-line span {
    color: #7C0903;
}

.mentor-title-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}


.mentor-title-line .line{
    width:120px;
    height:1px;
    background:#6b6b6b;
}

/* SLIDER */
.mentor-slider{
    display:flex;
    gap:60px;
    max-width:85%;
    margin:auto;
    overflow:hidden;
    scroll-behavior:smooth;

    scroll-snap-type: x mandatory;   /* ✅ ADD */
}


/* CARD */
.mentor-card{
    min-width:280px;
    text-align:center;

    scroll-snap-align: start;  /* ✅ ADD */
}


/* IMAGE */
.mentor-img{
    width:250px;
    height:auto;
    margin:auto;
}

.mentor-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* NAME */
.mentor-card p{
    margin-top:18px;
}

.mentor-card p strong {
    display: block;
    color: #7C0903;
    font-size: 24px;
    font-weight: 600;
}

.mentor-card p span {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #333131;
}

/* ARROWS BOTTOM */
/* SLIDER RELATIVE */
.mentor-section{
    position:relative;
}

/* ARROWS SIDE CENTER */
.mentor-arrows{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    transform:translateY(-50%);
    pointer-events:none;
}

/* COMMON ARROW */
.mentor-arrow{
    width:0;
    height:0;
    cursor:pointer;
    pointer-events:auto;
}

/* PREV (LEFT) */
.mentor-arrow.left{
    margin-left:80px;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    border-right:24px solid #810100;
     border-radius: 6px;
}

/* NEXT (RIGHT) */
.mentor-arrow.right{
    margin-right:80px;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    border-left:24px solid #810100;
     border-radius: 6px;
}


@media(max-width:1450px){
.mentor-title {
    color: #2D3249;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.mentor-title-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.mentor-title-line strong{
    color:#810100;
}

.mentor-title-line .line{
    width:120px;
    height:1px;
    background:#6b6b6b;
}
.mentor-card p{
    margin-top:18px;
}

.mentor-card p strong {
    display: block;
    color: #7C0903;
    font-size: 22px;
    font-weight: 600;
}
.mentor-card p span {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #333131;
}
.mentor-slider {
    display: flex;
    gap: 0px;
    max-width: 85%;
    margin: auto;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.mentor-arrow.left {
    margin-top: 0px;
    margin-left: 20px;
}
.mentor-arrow.right {
    margin-top: 0px;
    margin-right: 20px;
}
}


@media(max-width:1350px){
.mentor-slider {
    display: flex;
    gap: 30px;
    max-width: 95%;
    margin: auto;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

    
}

/* MOBILE */
@media(max-width:768px){
    .mentor-section {
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.mentor-card p strong {
    display: block;
    color: #7C0903;
    font-size: 22px;
    font-weight: 600;
}
.mentor-card p span {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #333131;
}
    .mentor-slider{
        gap:30px;
    }
    .mentor-card{
        min-width:100%;
    }
    h2.mentor-title.mentor-title-line {
    font-size: 20px;
    line-height: 26px;
    display: block;
}
  
.mentor-arrow.right {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #810100;
    border-radius: 5px;
    margin-right: 20px;
    
}
.mentor-arrow.left {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #810100;
    border-radius: 5px;
    margin-left: 20px;
}


}




/*faq css*/


.faq-wrap{
  background:#fff;
  padding:70px 20px;
  font-family: Arial, sans-serif;
}

/* ===== HEADING ===== */
.faq-heading{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  margin-bottom:40px;
}

.faq-heading h2 {
    color: #7C0903;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.faq-heading span {
    width: clamp(40px, 10vw, 100px);
    height: 1px;
    background: #171515;
    flex-shrink: 0;
}

/* ===== 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:22px;
  font-weight:500;
  font-family:'Poppins', sans-serif;
  line-height:28px;
}

.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:20px;
  font-weight:500;
  font-family:'Poppins', sans-serif;
  line-height:26px;
}

/* ===== 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: 40px 10px;
    font-family: Arial, sans-serif;
}

  .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:24px;
  }

  .faq-answer p{
    font-size:16px;
    line-height:22px;
  }
}




/*disclaimer css */


.disclaimer-section{
    background:#fff;
    padding:0px 20px 50px;
    text-align:center;
    font-family:'Poppins', sans-serif;
}

.disclaimer-title {
    margin-bottom: 16px;
    color: #7C0903;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}

.disclaimer-text {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 80%;
}

.disclaimer-text a{
    color:#7C0903;
    text-decoration:none;
    font-weight:500;
}

.disclaimer-text a:hover{
    text-decoration:underline;
}

/* MOBILE */
@media(max-width:768px){
    .disclaimer-section{
    padding:0px 10px 50px;
    }
    .disclaimer-title {
        font-size: 20px;
        line-height: 26px;
    }

    .disclaimer-text{
        font-size:15px;
        line-height:24px;
    }
    .disclaimer-text {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
}



/*footer css*/


.site-footer{
    background:#7C0903; /* same dark red */
    padding:16px 20px;
    font-family:'Poppins', sans-serif;
}

.footer-inner{
    width: 90%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.footer-left{
    color:#fff;
    font-size:20px;
    font-weight:400;
}

.footer-right a{
    color:#fff;
    font-size:20px;
    font-weight:400;
    text-decoration:none;
}

.footer-right a:hover{
    text-decoration:underline;
}

/* MOBILE */
@media(max-width:768px){
    .footer-inner{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .footer-left,
    .footer-right a{
        font-size:16px;
    }
}



/*thankyou css*/


   .dsu-form {
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 300px;
}

.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;
}

.frmBg label strong {
    font-weight: 800;
    color: #7c0903;
}


@media(max-width:768px){
.frmBg {
    background-color: #fff;
    padding: 50px;
    text-align: center;
    width: 100%;
}
    
} 
