/* ==================================
   INTERNATIONAL CURRICULUM SECTION
================================== */

.ic-section {
    background: #0f1535;
    padding: 100px 0;
    color: #ffffff;
}

/* Badge */

.ic-badge {
    display: inline-block;
    background: #1a214d;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Title */

.ic-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

    .ic-title span {
        color: #7c8cff;
    }

/* Description */

.ic-desc {
    color: #b8c1ec;
    margin-bottom: 30px;
    max-width: 520px;
}

/* Feature */

.ic-feature {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.ic-icon {
    width: 42px;
    height: 42px;
    background: #1b2150;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ic-feature h6 {
    font-weight: 600;
    margin-bottom: 3px;
}

.ic-feature p {
    font-size: 14px;
    color: #aab0d8;
    margin: 0;
}

/* Highlight */

.ic-highlight {
    margin-top: 25px;
    color: #7ef3b0;
    font-weight: 500;
}

/* =========================
   FORM CARD
========================= */

.ic-form-card {
    background: #1b2147;
    padding: 35px;
    border-radius: 20px;
}

    .ic-form-card h4 {
        font-weight: 600;
        margin-bottom: 5px;
    }

.form-sub {
    font-size: 14px;
    color: #b5b9e2;
    margin-bottom: 20px;
}

/* Inputs */

.ic-form-card .form-control,
.ic-form-card .form-select {
    background: #242a57;
    border: none;
    color: #fff;
}

    .ic-form-card .form-control::placeholder {
        color: #a6aad3;
    }

/* Button */

.ic-submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg,#6b6bff,#7c8cff);
    color: #fff;
    font-weight: 600;
}

.ic-note {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #9aa1d6;
}
