﻿:root {
    --srsm-navy: #2e2d7c;
    --srsm-deep: #121754;
    --srsm-purple: #38338b;
    --srsm-pink: #c94f8b;
    --srsm-orange: #f27b2f;
    --srsm-soft: #f6f4fb;
    --srsm-text: #24245c;
}

.section-space {
    padding: 58px 0;
}

.why-choose-us {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
}

.section-kicker {
    color: #504eca;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #2e2d7c1a;
    display: inline;
    padding: 8px 15px;
    border-radius: 20px;
}

.why-choose-us .section-title,
.section-heading {
    color: var(--srsm-navy);
    font-family: 'Playfair';
    font-weight: 800;
    line-height: 1.08;
}

.why-choose-us .section-title {
    color: #323232;
    font-size: 50px;
    font-family: 'Playfair';
    margin-top: 30px;
}
    .why-choose-us .section-title span {
        color: #504eca;
    }



    .section-heading {
    font-size: clamp(30px, 3vw, 42px);
}

.title-rule {
    display: block;
    width: 150px;
    height: 1px;
    margin-top: 24px;
    background: #b7b5cd;
    position: relative;
}

    .title-rule::after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: var(--srsm-navy);
        transform: translate(-50%, -50%) rotate(45deg);
    }



.why-choose-section {
    position: relative;
    overflow:hidden;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
}

.feature-photo {
    overflow: hidden;
    border-radius: 8px;
}

    .feature-photo img,
    .mentor-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.feature-card {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 15px 25px;
    background: linear-gradient(1deg, #ffffff 0%, #eeeafd 100%);
    border-radius: 8px;
    box-shadow: 0 12px 20px rgba(18, 23, 84, 0.26);
    border: 1px solid #a5a5a5;
    position:relative;
}
    .feature-card .count {
        position: absolute;
        right: 7px;
        top: 0px;
        font-size: 28px;
        opacity: 0.6;
    }

    .feature-card h3 {
        margin: 0 0 6px;
        color: #2e2d7c;
        font-family: 'Antenna';
        font-size: 21px;
        font-weight: 800;
    }

    .feature-card p {
        margin: 0;
        color: #333275;
        font-size: 16px;
        font-weight: 500;
        font-family: sans-serif;
        letter-spacing: 0.5px;
    }

.feature-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    padding:15px;
}

.icon-blue {
    background: var(--srsm-purple);
}

.icon-pink {
    background: var(--srsm-pink);
}

.icon-orange {
    background: var(--srsm-orange);
}

.icon-purple {
    background: #5d4ca8;
}

.mentor-downloads {
    padding: 22px 0;
    background: linear-gradient(90deg, var(--srsm-deep), #343884);
}

.download-link {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: sans-serif;
    transition: .5s ease all;
    font-family: 'Antenna';
}
.download-link:hover{
    color:yellow;
}

.download-icon {
    width: 72px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    font-size: 16px;
}

.mentors-section {
    background: #f7f6ff;
}

.mentor-card {
    height: 100%;
    overflow: hidden;
    padding: 16px 16px 22px;
    background: #ffffff;
    border: 1px solid #dad7ec;
    border-radius: 8px;
    box-shadow: 0 9px 20px rgba(28, 25, 84, 0.18);
}

    .mentor-card > img {
        height: 250px;
        border-radius: 3px;
        object-fit:cover;
    }

.mentor-body {
    padding: 18px 4px 0;
    text-align: center;
}

    .mentor-body h3 {
        margin: 0;
        color: var(--srsm-navy);
        font-size: 19px;
        font-weight: 800;
    }

.mentor-role {
    margin: 2px 0 12px;
    color: #6f6aa6;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
}

.mentor-body p:not(.mentor-role) {
    margin: 0;
    color: #393777;
    font-size: 14px;
    line-height: 1.52;
    text-align: justify;
}

.mentor-body a {
    display: inline-block;
    margin-top: 8px;
    color: var(--srsm-navy);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

@media (max-width: 991.98px) {
    .section-title {
        max-width: 100%;
    }

    .title-rule {
        margin-bottom: 8px;
    }
}

@media (max-width: 575.98px) {
    .section-space {
        padding: 42px 0;
    }

    .feature-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature-photo {
        height: 180px;
    }

    .feature-card {
        align-items: flex-start;
        padding: 18px;
        gap: 16px;
    }

    .feature-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        font-size: 18px;
    }

    .feature-card h3 {
        font-size: 21px;
    }

    .mentor-card > img {
        height: 210px;
    }
}


/*=============================
  LEADERSHIP SECTION
==============================*/

.leadership-section {
    background: #f7f8fc;
    position: relative;
}

.section-tag {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #bea05a;
    margin-bottom: 10px;
}

.section-title-wrap h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1f2a6c;
    margin: 0;
}

.leader-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
    position: relative;
}

.leader-image {
    position: relative;
    overflow: hidden;
}

    .leader-image img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: .6s;
    }

.leader-card:hover img {
    transform: scale(1.02);
}

.leader-content {
    position: relative;
    background: #fff;
    /*margin-top: -35px;*/
    border-radius: 40px 40px 0 0;
    padding: 40px 35px 25px;
}

.leader-icon {
    position: absolute;
    left: 35px;
    top: -24px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #2a3c7e, #4b5fd1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 10px 30px rgba(42, 60, 126, .3);
}

.leader-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1f2a6c;
    margin-bottom: 8px;
}

.leader-designation {
    display: inline-block;
    color: #bea05a;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.leader-content p {
    color: #191e5ee8;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 15px;
}

.leader-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #2a3c7e, #4b5fd1);
    color: #fff;
    padding: 6px 17px;
    border-radius: 50px;
    font-weight: 400;
    transition: .4s;
    font-size: 15px;
    font-family: 'Antenna';
}



.pillars-section {
    /*background: url("../img/flower-bg.jpg");*/
    position: relative;
    overflow: hidden;
}

    .pillars-section::before {
        content: "";
        position: absolute;
        top: -200px;
        right: -200px;
        width: 500px;
        height: 500px;
        background: rgba(30,58,138,.04);
        border-radius: 50%;
    }

.section-heading {
    margin-bottom: 70px;
}

    .section-heading .sub-title {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 50px;
        background: #eef3ff;
        color: #1e3a8a;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .section-heading h2 {
        font-size: 30px;
        color: #1f2f6b;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .section-heading p {
        max-width: 450px;
        margin: auto;
        color: #666;
        font-size: 16px;
        line-height: 1.8;
    }

.pillar-card {
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding: 70px 35px 40px;
    text-align: center;
    position: relative;
    height: 100%;
    transition: .4s;
    border: 1px solid rgb(198 198 198 / 46%);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

    .pillar-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 60px rgba(0,0,0,.12);
    }

    /*.pillar-card::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #1e3a8a, #d4a017);
        border-radius: 100%;
    }*/

.pillar-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px 8px rgba(0, 0, 0, .12);
    border: 1px solid #aa7522c7;
}

    .pillar-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

.pillar-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 35px;
    font-weight: 800;
    color: rgba(30,58,138,.08);
    line-height: 1;
}

.pillar-card h3 {
    font-size: 30px;
    color: #1f2f6b;
    font-weight: 700;
    margin-bottom: 20px;
}
.pillar-card .cardline {
    width: 60%;
}

.pillar-card p {
    color: #555;
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:768px) {

    .section-heading h2 {
        font-size: 25px;
    }

    .pillar-card {
        margin-top: 18px;
    }

        .pillar-card h3 {
            font-size: 34px;
        }
        .pillar-card p {
            font-size: 15px;
            line-height: 1.6;
        }


.pillar-card .svgimg{
    display:none;
}

