/* =========================================================
   IICEA PLACEMENTS PAGE
   External CSS
   Font: Acme
========================================================= */

.iicea-placement-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    font-family: 'Acme', sans-serif;
    color: #111111;
}


/* =========================================================
   PLACEMENT FRAMEWORK SECTION
========================================================= */

.iicea-framework-section {
    width: 100%;
    padding: 65px 8% 55px;
    background: #ffffff;
}

.iicea-framework-content {
    max-width: 1600px;
    margin: 0 auto;
}


/* =========================================================
   FRAMEWORK HEADING
========================================================= */

.iicea-framework-heading {
    text-align: center;
    margin-bottom: 62px;
}

.iicea-framework-heading h1 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
}

.iicea-framework-heading .black {
    color: #111111;
}

.iicea-framework-heading .blue {
    color: #0786f7;
}

.iicea-framework-line {
    width: 430px;
    max-width: 80%;
    height: 3px;
    margin: 14px auto 0;

    background: linear-gradient(
        to right,
        transparent,
        #65d8f4,
        #65d8f4,
        transparent
    );
}


/* =========================================================
   FRAMEWORK TEXT
========================================================= */

.iicea-framework-text {
    max-width: 1600px;
    margin: 0 auto;
}

.iicea-framework-text p {
    margin: 0 0 30px;

    font-family: 'Acme', sans-serif;
    font-size: 27px;
    line-height: 1.45;
    letter-spacing: .2px;
}

.iicea-framework-text strong {
    font-weight: 700;
}


/* =========================================================
   OUTCOME
========================================================= */

.iicea-outcome {
    margin-top: 42px;
}

.iicea-outcome-title,
.iicea-recent-title {
    display: block;
    margin-bottom: 2px;

    font-size: 28px;
    font-weight: 700;
}

.iicea-outcome-text,
.iicea-recent-text {
    font-size: 26px !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.iicea-placement-contact-area {
    text-align: center;
    margin-top: 72px;
}

.iicea-placement-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 250px;

    padding: 14px 28px;

    background: #1800ff;
    color: #ffffff;

    text-decoration: none;

    font-family: 'Acme', sans-serif;
    font-size: 27px;
    font-weight: 700;

    border-radius: 2px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);

    transition: .25s ease;
}

.iicea-placement-contact-btn:hover {
    background: #0786f7;
    transform: translateY(-2px);
}


/* =========================================================
   FEW PLACED STUDENTS
========================================================= */

.iicea-students-section {
    width: 100%;

    background: #ffffff;

    padding: 50px 5.5% 65px;
}

.iicea-students-container {
    max-width: 1700px;
    margin: 0 auto;
}


/* =========================================================
   STUDENT HEADING
========================================================= */

.iicea-students-heading {
    text-align: center;
    margin-bottom: 50px;
}

.iicea-students-heading h2 {
    margin: 0;

    color: #0786f7;

    font-family: Georgia, 'Times New Roman', serif;

    font-size: 52px;
    font-weight: 700;

    line-height: 1.15;
}

.iicea-students-heading-line {
    width: 400px;
    max-width: 80%;

    height: 3px;

    margin: 13px auto 0;

    background: linear-gradient(
        to right,
        transparent,
        #65d8f4,
        #65d8f4,
        transparent
    );
}


/* =========================================================
   STUDENT GRID
========================================================= */

.iicea-students-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    column-gap: 48px;
    row-gap: 30px;
}


/* =========================================================
   STUDENT CARD
========================================================= */

.iicea-student-card {
    position: relative;

    width: 100%;
    height: 360px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #555555;

    box-shadow: 0 10px 22px rgba(0, 0, 0, .13);
}

.iicea-student-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   STUDENT INFORMATION
========================================================= */

.iicea-student-info {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 75px 24px 18px;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .82),
        rgba(0, 0, 0, .48),
        transparent
    );
}

.iicea-student-name {
    display: block;

    color: #ffffff;

    font-family: 'Acme', sans-serif;

    font-size: 25px;
    line-height: 1.15;

    font-weight: 700;

    text-shadow: 2px 2px 2px #000;
}

.iicea-student-company {
    display: block;

    margin-top: 8px;

    color: #ffffff;

    font-family: 'Acme', sans-serif;

    font-size: 21px;
    line-height: 1.15;

    text-shadow: 2px 2px 2px #000;
}


/* =========================================================
   PACKAGE BADGE
========================================================= */

.iicea-package {
    position: absolute;

    right: -2px;
    bottom: 54px;

    padding: 8px 15px 9px;

    background: #ffe500;
    color: #000000;

    font-family: Arial, sans-serif;

    font-size: 23px;
    font-weight: 800;

    line-height: 1;

    z-index: 3;
}

.iicea-package::after {
    content: "";

    position: absolute;

    bottom: -10px;
    left: 0;

    border-top: 10px solid #cbb700;
    border-left: 10px solid transparent;
}


/* =========================================================
   MORE SECTION
========================================================= */

.iicea-more-area {
    text-align: center;

    margin-top: 48px;
}

.iicea-more-text {
    display: block;

    margin-bottom: 35px;

    font-family: 'Acme', sans-serif;

    font-size: 28px;
    font-weight: 700;
}

.iicea-view-more {
    display: inline-block;

    padding: 12px 26px;

    background: #fff000;

    border: 1px solid #d8c900;

    border-radius: 5px;

    color: #000000;

    text-decoration: none;

    font-family: 'Acme', sans-serif;

    font-size: 27px;
    font-weight: 700;

    transition: .25s ease;
}

.iicea-view-more:hover {
    background: #0786f7;

    color: #ffffff;

    border-color: #0786f7;
}


/* =========================================================
   SUCCESS / CTA SECTION
========================================================= */

.iicea-success-section {
    width: 100%;

    background: #ffffff;

    padding: 65px 20px 75px;

    text-align: center;
}


/* =========================================================
   SMALL BLUE LINES
========================================================= */

.iicea-success-dots {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 17px;

    margin-bottom: 55px;
}

.iicea-success-dots span {
    width: 26px;
    height: 5px;

    background: #bcecff;

    border-radius: 5px;
}

.iicea-success-dots span:nth-child(4) {
    background: #4ec7f1;
}


/* =========================================================
   SUCCESS TEXT
========================================================= */

.iicea-success-title {
    margin: 0;

    font-family: 'Acme', sans-serif;

    font-size: 36px;

    font-style: italic;

    font-weight: 700;
}

.iicea-success-next {
    margin: 5px 0 0;

    color: green;

    font-family: 'Acme', sans-serif;

    font-size: 34px;

    font-style: italic;

    font-weight: 700;
}

.iicea-success-tagline {
    margin: 7px 0 27px;

    color: #f26522;

    font-family: 'Acme', sans-serif;

    font-size: 31px;

    font-style: italic;

    font-weight: 700;
}


/* =========================================================
   INQUIRE / BOOK DEMO
========================================================= */

.iicea-demo-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 14px 24px;

    background: #24008f;

    color: #ffffff;

    text-decoration: none;

    font-family: 'Acme', sans-serif;

    font-size: 28px;

    font-weight: 700;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .22);

    transition: .25s ease;
}

.iicea-demo-btn:hover {
    background: #0786f7;

    transform: translateY(-2px);
}


/* =========================================================
   MOVING LINE BEFORE FOOTER
========================================================= */

.iicea-moving-line {
    width: 100%;

    overflow: hidden;

    background: #ffffff;

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;

    padding: 18px 0;

    white-space: nowrap;
}

.iicea-moving-track {
    display: inline-flex;

    align-items: center;

    min-width: max-content;

    animation: iiceaMoveLine 22s linear infinite;
}

.iicea-moving-item {
    display: inline-flex;

    align-items: center;

    margin-right: 65px;

    font-family: 'Acme', sans-serif;

    font-size: 27px;

    font-weight: 700;

    color: #111111;
}

.iicea-moving-item span {
    margin-right: 12px;

    font-size: 25px;
}

.iicea-moving-item .green {
    color: #008000;
}

.iicea-moving-item .orange {
    color: #f26522;
}

.iicea-moving-item .blue {
    color: #0786f7;
}


/* =========================================================
   MOVING ANIMATION
========================================================= */

@keyframes iiceaMoveLine {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* =========================================================
   FLOATING WHATSAPP + CALL
========================================================= */

.iicea-floating-buttons {
    position: fixed;

    left: 18px;
    bottom: 70px;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    gap: 18px;
}

.iicea-floating-buttons a {
    width: 66px;
    height: 66px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    text-decoration: none;

    background: #ffffff;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .15);

    transition: .25s ease;
}

.iicea-floating-buttons a:hover {
    transform: scale(1.08);
}

.iicea-floating-buttons i {
    font-size: 43px;
}

.iicea-whatsapp i {
    color: #0bb53d;
}

.iicea-call i {
    color: #0bb53d;
}


/* =========================================================
   1400px
========================================================= */

@media (max-width: 1400px) {

    .iicea-framework-section {
        padding-left: 7%;
        padding-right: 7%;
    }

    .iicea-framework-text p {
        font-size: 24px;
    }

    .iicea-students-grid {
        column-gap: 30px;
    }

    .iicea-student-card {
        height: 330px;
    }

}


/* =========================================================
   1100px
========================================================= */

@media (max-width: 1100px) {

    .iicea-framework-heading h1 {
        font-size: 45px;
    }

    .iicea-students-heading h2 {
        font-size: 45px;
    }

    .iicea-students-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 30px;
    }

    .iicea-student-card {
        height: 380px;
    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 768px) {

    /* Framework */

    .iicea-framework-section {
        padding: 45px 20px 45px;
    }

    .iicea-framework-heading {
        margin-bottom: 42px;
    }

    .iicea-framework-heading h1 {
        font-size: 34px;
    }

    .iicea-framework-text p {
        font-size: 19px;

        line-height: 1.5;

        margin-bottom: 22px;
    }


    /* Outcome */

    .iicea-outcome-title,
    .iicea-recent-title {
        font-size: 22px;
    }

    .iicea-outcome-text,
    .iicea-recent-text {
        font-size: 19px !important;
    }


    /* Contact */

    .iicea-placement-contact-area {
        margin-top: 45px;
    }

    .iicea-placement-contact-btn {
        font-size: 21px;

        padding: 12px 20px;

        min-width: 210px;
    }


    /* Students */

    .iicea-students-section {
        padding: 40px 18px 55px;
    }

    .iicea-students-heading {
        margin-bottom: 35px;
    }

    .iicea-students-heading h2 {
        font-size: 36px;
    }

    .iicea-students-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .iicea-student-card {
        height: 390px;
    }


    /* Student Text */

    .iicea-student-name {
        font-size: 24px;
    }

    .iicea-student-company {
        font-size: 19px;
    }

    .iicea-package {
        font-size: 20px;
    }


    /* Success */

    .iicea-success-section {
        padding: 50px 15px 60px;
    }

    .iicea-success-dots {
        gap: 9px;

        margin-bottom: 38px;
    }

    .iicea-success-dots span {
        width: 20px;
        height: 4px;
    }

    .iicea-success-title {
        font-size: 27px;
    }

    .iicea-success-next {
        font-size: 27px;
    }

    .iicea-success-tagline {
        font-size: 24px;
    }

    .iicea-demo-btn {
        font-size: 21px;

        padding: 13px 18px;
    }


    /* Moving Line */

    .iicea-moving-item {
        font-size: 21px;

        margin-right: 40px;
    }


    /* Floating Buttons */

    .iicea-floating-buttons {
        left: 10px;

        bottom: 65px;

        gap: 12px;
    }

    .iicea-floating-buttons a {
        width: 55px;
        height: 55px;
    }

    .iicea-floating-buttons i {
        font-size: 34px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .iicea-framework-heading h1 {
        font-size: 29px;
    }

    .iicea-students-heading h2 {
        font-size: 31px;
    }

    .iicea-student-card {
        height: 340px;
    }

    .iicea-success-title {
        font-size: 23px;
    }

    .iicea-success-next {
        font-size: 23px;
    }

    .iicea-success-tagline {
        font-size: 21px;
    }

    .iicea-demo-btn {
        font-size: 18px;
    }

}