@font-face {
        font-family: 'Poppins';
        src: url('../Font/Poppins/Poppins-Light.ttf') format('ttf'), url('../Font/Poppins/Poppins-Italic.ttf') format('ttf'), url('../Font/Poppins/Poppins-Medium.ttf') format('ttf');
        font-weight: 400;
        font-style: normal;
    }
    
    body {
        font-family: 'Poppins', sans-serif;
    }
    
    .responsive-subtext,
    .responsive-title,
    .responsive-heading {
        font-family: 'Poppins', sans-serif;
    }
    
    .custom-navbar {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding: 10px 0;
        display: flex;
        align-items: center;
        color: #203e80;
        width: 100%;
        position: relative;
        z-index: 1000;
        top: 0;
    }
    
    .custom-navbar .nav-link {
        font-weight: 500;
        color: rgba(0, 0, 0, 0.65);
        padding: 10px 15px;
    }

    
    .custom-navbar .nav-link:hover {
        color: #1f8b4c;
    }
    
    .ArkonlogoImg img {
        height: 35px;
    }
    /* === MOBILE === */
    
    @media (max-width: 768px) {
        .custom-navbar {
            padding: 8px 16px;
        }
        .custom-navbar .nav-link {
            padding: 8px 10px;
            font-size: 16px;
        }
        .banner-section {
            height: 30vh;
        }
        .banner-slide {
            height: 400px;
        }
        .dot {
            width: 10px;
            height: 10px;
            background: #ccc;
        }
        .personmiddletextbanner h1 {
            font-size: 1.25rem;
            text-align: center;
            color: #fff;
            padding: 0 12px;
        }
    }
    /* === BANNER SECTION === */
    
    .carousel-indicators {
        margin-bottom: 15px;
        list-style: none;
        justify-content: center;
    }
    
    .carousel-indicators li {
        width: 12px;
        height: 12px;
        background-color: #000000;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .carousel-indicators .active {
        background-color: #ff9800;
    }
    
    .carousel-indicators li::marker {
        content: none;
    }
    
    .carousel-indicators li::before,
    .carousel-indicators li::after {
        display: none !important;
        content: none !important;
    }
    
    .chapper-section h2 {
        font-size: 2rem;
    }
    
    .bg-light.rounded-pill {
        background-color: #e8f0fc !important;
    }
    
    .scroll-container {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    
    .scroll-item {
        scroll-snap-align: start;
    }
    
    .responsive-heading1 {
        color: #203e80;
        font-weight: 200;
        font-size: 12px;
        /* Base size for small screens */
        line-height: 1.4;
        margin-bottom: 1rem;
        text-align: center;
    }
    /* Medium screens (tablet) */
    
    @media (min-width: 768px) {
        .responsive-heading1 {
            font-size: 2.5rem;
        }
    }
    /* Large screens (desktop) */
    
    @media (min-width: 992px) {
        .responsive-heading1 {
            font-size: 3rem;
        }
    }
    
    .p,
    .responsive-subtext {
        text-align: left !important;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1rem;
        word-spacing: normal !important;
        letter-spacing: normal !important;
        display: block;
        width: 100%;
    }
    
    .responsive-heading {
        font-size: 20px;
    }
    
    .responsive-title {
        color: #203e80;
    }
    
    .text-success {
        color: #203e80 !important;
    }
    
    .carousel-control-prev-icon {
        background-color: #203e80 !important;
    }
    
    .carousel-control-next-icon {
        background-color: #203e80 !important;
    }
    
    .sr-only {
        color: #203e80 ! important;
    }
    
    .custom-compliance-btn {
        background-color: #203e80 !important;
    }
    /* Perfect positioning for carousel controls */
    /* Initially hide arrows (desktop default) */
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    /* Show and style only on mobile */
    
    @media (max-width: 768px) {
        .carousel-control-prev,
        .carousel-control-next {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 15%;
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
            z-index: 2;
            opacity: 0.8;
        }
        .carousel-control-prev {
            left: 10px;
        }
        .carousel-control-next {
            right: 10px;
        }
        .carousel-control-prev i,
        .carousel-control-next i {
            font-size: 2rem;
            color: white;
        }
    }
    
    .responsive-subtext {
        font-size: 1.15rem;
        line-height: 2;
        text-align: justify;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #203e80 ! important;
    }
    
    .responsive-subtext1 {
        text-align: justify;
        line-height: 1.7;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #203e80 ! important;
    }
    
    @media (max-width: 767.98px) {
        .responsive-heading1 {
            font-size: 20px;
            font-weight: 300;
            text-align: center;
            padding: 0 15px;
        }
        .responsive-subtext {
            color: #203e80 ! important;
        }
    }
    
    .carousel-indicators.custom-indicators button {
        background-color: #203e80;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 6px;
        opacity: 0.4;
        transition: all 0.3s ease;
    }
    
    .carousel-indicators.custom-indicators .active {
        opacity: 1;
    }
    
    .carousel-indicators.custom-indicators {
        margin-top: 1rem;
        gap: 0.5rem;
    }

/* === UTILITIES & SECTIONS === */

.text-arkon {
    color: #203e80 !important;
}

.bg-arkon {
    background-color: #203e80 !important;
}

.bg-soft-yellow {
    background-color: #f6f9ae;
}

.bg-soft-light {
    background-color: #f5f7fa;
}

.section-gap-sm {
    margin-top: 40px;
}

.section-gap {
    margin-top: 50px;
}

.section-gap-lg {
    margin-top: 100px;
}

.text-justify {
    text-align: justify;
}

.lh-18 {
    line-height: 1.8;
}

.rounded-60 {
    border-radius: 60px;
}

.img-cover-450 {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}

.img-cover-420 {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.img-cover-400 {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.img-contain-420 {
    max-height: 420px;
    object-fit: contain;
    width: 100%;
}

.object-cover {
    object-fit: cover;
}

.highlight-text {
    color: #ff9800;
}

.testimonial-carousel-section {
    overflow-x: hidden;
}

.disease-awareness-section {
    background: #f6f9ae;
}

.hope-section {
    border-radius: 60px;
}

.stats-section-wrapper {
    background: #f6f9ae;
    position: relative;
    overflow: hidden;
}

.global-service-section {
    background-color: #f6f9ae;
    width: 100%;
}

.certification-section {
    background-color: #f5f7fa;
}

.footer-section {
    background-color: #203e80;
}

.footer-logo {
    max-width: 120px;
}

.stat-box {
    border-color: #203e80 !important;
}

.stat-box .stat-icon,
.stat-box .stat-value,
.stat-box .stat-label {
    color: #203e80 !important;
}

.cert-logo {
    max-height: 80px;
    object-fit: contain;
}

/* Goal / Mission / Objective refresh */
.chapper-section {
    background: linear-gradient(135deg, #f7fbff 0%, #eff4ff 100%);
}

.chapper-panel {
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(32, 62, 128, 0.08);
    padding: 32px 28px;
}

.media-frame {
    background: radial-gradient(circle at 30% 20%, rgba(32, 62, 128, 0.1), transparent 55%), #f6f9ff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 18px 40px rgba(0, 0, 0, 0.05);
}

.media-frame img {
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.purpose-copy .responsive-title {
    max-width: 520px;
}

.eyebrow-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(32, 62, 128, 0.08);
    color: #203e80;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 0.8rem;
}

.eyebrow-tag::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1f8b4c;
    border-radius: 50%;
}

.purpose-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.purpose-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: #f7faff;
    border: 1px solid #e4ebf5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(32, 62, 128, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.purpose-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(32, 62, 128, 0.09);
}

.purpose-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #e9f5ee;
    border: 1px solid #dbe9f4;
    display: grid;
    place-items: center;
}

.purpose-icon img {
    width: 22px;
    height: 22px;
}

.media-frame-center {
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .chapper-panel {
        padding: 24px 20px;
    }
    .purpose-item {
        grid-template-columns: 44px 1fr;
        gap: 12px;
    }
    .purpose-icon {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 767.98px) {
    .chapper-panel {
        padding: 20px;
    }
    .purpose-grid {
        gap: 12px;
    }
    .purpose-item {
        padding: 12px 14px;
    }
}
