/* =====================================================
   ABOUT ITI PAGE
===================================================== */

.about-iti-page {
    background: #95b9ee;
}


/* =====================================================
   HERO
===================================================== */

.about-hero {

   position: sticky;
    min-height: 50px;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            120deg,
            rgba(3, 25, 60, 0.92),
            rgba(0, 91, 172, 0.78)
        );
    overflow: hidden;

}


.about-hero::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 100px;

    right: -100px;

    top: -120px;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.08);

}


.about-hero-content {

    position: relative;

    z-index: 2;

    color: #ffffff;

    padding: 5px 0;

}


.hero-small-title {

    display: inline-block;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 10px;

    opacity: 0.9;

}


.about-hero h1 {

    font-size: clamp(38px, 5vw, 58px);

    font-weight: 500;

    margin: 0 0 12px;

}


.about-hero p {

    max-width: 700px;

    margin: 0 0 20px;

    font-size: 17px;

    opacity: 0.92;

}


.hero-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 14px;

}


.hero-breadcrumb a {

    color: #ffffff;

    text-decoration: none;

}


.hero-breadcrumb a:hover {

    text-decoration: underline;

}


/* =====================================================
   COMMON SECTION
===================================================== */

.section-space {

    padding: 10px 0;

}


.section-label {

    display: inline-block;

    color: #0762bd;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.7px;

    margin-bottom: 9px;

}


.section-title {

    font-size: clamp(30px, 4vw, 42px);

    font-weight: 800;

    line-height: 1.2;

    color: #152238;

    margin-bottom: 12px;

}


.title-line {

    width: 65px;

    height: 4px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #0762bd,
            #24a7ff
        );

    margin-bottom: 25px;

}


.about-introduction p,
.about-content-section p,
.faculty-section p {

    color: #5e6875;

    line-height: 1.85;

    font-size: 15px;

}


/* =====================================================
   MAIN IMAGE
===================================================== */

.about-main-image {

    position: relative;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.15);

}


.about-main-image img {

    width: 100%;

    height: 430px;

    object-fit: cover;

    display: block;

    transition:
        transform 0.5s ease;

}


.about-main-image:hover img {

    transform: scale(1.04);

}


.image-caption {

    position: absolute;

    left: 18px;

    right: 18px;

    bottom: 18px;

    padding: 13px 16px;

    border-radius: 12px;

    color: #ffffff;

    font-size: 13px;

    background:
        rgba(0, 0, 0, 0.65);

    backdrop-filter: blur(5px);

}


.image-caption i {

    margin-right: 6px;

}


/* =====================================================
   HIGHLIGHT
===================================================== */

.about-highlight {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 28px;

    padding: 16px 18px;

    border-left: 4px solid #0762bd;

    border-radius: 10px;

    background: #f0f6ff;

}


.about-highlight > i {

    font-size: 28px;

    color: #0762bd;

}


.about-highlight div {

    display: flex;

    flex-direction: column;

}


.about-highlight strong {

    color: #172238;

    font-size: 14px;

}


.about-highlight span {

    color: #687585;

    font-size: 12px;

    margin-top: 4px;

}


/* =====================================================
   INSTITUTE HIGHLIGHTS
===================================================== */

.institute-highlights {

    padding: 80px 0;

    background: #f3f7fc;

}


.section-heading {

    max-width: 720px;

    margin: auto;

}


.section-heading h2 {

    font-size: 38px;

    font-weight: 800;

    color: #152238;

    margin-bottom: 12px;

}


.section-heading p {

    color: #6a7583;

    line-height: 1.7;

}


/* =====================================================
   INFO CARD
===================================================== */

.info-card {

    height: 100%;

    padding: 30px 22px;

    text-align: center;

    border-radius: 16px;

    background: #ffffff;

    border: 1px solid #e7edf5;

    box-shadow:
        0 8px 30px rgba(20,50,90,0.06);

    transition:
        all 0.35s ease;

}


.info-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(20,50,90,0.12);

}


.info-icon {

    width: 62px;

    height: 62px;

    margin: 0 auto 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #0762bd;

    background: #edf5ff;

    font-size: 25px;

}


.info-card h3 {

    font-size: 15px;

    font-weight: 700;

    color: #697687;

    margin-bottom: 10px;

}


.info-number {

    display: block;

    color: #0762bd;

    font-size: 23px;

    font-weight: 800;

}


.small-number {

    font-size: 18px;

}


.info-card p {

    color: #7a8592;

    font-size: 12px;

    line-height: 1.6;

    margin-top: 10px;

}


/* =====================================================
   FEATURE IMAGE
===================================================== */

.feature-image {

    position: relative;

}


.feature-image img {

    width: 100%;

    height: 390px;

    object-fit: cover;

    border-radius: 20px;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.13);

}


.floating-badge {

    position: absolute;

    bottom: 20px;

    left: 20px;

    right: 20px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px 15px;

    border-radius: 12px;

    background:
        rgba(255,255,255,0.93);

    backdrop-filter: blur(8px);

    box-shadow:
        0 8px 25px rgba(0,0,0,0.12);

    color: #172238;

    font-size: 13px;

    font-weight: 600;

}


.floating-badge i {

    color: #0762bd;

    font-size: 21px;

}


/* =====================================================
   FEATURE LIST
===================================================== */

.feature-list {

    margin-top: 25px;

}


.feature-item {

    display: flex;

    gap: 13px;

    margin-bottom: 20px;

}


.feature-check {

    width: 30px;

    height: 30px;

    min-width: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #eaf4ff;

    color: #0762bd;

}


.feature-item strong {

    display: block;

    color: #1d2b40;

    font-size: 15px;

    margin-bottom: 4px;

}


.feature-item p {

    margin: 0;

    font-size: 13px;

    line-height: 1.6;

}


/* =====================================================
   FACULTY
===================================================== */

.faculty-section {

    background: #f5f8fc;

}


.faculty-points {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;

}


.faculty-points span {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 8px 12px;

    border-radius: 30px;

    background: #ffffff;

    color: #34445a;

    font-size: 12px;

    box-shadow:
        0 4px 15px rgba(0,0,0,0.05);

}


.faculty-points i {

    color: #0874d1;

}


.faculty-box {

    padding: 45px 30px;

    text-align: center;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #0754a5,
            #1189df
        );

    color: #ffffff;

    box-shadow:
        0 20px 45px rgba(7,84,165,0.20);

}


.faculty-box > i {

    font-size: 55px;

    margin-bottom: 15px;

}


.faculty-box h3 {

    font-size: 22px;

    font-weight: 700;

}


.faculty-box p {

    color: rgba(255,255,255,0.88);

    font-size: 14px;

}


/* =====================================================
   STUDENT FACILITIES
===================================================== */

.student-facilities {

    background: #ffffff;

}


.facility-card {

    height: 100%;

    padding: 32px 25px;

    border-radius: 16px;

    border: 1px solid #e7edf5;

    background: #ffffff;

    transition:
        all 0.3s ease;

}


.facility-card:hover {

    transform: translateY(-7px);

    border-color: #b9d9f7;

    box-shadow:
        0 15px 35px rgba(20,60,100,0.10);

}


.facility-card > i {

    font-size: 32px;

    color: #0762bd;

}


.facility-card h3 {

    margin-top: 17px;

    color: #172238;

    font-size: 19px;

    font-weight: 700;

}


.facility-card p {

    color: #6d7885;

    font-size: 13px;

    line-height: 1.7;

}


/* =====================================================
   PLACEMENT
===================================================== */

.placement-section {

    padding: 80px 0;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #062c5c,
            #075eaa
        );

}


.placement-label {

    display: inline-block;

    font-size: 12px;

    letter-spacing: 1.7px;

    font-weight: 800;

    color: #b9ddff;

    margin-bottom: 10px;

}


.placement-section h2 {

    font-size: clamp(30px, 4vw, 42px);

    font-weight: 800;

    margin-bottom: 20px;

}


.placement-section p {

    max-width: 750px;

    color: rgba(255,255,255,0.85);

    line-height: 1.8;

    font-size: 14px;

}


.placement-features {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;

}


.placement-features span {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 13px;

    border-radius: 30px;

    background:
        rgba(255,255,255,0.10);

    font-size: 12px;

}


.placement-features i {

    color: #a9ddff;

}


.placement-card {

    padding: 35px 25px;

    text-align: center;

    border-radius: 20px;

    background:
        rgba(255,255,255,0.10);

    border: 1px solid
        rgba(255,255,255,0.15);

    backdrop-filter: blur(8px);

}


.placement-card > i {

    font-size: 45px;

    margin-bottom: 12px;

}


.placement-card h3 {

    font-size: 23px;

    font-weight: 700;

}


.placement-card p {

    font-size: 13px;

    margin-bottom: 20px;

}


.placement-button {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border-radius: 30px;

    color: #0754a5;

    background: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        all 0.3s ease;

}


.placement-button:hover {

    color: #ffffff;

    background: #0b74c9;

}


/* =====================================================
   CTA
===================================================== */

.about-cta {

    padding: 60px 0;

    background: #f1f6fb;

}


.cta-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 35px;

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 10px 35px rgba(0,0,0,0.07);

}


.cta-content span {

    color: #0762bd;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

}


.cta-content h2 {

    margin: 7px 0;

    color: #172238;

    font-size: 28px;

    font-weight: 800;

}


.cta-content p {

    margin: 0;

    color: #6b7684;

    font-size: 13px;

}


.cta-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}


.cta-primary,
.cta-secondary {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 11px 18px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    white-space: nowrap;

}


.cta-primary {

    color: #ffffff;

    background: #075db2;

}


.cta-primary:hover {

    color: #ffffff;

    background: #06478a;

}


.cta-secondary {

    color: #075db2;

    border: 1px solid #075db2;

    background: transparent;

}


.cta-secondary:hover {

    color: #ffffff;

    background: #075db2;

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .section-space {

        padding: 60px 0;

    }

    .about-main-image img {

        height: 350px;

    }

    .feature-image img {

        height: 350px;

    }

    .cta-content {

        flex-direction: column;

        align-items: flex-start;

    }

}


@media (max-width: 767px) {

    .about-hero {

        min-height: 50px;

    }

    .about-hero-content {

        padding: 5px 15px;

    }

    .about-hero h1 {

        font-size: 38px;

    }

    .about-hero p {

        font-size: 14px;

    }

    .section-space {

        padding: 50px 0;

    }

    .section-heading h2 {

        font-size: 30px;

    }

    .about-main-image img {

        height: 280px;

    }

    .feature-image img {

        height: 280px;

    }

    .placement-section {

        padding: 60px 0;

    }

    .cta-content {

        padding: 25px;

    }

    .cta-content h2 {

        font-size: 23px;

    }

}


@media (max-width: 480px) {

    .about-highlight {

        align-items: flex-start;

    }

    .faculty-points {

        flex-direction: column;

        align-items: flex-start;

    }

    .placement-features {

        flex-direction: column;

        align-items: flex-start;

    }

}