@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;
    }
    
    @media (max-width: 768px) {
        section .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        section h2 {
            font-size: 1.5rem;
        }
        section p {
            font-size: 0.95rem;
        }
    }
    
    @media (max-width: 768px) {
        section h2 {
            font-size: 1.5rem;
        }
        section p,
        section ul li {
            font-size: 0.95rem;
        }
    }
    
    .tech-section {
        background-color: #f9f9f9;
    }
    
    .feature-box {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .feature-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    
    .learn-link {
        display: inline-block;
        color: #000;
        font-weight: 600;
        text-decoration: none;
        margin-top: 10px;
    }
    
    .learn-link .icon {
        font-size: 1rem;
        margin-left: 5px;
        transition: margin-left 0.2s ease;
    }
    
    .learn-link:hover .icon {
        margin-left: 10px;
        color: #1f8b4c;
    }
    
    .services-slider::-webkit-scrollbar {
        height: 8px;
    }
    
    .services-slider::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }
    
    .services-slider::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .service-card:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-3px);
        transition: 0.3s ease;
    }
    
    .timeline {
        border-left: 3px solid #d9e0ec;
        padding-left: 2.5rem;
    }
    
    .timeline-item {
        position: relative;
    }
    
    .timeline-step {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .consideration-card {
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-left: 5px solid #203e80;
        /* Bootstrap primary color */
    }
    
    .consideration-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
    
    @media (max-width: 576px) {
        .consideration-card {
            text-align: center;
        }
    }
    
    .icon-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f1f3f5;
    }
    
    .icon-box {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        background-color: #f0f4f8;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .image-grid img {
        object-fit: cover;
        height: 100px;
        width: 100%;
    }
    
    @media (max-width: 767.98px) {
        .image-grid img {
            height: 80px;
        }
    }
    /* SCROLL CONTAINER */
    
    .logistics-scroll {
        display: flex;
        flex-wrap: nowrap;
        gap: 1.5rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 1rem;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
        scrollbar-width: thin;
        /* Firefox */
    }
    
    .logistics-scroll::-webkit-scrollbar {
        height: 8px;
    }
    
    .logistics-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }
    
    .logistics-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    /* INDIVIDUAL CARD STYLES */
    
    .info-card {
        scroll-snap-align: start;
        background-color: #f9fbfe;
        border-left: 4px solid #203e80;
        min-width: 320px;
        max-width: 380px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    }
    
    @media (max-width: 575.98px) {
        .banner-section {
            height: 40vh;
            background-position: center top;
            padding: 20px 15px;
        }
    }
    
    @media (max-width: 991.98px) {
        .banner-navbar {
            margin-left: -15px;
        }
    }
    
    @media (max-width: 575.98px) {
        #key-considerations .row {
            row-gap: 1rem !important;
        }
        #key-considerations .consideration-card {
            flex-direction: column !important;
            align-items: flex-start !important;
            padding: 1rem !important;
            text-align: left;
            gap: 0.5rem;
        }
        #key-considerations .icon-box {
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 0.5rem;
        }
        #key-considerations .icon-box i {
            font-size: 1.5rem;
        }
        #key-considerations .consideration-card h5 {
            font-size: 15px;
            margin-bottom: 0.25rem;
            line-height: 1.4;
        }
        #key-considerations .consideration-card p {
            font-size: 13.5px;
            line-height: 1.6;
            margin: 0;
        }
    }
    
    .whyarkontext {
        color: #203e80;
    }
    
    .namepatienttext {
        color: #203e80;
    }
    
    .TrustedAcrosstext {
        color: #203e80;
    }
    /* Footer */
    
    .site-footer {
        background: linear-gradient(#203e80, #203e80);
        padding: 60px 20px;
        text-align: center;
    }
    
    .site-footer h6,
    .site-footer p,
    .site-footer a {
        color: #ccc;
    }
    
    .site-footer a.footer-link:hover {
        color: #ffeb3b;
    }
    
    .custom-navbar {
        background: #f7bfbf;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        display: flex;
        color: #203e80;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
        top: 0;
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    /* Navbar */
    
    .custom-navbar {
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding: 10px 0;
        display: flex;
        color: #203e80;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
        top: 0;
    }
    
    @media (max-width: 768px) {
        .custom-navbar {
            padding: 8px 16px;
            margin-bottom: 0;
            background: #ffffff;
        }
        .custom-navbar .ArkonlogoImg {
            margin-bottom: 0;
        }
        .custom-navbar .nav-link {
            padding: 8px 10px;
            font-size: 16px;
        }
    }
    
    .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;
        margin: 0;
    }
    /* ======= DESKTOP STYLES ======= */
    
 
    
    @media (max-width: 991.98px) {
        nav.navbar.navbar-expand-lg.bg-white {
            margin-top: -45px !important;
        }
    }
    
    @media (max-width: 575.98px) {
        p {
            text-align: left !important;
        }
    }
    
    .banner-text-top-left {
        top: 300px;
        left: 40px;
        position: absolute;
        max-width: calc(100% - 80px);
        /* Safe for desktop */
        text-align: left;
    }
    /* Heading - Desktop */
    
    .banner-text-top-left h1 {
        font-size: 2.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    /* ✅ Responsive Fix for Mobile */
    
    @media (max-width: 575.98px) {
        .nameparatext {
            margin-left: 0 !important;
            padding-left: 10px;
            padding-right: 50px;
            text-align: center;
        }
    }
    
    @media (max-width: 575.98px) {
        .banner-text-top-left {
            top: 320px !important;
            left: 10px;
            right: 10px;
            width: 100%;
            max-width: 100%;
            text-align: center;
            padding: 0 15px;
            box-sizing: border-box;
            word-break: normal;
            overflow-wrap: normal;
        }
        .banner-text-top-left h1 {
            font-size: 1.5rem;
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
            margin: 0;
        }
        .banner-text-top-left p {
            font-size: 1rem;
            white-space: normal;
            overflow-wrap: break-word;
            word-break: break-word;
            line-height: 1.5;
            margin-top: 0.75rem;
        }
    }
    
    .nameparatext {
        margin-left: 340px;
    }
    
    /* Mobile responsive fix for nameparatext */
    @media (max-width: 1199.98px) {
        .nameparatext {
            margin-left: 0 !important;
            padding: 0 15px;
            text-align: center;
        }
    }
    
    .arkonsolutiontext {
        text-align: left !important;
    }
    
    @media (max-width: 575.98px) {
        .justify-text-mobile {
            text-align: left;
        }
    }
    /* ======= DESKTOP STYLES ======= */
    /* ======= DESKTOP STYLES ======= */
    
    .banner-section {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    /* ======= DESKTOP STYLES (Reduced Height) ======= */
    
    .banner-section {
        width: 100%;
        height: 75vh;
        /* Changed from 100vh to 60vh */
        position: relative;
        overflow: hidden;
    }
    
    .banner-slide {
        width: 100%;
        height: 60vh;
        /* Changed from 100vh to 60vh */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 100%;
        transition: left 0.5s ease;
    }
    
    .banner-slide.active {
        left: 0;
    }
    
    .banner-slide.prev {
        left: -100%;
    }
    
    .banner-slide.prev {
        left: -100%;
    }
    
    .banner-controls {
        position: absolute;
        bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        z-index: 10;
    }
    
    .dot {
        width: 12px;
        height: 12px;
        background: #ddd;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    
    .dot.active {
        background: #1f8b4c;
    }

    .trusted-card {
            width: 180px;
            height: 150px;
            min-width: 140px;
            border-radius: 16px;
            border: 1px solid #e8eef7;
            box-shadow: 0 10px 28px rgba(32, 62, 128, 0.08);
            background: #fff;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .trusted-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 36px rgba(32, 62, 128, 0.12);
        }

          .trusted-icon {
            height: 48px;
            object-fit: contain;
          }
       
    /* ======= MOBILE ONLY STYLES ======= */
    
    /* Banner responsive fixes */
    @media (max-width: 991.98px) {
        .banner-section {
            height: auto;
            min-height: 300px;
            overflow: hidden;
            position: relative;
        }
        .banner-slide {
            display: none;
        }
        .mobile-banner {
            display: block;
            width: 100%;
        }
        .mobile-banner img {
            width: 100%;
            height: auto;
            min-height: 250px;
            object-fit: cover;
            display: block;
        }
        .banner-controls {
            display: none;
        }
    }
    
    /* Tablet specific styles */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .banner-section {
            min-height: 350px;
        }
        .mobile-banner img {
            min-height: 300px;
            object-fit: cover;
        }
    }
    
    /* Additional mobile responsive styles */
    @media (max-width: 576px) {
        .banner-section {
            min-height: 250px;
                margin-bottom: 16px;
        }
        .mobile-banner img {
            min-height: 200px;
        }
        
        /* Cards responsive layout */
        .d-flex.flex-wrap.gap-3 {
            gap: 0.75rem !important;
            justify-content: center !important;
        }
        
        .d-flex.flex-wrap.gap-3 > div {
            width: calc(50% - 0.375rem) !important;
            min-width: auto !important;
            height: 100px !important;
        }
        
        .d-flex.flex-wrap.gap-3 > div p.small {
            font-size: 0.75rem !important;
        }
    }
    
    .custom-compliance-btn {
        background-color: #203e80 !important;
    }
    
    .text-success {
        color: #203e80 !important;
    }
    
    .text-muted {
        color: #203e80 !important;
    }
    
    .faq-card {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
        padding: 40px;
        max-width: 1200px;
        width: 100%;
    }
    
    .faq-title {
        font-size: 2rem;
        font-weight: 700;
    }
    
    .faq-subtext {
        color: #666;
        font-size: 1rem;
    }
    
    .accordion-button {
        font-weight: 600;
    }
    
    .accordion-item {
        border: none;
        border-bottom: 1px solid #eee;
    }
    
    @media (max-width: 768px) {
        .faq-title {
            font-size: 1.5rem;
        }
        .faq-card {
            padding: 25px;
        }
    }
    
    .custom-faq-wrapper {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        margin: 60px auto;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        max-width: 1200px;
    }
    
    @media (max-width: 768px) {
        .container.commitmentbox {
            margin-top: 0 !important;
            padding: 2rem 1rem;
        }
        .namecard {
            margin-top: 2rem !important;
        }
        
        /* Image grid responsive fixes */
        .image-grid .row.g-2 .col-4 {
            margin-bottom: 0.5rem;
        }
        
        .image-grid img {
            height: 80px !important;
            object-fit: cover;
            border-radius: 8px;
        }
        
        /* Typography fixes for mobile */
        .whyarkontext {
            text-align: center !important;
            font-size: 1.25rem;
        }
        
        .commitmentbox .text-muted {
            text-align: center !important;
            font-size: 1rem;
            line-height: 1.6;
        }
    }
    
    /* Additional mobile responsive fixes for commitment section */
    @media (max-width: 991.98px) {
        .commitmentbox {
            margin-top: 0 !important;
            padding: 2rem 1rem;
        }
        
        .namecard {
            margin-top: 2rem !important;
            position: static !important;
        }
        
        .whyarkontext {
            text-align: center !important;
        }
        
        .commitmentbox .text-muted {
            text-align: center !important;
        }
    }
    
    @media (max-width: 576px) {
        .image-grid .col-4 {
            margin-bottom: 0.75rem;
        }
        
        .image-grid img {
            height: 70px !important;
            width: 100%;
            object-fit: cover;
            border-radius: 6px;
        }
        
        .commitmentbox h4 {
            font-size: 1.1rem;
        }
        
        .commitmentbox p {
            font-size: 0.9rem;
            line-height: 1.5;
        }
    }
    
    .section-innerbox {
        max-width: 70%;
        margin: 0 auto;
    }
    /* Desktop Styles */
    
    .leftcolumn {
        margin-left: -220px;
    }
    
    .rightimagebox {
        margin-left: 90px;
    }
    
    /* Mobile and Tablet Responsive Overrides */
    @media (max-width: 1199.98px) {
        .leftcolumn {
            margin-left: 0 !important;
        }
        .rightimagebox {
            margin-left: 0 !important;
            margin-top: 2rem;
            text-align: center !important;
        }
    }
    
    @media (max-width: 767.98px) {
        .leftcolumn {
            margin-left: 0 !important;
        }
        .rightimagebox {
            margin-left: 0 !important;
            margin-top: 2rem;
            text-align: center !important;
        }
        .rightimagebox img {
            width: 100%;
            max-width: 100% !important;
            height: auto;
        }
    }
    
    @media (max-width: 767.98px) {
        .rightimagebox {
            margin-top: 30px;
            text-align: center !important;
            padding-left: 0;
            margin-left: 0 !important;
        }
        .rightimagebox img {
            width: 100%;
            max-width: 100% !important;
            display: block;
            margin: 0 auto;
        }
    }
    
    @media (max-width: 767.98px) {
        .Namebox {
            margin-top: 0;
        }
    }
    
    .section-innerbox {
        margin-top: 50px;
    }
    
    .text-muted {
        color: #203e80 !important;
        text-align: center !important;
        font-size: 0.8rem;
    }
    
    @media (max-width: 576px) {
        .section-inner.mx-auto {
            margin-top: 0 !important;
        }
    }
    
    .responsive-image {
        max-width: 100%;
        height: auto;
    }
    
    .responsive-image-wrapper {
        text-align: center;
    }
    
    @media (max-width: 576px) {
        .rightimagebox {
            margin-left: 0 !important;
            margin-top: 2rem;
            text-align: center !important;
            width: 100%;
        }
        .rightimagebox img {
            width: 100%;
            max-width: 100% !important;
            height: auto;
        }
    }
    
    /* General responsive improvements */
    @media (max-width: 991.98px) {
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        
        .teamabout {
            text-align: center;
        }
        
        .teamabout h2, .teamabout h5 {
            text-align: center;
        }
    }
    
    @media (max-width: 768px) {
        .parentstext {
            margin-top: 10px;
            color: #203380;
            text-align: center !important;
        }
        .persontext {
            margin-top: 50px;
            color: #203380;
            text-align: center !important;
        }
        .teamabout {
            margin-top: 90px;
            text-align: center;
        }
        .TrustedAcrosstext {
            text-align: center !important;
        }
    }
    
    .parentstext {
        color: #203380;
        text-align: left !important;
        font-size: 1.0rem;
    }
    
    .faq-card,
    .faq-card * {
        color: #203380 !important;
    }
    
    .persontext {
        color: #203380;
    }

    /* === PAGE UTILITIES === */
    .text-arkon {
        color: #203e80 !important;
    }

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

    .value-card {
        height: 120px;
        width: 120px;
        min-width: 100px;
    }

    .value-icon {
        height: 40px;
    }

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

    .consideration-highlight {
        border: 2px solid #fff383;
    }

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

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

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

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

    .banner-slide-npi {
        background-image: url('../Banner_Home/NamePatientImportImage.webp');
    }
