.kbc-hero {

    background: #f8fbff;

    /* padding:80px 0; */

}

.kbc-image img {

    border: 8px solid #fff;

    transition: .4s;

}

.kbc-image img:hover {

    transform: scale(1.02);

}

.kbc-form-box {
    background: #fff;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    /* border-top: 6px solid #003b95; */
}

.kbc-badge {
    display: inline-block;
    background: #cff3e482;
    color: #353030;
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}

.kbc-form-box h2 {
    font-size: 30px;
    font-weight: 600;
    color: #003b95;
    margin-bottom: 5px;
}
.kbc-form-box p {
    color: #4f4848;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 20px;
}

.event-info {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 25px;

}

.event-info div {
    background: #ccebdd63;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: #46474a;
    font-size: 14px;
}

.event-info i {

    margin-right: 8px;

    color: #2e6983;

}

.kbc-form-box .form-control, .kbc-form-box .form-select {
    height: 46px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #00000033;
    font-size: 15px;
    padding-left: 10px;
}

.kbc-form-box textarea {
    height: 150px !important;
    /* color: #000; */
}
.register-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #003b95, #1f7ae0);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

.register-btn:hover {

    background: linear-gradient(90deg, #ff9800, #003b95);

}

.trust-points {

    display: flex;

    justify-content: space-between;

    margin-top: 20px;

    font-size: 14px;

    font-weight: 600;

    flex-wrap: wrap;

    gap: 10px;

}

.kbc-image img {
    width: 100%;
    /* height: 905px; */
    object-fit: cover;
    object-position: top;
}

.bg_image2 {
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
}

.rts-section-gap2 {
    padding: 180px 0;
}

/*==========================
   ABOUT KBC SECTION
==========================*/

.kbc-about-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9eef7;
    box-shadow: 0 15px 40px rgba(13, 52, 120, .08);
}

/* Decorative Circle */

.kbc-about-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0B4EA2, #1f7ae0);
    opacity: .08;
}

.kbc-about-box::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: #FFC107;
    opacity: .08;
}

.kbc-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #0B4EA2, #195cb7);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.kbc-tag i {
    color: #FFD54F;
}

.kbc-about-box h2 {

    font-size: 32px;
    font-weight: 600;
    color: #0B3D91;
    margin-bottom: 8px;
    line-height: 1.2;

}

.kbc-about-box h4 {

    font-size: 24px;
    font-weight: 700;
    color: #F39C12;
    margin-bottom: 8px;

}

.kbc-about-box p {

    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 8px;
    /* text-align:justify; */

}

.kbc-about-box strong {

    color: #0B4EA2;

}

.kbc-about-box .mb-0 {

    margin-bottom: 0;
    padding: 18px 20px;
    border-left: 5px solid #FFC107;
    background: #FFF8E7;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;

}

/*==========================
     RESPONSIVE
==========================*/

@media(max-width:991px) {

    .kbc-about-box {

        padding: 30px;

    }

    .kbc-about-box h2 {

        font-size: 34px;

    }

    .kbc-about-box h4 {

        font-size: 20px;

    }

}

@media(max-width:576px) {

    .kbc-about-box {

        padding: 22px;

    }

    .kbc-about-box h2 {

        font-size: 28px;

    }

    .kbc-about-box h4 {

        font-size: 18px;

    }

    .kbc-about-box p {

        font-size: 15px;

        line-height: 1.8;

    }

    .kbc-tag {

        font-size: 13px;
        padding: 8px 16px;

    }

}
/* =====================================================
   GEN Z MAIN CHARACTER MENTOR DAY 2026
   COMPACT SPECIAL TEACHER'S DAY SECTION
===================================================== */

.mentor-day-section {
    position: relative;
    padding: 30px 15px;
    overflow: hidden;
    background: #f4f8fc;
}


/* =====================================================
   MAIN CARD
===================================================== */

.mentor-day-card {
    position: relative;
    max-width: 1280px;
    margin: auto;
    padding: 20px 30px 22px;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce7f0;
    border-radius: 24px;

    box-shadow:
        0 18px 55px rgba(7, 59, 115, 0.08);
}


/* =====================================================
   DECORATIVE DOTS
===================================================== */

.mentor-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8bc9e5;
    opacity: .55;
}

.dot-1 {
    top: 38px;
    left: 35px;
    box-shadow:
        12px 0 #8bc9e5,
        24px 0 #8bc9e5,
        0 12px #8bc9e5,
        12px 12px #8bc9e5,
        24px 12px #8bc9e5,
        0 24px #8bc9e5,
        12px 24px #8bc9e5,
        24px 24px #8bc9e5;
}

.dot-2 {
    top: 40px;
    right: 35px;
    box-shadow:
        12px 0 #8bc9e5,
        24px 0 #8bc9e5,
        0 12px #8bc9e5,
        12px 12px #8bc9e5,
        24px 12px #8bc9e5,
        0 24px #8bc9e5,
        12px 24px #8bc9e5,
        24px 24px #8bc9e5;
}


/* =====================================================
   BRAND TAG
===================================================== */

.mentor-brand-tag {
    position: relative;
    z-index: 2;

    width: fit-content;
    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 8px 18px;

    border-radius: 50px;

    background: linear-gradient(
        90deg,
        #073b73,
        #0b5fa5
    );

    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 7px 18px rgba(7, 59, 115, .15);
}

.mentor-brand-tag i {
    color: #f4c430;
}


/* =====================================================
   HEADER
===================================================== */

.mentor-header {
    display: grid;
    grid-template-columns: 150px 1fr 170px;
    align-items: center;
    gap: 25px;
    margin-bottom: 3px;
}


/* =====================================================
   TEACHER'S DAY BADGE
===================================================== */

.teacher-day-badge {
    text-align: left;
    line-height: 1;
}

.teacher-day-badge span {
    display: block;

    color: #073b73;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;
}

.teacher-day-badge strong {
    display: block;

    font-family: cursive;

    color: #073b73;

    font-size: 28px;

    line-height: 1;
}

.teacher-day-badge strong:last-of-type {
    color: #00864a;
}

.teacher-day-badge small {
    display: block;

    margin-top: 8px;

    color: #d71920;

    font-size: 9px;

    font-weight: 800;

    text-transform: uppercase;
}


/* =====================================================
   MAIN TITLE
===================================================== */

.mentor-title-area {
    text-align: center;
}

.mentor-title-area h2 {
    margin: 0;
    color: #073b73;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1px;
}
.mentor-title-area h2 span {
    /* display: block; */

    background: linear-gradient(
        90deg,
        #073b73,
        #0b5fa5,
        #00a9d6
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mentor-subtitle {
    display: inline-block;

    margin-top: 10px;

    padding: 7px 18px;

    border-radius: 50px;

    background: linear-gradient(
        90deg,
        #073b73,
        #00864a
    );

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;
}


/* =====================================================
   DATE
===================================================== */

.mentor-date {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 12px;

    border-left: 2px solid #d71920;

    text-align: left;
}

.mentor-date > i {
    color: #073b73;

    font-size: 26px;
}
.mentor-date strong {
    display: block;
    color: #d71920;
    font-size: 17px;
    line-height: 1.0;
}
.mentor-date span {
    display: block;

    margin-top: 3px;

    color: #073b73;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =====================================================
   INTRO
===================================================== */

.mentor-intro {
    max-width: 1020px;

    margin: 0 auto 18px;

    text-align: center;
}

.mentor-intro p {
    margin: 0;

    color: #43596a;

    font-size: 15px;

    line-height: 1.65;
}

.mentor-intro strong {
    color: #073b73;
}


/* =====================================================
   PROGRAM HEADING
===================================================== */

.mentor-program-heading {
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    gap: 12px;
    margin: 5px auto 5px;
}

.mentor-program-heading h5 {
    margin: 0;
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-transform: unset; */
    line-height: 27px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.mentor-program-heading h3 {
    margin: 0;
    padding: 8px 29px;
    border-radius: 30px;
    background: #d8f8e591;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-transform: unset; */
    line-height: 27px;
    text-align: center;
}

/* =====================================================
   PROGRAM GRID
===================================================== */

.mentor-programs {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    margin-bottom: 16px;
}
.mentor-program-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 8px;
    text-align: center;
    border: 1px solid #f3ebc7;
    border-radius: 12px;
    background: #ffe4c42e;
    color: #141617;
    font-size: 12px;
    font-weight: 700;
    transition: .25s ease;
}

.mentor-program-item i {
    color: #af8314;
    font-size: 16px;
}

.mentor-program-item:hover {
    transform: translateY(-3px);

    border-color: #8bc9e5;

    box-shadow:
        0 8px 20px rgba(7, 59, 115, .08);
}


/* =====================================================
   EVENT PASS
===================================================== */

.mentor-pass {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-bottom: 12px;

    padding: 11px 18px;

    border-radius: 12px;

    background: #edf6fc;

    /* border-left: 4px solid #0b5fa5; */

    color: #073b73;

    text-align: center;

    font-size: 14px;
}

.mentor-pass i {
    color: #0b5fa5;

    font-size: 18px;
}


/* =====================================================
   LUCKY DRAW
===================================================== */

.mentor-lucky {
    display: grid;

    grid-template-columns: 65px 280px 1fr;

    align-items: center;

    gap: 18px;

    padding: 15px 18px;

    border: 1px solid #f0c94d;

    border-radius: 15px;

    background: #fffdf5;
}


/* GIFT */

.lucky-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #fff1bd;

    color: #d71920;

    font-size: 22px;
}


/* TITLE */

.lucky-title span {
    display: block;

    margin-bottom: 3px;

    color: #073b73;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.lucky-title strong {
    display: block;

    color: #d71920;

    font-size: 20px;

    line-height: 1.15;

    font-weight: 900;
}


/* TEXT */

.lucky-text {
    padding-left: 18px;

    border-left: 1px solid #ecd98e;

    color: #5a5c50;

    font-size: 12px;

    line-height: 1.55;
}


/* =====================================================
   BOTTOM CTA
===================================================== */

.mentor-bottom-cta {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-top: 12px;

    padding: 11px 15px;

    border-radius: 10px;

    background: #f0f7fc;

    color: #073b73;

    font-size: 13px;

    text-align: center;
}

.mentor-bottom-cta i {
    color: #0b5fa5;

    font-size: 17px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .mentor-day-card {
        padding: 30px 25px;
    }

    .mentor-header {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .teacher-day-badge {
        display: none;
    }

    .mentor-date {
        width: fit-content;

        margin: auto;

        border-left: 0;

        border-top: 2px solid #d71920;

        padding-top: 8px;
    }

    .mentor-programs {
        grid-template-columns: repeat(2, 1fr);
    }

    .mentor-lucky {
        grid-template-columns: 60px 1fr;
    }

    .lucky-text {
        grid-column: 1 / -1;

        padding: 10px 0 0;

        border-left: 0;

        border-top: 1px solid #ecd98e;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 576px) {

    .mentor-day-section {
        padding: 9px 0px;
    }

    .mentor-day-card {
        padding: 25px 14px;
        border-radius: 18px;
    }

    .mentor-brand-tag {
        font-size: 11px;
        padding: 7px 14px;
    }

    .mentor-title-area h2 {
        font-size: 22px;
        letter-spacing: -.5px;
    }

    .mentor-subtitle {
        font-size: 14px;
        padding: 7px 16px;
        line-height: 21px;
    }

    .mentor-date strong {
        font-size: 16px;
    }

    .mentor-intro p {
        font-size: 12px;

        line-height: 1.65;
    }

    .mentor-program-heading h3 {
        font-size: 11px;
        padding: 6px 12px;
        line-height: 20px;
    }

    .mentor-program-heading span {
        width: 25px;
    }

    .mentor-programs {
        grid-template-columns: repeat(2, 1fr);

        gap: 7px;
    }

    .mentor-program-item {
        min-height: 54px;
        font-size: 12px;
        line-height: 1.3;
    }

    .mentor-program-item i {
        font-size: 13px;
    }

    .mentor-pass {
        font-size: 12px;
        padding: 10px;
        line-height: 20px;
    }

    .mentor-lucky {
        grid-template-columns: 48px 1fr;

        gap: 10px;

        padding: 13px;
    }

    .lucky-icon {
        width: 45px;
        height: 45px;

        font-size: 18px;
    }

    .lucky-title strong {
        font-size: 16px;
    }

    .lucky-text {
        font-size: 10px;
    }

    .mentor-bottom-cta {
        font-size: 13px;
        line-height: 20px;
    }

}
/* =========================================
   SPECIAL LUCKY DRAW HIGHLIGHT
========================================= */

.mentor-lucky-highlight {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 53px;
    padding: 9px 14px;
    /* background:
        linear-gradient(
            135deg,
            #fff9df,
            #fffdf5
        ) !important; */
    border: 1px solid #f1c84b !important;
    /* box-shadow:
        0 8px 22px rgba(244, 196, 48, .16); */
    transform: none !important;
    background-color: white;
}


/* TOP / BOTTOM GOLD LINE */

.mentor-lucky-highlight::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            #f4c430,
            #d71920
        );

    border-radius: 10px;
}


/* GIFT ICON */

.lucky-gift-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ffffff !important;
    font-size: 18px;
    box-shadow:
        0 6px 15px rgba(230, 169, 0, .25);
    animation: luckyGiftPulse 2s infinite;
}


/* CONTENT */

.lucky-highlight-content {
    text-align: left;
}

.lucky-highlight-content small {
    display: block;
    margin-bottom: 2px;
    color: #a07800;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.lucky-highlight-content span {
    display: block;
    color: #191a1b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}


/* SPARKLES */

.lucky-sparkle {
    position: absolute;

    color: #f4c430;

    font-size: 15px;

    animation: luckySparkle 2s infinite ease-in-out;
}

.sparkle-1 {
    top: 7px;
    right: 12px;
}

.sparkle-2 {
    bottom: 6px;
    right: 30px;

    font-size: 10px;

    animation-delay: .5s;
}


/* HOVER */

.mentor-lucky-highlight:hover {
    border-color: #e6b525 !important;

    background:
        linear-gradient(
            135deg,
            #fff5c7,
            #fffdf5
        ) !important;

    box-shadow:
        0 12px 30px rgba(244, 196, 48, .23);

    transform: translateY(-4px) !important;
}
.mentor-register-title{
    font-size: 30px;
    font-weight: 600;
    color: #191a1b;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes luckyGiftPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes luckySparkle {

    0%,
    100% {
        opacity: .3;
        transform: scale(.8) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.15) rotate(20deg);
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .mentor-lucky-highlight {
        padding: 8px 10px;

        gap: 8px;
    }

    .lucky-gift-icon {
        width: 37px;
        height: 37px;

        font-size: 15px;
    }

    .lucky-highlight-content small {
        font-size: 7px;
    }

    .lucky-highlight-content span {
        font-size: 10px;
    }
.mentor-register-title{
    font-size: 22px;
    font-weight: 600;
    color: #191a1b;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
}
}
/* =========================================
   MENTOR TRUST / BENEFIT CARDS
========================================= */

.mentor-trust-points {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    margin-top: 20px;
    width: 100%;
}


/* CARD */

.mentor-trust-item {
    position: relative;

    display: flex;
    align-items: center;

    gap: 9px;

    min-height: 50px;

    padding: 7px 5px;

    border-radius: 13px;

    background: #ffffff;

    border: 1px solid #e2eaf2;

    transition: all .3s ease;

    overflow: hidden;
}


/* TOP ACCENT */

.mentor-trust-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    border-radius: 20px 20px 0 0;
}


/* ICON */
.trust-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* CONTENT */

.trust-content {
    display: flex;
    flex-direction: column;

    line-height: 1.2;
}

.trust-content strong {
    font-size: 14px;

    font-weight: 600;

    color: #17324d;
}

.trust-content small {
    margin-top: 4px;

    font-size: 10px;

    color: #718096;

    font-weight: 500;
}


/* =========================================
   FREE ENTRY
========================================= */

.free-entry::before {
    /* background: #08a56c; */
}

.free-entry .trust-icon {
    background: #e8f8f1;
    color: #08a56c;
}

.free-entry:hover {
    border-color: #9bdfc5;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(8, 165, 108, .10);
}


/* =========================================
   LUCKY DRAW
========================================= */

.lucky-draw::before {
    /* background: #f1b51c; */
}

.lucky-draw .trust-icon {
    background: #fff6dc;
    color: #e5a500;
}

.lucky-draw:hover {
    border-color: #f3d681;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(241, 181, 28, .12);
}


/* =========================================
   SPECIAL EVENT
========================================= */

.special-event::before {
    /* background: #1769d1; */
}

.special-event .trust-icon {
    background: #eaf2ff;
    color: #1769d1;
}

.special-event:hover {
    border-color: #a8c9f5;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(23, 105, 209, .10);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .mentor-trust-points {
        gap: 8px;
    }

    .mentor-trust-item {
        padding: 8px;
    }

    .trust-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;

        font-size: 14px;
    }

    .trust-content strong {
        font-size: 11px;
    }

    .trust-content small {
        font-size: 8px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .mentor-trust-points {
        grid-template-columns: 1fr;

        gap: 8px;
    }

    .mentor-trust-item {
        min-height: 55px;

        padding: 8px 12px;
    }

    .trust-icon {
        width: 36px;
        height: 36px;

        flex-basis: 36px;
    }

    .trust-content strong {
        font-size: 12px;
    }

    .trust-content small {
        font-size: 9px;
    }

}