.emerald-btn-login {
    padding: 6px 12px;
    background: transparent;
    border: 2px solid #0092dd;
    border-radius: 8px;
    color: #000 !important;
}

.emerald-btn-login:hover {
    background: #0092dd;
}

/* ========================================================= */
/*          PREMIUM LANDING HERO – LUXE 4 (v2)               */
/* ========================================================= */

:root {
    --kib-primary: #0092dd;
    --kib-primary-dark: #005f88;
    --kib-primary-soft: #e6f6ff;
    --kib-ink: #06121d;
    --kib-muted: #6b7a89;
}

/* WRAPPER -------------------------------------------------- */

.kib-hero-premium {
    position: relative;
    padding: 60px 0 130px;
    background: radial-gradient(
            circle at 15% 15%,
            #16c3ff 0%,
            #0092dd 30%,
            transparent 60%
        ),
        radial-gradient(circle at 80% 10%, #0081c4 0%, #004a75 35%, #02101e 90%);
    color: #fff;
    overflow: hidden;
}

/* Accent ring with gentle motion */
.kib-hero-accent-ring {
    position: absolute;
    top: -220px;
    right: -260px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(0, 195, 255, 0.35) 0%,
        rgba(0, 147, 221, 0.1) 45%,
        transparent 100%
    );
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
    animation: heroFloatRing 18s linear infinite alternate;
}

/* Dotted pattern – more subtle */
.kib-hero-accent-dots {
    position: absolute;
    left: -60px;
    bottom: -40px;
    width: 320px;
    height: 320px;
    background-image: radial-gradient(
        circle at 4px 4px,
        rgba(255, 255, 255, 0.22) 2px,
        transparent 0
    );
    background-size: 26px 26px;
    opacity: 0.25;
    filter: blur(0.5px);
    z-index: 0;
    pointer-events: none;
}

/* Soft diagonal light */
.kib-hero-accent-beam {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        rgba(255, 255, 255, 0.06),
        rgba(0, 146, 221, 0.18),
        transparent 65%
    );
    mix-blend-mode: screen;
    z-index: 0;
    pointer-events: none;
}

@keyframes heroFloatRing {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-20px, 18px, 0);
    }
}

/* LAYOUT --------------------------------------------------- */

.kib-hero-premium-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.05fr);
    gap: 60px;
    position: relative;
    z-index: 2;
    align-items: center;
    min-height: 520px;
}

/* LEFT CONTENT --------------------------------------------- */

.kib-hero-content {
    max-width: 680px;
}

/* kicker */
.kib-hero-kicker {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #b9e6ff;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.92;
}

.kib-hero-kicker .dot {
    width: 8px;
    height: 8px;
    background: #b9e6ff;
    border-radius: 50%;
}

/* heading */
.kib-hero-heading {
    font-size: clamp(3rem, 4vw, 3.5rem);
    line-height: 1.04;
    font-weight: 300;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}

.kib-hero-heading span {
    display: block;
    font-weight: 700;
    color: #eaf7ff;
}

/* body text */
.kib-hero-subtext {
    font-size: 1.08rem;
    color: #dbeafe;
    max-width: 580px;
    line-height: 1.8;
    margin-bottom: 32px;
    text-wrap: balance;
}

/* buttons */
.kib-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.kib-btn-primary-lg,
.kib-btn-ghost-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease,
        background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.kib-btn-primary-lg {
    background: linear-gradient(135deg, #00a8f5, #0087cf);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #f9fafb;
    box-shadow: 0 18px 40px rgba(3, 105, 161, 0.55);
}

.kib-btn-primary-lg:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #00b6ff, #0092dd);
    box-shadow: 0 22px 46px rgba(3, 105, 161, 0.7);
}

.kib-btn-ghost-lg {
    border: 1px solid rgba(226, 239, 255, 0.8);
    color: #e2f2ff;
    background: rgba(6, 33, 55, 0.45);
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.38);
}

.kib-btn-ghost-lg:hover {
    transform: translateY(-1px);
    background: rgba(15, 52, 85, 0.85);
}

/* RIGHT – IMAGE CARD -------------------------------------- */

.kib-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.kib-hero-image-card {
    position: relative;
    background: radial-gradient(
        circle at 0% 0%,
        rgba(255, 255, 255, 0.18),
        rgba(7, 30, 48, 0.95)
    );
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(170, 210, 245, 0.45);
    backdrop-filter: blur(16px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(15, 23, 42, 0.45);
    max-width: 460px;
    width: 100%;
}

/* glowing outer frame */
.kib-hero-image-card::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 32px;
    border: 1px solid rgba(56, 189, 248, 0.45);
    opacity: 0.75;
    pointer-events: none;
}

/* image itself */
.kib-hero-image-card img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* RESPONSIVE ---------------------------------------------- */

@media (max-width: 1200px) {
    .kib-hero-premium-inner {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .kib-hero-premium {
        padding: 120px 0 110px;
    }

    .kib-hero-premium-inner {
        grid-template-columns: 1fr;
        text-align: center;
        min-height: auto;
    }

    .kib-hero-content {
        margin: 0 auto;
    }

    .kib-hero-actions {
        justify-content: center;
    }

    .kib-hero-visual {
        justify-content: center;
    }

    .kib-hero-image-card {
        max-width: 420px;
    }
}

@media (max-width: 576px) {
    .kib-hero-premium {
        padding: 110px 0 90px;
    }

    .kib-hero-heading {
        font-size: 2.4rem;
    }

    .kib-hero-subtext {
        font-size: 1rem;
    }

    .kib-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .kib-btn-primary-lg,
    .kib-btn-ghost-lg {
        width: 100%;
    }
}

/* ========================================================= */
/*            HERO – KEY STATS / TRUST STRIP                 */
/* ========================================================= */

.kib-hero-meta-row {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 20px;
    background: radial-gradient(
        circle at 0% 0%,
        rgba(255, 255, 255, 0.18),
        rgba(3, 34, 54, 0.8)
    );
    border: 1px solid rgba(191, 219, 254, 0.45);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    max-width: 710px;
}

.kib-hero-meta-item {
    min-width: 0;
    flex: 1 1 180px;
    border-right: 1px solid rgba(148, 163, 184, 0.45);
    padding-right: 16px;
}

.kib-hero-meta-item:last-child {
    border-right: none;
    padding-right: 0;
}

.kib-hero-meta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #bfdbfe;
    margin-bottom: 3px;
}

.kib-hero-meta-value {
    font-size: 0.96rem;
    font-weight: 600;
    color: #f9fafb;
    margin-bottom: 2px;
    text-wrap: balance;
}

.kib-hero-meta-sub {
    font-size: 0.82rem;
    color: #cbd5f5;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .kib-hero-meta-row {
        text-align: left;
        padding: 14px 16px;
    }

    .kib-hero-meta-item {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.45);
        padding-bottom: 10px;
        margin-bottom: 4px;
    }

    .kib-hero-meta-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* ============================== */
/*       WHO WE ARE v3.0         */
/* ============================== */

.kib-about-v3 {
    background: #fafafa;
    padding: 80px 0;
}

/* HEADER */
.kib-about-v3-header {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: left;
}

.kib-about-v3-subtitle {
    color: #da251d;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.kib-about-v3-title {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 200;
    color: #0092dd;
    margin-bottom: 16px;
}

.kib-about-v3-desc {
    color: #191b1cc4;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 650px;
}

/* GRID */
.kib-about-v3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 40px;
}

/* CARD */
.kib-about-v3-card {
    background: #fff;
    padding: 26px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.kib-about-v3-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 35px rgba(0, 0, 0, 0.08);
}

/* CARD TEXT */
.kib-about-v3-card h4 {
    font-size: 1.25rem;
    color: #0092dd;
    font-weight: 700;
    margin-bottom: 10px;
}

.kib-about-v3-card p {
    font-size: 1rem;
    color: #191b1cc4;
    line-height: 1.55;
}

/* MEDIA ICON */
.kib-about-v3-card-media img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

/* CTA BUTTON */
.kib-about-v3-cta {
    text-align: center;
    margin-top: 45px;
}

.kib-about-v3-cta .kib-btn {
    padding: 14px 34px;
    border-radius: 10px;
    background: #0092dd;
    color: #fff;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .kib-about-v3-grid {
        grid-template-columns: 1fr;
    }

    .kib-about-v3-header {
        text-align: center;
    }

    .kib-about-v3-desc {
        margin: 0 auto;
    }
}

/* ============================= */
/*      DEPARTMENTS SECTION      */
/* ============================= */

.kib-dept-section {
    background: #ffffff;
    padding: 60px 0 60px;
}

.kib-dept-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.kib-dept-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 200;
    color: #0092dd;
    margin-bottom: 20px;
}

.kib-dept-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #191b1cc4;
}

/* GRID */
.kib-dept-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

/* CARDS */
.kib-dept-card {
    background: #f9fdfa;
    padding: 38px 30px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.kib-dept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

/* ICON */
.kib-dept-icon {
    width: 68px;
    height: 68px;
    background: #d1fae5;
    color: #da251d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 30px;
    margin-bottom: 22px;
}

/* CARD CONTENT */
.kib-dept-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0092dd;
    margin-bottom: 14px;
}

.kib-dept-card p {
    color: #191b1cc4;
    line-height: 1.65;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* CTA */
.kib-dept-link {
    font-weight: 600;
    color: #0092dd;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s ease;
}

.kib-dept-link:hover {
    color: #da251d;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-dept-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .kib-dept-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================= */
/*        SERVICES SECTION       */
/* ============================= */

.kib-services-section {
    background: #f7fdfb;
    padding: 60px 0 60px;
}

.kib-services-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 70px;
}

.kib-services-title {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 200;
    color: #0092dd;
    margin-bottom: 20px;
}

.kib-services-text {
    font-size: 1.15rem;
    color: #191b1cc4;
    line-height: 1.7;
}

/* GRID */
.kib-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

/* CARD */
.kib-service-card {
    background: #ffffff;
    padding: 38px 30px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
    transition: 0.3s ease;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.03);
}

.kib-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.08);
}

/* ICON */
.kib-service-icon {
    width: 60px;
    height: 60px;
    background: #d1fae5;
    color: #da251d;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

/* TEXT */
.kib-service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0092dd;
    margin-bottom: 12px;
}

.kib-service-card p {
    font-size: 1rem;
    line-height: 1.65;
    color: #191b1cc4;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kib-services-grid {
        grid-template-columns: 1fr;
    }
}

/* ====================================================== */
/*                ACHIEVEMENTS SECTION V4                */
/* ====================================================== */

.kib-achievements-v4 {
    padding: 110px 0;
    background: #f8f9fb;
}

.kib-ach-v4-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

/* --------------------------- */
/* LEFT SIDE */
/* --------------------------- */

.kib-ach-v4-left {
    flex: 1;
    max-width: 480px;
}

.kib-ach-v4-subtitle {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0092dd;
}

.kib-ach-v4-title {
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1.2;
    margin: 18px 0 20px;
    color: #0092dd;
}

.kib-ach-v4-desc {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #191b1cc4;
}

/* --------------------------- */
/* FLOATING STAT CARDS */
/* --------------------------- */

.kib-ach-v4-cards {
    position: relative;
    flex: 1;
    min-height: 500px;
}

/* GENERAL CARD STYLE */
.kib-ach-v4-card {
    background: #ffffff;
    width: 260px;
    padding: 40px 30px;
    border-radius: 22px;
    text-align: center;
    position: absolute;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09),
        0 0 25px rgba(0, 146, 221, 0.08); /* Soft glowing blue shadow */
}

.kib-ach-v4-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15),
        0 0 35px rgba(0, 146, 221, 0.12);
}

/* CARD POSITIONS — PREMIUM FLOATING LOOK */
.card-a {
    top: 20px;
    left: 50px;
}

.card-b {
    top: 170px;
    right: 40px;
}

.card-c {
    top: 330px;
    left: 20%;
}

/* TEXT INSIDE CARDS */
.kib-ach-v4-number {
    font-size: 2.4rem;
    color: #da251d;
    font-weight: 800;
    margin-bottom: 10px;
}

.kib-ach-v4-label {
    font-size: 1.05rem;
    color: #0092dd;
    font-weight: 600;
}

/* ------------------------------------------------ */
/* RESPONSIVE */
/* ------------------------------------------------ */

@media (max-width: 992px) {
    .kib-ach-v4-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .kib-ach-v4-cards {
        min-height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .kib-ach-v4-card {
        position: relative;
        width: 85%;
        max-width: 350px;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
    }
}

@media (max-width: 576px) {
    .kib-ach-v4-card {
        width: 100%;
        padding: 32px 22px;
    }
}

/* ============================= */
/*     LEARNING RESOURCES        */
/* ============================= */

.kib-resources-section {
    background: #f8faf9;
    padding: 60px 0 60px;
}

.kib-res-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.kib-res-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 200;
    color: #0092dd;
    margin-bottom: 20px;
}

.kib-res-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #064e3bbd;
}

/* GRID */
.kib-res-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* CARD */
.kib-res-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
    transition: 0.35s ease;
}

.kib-res-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.kib-res-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.kib-res-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 20px 22px 10px;
    color: #0092dd;
}

.kib-res-card p {
    font-size: 1rem;
    color: #191b1cc4;
    line-height: 1.6;
    margin: 0 22px 20px;
}

/* CTA Link */
.kib-res-link {
    display: inline-block;
    margin: 0 22px 25px;
    font-weight: 600;
    color: #0092dd;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-res-link:hover {
    color: #da251d;
    text-decoration: underline;
}

.kib-res-cta {
    text-align: center;
    margin-top: 60px;
}

/* Responsiveness */
@media (max-width: 992px) {
    .kib-res-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kib-res-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================= */
/*       PARTNERS SECTION        */
/* ============================= */

.kib-partners-section {
    background: #ffffff;
    padding: 60px 0 60px;
}

.kib-partners-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.kib-partners-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 200;
    color: #0092dd;
    margin-bottom: 20px;
}

.kib-partners-text {
    font-size: 1.15rem;
    color: #064e3bc0;
    line-height: 1.75;
}

/* GRID */
.kib-partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    align-items: center;
}

.kib-partner-card {
    background: #f8faf9;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kib-partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.07);
    border-color: #0092dd;
}

.kib-partner-card img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.kib-partner-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.kib-partners-cta {
    text-align: center;
    margin-top: 60px;
}

/* Responsive */
@media (max-width: 1100px) {
    .kib-partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .kib-partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .kib-partners-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================= */
/*        NEWS & EVENTS          */
/* ============================= */

.kib-news-section {
    background: #ffffff;
    padding: 60px 0 60px;
}

.kib-news-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.kib-news-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0092dd;
    margin-bottom: 20px;
}

.kib-news-text {
    font-size: 1.15rem;
    color: #064e3bcc;
    line-height: 1.7;
}

/* GRID */
.kib-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* CARD */
.kib-news-card {
    background: #f9fdfa;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.04);
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
}

.kib-news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.kib-news-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.kib-news-content {
    padding: 22px 24px 30px;
}

.kib-news-date {
    font-size: 0.9rem;
    color: #da251d;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.kib-news-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #0092dd;
}

.kib-news-card p {
    font-size: 1rem;
    color: #191b1cc4;
    line-height: 1.65;
    margin-bottom: 16px;
}

/* CTA Link */
.kib-news-link {
    font-weight: 600;
    color: #0092dd;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-news-link:hover {
    color: #da251d;
    text-decoration: underline;
}

/* CTA */
.kib-news-cta {
    text-align: center;
    margin-top: 60px;
}

/* Responsive */
@media (max-width: 992px) {
    .kib-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kib-news-grid {
        grid-template-columns: 1fr;
    }
}

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

.kib-cta-section {
    position: relative;
    background: linear-gradient(160deg, #0092dd 80%, #da251d 20%);
    padding: 120px 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

/* Soft overlay */
.kib-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.kib-cta-inner {
    position: relative;
    z-index: 3;
    max-width: 850px;
    margin: 0 auto;
}

.kib-cta-title {
    font-size: 2.8rem;
    line-height: 2.6rem;
    font-weight: 200;
    margin-bottom: 25px;
    color: #f0fdf4;
}

.kib-cta-text {
    font-size: 1.2rem;
    line-height: 1.75;
    opacity: 0.95;
    color: #e6fdf3;
    margin-bottom: 40px;
}

/* Buttons */
.kib-btn {
    display: inline-block;
    padding: 14px 34px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    margin: 8px;
    transition: 0.3s ease;
}

.kib-btn-light {
    background: #ffffff;
    color: #0092dd;
    box-shadow: 0 12px 25px rgba(255, 255, 255, 0.15);
}

.kib-btn-light:hover {
    background: #e6fdf3;
}

.kib-btn-outline-light {
    border: 2px solid #e6fdf3;
    color: #ffffff;
}

.kib-btn-outline-light:hover {
    background: #ffffff;
    color: #0092dd;
}

/* Responsive */
@media (max-width: 768px) {
    .kib-cta-title {
        font-size: 2.2rem;
    }

    .kib-cta-text {
        font-size: 1.1rem;
    }

    .kib-btn {
        width: 100%;
        max-width: 260px;
    }
}

/* ============================= */
/*           FOOTER              */
/* ============================= */

.kib-footer {
    background: #030607;
    color: #e5f9f0;
    font-size: 0.98rem;
}

/* Top area */
.kib-footer-top {
    padding: 70px 0 50px;
}

.kib-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.4fr 1.6fr;
    gap: 40px;
}

/* Column titles */
.kib-footer-col h4,
.kib-footer-col h5 {
    font-weight: 700;
    margin-bottom: 18px;
    color: #ecfdf5;
}

.kib-footer-col p {
    line-height: 1.7;
    opacity: 0.9;
}

/* Lists */
.kib-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kib-footer-col ul li {
    margin-bottom: 8px;
}

.kib-footer-col ul li a {
    color: #0092dd;
    text-decoration: none;
    transition: 0.25s ease;
}

.kib-footer-col ul li a:hover {
    color: #da251d;
    text-decoration: underline;
}

/* Contact list */
.kib-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d1fae5;
}

.kib-footer-contact i {
    margin-top: 2px;
    color: #da251d;
}

/* Social icons */
.kib-footer-social {
    margin: 15px 0 12px;
    display: flex;
    gap: 12px;
}

.kib-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #da251d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0092dd;
    text-decoration: none;
    transition: 0.25s ease;
}

.kib-footer-social a:hover {
    background: #da251d;
    color: #0092dd;
}

/* Accessibility link */
.kib-footer-access-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s ease;
    font-size: 0.95rem;
}

.kib-footer-access-link i {
    color: #da251d;
}

.kib-footer-access-link:hover {
    color: #ecfdf5;
}

/* Bottom bar */
.kib-footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding: 18px 0;
    background: #0092dd;
}

.kib-footer-bottom p {
    color: #cbd5f5;
    font-size: 0.9rem;
}

.kib-footer-bottom-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 0 4px;
}

.kib-footer-bottom-links a:hover {
    text-decoration: underline;
}

.kib-footer-bottom-links .sep {
    color: #000000;
}

/* Responsive */
@media (max-width: 992px) {
    .kib-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .kib-footer-grid {
        grid-template-columns: 1fr;
    }
    .kib-footer-bottom {
        text-align: center;
    }
}

/* Collapsible footer sections (mobile only behaviour) */

/* Base styles for toggle button */
.kib-footer-toggle {
    display: none; /* Hidden on desktop by default, shown in mobile media query */
    width: 100%;
    border: 0;
    background: transparent;
    color: #ecfdf5;
    font-size: 1rem;
    font-weight: 600;
    /* padding: 30px 0 30px; */
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.kib-footer-toggle i {
    font-size: 0.9rem;
    transition: transform 0.25s ease;
}

.kib-footer-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Panel content */
.kib-footer-panel {
    /* Desktop: visible by default, overridden in mobile */
}

/* ===== Mobile behaviour ===== */
@media (max-width: 768px) {
    .kib-footer-grid {
        grid-template-columns: 1fr;
    }

    /* Show toggle button only on collapsible columns */
    .kib-footer-col-collapsible .kib-footer-toggle {
        display: flex;
        border-bottom: 1px solid rgba(148, 163, 184, 0.4);
        margin-bottom: 4px;
    }

    /* Hide text headings since the button contains the label */
    .kib-footer-col-collapsible h5 {
        display: none;
    }

    /* Panel: collapsed by default */
    .kib-footer-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease, padding-top 0.25s ease;
        padding-top: 0;
    }

    /* Expanded state */
    .kib-footer-panel.is-open {
        max-height: 500px; /* Big enough for content */
        padding-top: 10px;
    }
}

/* ===== Desktop behaviour ===== */
@media (min-width: 769px) {
    .kib-footer-col-collapsible .kib-footer-toggle {
        display: none; /* We keep the original h5 heading visible on desktop */
    }

    .kib-footer-panel {
        max-height: none;
        overflow: visible;
        padding-top: 0;
    }
}

/* ========================================================= */
/*           WHO WE ARE – LUXE EDITION (v4.0)               */
/* ========================================================= */

.kib-who-luxe {
    position: relative;
    padding: 100px 0;
    background: #fdfdfd;
    overflow: hidden;
}

/* Background decoration */
.kib-who-luxe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: radial-gradient(
        circle at 50% -20%,
        rgba(0, 146, 221, 0.08),
        transparent 70%
    );
    pointer-events: none;
}

.kib-who-luxe-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.kib-who-luxe-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #da251d; /* Red accent */
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
    background: rgba(218, 37, 29, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
}

.kib-who-luxe-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 300; /* Elegant thin */
    color: #06121d;
    margin-bottom: 24px;
}

.kib-who-luxe-title span {
    font-weight: 700;
    color: #0092dd; /* Blue accent */
}

.kib-who-luxe-desc {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #55606d;
    max-width: 700px;
    margin: 0 auto;
}

/* GRID */
.kib-who-luxe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* CARD */
.kib-who-luxe-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kib-who-luxe-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 146, 221, 0.12);
    border-color: rgba(0, 146, 221, 0.2);
}

/* Card decorative line */
.kib-who-luxe-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0092dd, #da251d);
    opacity: 0;
    transition: 0.4s ease;
}

.kib-who-luxe-card:hover::after {
    opacity: 1;
}

/* ICON WRAPPER */
.kib-who-luxe-icon {
    width: 70px;
    height: 70px;
    background: #f0f9ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    transition: 0.4s ease;
}

.kib-who-luxe-card:hover .kib-who-luxe-icon {
    background: #0092dd;
    transform: rotate(-5deg) scale(1.1);
}

.kib-who-luxe-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transition: 0.4s ease;
}

.kib-who-luxe-card:hover .kib-who-luxe-icon img {
    filter: brightness(0) invert(1); /* White */
}

/* TEXT */
.kib-who-luxe-card h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 14px;
}

.kib-who-luxe-card p {
    font-size: 1rem;
    line-height: 1.65;
    color: #6b7a89;
    flex-grow: 1;
}

/* CTA */
.kib-who-luxe-cta {
    margin-top: 60px;
    text-align: center;
}

.kib-btn-luxe {
    padding: 16px 40px;
    background: #06121d;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(6, 18, 29, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.kib-btn-luxe:hover {
    background: #0092dd;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 146, 221, 0.4);
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-who-luxe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kib-who-luxe-grid {
        grid-template-columns: 1fr;
    }
    .kib-who-luxe-title {
        font-size: 2.2rem;
    }
}

/* ========================================================= */
/*          DEPARTMENTS – LUXE DARK EDITION (v4.0)          */
/* ========================================================= */

.kib-dept-luxe {
    padding: 100px 0;
    background: #06121d; /* Deep Navy */
    color: #fff;
    position: relative;
}

/* Subtle pattern overlay */
.kib-dept-luxe::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#0092dd 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03;
    pointer-events: none;
}

.kib-dept-luxe-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.kib-dept-luxe-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0092dd;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
}

.kib-dept-luxe-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin-bottom: 24px;
}

.kib-dept-luxe-title span {
    font-weight: 700;
    color: #0092dd;
}

.kib-dept-luxe-desc {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
}

/* GRID */
.kib-dept-luxe-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* CARD */
.kib-dept-luxe-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.kib-dept-luxe-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 146, 221, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Glow effect on hover */
.kib-dept-luxe-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(
        circle,
        rgba(0, 146, 221, 0.15) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: 0.4s ease;
    pointer-events: none;
}

.kib-dept-luxe-card:hover::before {
    opacity: 1;
}

/* ICON/NUMBER */
.kib-dept-luxe-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 146, 221, 0.1);
    color: #0092dd;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 24px;
    transition: 0.4s ease;
}

.kib-dept-luxe-card:hover .kib-dept-luxe-icon {
    background: #0092dd;
    color: #fff;
    transform: scale(1.1) rotate(3deg);
}

/* TEXT */
.kib-dept-luxe-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.kib-dept-luxe-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* LINK */
.kib-dept-luxe-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0092dd;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-dept-luxe-link i {
    transition: 0.3s ease;
}

.kib-dept-luxe-link:hover {
    color: #38bdf8;
}

.kib-dept-luxe-link:hover i {
    transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-dept-luxe-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .kib-dept-luxe-title {
        font-size: 2.2rem;
    }
    .kib-dept-luxe-card {
        padding: 30px;
    }
}

/* ========================================================= */
/*            SERVICES – LUXE EDITION v2.0 (Platinum)       */
/* ========================================================= */

.kib-services-luxe-v2 {
    padding: 120px 0;
    background: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.kib-services-luxe-v2::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(0, 146, 221, 0.04) 0%,
        transparent 70%
    );
    pointer-events: none;
}

.kib-services-luxe-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
}

.kib-services-luxe-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #da251d;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

.kib-services-luxe-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #da251d;
}

.kib-services-luxe-title {
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 200;
    color: #06121d;
    margin-bottom: 24px;
    font-family: "Outfit", sans-serif; /* Assuming font availability, else falls back */
}

.kib-services-luxe-title span {
    font-weight: 700;
    background: linear-gradient(135deg, #0092dd 0%, #005f88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kib-services-luxe-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #55606d;
    margin: 0 auto;
}

/* GRID */
.kib-services-luxe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

/* CARD v2 */
.kib-service-card-v2 {
    background: #fff;
    padding: 45px 35px;
    border-radius: 4px; /* Sharper corners for premium feel */
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

/* Hover State */
.kib-service-card-v2:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 146, 221, 0.12);
    border-color: transparent;
}

/* Accent Line */
.kib-service-card-v2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #0092dd;
    transition: 0.5s ease;
}

.kib-service-card-v2:hover::after {
    width: 100%;
}

/* ICON */
.kib-service-icon-v2 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0092dd;
    background: rgba(0, 146, 221, 0.04);
    border-radius: 50%;
    margin-bottom: 30px;
    transition: 0.5s ease;
    position: relative;
    z-index: 1;
}

.kib-service-card-v2:hover .kib-service-icon-v2 {
    background: #0092dd;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 146, 221, 0.3);
}

/* TEXT */
.kib-service-card-v2 h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.kib-service-card-v2 p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* LINK */
.kib-service-link-v2 {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #06121d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.kib-service-link-v2 span {
    width: 30px;
    height: 30px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.kib-service-link-v2:hover {
    color: #0092dd;
}

.kib-service-link-v2:hover span {
    background: #0092dd;
    color: #fff;
    transform: translateX(5px);
}

/* VIEW ALL CTA */
.kib-services-cta-wrapper {
    text-align: center;
    margin-top: 20px;
}

.kib-btn-view-all {
    display: inline-block;
    padding: 18px 50px;
    background: transparent;
    color: #06121d;
    border: 2px solid #06121d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kib-btn-view-all::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #06121d;
    transition: 0.4s ease;
    z-index: -1;
}

.kib-btn-view-all:hover {
    color: #fff;
}

.kib-btn-view-all:hover::before {
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-services-luxe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kib-services-luxe-grid {
        grid-template-columns: 1fr;
    }
    .kib-services-luxe-title {
        font-size: 2.4rem;
    }
}

/* ========================================================= */
/*          ACHIEVEMENTS – LUXE EDITION (Dark)              */
/* ========================================================= */

.kib-ach-luxe-section {
    background: #0b1623; /* Deep Navy */
    padding: 100px 0;
    position: relative;
    color: #fff;
    overflow: hidden;
}

/* Background Pattern */
.kib-ach-luxe-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
            circle at 20% 50%,
            rgba(0, 146, 221, 0.08) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 20%,
            rgba(218, 37, 29, 0.05) 0%,
            transparent 40%
        );
    pointer-events: none;
}

.kib-ach-luxe-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.kib-ach-luxe-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0092dd;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
}

.kib-ach-luxe-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.kib-ach-luxe-title span {
    font-weight: 700;
    color: #fff;
}

.kib-ach-luxe-desc {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* STATS GRID */
.kib-ach-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.kib-ach-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

.kib-ach-stat-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-5px);
    border-color: rgba(0, 146, 221, 0.3);
}

.kib-ach-stat-icon {
    font-size: 2.5rem;
    color: #0092dd;
    margin-bottom: 20px;
    opacity: 0.8;
}

.kib-ach-stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
    font-family: "Outfit", sans-serif;
}

.kib-ach-stat-label {
    font-size: 1rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* STORIES GRID */
.kib-ach-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.kib-ach-story-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.kib-ach-story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.kib-ach-story-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.kib-ach-story-card:hover .kib-ach-story-img {
    transform: scale(1.05);
}

.kib-ach-story-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.kib-ach-story-date {
    font-size: 0.8rem;
    color: #0092dd;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.kib-ach-story-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
    line-height: 1.4;
}

.kib-ach-story-link {
    margin-top: auto;
    font-size: 0.9rem;
    font-weight: 700;
    color: #06121d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s ease;
}

.kib-ach-story-link:hover {
    color: #0092dd;
    gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-ach-stats-grid,
    .kib-ach-stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kib-ach-stats-grid,
    .kib-ach-stories-grid {
        grid-template-columns: 1fr;
    }
    .kib-ach-luxe-title {
        font-size: 2.2rem;
    }
}

/* ========================================================= */
/*            PARTNERS – LUXE EDITION (Infinite Slide)      */
/* ========================================================= */

.kib-partners-luxe {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
}

.kib-partners-luxe-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.kib-partners-luxe-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.kib-partners-luxe-title {
    font-size: 2rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 10px;
}

/* SLIDER CONTAINER */
.kib-partners-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    /* Add gradient masks for smooth fade in/out on edges */
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

/* TRACK */
.kib-partners-track {
    display: flex;
    width: max-content; /* Ensure track is wide enough for all items */
    animation: scrollPartners 40s linear infinite;
}

.kib-partners-track:hover {
    animation-play-state: paused; /* Pause on hover for better UX */
}

/* ITEM */
.kib-partner-item {
    width: 200px; /* Fixed width for consistency */
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.4s ease;
}

.kib-partner-item:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.kib-partner-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

/* ANIMATION */
@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(
            -50%
        ); /* Move by half the width (since we duplicate the list) */
    }
}

/* CTA */
.kib-partners-cta {
    text-align: center;
    margin-top: 50px;
}

.kib-btn-partners {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0092dd;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

.kib-btn-partners:hover {
    border-bottom-color: #0092dd;
}

/* ========================================================= */
/*        LEARNING RESOURCES – LUXE EDITION (Bento)         */
/* ========================================================= */

.kib-res-luxe-section {
    padding: 110px 0;
    background: #f9fafb;
    position: relative;
}

.kib-res-luxe-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.kib-res-luxe-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #da251d;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
}

.kib-res-luxe-title {
    font-size: 2.8rem;
    font-weight: 300;
    color: #06121d;
    margin-bottom: 20px;
}

.kib-res-luxe-title span {
    font-weight: 700;
    color: #0092dd;
}

.kib-res-luxe-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #64748b;
}

/* BENTO GRID */
.kib-res-luxe-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    height: 600px; /* Fixed height for the bento layout */
}

/* Main Card (Left) */
.kib-res-card-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Sub Grid (Right) */
.kib-res-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    height: 100%;
}

/* Sub Cards */
.kib-res-card-sub {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

/* Span full width for the last item in sub grid if needed, or keep 2x2 */
/* Let's make the 3rd item span 2 columns to make it interesting */
.kib-res-card-sub.wide {
    grid-column: span 2;
}

/* ========================================================= */
/*          NEWS & EVENTS – LUXE EDITION (Minimal)          */
/* ========================================================= */

.kib-news-luxe-section {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.kib-news-luxe-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.kib-news-luxe-subtitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0092dd;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
}

.kib-news-luxe-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #06121d;
    margin-bottom: 20px;
}

.kib-news-luxe-title span {
    font-weight: 700;
    color: #06121d;
    border-bottom: 3px solid #da251d;
}

.kib-news-luxe-desc {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
}

/* GRID */
.kib-news-luxe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.kib-news-luxe-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: 0.4s ease;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
}

.kib-news-luxe-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 146, 221, 0.2);
}

.kib-news-img-wrapper {
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.kib-news-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.kib-news-luxe-card:hover .kib-news-img-wrapper img {
    transform: scale(1.1);
}

.kib-news-date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #06121d;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.kib-news-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.kib-news-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0092dd;
    font-weight: 600;
    margin-bottom: 12px;
}

.kib-news-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.kib-news-luxe-card:hover .kib-news-title {
    color: #0092dd;
}

.kib-news-excerpt {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.kib-news-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: #06121d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.kib-news-link i {
    transition: transform 0.3s ease;
}

.kib-news-link:hover {
    color: #0092dd;
    gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-news-luxe-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kib-news-luxe-grid {
        grid-template-columns: 1fr;
    }
    .kib-news-luxe-title {
        font-size: 2rem;
    }
}

/* Common Card Styles */
.kib-res-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.kib-res-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(6, 18, 29, 0.9) 0%,
        rgba(6, 18, 29, 0.4) 50%,
        transparent 100%
    );
    transition: background 0.5s ease;
}

.kib-res-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.5s ease;
}

/* Hover Effects */
.kib-res-card-main:hover .kib-res-card-bg,
.kib-res-card-sub:hover .kib-res-card-bg {
    transform: scale(1.1);
}

.kib-res-card-main:hover .kib-res-card-overlay,
.kib-res-card-sub:hover .kib-res-card-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 146, 221, 0.9) 0%,
        rgba(6, 18, 29, 0.5) 60%,
        transparent 100%
    );
}

/* Typography */
.kib-res-card-cat {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
    display: block;
}

.kib-res-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.kib-res-card-main .kib-res-card-title {
    font-size: 2.2rem;
}

.kib-res-card-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    height: 0; /* Hide initially */
    overflow: hidden;
}

/* Reveal on Hover */
.kib-res-card-main:hover .kib-res-card-desc,
.kib-res-card-sub:hover .kib-res-card-desc {
    opacity: 1;
    transform: translateY(0);
    height: auto; /* Allow expansion */
    margin-bottom: 15px;
}

.kib-res-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kib-res-card-link i {
    transition: transform 0.3s ease;
}

.kib-res-card-main:hover .kib-res-card-link i,
.kib-res-card-sub:hover .kib-res-card-link i {
    transform: translateX(5px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-res-luxe-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .kib-res-card-main {
        height: 400px;
    }
    .kib-res-sub-grid {
        height: auto;
        grid-template-rows: auto;
    }
    .kib-res-card-sub {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .kib-res-sub-grid {
        grid-template-columns: 1fr;
    }
    .kib-res-card-sub.wide {
        grid-column: span 1;
    }
}

/* ========================================================= */
/*            FOOTER – LUXE EDITION (Premium Dark)          */
/* ========================================================= */

.kib-footer-luxe {
    background: #06121d; /* Deep Navy */
    color: #fff;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #0092dd;
}

/* Background Pattern */
.kib-footer-luxe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
            circle at 90% 10%,
            rgba(218, 37, 29, 0.05) 0%,
            transparent 40%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(0, 146, 221, 0.05) 0%,
            transparent 40%
        );
    pointer-events: none;
}

.kib-footer-luxe-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 60px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* BRAND COLUMN */
.kib-footer-brand-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
}

.kib-footer-brand-desc {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 30px;
}

.kib-footer-social-luxe {
    display: flex;
    gap: 15px;
}

.kib-footer-social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.kib-footer-social-link:hover {
    background: #0092dd;
    border-color: #0092dd;
    transform: translateY(-3px);
}

/* LINKS COLUMNS */
.kib-footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.kib-footer-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #da251d;
}

.kib-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kib-footer-links li {
    margin-bottom: 15px;
}

.kib-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.kib-footer-links a:hover {
    color: #0092dd;
    transform: translateX(5px);
}

.kib-footer-links a i {
    font-size: 0.8rem;
    opacity: 0;
    transition: 0.3s ease;
}

.kib-footer-links a:hover i {
    opacity: 1;
}

/* CONTACT COLUMN */
.kib-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.kib-footer-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 146, 221, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0092dd;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.kib-footer-contact-text {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.5;
}

.kib-footer-contact-text strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}

/* BOTTOM BAR */
.kib-footer-bottom-luxe {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #64748b;
    position: relative;
    z-index: 2;
}

.kib-footer-bottom-links-luxe a {
    color: #64748b;
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s ease;
}

.kib-footer-bottom-links-luxe a:hover {
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .kib-footer-luxe-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .kib-footer-luxe-grid {
        grid-template-columns: 1fr;
    }
    .kib-footer-bottom-luxe {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .kib-footer-bottom-links-luxe a {
        margin: 0 10px;
    }

    /* Luxe Footer Mobile Collapsible Overrides */
    .kib-footer-luxe .kib-footer-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out,
            margin-top 0.3s ease;
        opacity: 0;
        margin-top: 0;
    }

    .kib-footer-luxe .kib-footer-panel.is-open {
        max-height: 1000px; /* Ensure enough space */
        opacity: 1;
        margin-top: 15px;
        overflow: visible;
    }

    .kib-footer-luxe .kib-footer-toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 8px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .kib-footer-luxe .kib-footer-toggle i {
        transition: transform 0.3s ease;
    }
}

/* ========================================================= */
/*          SERVICES – LUXE EDITION v4.0 (Light Prism)      */
/* ========================================================= */

.kib-services-v4-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    color: #06121d;
}

/* Background Glows */
.kib-services-v4-section::before,
.kib-services-v4-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.03;
    z-index: 0;
}

.kib-services-v4-section::before {
    background: #0092dd;
    top: -200px;
    left: -200px;
}

.kib-services-v4-section::after {
    background: #da251d;
    bottom: -200px;
    right: -200px;
}

.kib-services-v4-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 2;
}

.kib-services-v4-subtitle {
    color: #0092dd;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.kib-services-v4-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 20px;
    line-height: 1.2;
}

.kib-services-v4-title span {
    color: transparent;
    -webkit-text-stroke: 1px #06121d;
    position: relative;
}

.kib-services-v4-title span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #0092dd;
    width: 0%;
    overflow: hidden;
    transition: 1s ease;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
}

.kib-services-v4-section:hover .kib-services-v4-title span::after {
    width: 100%;
}

.kib-services-v4-desc {
    font-size: 1.1rem;
    color: #94a3b8;
    line-height: 1.8;
}

/* GRID */
.kib-services-v4-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* CARD */
.kib-service-v4-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.kib-service-v4-card:hover {
    background: #ffffff;
    transform: translateY(-10px);
    border-color: rgba(0, 146, 221, 0.3);
    box-shadow: 0 25px 60px rgba(0, 146, 221, 0.15);
}

/* Number Background */
.kib-service-v4-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(0, 146, 221, 0.04);
    line-height: 1;
    transition: 0.4s ease;
    font-family: "Outfit", sans-serif;
    pointer-events: none;
}

.kib-service-v4-card:hover .kib-service-v4-number {
    color: rgba(0, 146, 221, 0.08);
    transform: scale(1.2);
}

/* Icon */
.kib-service-v4-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0092dd, #005f88);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 146, 221, 0.3);
    transition: 0.4s ease;
}

.kib-service-v4-card:hover .kib-service-v4-icon {
    transform: rotateY(180deg);
}

/* Content */
.kib-service-v4-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
}

.kib-service-v4-card p {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1rem;
    flex-grow: 1;
}

/* Department Filter Pills */
.kib-dept-filter-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.kib-dept-pill {
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #06121d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.kib-dept-pill:hover {
    border-color: #0092dd;
    background: rgba(0, 146, 221, 0.05);
    transform: translateY(-2px);
}

.kib-dept-pill.active {
    background: linear-gradient(135deg, #0092dd, #005f88);
    border-color: #0092dd;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.25);
}

.pill-count {
    background: rgba(0, 0, 0, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

.kib-dept-pill.active .pill-count {
    background: rgba(255, 255, 255, 0.25);
}

/* Link */
.kib-service-v4-link {
    color: #06121d;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    align-self: flex-start;
}

.kib-service-v4-link:hover {
    background: #0092dd;
    color: #ffffff;
    border-color: #0092dd;
}

/* Responsive */
@media (max-width: 992px) {
    .kib-services-v4-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kib-services-v4-grid {
        grid-template-columns: 1fr;
    }
    .kib-services-v4-title {
        font-size: 2.5rem;
    }
}

/* ========================================================= */
/*          TENDERS PAGE – LUXE EDITION v4.0                */
/* ========================================================= */

/* Hero Section */
.kib-tenders-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0092dd 0%, #005f88 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.kib-tenders-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    filter: blur(80px);
}

.kib-tenders-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.kib-tenders-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.kib-tenders-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.kib-tenders-title span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: relative;
}

.kib-tenders-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Tenders Section */
.kib-tenders-section {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Filter Pills */
.kib-tender-filter-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.kib-tender-pill {
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #06121d;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.kib-tender-pill:hover {
    border-color: #0092dd;
    background: rgba(0, 146, 221, 0.05);
    transform: translateY(-2px);
}

.kib-tender-pill.active {
    background: linear-gradient(135deg, #0092dd, #005f88);
    border-color: #0092dd;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.25);
}

/* Tenders Grid */
.kib-tenders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Tender Card */
.kib-tender-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.kib-tender-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 146, 221, 0.15);
    border-color: rgba(0, 146, 221, 0.3);
}

/* Status Badge */
.kib-tender-status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kib-tender-status-published {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
}

.kib-tender-status-closed {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}

.kib-tender-status-cancelled {
    background: rgba(251, 146, 60, 0.1);
    color: #ea580c;
}

/* Tender Number */
.kib-tender-number {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Courier New", monospace;
}

/* Title */
.kib-tender-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 60px;
}

/* Meta Info */
.kib-tender-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.kib-tender-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #64748b;
}

.kib-tender-meta-item i {
    color: #0092dd;
    width: 16px;
}

/* Dates */
.kib-tender-dates {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.kib-tender-date-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
}

.kib-tender-date-item i {
    color: #0092dd;
    margin-top: 4px;
}

.kib-tender-date-item small {
    display: block;
    color: #94a3b8;
    font-size: 0.75rem;
    margin-bottom: 2px;
}

.kib-tender-date-item strong {
    display: block;
    color: #06121d;
    font-size: 0.9rem;
}

/* Actions */
.kib-tender-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.kib-tender-btn-view {
    flex: 1;
    background: linear-gradient(135deg, #0092dd, #005f88);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.kib-tender-btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.3);
}

.kib-tender-btn-link {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0092dd;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-tender-btn-link:hover {
    background: #0092dd;
    color: #fff;
    border-color: #0092dd;
}

/* Modal Styles */
.kib-tender-modal .modal-header {
    background: linear-gradient(135deg, #0092dd, #005f88);
    color: #fff;
    border-bottom: none;
    padding: 20px 30px;
}

.kib-tender-modal .modal-title {
    font-weight: 700;
    font-size: 1.3rem;
}

.kib-tender-modal .btn-close {
    filter: brightness(0) invert(1);
}

.kib-tender-details-content {
    padding: 30px;
}

.kib-tender-details-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.kib-tender-details-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
}

.kib-tender-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.9rem;
    color: #64748b;
}

.kib-tender-details-body {
    margin-bottom: 30px;
}

.kib-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 146, 221, 0.03);
    border-radius: 10px;
    border-left: 3px solid #0092dd;
}

.kib-detail-item i {
    color: #0092dd;
    font-size: 1.2rem;
    margin-top: 2px;
}

.kib-detail-item small {
    display: block;
    color: #94a3b8;
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.kib-detail-item strong {
    display: block;
    color: #06121d;
    font-size: 1rem;
}

.kib-tender-attachments,
.kib-tender-addenda {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
}

.kib-tender-attachments h5,
.kib-tender-addenda h5 {
    font-weight: 700;
    color: #06121d;
    margin-bottom: 20px;
}

.kib-attachment-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-decoration: none;
    color: #06121d;
    transition: 0.3s ease;
}

.kib-attachment-link:hover {
    background: rgba(0, 146, 221, 0.05);
    border-color: #0092dd;
    transform: translateX(5px);
}

.kib-attachment-link i {
    font-size: 1.5rem;
    color: #dc2626;
}

.kib-attachment-link strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.kib-attachment-link small {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
}

.kib-addendum-item {
    padding: 15px;
    background: rgba(251, 146, 60, 0.05);
    border-left: 3px solid #ea580c;
    border-radius: 8px;
    margin-bottom: 15px;
}

.kib-addendum-item strong {
    display: block;
    color: #06121d;
    font-size: 1rem;
    margin-bottom: 5px;
}

.kib-addendum-item p {
    margin: 10px 0 0;
    color: #64748b;
    line-height: 1.6;
}

/* Empty State Alert */
.kib-empty-tenders-alert {
    grid-column: 1 / -1;
    background: linear-gradient(
        135deg,
        rgba(0, 146, 221, 0.05),
        rgba(0, 95, 136, 0.05)
    );
    border: 2px dashed rgba(0, 146, 221, 0.3);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    margin: 40px 0;
}

.kib-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #0092dd, #005f88);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 146, 221, 0.2);
}

.kib-empty-icon i {
    font-size: 3rem;
    color: #fff;
}

.kib-empty-tenders-alert h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
}

.kib-empty-tenders-alert p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.kib-empty-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.kib-empty-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.kib-empty-feature i {
    color: #0092dd;
    font-size: 1.2rem;
}

.kib-empty-feature span {
    color: #06121d;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .kib-tenders-title {
        font-size: 2.5rem;
    }

    .kib-tenders-grid {
        grid-template-columns: 1fr;
    }

    .kib-tender-dates {
        flex-direction: column;
        gap: 15px;
    }
}

/* ========================================================= */
/*          CAREERS PAGE – LUXE EDITION v4.0                */
/* ========================================================= */

/* Hero Section */
.kib-careers-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0092dd 0%, #005f88 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.kib-careers-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    filter: blur(80px);
}

.kib-careers-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.kib-careers-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.kib-careers-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.kib-careers-title span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: relative;
}

.kib-careers-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
}

/* Careers Section */
.kib-careers-section {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Search Box */
.kib-careers-search-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.kib-filter-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #06121d;
    margin-bottom: 10px;
}

.kib-filter-label i {
    color: #0092dd;
    margin-right: 6px;
}

.kib-search-input-wrapper {
    position: relative;
}

.kib-search-input-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.kib-search-input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.kib-search-input:focus {
    outline: none;
    border-color: #0092dd;
    box-shadow: 0 0 0 4px rgba(0, 146, 221, 0.1);
}

.kib-filter-select {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
}

.kib-filter-select:focus {
    outline: none;
    border-color: #0092dd;
    box-shadow: 0 0 0 4px rgba(0, 146, 221, 0.1);
}

.kib-search-btn {
    flex: 1;
    background: linear-gradient(135deg, #0092dd, #005f88);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.kib-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.3);
}

.kib-reset-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-reset-btn:hover {
    background: #0092dd;
    color: #fff;
    border-color: #0092dd;
}

/* Active Filters */
.kib-active-filters {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.kib-filter-label-text {
    font-weight: 600;
    font-size: 0.9rem;
    color: #64748b;
}

.kib-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(0, 146, 221, 0.1);
    border: 1px solid rgba(0, 146, 221, 0.3);
    border-radius: 20px;
    font-size: 0.85rem;
    color: #0092dd;
    font-weight: 600;
}

.kib-filter-tag i {
    font-size: 0.75rem;
}

.kib-filter-remove {
    margin-left: 6px;
    color: #0092dd;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    transition: 0.2s ease;
}

.kib-filter-remove:hover {
    color: #da251d;
    transform: scale(1.2);
}

/* Results Summary */
.kib-careers-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: rgba(0, 146, 221, 0.05);
    border-left: 4px solid #0092dd;
    border-radius: 10px;
}

.kib-careers-summary i {
    color: #0092dd;
    font-size: 1.2rem;
}

.kib-careers-summary span {
    color: #06121d;
    font-weight: 600;
    font-size: 1rem;
}

/* Careers Grid */
.kib-careers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
}

/* Career Card */
.kib-career-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.kib-career-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 146, 221, 0.15);
    border-color: rgba(0, 146, 221, 0.3);
}

/* Featured Card */
.kib-career-featured {
    background: linear-gradient(
        135deg,
        rgba(255, 215, 0, 0.05),
        rgba(255, 193, 7, 0.05)
    );
    border-color: rgba(255, 193, 7, 0.3);
}

.kib-career-featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 193, 7, 0.15);
    color: #f59e0b;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Career Title */
.kib-career-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.kib-career-title a {
    color: #06121d;
    text-decoration: none;
    transition: 0.3s ease;
}

.kib-career-title a:hover {
    color: #0092dd;
}

/* Meta Info */
.kib-career-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.kib-career-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #64748b;
}

.kib-career-meta-item i {
    color: #0092dd;
    width: 14px;
}

/* Excerpt */
.kib-career-excerpt {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 25px;
    flex: 1;
}

/* Footer */
.kib-career-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
}

.kib-career-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.kib-career-date i {
    color: #0092dd;
}

.kib-career-actions {
    display: flex;
    gap: 10px;
}

.kib-career-btn-view {
    padding: 10px 18px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    color: #06121d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kib-career-btn-view:hover {
    background: rgba(0, 146, 221, 0.05);
    border-color: #0092dd;
    color: #0092dd;
}

.kib-career-btn-apply {
    padding: 10px 18px;
    background: linear-gradient(135deg, #0092dd, #005f88);
    border: 2px solid #0092dd;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kib-career-btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.3);
}

/* Empty State Alert */
.kib-empty-careers-alert {
    grid-column: 1 / -1;
    background: linear-gradient(
        135deg,
        rgba(0, 146, 221, 0.05),
        rgba(0, 95, 136, 0.05)
    );
    border: 2px dashed rgba(0, 146, 221, 0.3);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    margin: 40px 0;
}

.kib-empty-careers-alert .kib-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #0092dd, #005f88);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 146, 221, 0.2);
}

.kib-empty-careers-alert .kib-empty-icon i {
    font-size: 3rem;
    color: #fff;
}

.kib-empty-careers-alert h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #06121d;
    margin-bottom: 15px;
}

.kib-empty-careers-alert p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.kib-empty-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #0092dd, #005f88);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.kib-empty-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 146, 221, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .kib-careers-title {
        font-size: 2.5rem;
    }

    .kib-careers-grid {
        grid-template-columns: 1fr;
    }

    .kib-careers-search-box {
        padding: 20px;
    }

    .kib-career-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .kib-career-actions {
        width: 100%;
    }

    .kib-career-btn-view,
    .kib-career-btn-apply {
        flex: 1;
        justify-content: center;
    }

    .kib-filter-label {
        font-size: 0.85rem;
    }

    .kib-active-filters {
        margin-top: 20px;
        padding-top: 15px;
    }

    .kib-search-btn {
        width: 100%;
    }
}
