.SSSCA-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #dce2e8;
    border-radius: 8px;
    padding: 45px 40px;
    box-shadow: 0 8px 28px rgba(11, 31, 58, 0.08);
    position: relative;
    overflow: hidden;
}


/* =========================================================
   OFFICIAL TOP ACCENT
========================================================= */

.SSSCA-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0b1f3a;
}

.SSSCA-card::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 90px;
    height: 3px;
    background: #c9a227;
}


/* =========================================================
   TEXT LANDING ANIMATION
========================================================= */

@keyframes textLanding {

    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}

.animate {
    animation: textLanding 0.8s ease-out forwards;
    opacity: 0;
}

.animate.delay-1 {
    animation-delay: 0.15s;
}

.animate.delay-2 {
    animation-delay: 0.3s;
}

.animate.delay-3 {
    animation-delay: 0.45s;
}

.animate.delay-4 {
    animation-delay: 0.6s;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.section-title {
    color: #0b1f3a;
    font-size: 1.8rem;
    font-weight: 700;

    margin-top: 30px;
    margin-bottom: 18px;

    border-left: 4px solid #c9a227;

    padding: 8px 0 8px 15px;

    line-height: 1.4;
}


/* =========================================================
   SMALL OFFICIAL UNDERLINE
========================================================= */

.section-title::after {
    content: "";
    display: block;

    width: 45px;
    height: 2px;

    background: #c9a227;

    margin-top: 8px;
}


/* =========================================================
   GENERAL TEXT
========================================================= */

.SSSCA-card p {
    font-size: 1.05rem;
    color: #424a52;

    line-height: 1.85;

    margin-bottom: 28px;

    text-align: justify;
}


/* =========================================================
   MISSION LIST
========================================================= */

.SSSCA-card {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0;
}


/* =========================================================
   MISSION ITEMS
========================================================= */

.SSSCA-card li {
    position: relative;

    background: #f5f8fb;

    border: 1px solid #e0e6ec;

    border-left: 5px solid #0b1f3a;

    margin-bottom: 15px;

    padding: 15px 20px 15px 48px;

    border-radius: 5px;

    box-shadow: 0 3px 12px rgba(11, 31, 58, 0.05);

    font-size: 1.02rem;

    color: #404850;

    line-height: 1.7;

    opacity: 0;

    transform: translateX(0);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}


/* =========================================================
   GOLD CHECK BULLET
========================================================= */

.SSSCA-card li::before {
    content: "✓";

    position: absolute;

    left: 17px;
    top: 50%;

    transform: translateY(-50%);

    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #c9a227;

    color: #0b1f3a;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;
}


/* =========================================================
   FADE-IN LEFT
========================================================= */

@keyframes fadeInLeft {

    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =========================================================
   FADE-IN RIGHT
========================================================= */

@keyframes fadeInRight {

    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =========================================================
   FADE CLASSES
========================================================= */

.fade-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-right {
    animation: fadeInRight 0.8s ease-out forwards;
}


/* =========================================================
   ANIMATION DELAYS
========================================================= */

.delay-1 {
    animation-delay: 0.8s;
}

.delay-2 {
    animation-delay: 1s;
}

.delay-3 {
    animation-delay: 1.2s;
}

.delay-4 {
    animation-delay: 1.4s;
}


/* =========================================================
   HOVER EFFECT
========================================================= */

.SSSCA-card li:hover {

    background: #ffffff;

    border-left-color: #c9a227;

    box-shadow:
        0 7px 18px rgba(11, 31, 58, 0.10);

    transform: translateY(-2px);
}


.SSSCA-card li:hover::before {

    background: #0b1f3a;

    color: #ffffff;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 768px) {

    .SSSCA-card {

        margin: 0 15px;

        padding: 32px 22px;

        border-radius: 7px;
    }


    .section-title {

        font-size: 1.45rem;

        padding-left: 12px;
    }


    .SSSCA-card p,
    .SSSCA-card li {

        font-size: 1rem;
    }


    .SSSCA-card li {

        padding: 14px 15px 14px 44px;
    }


    .SSSCA-card li::before {

        left: 14px;
    }

}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .SSSCA-card {

        margin: 0 10px;

        padding: 28px 17px;
    }


    .section-title {

        font-size: 1.3rem;

        margin-top: 25px;
    }


    .SSSCA-card p {

        font-size: 0.95rem;

        line-height: 1.75;
    }


    .SSSCA-card li {

        font-size: 0.95rem;

        line-height: 1.65;
    }

}

/* =========================================
   COLLEGE AT A GLANCE
   PREMIUM STRATEGIC DESIGN
========================================= */

.strategic-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 28px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #0b1f3a, #123b63);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(11, 31, 58, 0.16);
    position: relative;
    overflow: hidden;
}

.strategic-header::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}

.strategic-header .icon-box {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f4b400;
    color: #0b1f3a;
    font-size: 25px;
    box-shadow: 0 7px 18px rgba(0,0,0,0.18);
}

.strategic-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .2px;
}

.strategic-header p {
    margin: 4px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}


/* =========================================
   MAIN CARD
========================================= */

.strategic-card {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 14px;
    padding: 38px;
    box-shadow: 0 10px 35px rgba(11,31,58,.08);
}


/* =========================================
   MAIN TITLE
========================================= */

.content-main-title {
    margin: 0 0 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #edf1f5;
    color: #0b1f3a;
    font-size: 24px;
    font-weight: 700;
}

.content-main-title i {
    color: #f4b400;
    margin-right: 8px;
}


/* =========================================
   CONTENT SECTION
========================================= */

.content-section {
    margin-bottom: 32px;
}

.content-section p {
    margin: 0;
    color: #4f5d6b;
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
}

.content-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #0b1f3a;
    font-size: 20px;
    font-weight: 700;
}

.title-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f4b400;
    color: #0b1f3a;
    font-size: 16px;
}


/* =========================================
   INFORMATION HIGHLIGHT
========================================= */

.info-highlight {
    display: flex;
    gap: 20px;
    padding: 24px;
    margin: 30px 0;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #dce4eb;
    border-left: 5px solid #f4b400;
    border-radius: 12px;
}

.info-highlight-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1f3a;
    color: #f4b400;
    border-radius: 12px;
    font-size: 21px;
}

.info-highlight h4 {
    margin: 0 0 8px;
    color: #0b1f3a;
    font-size: 18px;
}

.info-highlight p {
    margin: 0;
    color: #596775;
    line-height: 1.8;
    text-align: justify;
}


/* =========================================
   FEATURE LIST
========================================= */

.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    gap: 14px;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    transition: all .3s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    border-color: #f4b400;
    box-shadow: 0 10px 25px rgba(11,31,58,.09);
}

.feature-item > span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1f3a;
    color: #fff;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
}

.feature-item b {
    color: #0b1f3a;
}

.feature-item p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   QUOTE
========================================= */

.college-quote {
    position: relative;
    margin: 35px 0;
    padding: 30px 45px;
    text-align: center;
    background: linear-gradient(135deg, #0b1f3a, #123b63);
    border-radius: 14px;
    color: #fff;
    overflow: hidden;
}

.college-quote h4 {
    position: relative;
    z-index: 2;
    margin: 8px auto;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
}

.college-quote i {
    color: #f4b400;
    font-size: 20px;
}


/* =========================================
   DOCUMENT / HIGHLIGHTS SECTION
========================================= */

.document-section {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #e4e9ee;
}

.document-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #0b1f3a;
    font-size: 21px;
    font-weight: 700;
}

.document-heading i {
    color: #f4b400;
}


/* =========================================
   HIGHLIGHT GRID
========================================= */

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 17px 18px;
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    transition: all .3s ease;
}

.highlight-item:hover {
    transform: translateY(-3px);
    border-color: #f4b400;
    box-shadow: 0 7px 20px rgba(11,31,58,.08);
}

.highlight-item > span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1f3a;
    color: #fff;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}

.highlight-item p {
    margin: 0;
    color: #53616e;
    font-size: 14px;
    line-height: 1.65;
}

.highlight-item b {
    color: #0b1f3a;
}


/* =========================================
   NIRF SPECIAL HIGHLIGHT
========================================= */

.highlight-nirf {
    background: linear-gradient(135deg, #fffaf0, #ffffff);
    border-color: #f4b400;
}

.highlight-nirf > span {
    background: #f4b400;
    color: #0b1f3a;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .strategic-card {
        padding: 28px;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

    .highlight-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 767px) {

    .strategic-header {
        padding: 18px;
        gap: 14px;
    }

    .strategic-header .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 21px;
    }

    .strategic-header h2 {
        font-size: 22px;
    }

    .strategic-header p {
        font-size: 12px;
    }

    .strategic-card {
        padding: 20px 16px;
        border-radius: 10px;
    }

    .content-main-title {
        font-size: 21px;
    }

    .content-title {
        font-size: 18px;
    }

    .content-section p,
    .info-highlight p {
        font-size: 14px;
    }

    .info-highlight {
        flex-direction: column;
        padding: 18px;
    }

    .college-quote {
        padding: 24px 18px;
    }

    .college-quote h4 {
        font-size: 15px;
    }

    .highlight-item {
        padding: 14px;
    }
}


@media (max-width: 480px) {

    .strategic-header {
        align-items: flex-start;
    }

    .strategic-header h2 {
        font-size: 20px;
    }

    .strategic-header p {
        line-height: 1.5;
    }

    .title-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .content-title {
        font-size: 17px;
    }

    .feature-item {
        padding: 15px;
    }
}
   /* =========================================
   PRINCIPAL DESK
   SAME STRATEGIC DESIGN SYSTEM
========================================= */

.principal-profile {
    text-align: center;
    margin-bottom: 30px;
}

.principal-image-wrapper {
    width: 190px;
    height: 220px;
    margin: 0 auto;
    padding: 6px;
    background: linear-gradient(135deg, #f4b400, #ffffff, #f4b400);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(11, 31, 58, 0.15);
    overflow: hidden;
}

.principal-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    border: 4px solid #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}

.principal-name {
    margin-top: 15px;
}

.principal-name h3 {
    margin: 0;
    color: #0b1f3a;
    font-size: 22px;
    font-weight: 700;
}

.principal-name span {
    display: block;
    margin-top: 5px;
    color: #6b7785;
    font-size: 14px;
}


/* =========================================
   PRINCIPAL INTRO QUOTE
========================================= */

.principal-intro {
    position: relative;
    text-align: center;
    padding: 25px 45px;
    margin: 25px 0 32px;
    background: linear-gradient(135deg, #0b1f3a, #123b63);
    border-radius: 14px;
    color: #fff;
    overflow: hidden;
}

.principal-intro h3 {
    position: relative;
    z-index: 2;
    margin: 5px auto;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.principal-intro i {
    color: #f4b400;
    font-size: 18px;
}


/* =========================================
   PRINCIPAL CONTENT
========================================= */

.principal-info-box {
    display: flex;
    gap: 20px;
    padding: 24px;
    margin: 28px 0;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #dce4eb;
    border-left: 5px solid #f4b400;
    border-radius: 12px;
    transition: all .3s ease;
}

.principal-info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 31, 58, .08);
}

.principal-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1f3a;
    color: #f4b400;
    border-radius: 12px;
    font-size: 21px;
}

.principal-info-box h4 {
    margin: 0 0 8px;
    color: #0b1f3a;
    font-size: 18px;
    font-weight: 700;
}

.principal-info-box p {
    margin: 0;
    color: #596775;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}


/* =========================================
   PRINCIPAL CLOSING
========================================= */

.principal-closing {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    padding: 22px 25px;
    background: #fffaf0;
    border: 1px solid #f4d477;
    border-radius: 12px;
}

.closing-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4b400;
    color: #0b1f3a;
    border-radius: 10px;
}

.principal-closing p {
    margin: 0;
    color: #4e5c69;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   SIGNATURE
========================================= */

.principal-signature {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e4e9ee;
}

.principal-signature div {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.principal-signature strong {
    color: #0b1f3a;
    font-size: 17px;
}

.principal-signature span {
    margin-top: 3px;
    color: #7a8590;
    font-size: 13px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .principal-image-wrapper img {
        width: 150px;
        height: 150px;
    }

    .principal-intro {
        padding: 22px 18px;
    }

    .principal-intro h3 {
        font-size: 17px;
        line-height: 1.5;
    }

    .principal-info-box {
        flex-direction: column;
        padding: 19px;
    }

    .principal-info-box p {
        font-size: 14px;
    }

    .principal-closing {
        align-items: flex-start;
        padding: 18px;
    }

    .principal-signature {
        justify-content: center;
    }

    .principal-signature div {
        text-align: center;
    }
}


@media (max-width: 480px) {

    .principal-image-wrapper img {
        width: 100px;
        height: 100px;
    }

    .principal-name h3 {
        font-size: 19px;
    }

    .principal-intro h3 {
        font-size: 16px;
    }

}

