/* ========================================
   GLOBAL STYLES
======================================== */

.int-stud-main {
    background-color: #EAEAEA;
    width: 100%;
}

/* ========================================
   HERO SECTION
======================================== */
.int-hero {
    position: relative;
    display: flex;
    align-items: center;
}

.int-hero .container {
    width: 50%;
    margin-left: 20rem;
}

.int-hero-content {
    width: 90%;

}

.int-hero-image {
    width: 50%;
}

.int-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.int-tag {
    font-size: 13px;
    letter-spacing: 2px;
    color: #9F2B2C;
    font-weight: 600;
}


.int-title {
    color: #263868;
    font-size: 45px;
    font-weight: 800;
    margin: 20px 0;
    line-height: 1.2;
}

.int-title-break {
    width: 64px;
    height: 6px;
    opacity: 1;
    margin-bottom: 1rem;
    background-color: #FFCC00;
}

.int-description {
    text-align: justify;
    color: #6c757d;
    font-size: 16px;
}

.int-hero-image img {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}




/* ========================================
   WHY SECTION
======================================== */

.int-why {
    margin-top: 4rem;
}

.int-why p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
}

.int-why-grid {
    display: grid;

    gap: 25px;
    padding-top: 3rem
}

@media (max-width: 1800px) {
    .int-why-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.int-why-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;

}

.int-card {
    background: #FFFFFF;
    width: 330px;
    height: 350px;
    opacity: 1;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.int-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #263868;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;

}

.int-logo img {
    width: 40px;
    height: 40px;
    display: block;
}

.int-card p {

    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #666666;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.int-card h4 {

    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 1rem;
}


.int-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.int-why h2 {
    color: #263868;

    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}





/* ========================================
   PROGRAMS
======================================== */
.int-programs {
    margin-top: 8rem;
}

.int-programs .section-heading {
    text-align: center;
}

.section-heading h2 {

    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #263868;
}

.int-programs .section-heading p {
    margin: 0px;
    text-align: center;
    max-width: 100%;
}


.section-heading p {

    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #666666;
    margin-top: 2rem;
}

.int-program-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
    align-items: center;
}


@media (max-width: 2000px) {
    .int-program-content {
        align-items: normal;
    }
}

.int-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 4rem 0rem;
}

.program-card {
    background: #FFFFFF;
    width: 425px;
    height: 190px;
    opacity: 1;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
}

.program-card h5 {

    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: 0%;
    color: #000000;
}

.program-card p {

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
    display: flex;
    padding-top: 1rem;
}

.program-card img {
    width: 80px;
    height: 80px;
}

.program-card:hover {
    transform: translateY(-8px);
}

.int-program-btn {

    opacity: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.int-program-btn a {
    border-radius: 40px;
    background-color: #FFCC00;
    padding: 1rem;
}

.int-program-btn a:hover {
    background-color: #ffbb00;
}

/* ============================= */
/* JOURNEY SECTION */
/* ============================= */

.int-journey {
    padding-bottom: 4rem;
}

.journey-heading h2 {

    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    color: #263868;
}

.journey-heading p {

    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;

    color: #666666;

}

/* Steps Layout */

.journey-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    position: relative;
}

/* Vertical Line */

.journey-step {
    text-align: center;
    position: relative;
}

.journey-step::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 2px;
    height: 60px;
    background: #d9d9d9;
    transform: translateX(-50%);
}

/* Step Number Circle */

.step-number {
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 10px;

}

.step-number::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #FFCC00;
    border-radius: 50%;
}

/* Step Card */

.step-card {
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    width: 219px;
    height: 175px;
    opacity: 1;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 3rem;
    padding: 3rem 1rem 1rem 1rem;
}

.step-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.step-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.step-card:hover {
    transform: translateY(-5px);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1200px) {
    .journey-steps {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }
}

@media (max-width: 768px) {
    .journey-steps {
        grid-template-columns: 1fr;
    }

    .journey-step::before {
        display: none;
    }

    .journey-heading h2 {
        font-size: 24px;
    }
}

/* ========================================
   PROCESS TIMELINE
======================================== */

.int-process {
    background: #f9fafc;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    flex: 1;
    min-width: 150px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.step span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f4b400;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ========================================
   INTERNATIONAL CELL
======================================== */

.int-cell {
    background: #263868;
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.int-cell-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 4rem;
}

.int-cell-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.int-gallery img {
    width: 100%;
    border-radius: 16px;
    transition: 0.3s ease;
}

.int-cell-content h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;

}

.int-cell-content p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

    color: #E8E8E8;
    margin-top: 1rem;
}

.int-cell-content ul {
    list-style: disc;
}

.int-cell-content ul li::marker {
    color: #FFCC00;
}

.int-cell-break {
    width: 64px;
    height: 6px;
    opacity: 1;
    margin-bottom: 1rem;
    background-color: #FFCC00;
}

.int-gallery img:hover {
    transform: scale(1.05);
}

.int-cell-content {
    flex: 1;
}

.int-cell-content ul {
    padding-left: 20px;
}

.int-cell-content li {
    margin-bottom: 12px;
}


/* ========================================
   <!-- Life CELL -->
======================================== */

.life-cell {
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.int-life-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 4rem;
    align-items: center;
}


.int-life-content {
    width: 45%;
}

.int-life-content h2 {
    color: #263868;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;

    line-height: 64px;
}

.int-life-content p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;

    color: #666666;
    margin-top: 1rem;

}

.int-life-gallery {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.first-row {
    display: flex;
    gap: 2rem;
}

.last-row {
    display: flex;
    gap: 2rem;
}

.first-row img {
    display: flex;
    width: 330px;
    height: 200px;
}

.mid-row img {
    width: 684px;
    height: 200px;
}

.last-row img {
    display: flex;
    width: 330px;
    height: 200px;
}

/* ========================================
   TEAM SECTION
======================================== */
.int-team {
    margin-top: 4rem;
    padding-bottom: 8rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 6rem;
}

.team-card {
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card img {
    width: 325px;
    height: 300px;
    opacity: 1;
}


.int-team-break {
    width: 64px;
    height: 6px;
    opacity: 1;
    margin-bottom: 1rem;
    background-color: #FFCC00;
}

.team-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.team-info p {
    margin-bottom: 1rem;
}


/* ========================================
   ANIMATIONS
======================================== */

/* .int-card,
.program-card,
.step,
.team-card {
    animation: fadeUp 0.8s ease forwards;
} */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}












/* ================= Responsive ================= */



@media (max-width: 991px) {

    .int-stud-main {
        background-color: #EAEAEA;
        width: 100%;
    }

    /* ================= HERO ================= */

    .int-hero {
        flex-direction: column;
        padding-top: 14rem;
        width: 100%;
    }

    .int-hero .container {
        width: 100%;
        margin-left: 0px;
    }

    .int-hero-content {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    .int-title {
        font-size: 28px;
        line-height: 38px;
    }

    .int-description {
        font-size: 14px;
        line-height: 24px;
    }

    .int-hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .int-hero-image img {
        width: 345px;
        height: 330px;
        opacity: 1;
        border-radius: 20px;
        border-width: 1px;
    }

    /* ================= WHY SECTION MOBILE  ================= */

    .int-why-grid {
        display: flex;
        justify-content: center;
    }

    .int-why-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }



    .int-card {
        width: 100%;
        height: 300px;
        border-radius: 16px;
        padding: 14px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .int-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .int-logo img {
        width: 20px;
        height: 20px;
    }

    .int-card h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 6px 0;
        text-align: center;
    }

    .int-card p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        padding: 0;
    }


    /* ================= PROGRAMS ================= */

    .int-programs {
        width: 100%;
        margin-top: 60px;
    }

    .section-heading h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-heading p {
        font-size: 14px;
        line-height: 24px;
    }

    .int-program-content {
        padding-left: 0;
    }

    .int-program-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
        margin: 2rem;
    }

    .program-card {
        width: auto;
        height: auto;
        opacity: 1;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        align-items: center;
        text-align: center;
    }

    .program-card img {
        width: 26px;
        height: 26px;
        flex-direction: column;
        text-align: center;

    }


    /* ================= JOURNEY ================= */


    .journey-steps {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .journey-step {
        display: flex;
        align-items: center;
        position: relative;
    }

    /* Remove old vertical line */
    .journey-step::before {
        display: none;
    }

    /* Yellow Number Circle */
    .step-number {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #FFCC00;
        color: #000;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    /* Horizontal Line Between Circle & Box */
    .step-number::after {
        content: "";
        position: absolute;
        right: -21px;
        width: 20px;
        height: 2px;
        background: #666666;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Step Card */
    .step-card {
        height: auto;
        flex: 1;
        background: #F5F5F5;
        border-radius: 12px;
        margin-left: 20px;
        box-shadow: none;
    }

    .step-card h5 {
        font-size: 15px;
        margin-bottom: 5px;
        text-align: left;
    }

    .step-card p {
        font-size: 13px;
        text-align: left;
        color: #666;
    }


    /* ================= INTERNATIONAL CELL ================= */

    .int-cell {
        padding-top: 1rem;
    }

    .int-cell-wrapper {
        flex-direction: column;
        gap: 25px;
        margin-top: 0;
    }

    /* CONTENT FIRST */
    .int-cell-content {
        order: 1;
        width: 100%;
        text-align: left;
    }

    .int-cell-content h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .int-cell-content p {
        font-size: 14px;
        line-height: 22px;
    }

    /* IMAGES AFTER PARAGRAPH */
    .int-cell-gallery {
        order: 2;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .int-cell-gallery img {
        width: 100%;
        border-radius: 12px;
    }

    /* LIST AFTER IMAGES */
    .int-cell-content ul {
        order: 3;
        margin-top: 20px;
        padding-left: 18px;
    }

    /* ================= LIFE SECTION ================= */
    .life-cell {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .int-life-wrapper {
        flex-direction: column;
        margin-top: 0;
        gap: 0px;
    }

    .int-life-content {
        width: 100%;
    }

    .int-life-content h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .int-life-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .int-life-gallery {
        width: 100%;
        gap: 15px;
    }

    /* First Row - 2 images */
    .first-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    /* Middle Row - Full Width */
    .mid-row img {
        width: 100%;
        height: auto;
    }

    /* Last Row - 2 images */
    .last-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    /* Remove fixed sizes */
    .first-row img,
    .last-row img {
        width: 100%;
        height: auto;
    }

    /* ================= TEAM ================= */

    .team-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .team-card img {
        width: 85%;
        height: auto;
    }

}


@media (max-width: 320px) {

    .int-card {
        height: 170px;
    }

    .int-card h4 {
        font-size: 13px;
    }

    .int-card p {
        font-size: 11px;
        line-height: 14px;
    }
}


@media (min-width: 321px) and (max-width: 390px) {

    .int-card {
        height: 265px;
    }

    .int-hero-image img {
        width: 319px;
        height: 200px;
        opacity: 1;
        border-radius: 20px;
        border-width: 1px;
    }

    .program-card h5 {
        font-size: 15px;
        font-weight: medium;
    }

    .program-card {
        width: 160px;
        height: 225px;
    }

    .program-card p {
        font-size: 12px;
        font-weight: normal;
    }
}

@media (min-width: 391px) and (max-width: 414px) {

    .int-hero-image img {
        width: 335px;
        height: 250px;
        opacity: 1;
        border-radius: 20px;
        border-width: 1px;
    }

    .int-card {
        height: 268px;
    }

    .int-card p {
        font-size: 14px;
        font-weight: normal;
    }

    .program-card {
        width: 175px;
        height: 250px;
    }

    .program-card h5 {
        font-size: 15px;
        font-weight: medium;
    }

    .program-card p {
        font-size: 12px;
        font-weight: normal;
    }
}