:root {
    --primary: #b70f0c;
    --secondary: #f7a82f;
    --bg-light: #fff8f2;
    --text-dark: #111827;
    --gray: #6b7280;
    --bs-heading-color: #111827 !important;
    --bs-body-color: #4f5877 !important;
    --bs-body-color-rgb: 79, 88, 119 !important;
    --bs-font-sans-serif: "Poppins", sans-serif !important;
    --bs-body-font-family: "Poppins", sans-serif !important;
    --bs-body-font-size: 16px !important;
    --bs-body-font-weight: 400 !important;
    --bs-body-line-height: 1.7 !important;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility;
    line-height: 1.7 !important;
    color: #4f5877 !important;
    background: #fff;
}

h1,
.h1 {
    font-family: "Poppins", sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
}

h2,
.h2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
}

h3,
.h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

h4,
.h4 {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

h5,
.h5 {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

h6,
.h6 {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.btn,
.navbar-brand {
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility;
    line-height: 1.7 !important;
    color: #4f5877 !important;
}

section p {
    font-family: "Poppins", sans-serif !important;
    color: #4f5877 !important;
    line-height: 1.7 !important;
}

a {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

.premium-header {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.header-topbar {
    background: #f7a82f;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    padding: 11px 0;
}

.topbar-contact {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    color: #fff;
    gap: 6px;
}

.contact-icon {
    font-size: 17px;
    line-height: 1;
}

.topbar-social {
    display: flex;
    gap: 10px;
}

.topbar-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #1f3f7f;
}

.topbar-social a svg {
    width: 15px;
    height: 15px;
    display: block;
    flex-shrink: 0;
}

.topbar-social a:nth-child(2) { background: #1da1f2; }
.topbar-social a:nth-child(3) { background: #111827; }
.topbar-social a:nth-child(4) { background: #0a66c2; }
.topbar-social a:nth-child(5) { background: #c81e1e; }

.header-mainnav {
    background: #f3f3f3;
    border-bottom: 1px solid #ececec;
    padding-top: 0;
    padding-bottom: 0;
}

.header-punchline {
    background: #fff;
    padding: 14px 16px 18px;
    text-align: center;
}

.header-punchline-text {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(1.25rem, 2.8vw, 2rem) !important;
    font-weight: 700;
    color: var(--primary) !important;
    letter-spacing: 0.02em;
    line-height: 1.7 !important;
}

/* Offset for fixed header: topbar + nav + punchline (tune when .logo-mark size changes) */
.header-spacer {
    height: 178px;
    min-height: auto;
}

.header-logo {
    margin-right: 22px;
}

.logo-mark {
    width: 90px;
    height: 90px;
    border-radius: 0;
    border: 0;
    outline: none;
    background: transparent;
    display: block;
    object-fit: contain;
    padding: 0;
}

.header-menu {
    gap: 16px;
}

.header-menu .nav-link {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #1f2937;
}

.about-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.15);
    min-width: 220px;
    padding: 0;
}

.about-menu .dropdown-item,
.about-submenu .dropdown-item {
    padding: 11px 16px;
    font-size: 16px;
    color: #1f2937;
    white-space: normal;
}

.about-menu .dropdown-item:hover,
.about-submenu .dropdown-item:hover {
    background: #b70f0c;
    color: #fff;
}

.about-submenu-toggle::after {
    float: right;
    margin-top: 8px;
}

.about-submenu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.15);
    min-width: 250px;
    padding: 0;
}

@media (min-width: 992px) {
    .header-menu .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .header-menu .dropend {
        position: relative;
    }

    .header-menu .dropend > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
    }

    .header-menu .dropend:hover > .dropdown-menu,
    .header-menu .dropend:focus-within > .dropdown-menu {
        display: block;
    }
}

.header-eoi-btn {
    border-radius: 999px;
    background: #b70f0c;
    color: #fff;
    border: 1px solid #a30d0b;
    padding: 8px 18px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(183, 15, 12, 0.35);
}

.header-eoi-btn:hover {
    background: #b70f0c;
    color: #fff;
}

.home-step-banner {
    width: 100%;
    line-height: 0;
    background: #111;
}

.home-step-banner img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    padding-top: 0px;
}

.our-programs-section {
    background: #efefef;
}

.our-programs-section .section-title {
    color: var(--bs-heading-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
}

.our-program-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.our-program-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.our-program-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

.our-program-card-logo {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.95)) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.our-program-card-body {
    text-align: center;
    padding: 10px 6px 2px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Spacing + color; font matches global h5 / Poppins */
.our-program-card-body h5 {
    margin: 8px 0 10px;
    color: #111827;
    font-family: "Poppins", sans-serif !important;
}

.our-program-card-body p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #4f5877 !important;
    margin: 0 auto 10px;
    max-width: 260px;
}

.our-program-btn {
    display: inline-block;
    background: #b70f0c;
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    padding: 5px 18px;
    margin-top: auto;
    align-self: center;
}

.our-program-btn:hover {
    background: #b70f0c;
    color: #fff;
}

.home-about-section {
    background: #f7f7f7;
}

.home-about-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(26px, 2.8vw, 30px);
    color: var(--bs-heading-color);
    font-weight: 700;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
}

.home-about-text {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #4f5877 !important;
    text-align: start;
}

.home-about-image {
    width: 100%;
    height: 100%;
    min-height: 290px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: block;
}

.vision-mission-section {
    background: linear-gradient(135deg, #1c1f2d, #262a3b);
    width: 100%;
    padding: 40px 0;
}

.vm-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(247, 168, 47, 0.35);
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
}

.vm-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vm-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.vm-card h3 {
    color: #f7a82f;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}

.vm-card p {
    margin: 0;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.7 !important;
}

.home-videos-section {
    background: #f3f4f6;
}

.home-videos-section .video-card {
    display: flex;
    flex-direction: column;
}

.home-videos-section .video-card--home {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.video-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.home-video-heading {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em;
    color: #111827 !important;
    text-align: center;
    margin: 0;
    padding: 1rem 1rem 0.65rem;
    border-bottom: 1px solid #e5e7eb;
    background: #fafafa;
}

.home-video-wrap {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    background: #0f172a;
    aspect-ratio: 16 / 9;
}

.home-video-wrap .home-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 3;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.home-video-play:hover {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.home-video-play:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 3px;
}

.home-video-play svg {
    margin-left: 3px;
}

.home-video-play.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.home-video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}

.testimonials-slider {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    padding: 0 52px;
}

.testimonials-slider.testimonials-slider--single {
    padding-left: 0;
    padding-right: 0;
}

.home-testimonials-section {
    background: #111827 !important;
}

.home-testimonials-section .container {
    background: transparent !important;
}

.testimonial-slide-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
    text-align: center;
    padding: 26px 26px 22px;
    min-height: 270px;
}

.testimonial-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    border: 3px solid #f7a82f;
}

.testimonial-quote {
    font-size: 18px;
    line-height: 1.7 !important;
    color: #1f2937;
    margin-bottom: 14px;
}

.testimonial-name {
    margin: 0;
    font-size: 22px;
    color: #111827;
}

.testimonial-role {
    color: #6b7280;
    font-size: 14px;
}

.testimonials-slider .carousel-control-prev,
.testimonials-slider .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 2;
}

.testimonials-slider .carousel-control-prev {
    left: 0;
}

.testimonials-slider .carousel-control-next {
    right: 0;
}

.testimonials-slider .carousel-control-prev-icon,
.testimonials-slider .carousel-control-next-icon {
    width: 44px;
    height: 44px;
    background-color: #b70f0c;
    border-radius: 50%;
    background-size: 55%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.testimonials-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.testimonials-slider .carousel-control-next:hover .carousel-control-next-icon {
    background-color: #b70f0c;
}

.testimonials-indicators {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 42px;
    margin-bottom: 6px;
}

.testimonials-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #111827;
    opacity: 1;
    background-color: rgba(17, 24, 39, 0.5) !important;
}

.testimonials-indicators .active {
    background-color: #111827 !important;
    border-color: #111827;
}

.home-testimonials-empty {
    color: rgba(255, 255, 255, 0.78);
}

.home-impact-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%);
}

.impact-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    padding: 22px 14px 18px;
}

.impact-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff7e8;
}

.impact-icon-img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain;
    display: block;
    max-width: 58px;
}

.impact-label {
    margin: 0 0 4px;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.7 !important;
    font-size: 15px;
    min-height: 40px;
}

.impact-value {
    margin: 0;
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7 !important;
}

@media (max-width: 767.98px) {
    .impact-label {
        font-size: 14px;
        min-height: 36px;
    }

    .impact-value {
        font-size: 24px;
    }
}

.home-partners-section {
    background: #ffffff;
}

.partners-slider-track {
    overflow: hidden;
    position: relative;
}

.partners-slider-row {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: partnersScroll 32s linear infinite;
}

.partner-logo-card {
    width: 180px;
    min-width: 180px;
    height: 92px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.partner-logo-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@keyframes partnersScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .partners-slider-row {
        animation: none;
    }
}

.home-partners-map-section {
    background: #f9fafb;
}

.home-partners-grid-card,
.home-map-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
    padding: 24px;
}

.home-partners-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (min-width: 576px) {
    .home-partners-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .home-partners-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-partner-logo-cell {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
}

.home-partner-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 56px;
    text-decoration: none;
}

.home-partner-logo-img {
    width: 100%;
    max-height: 56px;
    object-fit: contain;
    display: block;
}

.home-partner-logo-placeholder {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #6b7280;
    text-align: center;
    padding: 4px 6px;
    word-break: break-word;
    max-height: 72px;
    overflow: hidden;
}

.home-map-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.home-map-image-wrap--primary-border {
    border-color: var(--primary);
}

.home-map-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.contact-top-section {
    background: #fff;
}

.contact-page-title {
    font-size: 38px;
    font-weight: 700;
    color: #111827;
}

.contact-page-subtitle {
    color: #374151;
    font-size: 18px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex: 0 0 52px;
}

.contact-info-icon-svg {
    width: 26px;
    height: 26px;
    display: block;
}

.contact-info-item h3 {
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em;
    color: #111827;
}

.contact-info-item p {
    margin: 0;
    color: #374151;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

.contact-map-box {
    border: 1px solid #d1d5db;
    background: #fff;
}

.contact-map-box iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.contact-form-section {
    background: #ececec;
}

.contact-form-title {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
}

.contact-form-block {
    max-width: 980px;
    margin: 0 auto;
}

.contact-form-block .form-control {
    border-radius: 0;
    border: 1px solid #e5e7eb;
    min-height: 50px;
}

.contact-form-block textarea.form-control {
    min-height: 140px;
}

.contact-submit-btn {
    background: #b70f0c;
    border: 1px solid #a30d0b;
    color: #fff;
    min-width: 138px;
    font-weight: 600;
}

.contact-submit-btn:hover {
    background: #b70f0c;
    color: #fff;
}

.steppers-section {
    background: #f1f1f1;
}

.events-page {
    background: #f5f5f5;
}

.events-year-title {
    color: #111827;
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 700;
    margin: 8px 0 16px;
}

.events-showcase-card {
    background: #fff;
    border: 1px solid #d8b254;
    padding: 18px;
    margin-bottom: 24px;
}

.events-showcase-card .col-md-3 {
    overflow: visible;
}

.events-showcase-image-wrap {
    background: #efefef;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: visible;
    height: auto;
}

.events-showcase-image,
.events-showcase-image-wrap img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: center center;
    display: block;
    margin: 0 auto;
    flex-shrink: 0;
}

.events-item-title {
    color: #111827;
    font-size: 24px;
    line-height: 1.7 !important;
    margin: 0 0 8px;
    font-weight: 700;
}

.events-item-meta {
    color: #111827;
    font-size: 17px;
    line-height: 1.7 !important;
}

.events-item-description {
    color: #1f2937;
    font-size: 16px;
    line-height: 1.7 !important;
    margin-bottom: 16px;
}

.events-item-description p {
    margin: 0 0 8px;
}

.events-gallery-btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 999px;
    background: #b70f0c;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.events-gallery-btn:hover {
    background: #b70f0c;
    color: #fff;
}

.events-gallery-page {
    background: #f5f5f5;
}

.events-gallery-title {
    color: #111827;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 700;
    margin-bottom: 8px;
}

.events-gallery-item {
    display: block;
    border: 1px solid #d8b254;
    background: #fff;
    overflow: hidden;
}

.events-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.25s ease;
}

.events-gallery-item:hover img {
    transform: scale(1.04);
}

.events-gallery-modal-content {
    background: #111827;
    border: 0;
    border-radius: 10px;
    padding: 14px;
}

.events-gallery-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #fff;
}

.events-gallery-modal-image {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 8px;
}

.events-gallery-modal-title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.skp-page {
    background: #ffffff;
    overflow-x: hidden;
}

.skp-page .container {
    max-width: 1140px;
}

.skp-section-light {
    background: #f6f7fb;
}

.skp-section-white {
    background: #ffffff;
}

.skp-section-warm {
    background: var(--bg-light);
}

.skp-section-band {
    margin-top: 0;
    margin-bottom: 0;
}

/* Centered section titles (no underline bar) */
.skp-page .skp-need-dark-title,
.skp-page .skp-modules-title,
.skp-page .skp-stats-title,
.skp-page .skp-results-title,
.skp-page .skp-stories-title,
.skp-page .skp-faq-section-title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.skp-page .skp-need-dark-title::after,
.skp-page .skp-modules-title::after,
.skp-page .skp-stats-title::after,
.skp-page .skp-results-title::after,
.skp-page .skp-stories-title::after,
.skp-page .skp-faq-section-title::after {
    display: none;
}

.skp-card {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.skp-heading {
    color: #111827;
    font-size: clamp(18px, 1.5vw, 22px);
    margin-bottom: 8px;
    font-weight: 700;
    text-align: center;
}

.skp-highlight {
    color: #111827;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
}

.skp-card p,
.skp-card li {
    font-size: 12px;
    line-height: 1.7 !important;
}

.skp-hero {
    position: relative;
    background: #111827;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

.skp-hero--banner {
    margin-bottom: 0;
}

.skp-hero-image {
    width: 100%;
    display: block;
    height: clamp(200px, 32vw, 380px);
    object-fit: cover;
    object-position: center;
}

.skp-hero-logo-wrap {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 14px;
    border-radius: 999px;
    border: 3px solid var(--secondary);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.18);
    z-index: 2;
}

.skp-hero-logo {
    width: clamp(88px, 12vw, 120px);
    height: clamp(88px, 12vw, 120px);
    object-fit: contain;
    display: block;
    border-radius: 30px;
}

.skp-about-wrap {
    padding-top: 3.5rem !important;
}

.skp-logo-image {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.skp-wide-image {
    width: 100%;
    border-radius: 0;
    display: block;
}

.skp-need-card {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 4px 4px 0;
    height: 100%;
    text-align: center;
}

.skp-need-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}

.skp-need-card h3 {
    font-size: 12px;
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 0;
}

.skp-module-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #f0d7a0;
    border-radius: 0;
    padding: 7px;
    height: 100%;
}

.skp-module-row img {
    width: 78px;
    height: 52px;
    object-fit: cover;
    border-radius: 0;
    flex: 0 0 78px;
}

.skp-module-row h3 {
    font-size: 11px;
    margin-bottom: 2px;
    color: #b70f0c;
}

.skp-module-row p {
    margin-bottom: 0;
    color: #1f2937;
    font-size: 10px;
    line-height: 1.7 !important;
}

.skp-stat-card {
    background: transparent;
    border: 0;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 6px;
}

.skp-stat-number {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
}

.skp-stat-label {
    margin-top: 2px;
    font-size: 11px;
    color: #111827;
}

.skp-list {
    margin: 0;
    padding-left: 18px;
}

.skp-list li {
    margin-bottom: 6px;
}

.skp-outcome-card {
    background: #fff;
    border: 1px solid #ead28f;
    border-radius: 0;
    padding: 8px;
    height: 100%;
    color: #1f2937;
    text-align: center;
}

.skp-outcome-card img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 8px;
}

.skp-outcome-card span {
    display: block;
    font-size: 20px;
    color: #b70f0c;
    font-weight: 700;
}

.skp-outcome-card p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.7 !important;
}

.skp-outcome-image {
    width: 100%;
    border-radius: 0;
    object-fit: cover;
    min-height: 100%;
}

.skp-story-card {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 0;
    padding: 8px;
    height: 100%;
}

.skp-story-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.skp-story-card h3 {
    color: #b70f0c;
    font-size: 11px;
    text-align: center;
    margin-bottom: 4px;
}

.skp-story-card p {
    text-align: center;
    font-size: 10px;
    line-height: 1.7 !important;
}

.skp-card .accordion-body ul {
    margin-bottom: 0;
    padding-left: 18px;
}

#skpFaq .accordion-button {
    font-size: 11px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff !important;
}

#skpFaq .accordion-body {
    font-size: 10px;
    line-height: 1.7 !important;
}

.skp-faq-title {
    color: #b70f0c;
    border-top: 1px solid #f0d7a0;
    border-bottom: 1px solid #f0d7a0;
    padding: 8px 0;
    margin-bottom: 10px;
}

.skp-powered {
    background: #f5b432;
    margin-top: 8px;
    padding: 6px 8px;
}

.skp-powered p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 10px;
}

.skp-powered h2 {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
}

.skp-first-only {
    margin-top: 0;
}

.skp-about-panel {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.06);
}

.skp-first-only h2 {
    font-size: clamp(24px, 2.8vw, 30px);
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

.skp-first-only p {
    font-size: 16px;
    line-height: 1.75 !important;
    color: #374151;
    margin-bottom: 1rem;
}

.skp-first-highlight {
    font-weight: 700 !important;
    font-style: normal;
    color: #111827 !important;
    background: var(--bg-light);
    border-left: 4px solid var(--primary);
    padding: 0.85rem 1rem;
    border-radius: 0 8px 8px 0;
}

.skp-first-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.skp-need-dark {
    background: linear-gradient(165deg, #1a2230 0%, #1f2532 45%, #252d3d 100%);
    padding: clamp(2rem, 4vw, 3rem) 0;
}

.skp-need-dark-title {
    color: #ffffff !important;
    font-size: clamp(24px, 2.6vw, 30px);
    font-weight: 700;
}

.skp-need-dark-intro,
.skp-need-dark-outro {
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    line-height: 1.7 !important;
}

.skp-need-dark-outro {
    margin-top: 14px;
}

.skp-need-dark-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 1.25rem 1rem 1.35rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.skp-need-dark-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(247, 168, 47, 0.4);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.skp-need-dark-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto 12px;
    display: block;
    flex-shrink: 0;
}

.skp-need-dark-card h3 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 0;
    max-width: 16rem;
}

/* Modules Covered — vertical tile grid */
.skp-modules-section {
    background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
}

.skp-modules-title {
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.3 !important;
    color: #111827;
    font-weight: 700;
}

.skp-modules-list {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.skp-module-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.skp-module-tile:hover {
    transform: translateY(-5px);
    border-color: var(--secondary);
    box-shadow: 0 18px 36px rgba(183, 15, 12, 0.12);
}

.skp-module-tile__figure {
    margin: 0;
    padding: 1.25rem 1.25rem 1rem;
    background: linear-gradient(160deg, #fff9ed 0%, #f3f4f6 100%);
    border-bottom: 3px solid var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.skp-module-tile__figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 8px;
}

.skp-module-tile__body {
    flex: 1;
    padding: 1.2rem 1.35rem 1.45rem;
    border-top: 4px solid var(--primary);
}

.skp-module-tile__body h3 {
    margin: 0 0 0.5rem;
    font-size: clamp(16px, 1.7vw, 18px) !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
}

.skp-module-tile__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7 !important;
    color: #374151;
}

/* SKP impact stats — count-up tiles */
.skp-stats-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f4ec 55%, #ffffff 100%);
}

.skp-stats-title {
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.3 !important;
    color: #111827;
    font-weight: 700;
    margin-bottom: 0;
}

.skp-stats-row {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.skp-stat-tile {
    text-align: center;
    height: 100%;
    padding: 2rem 1.25rem 1.75rem;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.07);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.skp-stat-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary) 0%, #d4a017 100%);
}

.skp-stat-tile:hover {
    transform: translateY(-6px);
    border-color: var(--secondary);
    box-shadow: 0 20px 40px rgba(183, 15, 12, 0.14);
}

.skp-stat-tile__icon-wrap {
    width: 88px;
    height: 88px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff6e0 0%, #ffe8b8 100%);
    border: 2px solid rgba(212, 160, 23, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(212, 160, 23, 0.2);
}

.skp-stat-tile__icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.skp-stat-tile__label {
    margin: 0 0 0.65rem;
    font-size: 16px;
    line-height: 1.4 !important;
    font-weight: 600;
    color: #111827;
}

.skp-stat-tile__value {
    margin: 0;
    line-height: 1;
}

.skp-stat-tile__count {
    display: inline-block;
    font-size: clamp(32px, 4.5vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.skp-approach-section {
    background: transparent;
}

.skp-approach-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    box-shadow: 0 10px 32px rgba(17, 24, 39, 0.06);
    height: 100%;
}

.skp-approach-card h2 {
    font-size: clamp(26px, 2.6vw, 30px);
    line-height: 1.7 !important;
    margin-bottom: 16px;
    color: #111827;
    font-weight: 700;
    padding-bottom: 0;
}

.skp-approach-card h2::after {
    display: none;
}

.skp-approach-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.skp-approach-card li {
    font-size: 18px;
    line-height: 1.7 !important;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

.skp-approach-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: var(--secondary);
    color: #1f2532;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.skp-approach-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(17, 24, 39, 0.1);
}

.skp-approach-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 16px;
}

.skp-results-section {
    background: transparent;
}

.skp-results-title {
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.3 !important;
    color: #111827;
    font-weight: 700;
}

.skp-result-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 4px solid var(--primary);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
    padding: 1.5rem 1.25rem;
    height: 100%;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.skp-result-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
}

.skp-result-card h3 {
    margin: 0 0 8px;
    font-size: clamp(36px, 5vw, 44px);
    line-height: 1;
    color: var(--primary);
    font-weight: 800;
}

.skp-result-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7 !important;
    color: #111827;
    font-weight: 500;
}

.skp-results-highlight {
    background: var(--primary);
    color: #fff !important;
    text-align: center;
    border-radius: 12px;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(183, 15, 12, 0.2);
}

.skp-stories-section {
    background: radial-gradient(circle at top right, #2b3547 0%, #1b2230 55%, #131923 100%);
    padding-top: 4.5rem !important;
    padding-bottom: 3rem !important;
}

.skp-stories-title {
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.3 !important;
    color: #ffffff;
    margin-bottom: 2.75rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.skp-story-dark-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8e4dc;
    border-radius: 12px;
    padding: 50px 16px 16px;
    min-height: auto;
    margin-top: 18px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.skp-story-dark-card img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f4b331;
    position: absolute;
    top: -34px;
    left: 16px;
    background: #fff;
}

.skp-story-dark-card h3 {
    margin: 10px 0 4px;
    font-size: 22px !important;
    color: #b70f0c;
    font-weight: 700 !important;
}

.skp-story-dark-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7 !important;
}

.skp-faq-section {
    background: #ffffff;
}

.skp-faq-section-title {
    text-align: center;
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.7 !important;
    color: #111827;
    margin-bottom: 18px;
    font-weight: 700;
}

.skp-faq-accordion {
    --bs-accordion-active-color: #052c65;
    --bs-accordion-btn-focus-box-shadow: none;
}

.skp-faq-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
}

.skp-faq-accordion .accordion-button {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    background: #ffffff;
    box-shadow: none;
    padding: 14px 16px;
}

.skp-faq-accordion .accordion-button:not(.collapsed) {
    color: #052c65 !important;
    background: #ffffff !important;
}

.skp-faq-accordion .accordion-button:focus,
.skp-faq-accordion .accordion-button:focus-visible {
    box-shadow: none !important;
    border-color: transparent;
    background: #ffffff !important;
}

.skp-faq-accordion .accordion-body {
    font-size: 15px;
    line-height: 1.7 !important;
    color: #1f2937;
    padding: 14px 16px 16px;
}

.skp-faq-accordion .accordion-body ul {
    margin: 8px 0 10px;
    padding-left: 20px;
}

.skp-faq-accordion .accordion-body li {
    margin-bottom: 6px;
}

.skp-powered-band {
    background: linear-gradient(90deg, var(--primary) 0%, #9a0c09 100%);
    padding: clamp(1.75rem, 4vw, 2.5rem) 0;
}

.skp-powered-band h2 {
    color: #fff;
    margin: 0 0 0.35rem;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.3 !important;
    font-weight: 700;
}

.skp-powered-band p {
    color: #fff !important;
    margin: 0;
    font-size: clamp(16px, 2.2vw, 22px) !important;
    line-height: 1.5 !important;
    font-weight: 500;
    opacity: 0.95;
}

@media (max-width: 767.98px) {
    .skp-hero-logo-wrap {
        bottom: -28px;
        padding: 8px 10px;
    }

    .skp-about-wrap {
        padding-top: 2.75rem !important;
    }

    .skp-about-panel {
        padding: 1.15rem;
    }

    .skp-first-only h2 {
        display: block;
    }

    .skp-need-dark {
        padding: 1.5rem 0;
    }

    .skp-need-dark-title {
        font-size: 30px;
    }

    .skp-need-dark-card h3 {
        font-size: 15px !important;
    }

    .skp-modules-title {
        font-size: 28px;
    }

    .skp-module-tile__figure {
        padding: 1rem;
    }

    .skp-module-tile__body {
        padding: 1rem 1.1rem 1.2rem;
    }

    .skp-module-tile__body h3 {
        font-size: 16px !important;
    }

    .skp-module-tile__body p {
        font-size: 14px;
    }

    .skp-stat-tile {
        padding: 1.5rem 1rem 1.35rem;
    }

    .skp-stat-tile__icon-wrap {
        width: 76px;
        height: 76px;
        margin-bottom: 0.85rem;
    }

    .skp-stat-tile__icon {
        width: 46px;
        height: 46px;
    }

    .skp-stat-tile__label {
        font-size: 14px;
    }

    .skp-stat-tile__count {
        font-size: 32px;
    }

    .skp-approach-card {
        padding: 1.15rem;
        margin-bottom: 1rem;
    }

    .skp-approach-card h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .skp-approach-card li {
        font-size: 16px;
        line-height: 1.7 !important;
        margin-bottom: 4px;
        padding-left: 26px;
    }

    .skp-approach-card li::before {
        width: 18px;
        height: 18px;
    }

    .skp-results-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .skp-result-card {
        padding: 14px 12px;
    }

    .skp-result-card h3 {
        font-size: 38px;
    }

    .skp-result-card p {
        font-size: 15px;
    }

    .skp-results-highlight {
        font-size: 18px !important;
        border-radius: 6px;
        padding: 8px 12px;
    }

    .skp-stories-title {
        font-size: 28px;
        margin-bottom: 34px;
    }

    .skp-story-dark-card {
        min-height: auto;
        padding: 48px 12px 12px;
        margin-top: 12px;
    }

    .skp-story-dark-card img {
        width: 82px;
        height: 82px;
        top: -32px;
        left: 12px;
    }

    .skp-story-dark-card h3 {
        font-size: 20px !important;
    }

    .skp-faq-section-title {
        font-size: 28px;
    }

    .skp-faq-accordion .accordion-button {
        font-size: 15px;
        padding: 12px 12px;
    }

    .skp-faq-accordion .accordion-body {
        font-size: 14px;
        padding: 12px;
    }

    .skp-powered-band {
        padding: 8px 0 10px;
    }

    .skp-powered-band h2 {
        font-size: 28px;
    }

    .skp-powered-band p {
        font-size: 22px !important;
    }
}

@media (max-width: 767.98px) {
    .skp-card {
        padding: 12px;
    }

    .skp-page {
        padding-top: 16px !important;
        padding-bottom: 20px !important;
    }

    .skp-module-row {
        flex-direction: column;
    }

    .skp-module-row img {
        width: 100%;
        height: auto;
        max-height: 180px;
        object-fit: cover;
    }

    .skp-hero-logo-wrap {
        bottom: -20px;
    }

    .skp-heading {
        font-size: 20px;
    }
}

.stepper-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.08);
    padding: 14px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stepper-card-trigger {
    cursor: pointer;
}

.stepper-photo {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

.stepper-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #b70f0c;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    object-fit: unset;
}

.stepper-name {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0 0 4px;
    font-weight: 700;
}

.stepper-role {
    font-size: 12px !important;
    line-height: 1.7 !important;
    color: #1f2937;
}

.stepper-company {
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #111827;
    margin: 0 0 8px;
}

.stepper-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(183, 15, 12, 0.25);
    background: rgba(183, 15, 12, 0.08);
    color: #b70f0c;
    font-size: 12px;
    line-height: 1.7 !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: auto;
}

.stepper-visit-btn {
    display: inline-block;
    background: #b70f0c;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.stepper-visit-btn:hover {
    background: #b70f0c;
    color: #fff;
}

.stepper-no-site {
    font-size: 12px;
    color: #6b7280;
}

.stepper-modal-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.stepper-modal-role {
    color: var(--secondary);
    font-weight: 700;
}

.stepper-modal-close {
    position: absolute;
    right: 14px;
    top: 12px;
}

.stepper-modal-logo {
    width: 120px;
    height: 80px;
    object-fit: contain;
}

.stepper-modal-about {
    font-size: 18px;
    line-height: 1.7 !important;
    color: #1f2937;
    text-align: left;
}

@media (max-width: 767.98px) {
    .events-showcase-card {
        padding: 14px;
    }

    .events-showcase-image-wrap {
        padding: 0;
    }

    .events-item-title {
        font-size: 22px;
    }

    .events-item-meta {
        font-size: 15px;
    }

    .events-item-description {
        font-size: 14px;
        line-height: 1.7 !important;
    }

    .stepper-photo {
        width: 92px;
        height: 92px;
    }

    .stepper-name {
        font-size: 16px;
    }
}

.hero {
    padding: 6.5rem 0 4.5rem;
    background: radial-gradient(circle at 10% 10%, #fff2e9 0, #fff 55%);
}

.hero-title {
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.7 !important;
    font-weight: 800;
}

.hero-gradient {
    background: linear-gradient(100deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-primary-premium {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-primary-premium:hover {
    background: #b70f0c;
    border-color: #b70f0c;
    color: #fff;
}

.btn-outline-premium {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-outline-premium:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.faq-page-section {
    background-color: #efefef;
}

.section-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    color: var(--bs-heading-color);
}

.card-premium {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.metric-box {
    border-top: 4px solid var(--secondary);
    background: var(--bg-light);
}

.story-panel {
    border-left: 4px solid var(--primary);
    background: #fff;
}

.cta-band {
    background: linear-gradient(130deg, #3f0f0e, #b70f0c);
    color: #fff;
}

.footer-premium {
    background: #3f3f46;
    color: #fff;
}

/* Footer: beat global p/a !important so text stays white on dark bar */
.footer-premium p,
.footer-premium li,
.footer-premium label,
.footer-about-text {
    color: #ffffff !important;
}

.footer-main-grid {
    padding-bottom: 26px;
}

.footer-heading {
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 10px;
}

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

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

.footer-links a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    padding-left: 14px;
}

.footer-links a::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff !important;
}

.footer-about-text {
    color: #ffffff !important;
    line-height: 1.7 !important;
}

.footer-social-row {
    display: flex;
    gap: 8px;
}

.footer-social-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.footer-social-btn svg {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.footer-social-fb { background: #2f5aa8; }
.footer-social-tw { background: #2ea2e6; }
.footer-social-yt { background: #df2925; }
.footer-social-ig { background: #111827; }
.footer-social-li { background: #0d6ea9; }

.footer-newsletter-form {
    max-width: 290px;
}

.footer-email-label {
    color: #ffffff !important;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-email-input {
    border-radius: 0;
    min-height: 44px;
}

.footer-subscribe-btn {
    background: #4b5563;
    color: #fff;
    border-radius: 0;
    padding: 10px 18px;
}

.footer-subscribe-btn:hover {
    background: #374151;
    color: #fff;
}

.footer-bottom {
    background: #3f3f46;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

.footer-bottom p {
    color: #ffffff !important;
}

.footer-credit {
    color: var(--secondary);
    font-weight: 700;
}

.about-page-section {
    background: #ffffff;
    overflow-x: hidden;
}

/* Why-us hero: plain Bootstrap grid — stacks on small screens, 50/50 from lg up */
.about-why {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.about-why__title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(1.75rem, 5vw, 2.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    color: var(--bs-heading-color);
    margin: 0 !important;
    word-wrap: break-word;
}

.about-why__title span {
    color: var(--primary);
}

.about-why__rule {
    display: none;
}

.about-why__body {
    min-width: 0;
}

.about-why__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.about-why__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    color: var(--bs-body-color) !important;
    margin: 0 0 0.4rem;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    word-wrap: break-word;
}

.about-why__list li::before {
    content: "";
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.28em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23f7a82f'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M4.4 8.1 6.9 10.5 11.6 5.4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-why__list li:last-child {
    margin-bottom: 0;
}

.about-why__photo {
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.about-why__img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.about-hero-lead {
    font-family: "Poppins", sans-serif !important;
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
    line-height: 1.65 !important;
    color: #374151 !important;
    margin-bottom: 0.875rem;
    word-wrap: break-word;
}

.about-hero-text {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: var(--bs-body-color) !important;
    margin-bottom: 0.875rem;
    word-wrap: break-word;
}

.about-hero-text--last {
    margin-bottom: 0;
}

.about-content-block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: var(--bs-body-color) !important;
}

.about-content-block p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

.about-content-block li {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

.about-pillars-band {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}

.about-pillars-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.about-pillars-head__rule {
    display: none;
}

.about-pillars-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em !important;
    color: var(--bs-heading-color);
}

.about-pillars-title--section {
    font-size: clamp(1.5rem, 4vw, 2rem) !important;
    line-height: 1.25 !important;
}

.about-pillars-title span {
    color: var(--primary);
}

.about-pillars-diagram {
    min-width: 0;
}

.about-pillars-image {
    width: 100%;
    max-width: 640px;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.06);
}

.about-pillars-timeline {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0.15rem 0 0 2.75rem;
    counter-reset: pillar-idx;
}

.about-pillars-timeline::before {
    content: "";
    position: absolute;
    left: 1.125rem;
    top: 0.5rem;
    bottom: 0.65rem;
    width: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    opacity: 0.35;
}

.about-pillars-timeline__item {
    position: relative;
    margin: 0;
    padding: 0 0 1.65rem;
    counter-increment: pillar-idx;
}

.about-pillars-timeline__item:last-child {
    padding-bottom: 0;
}

.about-pillars-timeline__item::before {
    content: counter(pillar-idx);
    position: absolute;
    left: -2.3125rem;
    top: 0.05rem;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid var(--primary);
    font-family: "Poppins", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    color: var(--primary);
    z-index: 1;
    box-shadow: 0 0 0 3px #fafafa;
}

.about-pillar-heading {
    margin: 0 0 0.5rem;
    color: var(--bs-heading-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em;
}

.about-pillar-body {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
}

.team-page {
    background: #ffffff;
}

.team-hero {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.team-intro {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75 !important;
}

.team-hero .team-intro {
    text-align: center;
    color: #111827;
    font-size: 1.0625rem;
    line-height: 1.75 !important;
    letter-spacing: 0.015em;
}

.team-hero .team-intro strong {
    font-weight: 700 !important;
    color: inherit !important;
}

.team-member-photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 5px solid #f3f4f6;
}

.team-grid-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    display: block;
    border: 3px solid #f3f4f6;
}

.team-live-list {
    display: grid;
    gap: 26px;
}

.team-live-member {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
}

.team-live-content h2 {
    color: #111827;
    font-weight: 700;
}

.team-live-member.lead-member {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-live-member.lead-member .team-live-content {
    text-align: center;
}

.team-role {
    color: #b70f0c !important;
    font-weight: 400 !important;
}

.team-company {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.team-profile {
    font-size: 15px;
    line-height: 1.7 !important;
    color: #374151;
    text-align: left;
}

.team-member-card {
    border-radius: 12px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-member-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
}

.team-section-heading {
    font-weight: 700;
    color: #111827;
    font-size: 30px !important;
}

.team-advisors-band {
    width: 100%;
    background: linear-gradient(90deg, #111827 0%, #1f2937 50%, #111827 100%);
}

.team-advisors-section {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    backdrop-filter: blur(2px);
}

.advisor-card {
    background: #ffffff;
    border-radius: 14px;
    border: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    position: relative;
}

.advisor-card::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #b70f0c, #cf2a28);
    border-radius: 0 0 8px 8px;
}

.advisor-photo {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
    border: 3px solid #f3f4f6;
}

.team-advisors-subtitle {
    color: #ffffff !important;
}

.team-advisors-grid .advisor-card h3.h6 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.advisor-role {
    color: #b70f0c !important;
    font-weight: 700 !important;
}

.advisor-company {
    color: #4b5563 !important;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 1.7 !important;
}

.team-advisors-section .team-section-heading {
    color: #ffffff;
}

.mentor-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 8px 12px;
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mentor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
}

.mentor-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
}

.mentor-name {
    font-size: 12px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 0.25rem !important;
}

.mentor-meta {
    font-size: 13px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
    margin-bottom: 0.25rem !important;
}

.mentor-company {
    font-size: 13px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .team-page {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .team-live-member {
        gap: 16px;
        padding: 14px;
    }

    .team-member-card {
        padding: 18px !important;
    }

    .team-profile {
        font-size: 13px;
        line-height: 1.7 !important;
    }

    .team-advisors-band {
        border-radius: 0;
        margin-bottom: 36px !important;
    }

    .team-advisors-section {
        border-radius: 14px;
    }
}

@media (max-width: 767.98px) {
    .team-hero .section-title {
        font-size: 30px;
    }

    .team-hero p {
        font-size: 14px;
    }

    .team-hero .team-intro {
        font-size: 1rem !important;
    }

    .team-member-photo {
        width: 100px;
        height: 100px;
    }

    .team-grid-photo {
        width: 90px;
        height: 90px;
    }

    .team-live-member {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-live-content {
        text-align: left;
    }

    .team-role {
        font-size: 14px;
        font-weight: 400 !important;
        color: #b70f0c !important;
    }

    .team-company {
        font-size: 12px;
    }

    .advisor-photo {
        width: 88px;
        height: 88px;
    }

    .mentor-card {
        padding: 8px 6px 10px;
    }

    .mentor-name {
        font-size: 11px !important;
    }

    .mentor-meta {
        font-size: 13px !important;
    }

    .mentor-company {
        font-size: 13px !important;
        color: var(--primary) !important;
    }
}

.sisfs-page {
    background: #fff;
    overflow-x: hidden;
}

.sisfs-page .container {
    max-width: 1140px;
}

.sisfs-about-title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.7 !important;
}

.sisfs-about-sub {
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 600;
    color: #e8941a;
    line-height: 1.7 !important;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Generic rich content pages used for program/initiative landing pages */
.program-content-page {
    background: #fff8f2;
}

/* Partnership / Incubation — shared full-width hero banner */
.partnership-program-hero,
.incubation-program-hero {
    background: #ffffff;
    padding: 0 0 clamp(1rem, 2.5vw, 1.75rem);
}

.partnership-program-hero-frame,
.incubation-program-hero-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #111827;
    line-height: 0;
    overflow: hidden;
}

.partnership-program-hero-img,
.incubation-program-hero-img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

/* Incubation Program — hero + grid sections */
.incubation-program-page {
    background: #ffffff;
    padding-top: clamp(1.75rem, 4vw, 2.75rem);
    padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.incubation-program-page .incubation-program-container {
    max-width: 1040px;
}

.incubation-program-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.incubation-program-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #b70f0c;
    line-height: 1.7 !important;
    margin-bottom: 0.65rem;
}

.incubation-program-tagline {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(15px, 1.65vw, 18px);
    font-weight: 600;
    color: #ea580c;
    line-height: 1.7 !important;
    margin-bottom: 1rem;
}

.incubation-program-lead {
    color: #4b5563;
    font-size: clamp(15px, 1.85vw, 17px);
    line-height: 1.7 !important;
    margin-bottom: 0;
}

.incubation-program-grid-block {
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.incubation-program-grid-block:last-child {
    margin-bottom: 0;
}

.incubation-program-section-heading {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 700;
    color: #b70f0c;
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.incubation-grid-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.35rem 1.25rem;
    height: 100%;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.incubation-grid-card:hover {
    border-color: #fecaca;
    box-shadow: 0 8px 24px rgba(183, 15, 12, 0.08);
}

.incubation-grid-card-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.incubation-grid-card-text {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.7 !important;
}

.incubation-program-eligibility {
    border-top: 1px solid #f3f4f6;
}

.incubation-criteria-tile {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 0.85rem;
    height: 100%;
}

.incubation-criteria-tile p {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.7 !important;
}

.incubation-criteria-check {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.1rem;
    border-radius: 999px;
    background: rgba(183, 15, 12, 0.12);
    color: #b70f0c;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.incubation-criteria-check::before {
    content: "\2713";
    line-height: 1;
}

.partnership-program-page {
    background: #ffffff;
    padding-top: clamp(1.75rem, 4vw, 2.75rem);
    padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.partnership-program-inner {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.partnership-program-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #b70f0c;
    line-height: 1.7 !important;
    margin-bottom: 1rem;
}

.partnership-program-lead {
    color: #6b7280;
    font-size: clamp(15px, 1.85vw, 17px);
    line-height: 1.7 !important;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.partnership-program-section {
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.partnership-program-section:last-child {
    margin-bottom: 0;
}

.partnership-program-section-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 700;
    color: #b70f0c;
    line-height: 1.7 !important;
    margin-bottom: 0.65rem;
}

.partnership-program-section p {
    color: #6b7280;
    font-size: clamp(15px, 1.85vw, 17px);
    line-height: 1.7 !important;
    margin-bottom: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.step-fellowship-page {
    background: #ffffff;
    padding-top: 24px;
    padding-bottom: 32px;
}

.step-fellowship-about {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4px 24px;
    text-align: center;
}

.step-fellowship-about-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(26px, 3vw, 36px) !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    margin-bottom: clamp(22px, 3vw, 32px) !important;
    color: #111827 !important;
}

.step-fellowship-about p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: #111827 !important;
    margin-bottom: 1.35rem !important;
}

.step-fellowship-card {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    background: #fff !important;
    border: 1px solid #ececec !important;
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.06) !important;
}

.step-fellowship-section-heading {
    text-align: center;
    margin-bottom: 1rem !important;
}

.step-fellowship-card .step-fellowship-section-heading {
    color: #111827 !important;
}

.step-fellowship-card p,
.step-fellowship-card li {
    color: #374151 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.step-fellowship-list {
    margin-bottom: 0;
    padding-left: 1.25rem;
    text-align: left;
}

.step-fellowship-cta {
    font-size: 15px !important;
}

/* Core Objectives + What We Offer — dark twin cards (live site style) */
.step-fellowship-pillar-row {
    margin: 0;
    padding: 0 0 1rem;
}

.step-fellowship-pillar-card {
    background: #555555;
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.step-fellowship-pillar-media {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.step-fellowship-pillar-img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.step-fellowship-pillar-body {
    padding: 1.25rem 1.35rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.step-fellowship-pillar-title {
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(22px, 2.2vw, 28px) !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    color: #d48e31 !important;
    margin: 0 0 1rem !important;
    text-align: left !important;
}

.step-fellowship-pillar-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.step-fellowship-pillar-list li {
    position: relative;
    padding-left: 1.15rem;
    margin: 0 0 0.65rem !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #ffffff !important;
}

.step-fellowship-pillar-list li:last-child {
    margin-bottom: 0 !important;
}

.step-fellowship-pillar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d48e31;
}

.step-fellowship-pillar-list strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.step-fellowship-pillar-cta {
    margin: 0;
    padding-top: 1rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .step-fellowship-pillar-img {
        max-height: 200px;
    }

    .step-fellowship-pillar-body {
        padding: 1.1rem 1.15rem 1.35rem;
    }
}

/* How Our Program Aligns — tight spacing, smaller icons */
.step-fellowship-align {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 8px 24px;
    text-align: center;
    background: #ffffff;
}

.step-fellowship-align-intro {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    color: #111827 !important;
    text-align: center !important;
    margin: 0 !important;
    padding-bottom: 12px !important;
    max-width: 42rem;
}

.step-fellowship-align-heading {
    font-family: "Poppins", sans-serif !important;
    font-size: 30px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: center !important;
    margin: 0 !important;
    padding-bottom: 20px !important;
}

.step-fellowship-align-row {
    margin: 0;
    text-align: center;
}

.step-fellowship-align-item {
    text-align: center;
    height: 100%;
    padding: 4px 6px;
}

.step-fellowship-align-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 10px;
}

.step-fellowship-align-icon {
    width: 96px;
    height: 96px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.step-fellowship-align-sub {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-align: center !important;
    margin: 0 !important;
    padding-bottom: 8px !important;
}

.step-fellowship-align-text {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #111827 !important;
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 22rem;
}

@media (max-width: 767.98px) {
    .step-fellowship-align-heading {
        font-size: clamp(26px, 7vw, 32px) !important;
    }

    .step-fellowship-align-icon {
        width: 88px;
        height: 88px;
    }

    .step-fellowship-align-sub {
        font-size: 17px !important;
    }
}

/* UnPollute hero banner */
.unpollute-hero {
    background: #efefef;
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.unpollute-hero-inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    min-height: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unpollute-hero-image {
    width: 100%;
    max-width: 1024px;
    height: auto;
    display: block;
}

.unpollute-content {
    background: #ffffff;
}

.unpollute-content .pc-card {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.unpollute-about-card h2 span,
.unpollute-mission-card h2 span {
    color: #0c9b58;
}

.unpollute-about-card h2,
.unpollute-mission-card h2 {
    font-size: clamp(28px, 2.8vw, 36px);
    line-height: 1.7 !important;
    margin-bottom: 18px;
}

.unpollute-about-card p,
.unpollute-mission-card p,
.unpollute-mission-list li {
    font-size: 18px;
    line-height: 1.7 !important;
    color: #1f2937;
}

.unpollute-about-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.unpollute-mission-card {
    background: #ececec;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 28px;
}

.unpollute-mission-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.unpollute-mission-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.unpollute-mission-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #0c9b58;
    background: transparent;
}

.unpollute-24-card h2 span {
    color: #0c9b58;
}

.unpollute-24-full {
    width: 100%;
    margin: 0;
    background: #ffffff;
    padding: 34px 0;
    margin-bottom: 18px;
}

.unpollute-24-full .unpollute-24-card {
    margin-bottom: 0;
    border-radius: 14px;
    border: 1px solid #ececec;
    box-shadow: none;
    background: #ffffff;
    padding: 24px;
}

.unpollute-24-card h2 {
    font-size: clamp(26px, 2.8vw, 30px);
    margin-bottom: 14px;
}

.unpollute-24-model {
    font-size: 18px;
}

.unpollute-24-pillars h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.unpollute-24-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #13a35f;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.unpollute-categories-card {
    background: #f9f8f6;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}

.unpollute-categories-card h2 {
    margin-bottom: 18px;
}

.unpollute-categories-card h2 span {
    color: #0c9b58;
}

.unpollute-categories-grid {
    max-width: 980px;
    margin: 0 auto;
}

.unpollute-category-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
}

.unpollute-categories-grid p {
    font-size: 18px;
    line-height: 1.7 !important;
    margin: 0;
    color: #1f2937;
}

.unpollute-media-section {
    padding: 6px 0 8px;
}

.unpollute-media-title {
    font-size: clamp(22px, 2.8vw, 30px);
    margin-bottom: 18px;
}

.unpollute-media-title span {
    color: #0c9b58;
}

.unpollute-media-tile {
    min-height: 240px;
    border-radius: 0;
    display: block;
    text-decoration: none;
}

.unpollute-media-video {
    background: #111827;
    position: relative;
}

.unpollute-media-embed {
    background: #000;
    overflow: hidden;
}

.unpollute-media-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.unpollute-media-overlay {
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.unpollute-media-play {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e11d48;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding-left: 3px;
}

.unpollute-media-article {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 0;
    overflow: hidden;
}

.unpollute-media-article h3 {
    font-size: 20px;
    line-height: 1.7 !important;
    color: #1f2937;
    margin: 0 0 12px;
}

.unpollute-media-article p {
    margin: 0;
    color: #0c9b58;
    font-weight: 600;
}

.unpollute-media-article-image {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    display: block;
}

.unpollute-glimpses-card h2 span {
    color: #0c9b58;
}

.unpollute-glimpse-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.unpollute-glimpses-viewport {
    overflow: hidden;
}

.unpollute-glimpses-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.unpollute-glimpses-item {
    flex: 0 0 calc(100% / 3);
    padding: 0 8px;
}

.unpollute-partners-card h2 span {
    color: #0c9b58;
}

.unpollute-partners-viewport {
    overflow: hidden;
}

.unpollute-partners-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.unpollute-partners-item {
    flex: 0 0 calc(100% / 5);
    padding: 4px 10px;
}

.unpollute-partner-logo {
    width: 100%;
    max-height: 58px;
    object-fit: contain;
    display: block;
}

.unpollute-25-card {
    background: #08a048 !important;
    border: 0 !important;
    border-radius: 0;
    padding: 28px 26px;
}

.unpollute-25-card h2 {
    color: #ffffff !important;
    margin-bottom: 12px;
    font-size: clamp(28px, 2.8vw, 36px);
}

.unpollute-25-card p {
    color: #ffffff !important;
    font-size: 22px;
    line-height: 1.7 !important;
}

.unpollute-25-cta {
    margin-top: 10px;
    font-weight: 800;
    color: #ffffff !important;
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.7 !important;
}

@media (max-width: 991.98px) {
    .unpollute-about-card h2,
    .unpollute-mission-card h2 {
        font-size: clamp(26px, 6vw, 32px);
    }

    .unpollute-about-card p,
    .unpollute-mission-card p,
    .unpollute-mission-list li {
        font-size: 16px;
    }

    .unpollute-mission-card {
        padding: 22px;
    }

    .unpollute-24-pillars h3 {
        font-size: 24px;
    }

    .unpollute-24-full .unpollute-24-card {
        padding: 16px;
    }

    .unpollute-categories-grid p {
        font-size: 16px;
    }

    .unpollute-media-tile {
        min-height: 210px;
    }

    .unpollute-glimpse-image {
        height: 190px;
    }

    .unpollute-glimpses-item {
        flex-basis: calc(100% / 2);
    }

    .unpollute-partners-item {
        flex-basis: calc(100% / 3);
    }

    .unpollute-25-card p {
        font-size: 18px;
    }

    .step-fellowship-about p {
        font-size: 18px !important;
    }
}

@media (max-width: 767.98px) {
    .unpollute-content .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .unpollute-hero-image {
        max-width: 100%;
    }

    .unpollute-24-card h2 {
        font-size: clamp(24px, 8vw, 34px);
    }

    .unpollute-24-model {
        font-size: 16px;
    }

    .unpollute-24-pillars h3 {
        font-size: 20px;
    }

    .unpollute-24-icon {
        width: 74px;
        height: 74px;
        font-size: 30px;
    }

    .unpollute-category-icon {
        width: 68px;
        height: 68px;
    }

    .unpollute-categories-grid p {
        font-size: 15px;
    }

    .unpollute-media-title {
        font-size: clamp(24px, 7.4vw, 34px);
    }

    .unpollute-media-article h3 {
        font-size: 16px;
    }

    .unpollute-glimpse-image {
        height: 210px;
    }

    .unpollute-glimpses-item {
        flex-basis: 100%;
    }

    .unpollute-partners-item {
        flex-basis: calc(100% / 2);
    }

    .unpollute-25-card {
        padding: 20px 16px;
    }

    .unpollute-25-card p {
        font-size: 16px;
    }

    .step-fellowship-about-title {
        font-size: clamp(26px, 7vw, 32px) !important;
    }

    .step-fellowship-about p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}

.pc-title {
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.pc-subtitle {
    color: #b70f0c;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 22px);
    margin-bottom: 24px;
}

.pc-card {
    background: #fff;
    border: 1px solid #f1dfd1;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.05);
}

.pc-card h2 {
    color: #111827;
    font-size: clamp(22px, 2.8vw, 30px);
    margin-bottom: 12px;
}

.pc-card h3 {
    color: #1f2937;
    font-size: 18px;
    margin: 12px 0 6px;
    font-weight: 700;
}

.pc-card p,
.pc-card li {
    color: #374151;
    line-height: 1.7 !important;
    font-size: 16px;
}

.pc-card ul,
.pc-card ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.sisfs-about-body {
    max-width: 820px;
    font-size: 17px;
    line-height: 1.7 !important;
    color: #111827;
}

.sisfs-offers-title {
    font-size: clamp(24px, 2.6vw, 30px);
    font-weight: 700;
    color: #111827;
    line-height: 1.7 !important;
}

.sisfs-offers-step {
    color: #b70f0c;
    font-weight: 700;
}

.sisfs-offers-grid-section {
    background: #f0f2f5;
    margin-top: 8px;
}

.sisfs-grid-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
    padding: 26px 24px 24px;
    height: 100%;
}

.sisfs-grid-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.7 !important;
}

.sisfs-grid-bullets {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.sisfs-grid-bullets li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7 !important;
    color: #374151;
}

.sisfs-grid-bullets li:last-child {
    margin-bottom: 0;
}

.sisfs-grid-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #fff 28%, #b70f0c 30%);
    box-shadow: 0 0 0 1px #b70f0c;
}

.sisfs-grid-card-apply .sisfs-grid-card-title {
    margin-bottom: 16px;
}

.sisfs-apply-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.12);
}

.sisfs-apply-video {
    display: block;
    width: 100%;
    max-height: 320px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .sisfs-about-body {
        font-size: 15px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .sisfs-grid-card {
        padding: 20px 18px;
    }

    .sisfs-grid-card-title {
        font-size: 16px;
    }

    .sisfs-grid-bullets li {
        font-size: 14px;
    }

    .sisfs-apply-video {
        max-height: 260px;
    }
}

.resources-page {
    background: #f0f2f5;
    min-height: 60vh;
}

.resources-page-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    letter-spacing: -0.02em !important;
    color: #111827;
}

.resources-card {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.resources-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: min-content;
}

.resources-card:hover {
    box-shadow: 0 8px 26px rgba(17, 24, 39, 0.12);
    transform: translateY(-2px);
}

/* A4-style portrait frame: show full cover without cropping (object-fit: contain) */
.resources-card-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #e8eaed;
    aspect-ratio: 210 / 297;
    overflow: hidden;
    flex-shrink: 0;
}

.resources-card-thumb img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

/* Blog listing: wide thumbnails + cover — removes tall letterbox gap above titles */
.resources-page--blog .resources-card-thumb {
    display: block;
    aspect-ratio: 16 / 9;
}

.resources-page--blog .resources-card-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
}

/* h2 + class beats global h2 for listing titles */
h2.resources-card-title,
.resources-card-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    color: #111827;
    padding: 12px 14px;
    margin: 0;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    min-width: 0;
    min-height: calc(24px + 2 * 1.5em);
}

/* Clamp on inner span: -webkit-box on h2 fights UA + global heading styles and clips text */
.resources-card-title-inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

@media (min-width: 1200px) {
    h2.resources-card-title,
    .resources-card-title {
        font-size: 17px !important;
        line-height: 1.7 !important;
        padding: 12px 12px;
    }
}

.resources-card-link:hover .resources-card-title {
    color: #b70f0c;
}

.about-menu .dropdown-item.resources-nav-active {
    background: #8f1c1c;
    color: #fff;
}

.about-menu .dropdown-item.resources-nav-active:hover,
.about-menu .dropdown-item.resources-nav-active:focus {
    background: #7a1818;
    color: #fff;
}

.admin-shell {
    min-height: 100vh;
    background: #f6f7fb;
}

.admin-card {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.contact-sticky {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.contact-sticky > * {
    pointer-events: auto;
}

.contact-sticky-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contact-sticky-btn:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.contact-sticky-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.95);
    outline-offset: 3px;
}

.contact-sticky-btn--wa {
    background: #25d366;
}

.contact-sticky-btn--phone {
    background: #1e3a5f;
}

.contact-sticky-btn--email {
    background: #ea580c;
}

.contact-sticky-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .contact-sticky {
        right: max(8px, env(safe-area-inset-right, 0px));
        gap: 10px;
    }

    .contact-sticky-btn {
        width: 48px;
        height: 48px;
    }

    .contact-sticky-icon {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 991px) {
    .header-topbar .container {
        flex-direction: column;
        gap: 8px;
    }
    .header-menu {
        gap: 2px;
    }
    .topbar-contact {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .header-spacer {
        height: 232px;
        min-height: auto;
    }
}

/* Global typography override: Poppins 16 / 1.7 (wins over Bootstrap + legacy rules) */
html {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility;
    line-height: 1.7 !important;
}

.text-body,
.form-control,
.form-select,
.form-label,
.form-check-label,
.input-group-text,
.dropdown-menu,
.dropdown-item,
.nav-link,
.accordion-button,
.list-group-item,
.pagination,
.breadcrumb,
.table,
.modal,
.card,
.toast,
.popover,
.offcanvas,
.admin-shell {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

small,
.small {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

/* Do not use justified text — neutralize Bootstrap helper if present */
.text-justify {
    text-align: start !important;
}

/* Accordion triggers: white header + bold (overrides global .accordion-button font-weight) */
.accordion-button {
    background-color: #ffffff !important;
    font-weight: 700 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed):focus,
.accordion-button:not(.collapsed):focus-visible {
    background-color: #ffffff !important;
}

.accordion-item > .accordion-header .accordion-button {
    border: none !important;
}

