body {
    background-color: #f8f9fa;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ===== ACCESSIBILITY STYLES ===== */

/* Skip Navigation Link */
.skip-link {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    margin: 0;
    padding: 0;
    background: #2666ef;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    font-weight: 600;
    font-size: 14px;
}

.skip-link:focus {
    position: absolute;
    top: 6px;
    left: 6px;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    padding: 8px 16px;
    color: white;
    text-decoration: none;
    outline: 2px solid white;
    outline-offset: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Focus Management */
*:focus {
    outline: 2px solid #2666ef;
    outline-offset: 2px;
}

/* Remove focus outline for mouse users, keep for keyboard users */
.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

/* Enhanced focus for interactive elements */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid #2666ef;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(38, 102, 239, 0.2);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .text-blue {
        color: #0000ff !important;
    }
    
    .bg-blue {
        background-color: #0000ff !important;
    }
    
    .btn {
        border: 2px solid currentColor;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .carousel-slides {
        transition: none !important;
    }
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Screen reader only content that becomes visible on focus */
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* ===== ZOLLEGE STYLE CLASSES ===== */
p {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 400;
}

.bg-blue {
    background-color: rgba(38, 102, 239, 1);
}

.bg-dark-gray {
    background-color: #101828;
}

.text-blue {
    color: rgba(38, 102, 239, 1) !important;
}

.gap-8 {
    gap: 0.5rem;
}

.gap-16 {
    gap: 1rem;
}

.gap-20 {
    gap: 1.25rem;
}

.gap-32 {
    gap: 2rem;
}

.gap-48 {
    gap: 3rem;
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-48 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-8 {
    padding-bottom: 0.5rem;
}

.pb-16 {
    padding-bottom: 1rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.pb-24 {
    padding-bottom: 1.5rem;
}

.pb-32 {
    padding-bottom: 2rem;
}

.pb-48 {
    padding-bottom: 3rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-24 {
    padding-top: 1.5rem;
}

.pt-32 {
    padding-top: 2rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.pt-48 {
    padding-top: 3rem;
}

.font-16 {
    font-size: 1rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}

.font-30 {
    font-size: 1.875rem;
}

.font-32 {
    font-size: 2rem;
}

.font-36 {
    font-size: 2.25rem;
}

.font-48 {
    font-size: 3rem;
}

.font-60 {
    font-size: 3.75rem;
}

.h2-header {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.b-700 {
    font-weight: 700;
}

.b-800 {
    font-weight: 800;
}

.blue-border-top {
    border-top: 3px solid rgba(38, 102, 239, 1);
    padding-top: 1rem;
}

.blue-border-bottom {
    border-bottom: 3px solid rgba(38, 102, 239, 1);
    padding-bottom: 1rem;
}

.blue-box-header {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.blue-box-header img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.form-container {
    background: white;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.form-container iframe {
    width: 100% !important;
    min-height: 600px;
}

header {
    padding: 20px;
    position: relative;
    z-index: 10000;
}

.header-logo {
    width: 105px;
    height: 40px;
}

/* ===== HAMBURGER MENU STYLES ===== */
.hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 44px;
    height: 44px;
    transition: all 0.3s ease;
    z-index: 1001;
    position: relative;
}

/* Ensure desktop nav is hidden on mobile */
@media (max-width: 767.98px) {
    .desktop-nav {
        display: none !important;
    }
    
    .hamburger-menu {
        display: flex !important;
    }
    
    .mobile-menu {
        display: block !important;
    }
}

/* Ensure hamburger is hidden on desktop */
@media (min-width: 768px) {
    .hamburger-menu {
        display: none !important;
    }
    
    .mobile-menu {
        display: none !important;
    }
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #1B4ADA;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Styles */
.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 0 0 16px 16px;
    max-height: 0;
    overflow: hidden;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    overflow: visible;
}

.mobile-menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-menu-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.3s ease;
}

.mobile-menu-link:last-child {
    border-bottom: none;
}

.mobile-menu-link:hover {
    color: #1B4ADA;
}

.mobile-cta-btn {
    background: #1B4ADA;
    color: white !important;
    border-radius: 30px;
    padding: 12px 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    margin-top: 8px;
    border-bottom: none !important;
}

.mobile-cta-btn:hover {
    background: #0f3ba8;
    color: white !important;
}

.mobile-cta-btn img {
    width: 16px;
    height: 16px;
}

/* Desktop Navigation Link Hover Effect */
.desktop-nav-link {
    position: relative;
    transition: all 0.3s ease;
}

.desktop-nav-link:hover {
    color: #1B4ADA !important;
}

.desktop-nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1B4ADA;
    transition: width 0.3s ease;
}

.desktop-nav-link:hover::after {
    width: 100%;
}

.shadow-blue {
    box-shadow: 0px 4px 8px 0px #4888F980;
}

.blue-gradient-bg {
    background: linear-gradient(180deg, #225EEE 0%, #1C3CB1 100%);
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    max-width: 95%;
}

.hero-img {
    background-image: url('/assets/uploads/hero_bg_mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    min-height: 80vh;
    position: relative;
}

.partners-hero-img {
    background-image: url('/assets/uploads/partners_hero_bg_mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    min-height: 80vh;
    position: relative;
}

/* Hero card styling */
.hero-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* CTA Button styling */
.hero-cta-btn {
    background: white;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 4px 4px 4px 20px;
    font-weight: 700;
    font-size: 1rem;
    height: 40px;
    width: 230px !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.hero-cta-btn:hover {
    background: #f8f9fa;
    color: #1B4ADA;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.hero-cta-btn i {
    width: 20px;
    height: 20px;
    background: #1B4ADA;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.blue-bg-cta-btn {
    background: #1B4ADA;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 4px 4px 4px 20px;
    width: 230px !important;
    height: 40px;
    gap: 16px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blue-bg-cta-btn:hover {
    background: white;
    color: #1B4ADA;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.blue-bg-cta-btn i {
    width: 20px;
    height: 20px;
    background: white;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.star-graphic {
    background-image: url('/assets/uploads/logos/LogoMark-Color.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    height: 210px;
    margin: auto;
}

.hero-cta-btn {
    width: 100%;
    justify-content: center;
}

.network-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.stat-number {
    font-size: 2rem;
}

.stats-container {
    gap: 1rem;
}

.star-bg-container {
    background-image: url('/assets/uploads/star_bg.svg');
    background-size: 100% 378px;
    background-repeat: no-repeat;
    background-position: center;
    height: 378px;
    max-width: 100%;
}

.vertical-gradient-line {
    width: 2px;
    /* Adjust thickness as needed */
    height: 110px;
    /* Adjust height as needed */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    /* White gradient */
}

#handshake-img {
    width: 380px;
    height: auto;
}

#right-side-half-circle {
    right: 0;
    top: 0;
}

#left-side-half-circle {
    left: 0;
    bottom: 0;
}

.number-icon {
    width: 40px;
    height: 40px;
}

/* ===== CAROUSEL STYLES ===== */
.carousel-section {
    background-color: #f8f9fa;
}

.carousel-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: white;
}

.carousel-slides {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease-in-out;
    height: 405px;
    align-items: flex-start;
}

.carousel-slide {
    flex: 0 0 324px;
    height: 405px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    transition: opacity 0.5s ease-in-out;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide:first-child {
    margin-left: 0;
}

.carousel-image {
    width: 324px;
    height: 405px;
    object-fit: cover;
    object-position: center;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .carousel-slides {
        height: 405px;
    }

    .carousel-slide {
        height: 405px;
    }

    .carousel-image {
        width: 324px;
        height: 405px;
    }
}

/* Custom border for stat cards */
.custom-border, #custom-border-right {
    position: relative;
    height: 3px;
    margin-top: 8px;
}

.custom-border-right {
    position: relative;
    height: 3px;
    margin-top: 8px;
    display: block;
    width: 100%;
}

.custom-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #007bff;
    /* Adjust color to match your design */
}

.custom-border::after {
    content: '';
    position: absolute;
    top: 2px;
    /* 3px - 1px = 2px offset */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    /* Adjust color to match your design */
}

.border-line-gray {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.border-line-blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background-color: #007bff;
}

.partners-img-1 {
    background-image: url('/assets/uploads/partners_img_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    height: 227px;
    width: 100%;
    margin: auto;
}


@media(min-width: 768px) {
    .md-pt-80{
        padding-top: 5rem;
    }
    .md-pt-160{
        padding-top: 10rem;
    }
    .md-pb-80{
        padding-bottom: 5rem;
    }
    .md-pb-120{
        padding-bottom: 7.5rem;
    }
    .md-px-64 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .md-pl-64{
        padding-left: 4rem;
    }
    .md-pr-64{
        padding-right: 4rem;
    }
    .md-pb-64{
        padding-bottom: 4rem;
    }
    .gap-80{
        gap: 5rem;
    }
    .md-ml-auto{
        margin-left: auto;
    }   
    .star-bg-container {
        background-image: none;
    }
    #stats-container{
        position: relative;
    }
    .star-graphic{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 450px;
        height: 450px;
    }
    .number-icon {
        width: 80px;
        height: 80px;
    }
    #blue-bg-star{
        background-image: url('/assets/uploads/blue_bg_star.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 379px;
        width: 379px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(min-width: 992px) {
    p {
        font-size: 1.25rem;
        line-height: 1.6;
    }

    .lg-bg-white {
        background-color: white;
    }

    .lg-text-blue {
        color: rgba(38, 102, 239, 1);
    }

    .lg-text-dark {
        color: #222;
    }

    .lg-font-18 {
        font-size: 1.125rem;
        line-height: 1.6;
    }

    .lg-font-20 {
        font-size: 1.25rem;
        line-height: 1.6;
    }

    .lg-font-32 {
        font-size: 2rem;
        line-height: 1.6;
    }

    .lg-font-48 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .lg-font-56 {
        font-size: 3.5rem;
        line-height: 1.2;
    }

    .lg-font-80 {
        font-size: 5rem;
        line-height: 1.2;
    }

    .lg-text-center {
        text-align: center;
    }

    .lg-px-64 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg-px-75 {
        padding-left: 4.6875rem;
        padding-right: 4.6875rem;
    }

    .lg-px-6-rem {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .lg-pt-20 {
        padding-top: 1.25rem;
    }


    .lg-pt-80 {
        padding-top: 5rem;
    }

    .lg-pb-160 {
        padding-bottom: 10rem;
    }

    .lg-gap-32 {
        gap: 2rem;
    }

    .lg-min-h-968 {
        min-height: 968px;
    }

    .lg-min-h-1058 {
        min-height: 1058px;
    }

    .lg-pb-0 {
        padding-bottom: 0;
    }

    .lg-w-288 {
        width: 288px;
    }

    .lg-w-450 {
        width: 450px;
    }

    .lg-ml-auto {
        margin-left: auto;
    }

    .header-logo {
        width: 147px;
        height: 56px;
    }

    .hero-img {
        background-image: url('/assets/uploads/hero_bg_desktop.png');
        max-height: 839px;
        width: 100%;
    }

    .partners-hero-img {
        background-image: url('/assets/uploads/partners_hero_bg_desktop.png');
        max-height: 839px;
        width: 100%;
    }

    .partners-img-1 {
        background-image: url('/assets/uploads/partners-img-1-desktop.png');
        min-height: 500px;
        width: 100%;
        border-radius: 24px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero-cta-btn,
    .blue-bg-cta-btn {
        width: 244px !important;
        height: 56px !important;
        font-size: 16px !important;
    }

    #handshake-img {
        width: 600px;
        height: 640px;
    }

    .horizontal-gradient-line {
        width: 224px;
        height: 2px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    }

    .star-bg-container {
        width: 100%;
        background-image: none;
    }
}