    /* font    */
    * {
        font-family: "Barlow", sans-serif !important;
    }

    .fa-classic,
    .fa-regular,
    .fa-solid,
    .far,
    .fas {
        font-family: "Font Awesome 6 Free" !important
    }

    .barlow-thin {
        font-family: "Barlow", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .barlow-extralight {
        font-family: "Barlow", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

    .barlow-light {
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .barlow-regular {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .barlow-medium {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .barlow-semibold {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .barlow-bold {
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .barlow-extrabold {
        font-family: "Barlow", sans-serif;
        font-weight: 800;
        font-style: normal;
    }

    .barlow-black {
        font-family: "Barlow", sans-serif;
        font-weight: 900;
        font-style: normal;
    }

    .barlow-thin-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 100;
        font-style: italic;
    }

    .barlow-extralight-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 200;
        font-style: italic;
    }

    .barlow-light-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        font-style: italic;
    }

    .barlow-regular-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-style: italic;
    }

    .barlow-medium-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-style: italic;
    }

    .barlow-semibold-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-style: italic;
    }

    .barlow-bold-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        font-style: italic;
    }

    .barlow-extrabold-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 800;
        font-style: italic;
    }

    .barlow-black-italic {
        font-family: "Barlow", sans-serif;
        font-weight: 900;
        font-style: italic;
    }

    /* font    */

    .container {
        text-align: unset !important;
    }

    .header-area .main-header {
        padding: 0px !important;
    }

    @media (max-width: 575px) {
        .container {
            padding-left: 18px !important;
            padding-right: 18px !important;
        }
    }


    .title-graphic {
        max-width: 28px;
        margin-bottom: 6px;
    }


    /* Top Bar Styles */
    .top-bar {
        background: #2c2c2c;
        padding: 10px 0;
        border-bottom: 1px solid #3a3a3a;
    }

    .top-bar-content {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 25px;
    }

    .top-bar-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease;
        cursor: pointer;
    }

    .top-bar-item:hover {
        color: #4CAF50;
    }

    .top-bar-icon {
        width: 18px;
        height: 18px;
        background: #4a4a4a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }

    .top-bar-icon i {
        color: #ffffff;
    }

    /* Main Header Styles */
    .main-header {
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    /* Logo Styles */
    .site-logo {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
    }

    .site-logo img {
        height: 28px;
    }

    .logo-icon {
        width: 32px;
        height: 32px;
        background: #4CAF50;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-icon::before {
        content: '';
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
    }

    /* Navigation Styles */
    .main-navigation {
        display: flex;
        align-items: center;
        gap: 45px;
    }

    .mobile_menu .slicknav_menu .slicknav_btn {
        top: -50px !important;
    }

    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        color: #20419A !important;
    }

    .header-area .main-header .main-menu {
        margin-right: 0px !important;
    }

    .header-area .main-header .main-menu ul li:last-child a {
        padding-right: 0px !important;
    }

    .nav-logo {
        padding: 20px 20px 20px 0;
    }

    .nav-divider {
        width: 1px;
        height: 40px;
        background-color: #C2C2C2;
    }

    .nav-menu {
        display: flex;
        list-style: none;
        gap: 35px;
        margin: 0;
        padding: 0;
    }

    .nav-item {
        position: relative;
    }

    .nav-menu-link {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 10px 0;
        transition: color 0.3s ease;
        position: relative;
    }

    .nav-menu-link:hover {
        color: #4CAF50;
    }

    /* .nav-link.active {
            color: #4CAF50;
        }

        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #4CAF50;
        } */

    /* CTA Button */
    .header-cta-btn {
        background: #20419A;
        color: white;
        padding: 12px 28px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .header-cta-btn:hover {
        background: #234a85;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
    }

    /* Mobile Menu Toggle */
    .mobile-menu-toggle {
        display: none;
        background: none;
        border: none;
        font-size: 24px;
        color: #20419A;
        cursor: pointer;
        padding: 5px;
    }

    /* Mobile Menu */
    .mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 9999;
        overflow-y: auto;
    }

    .mobile-menu.active {
        right: 0;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-close {
        background: none;
        border: none;
        font-size: 28px;
        color: #333;
        cursor: pointer;
    }

    .mobile-nav-menu {
        list-style: none;
        padding: 20px;
    }

    .mobile-nav-item {
        margin-bottom: 5px;
    }

    .mobile-nav-link {
        display: block;
        padding: 12px 15px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .mobile-nav-link:hover,
    .mobile-nav-link.active {
        background: #f0f4ff;
        color: #4CAF50;
    }

    .mobile-cta {
        padding: 20px;
    }

    .mobile-cta .header-cta-btn {
        width: 100%;
        text-align: center;
    }

    /* Overlay */
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }

    .mobile-overlay.active {
        display: block;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .nav-menu {
            gap: 25px;
        }

        .main-navigation {
            gap: 35px;
        }
    }

    @media (max-width: 991px) {
        /* .top-bar {
                display: none;
            } */

        .nav-divider {
            display: none;
        }

        .top-bar-content>.top-bar-item:first-child {
            display: none;
        }

        .main-navigation {
            display: none;
        }

        .mobile-menu-toggle {
            display: block;
        }

        .header-content {
            padding: 15px 0;
        }
    }

    @media (max-width: 575px) {
        .site-logo {
            font-size: 24px;
        }

        .site-logo img {
            font-size: 20px;
        }

        .logo-icon {
            width: 28px;
            height: 28px;
        }

        .logo-icon::before {
            width: 14px;
            height: 14px;
        }
    }

    /* Top Bar Styles */







    /* mission-hero-section */
    .mission-hero-section {
        position: relative;
        min-height: 600px;
        display: flex;
        align-items: center;
        overflow: hidden;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('https://cdn.apkamuaalij.com/gp-public/hero-section-bg.webp');
    }

    .hero-background-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,
                rgba(44, 62, 80, 0.95) 0%,
                rgba(44, 62, 80, 0.85) 45%,
                rgba(44, 62, 80, 0.3) 100%);
        z-index: 2;
    }

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

    .hero-content-inner-wrapper {
        padding: 68px 0;
    }

    .hero-tagline {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }

    .hero-title {
        font-size: 58px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 18px;
        max-width: 600px;
        text-align: left;
    }

    .hero-description {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.8;
        margin-bottom: 32px;
        max-width: 600px;
    }

    .hero-cta-btn {
        background: #4CAF50;
        color: white;
        padding: 22px 34px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    .hero-cta-btn:hover {
        background: #45a049;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    }

    .hero-stats {
        display: flex;
        gap: 50px;
        padding-top: 36px;
    }

    .hero-stats-desktop {
        display: flex;
    }

    .hero-stats-mbl {
        display: none;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
    }

    .hero-content-wrapper .stat-number {
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 8px;
        line-height: 1;
    }

    .hero-content-wrapper .stat-number sup {
        color: white;
    }

    .hero-content-wrapper .stat-label {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        text-transform: capitalize;
    }

    .stat-divider {
        width: 1px;
        background: rgba(255, 255, 255, 0.2);
        align-self: stretch;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .hero-title {
            font-size: 48px;
        }

        .hero-background-image {
            width: 50%;
        }
    }

    @media (max-width: 991px) {
        .mission-hero-section {
            min-height: 550px;
        }

        .hero-content-wrapper {
            padding: 80px 0;
        }

        .hero-title {
            font-size: 42px;
        }

        .hero-background-image {
            width: 60%;
            opacity: 0.4;
        }

        .hero-overlay {
            background: rgba(44, 62, 80, 0.9);
        }

        .hero-stats {
            gap: 40px;
        }

        .stat-number {
            font-size: 36px;
        }
    }

    @media (max-width: 767px) {
        .mission-hero-section {
            min-height: auto;
        }

        .hero-content-wrapper {
            padding: 60px 0;
        }

        .hero-tagline {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .hero-title {
            font-size: 32px;
            margin-bottom: 25px;
        }

        .hero-description {
            font-size: 15px;
            margin-bottom: 35px;
        }

        .hero-cta-btn {
            padding: 14px 35px;
            font-size: 13px;
            text-align: center;
        }

        .hero-stats {
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 50px;
            padding-top: 30px;
        }

        /* .stat-divider {
        display: none;
    } */

        .stat-number {
            font-size: 32px;
        }

        .stat-label {
            font-size: 12px;
        }

        .hero-background-image {
            width: 100%;
            opacity: 0.2;
        }
    }

    @media (max-width: 575px) {
        .hero-content-inner-wrapper {
            padding: 0px;
        }

        .hero-content-wrapper {
            padding: 40px 4px;
        }

        .hero-section-graphic-img>img {
            max-width: 100%;
        }

        .hero-title {
            font-size: 32px;
            margin-bottom: 8px;
        }

        .hero-description {
            font-size: 14px;
            margin-bottom: 24px;
        }

        .hero-cta-btn {
            padding: 16px 28px;
            margin-bottom: 28px;
        }

        .hero-stats-desktop {
            display: none;
        }

        .hero-stats-mbl {
            display: flex;
            padding-bottom: 0 !important;
        }

        .hero-stats {
            gap: 15px;
            margin-top: 0;
            padding: 28px 0;
            justify-content: space-between;
        }

        .stat-number {
            font-size: 28px;
        }

        .hero-content-wrapper .stat-number {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .hero-content-wrapper .stat-label {
            font-size: 12px;
            font-weight: 500;
        }
    }

    /* mission-hero-section */




    /* certifications-section */

    .certifications-section {
        padding: 120px 0;
    }

    .certifications-title {
        display: block;
        font-size: 44px;
        font-weight: 600;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 48px;
    }

    .certifications-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 52px;
        flex-wrap: wrap;
    }

    .certification-badge {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 3px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        transition: all 0.3s ease;
        padding: 15px;
    }

    .certification-badge:hover {
        transform: translateY(-5px);
        border-color: #4CAF50;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .certification-badge img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(50%);
        transition: filter 0.3s ease;
    }

    .certification-badge:hover img {
        filter: grayscale(0%);
    }

    /* Global Outreach Section */
    .global-outreach-section {
        background: white;
        padding: 60px 0 80px;
        padding-top: 0;
    }

    .outreach-container {
        border-radius: 32px;
        overflow: hidden;
        background: transparent;
        border: 1px solid #B7B7B7;
    }

    .outreach-title {
        display: block;
        font-size: 36px;
        font-weight: 600;
        color: #231F20;
        text-align: center;
        padding: 24px 0;
        margin-bottom: 0px;
        border-bottom: 1px solid #B7B7B7;
    }

    .map-wrapper {
        display: flex;
        gap: 30px;
        align-items: stretch;
    }

    .map-container {
        flex: 1;
        position: relative;
        min-height: 400px;
        border-right: 1px solid #B7B7B7;
    }

    .world-map {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .map-zoom-controls {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        display: none;
    }

    .zoom-btn {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: white;
        border: 1px solid #20419A;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
        color: #20419A;
    }

    .zoom-btn:hover {
        background: #4CAF50;
        border-color: #4CAF50;
        color: white;
    }

    .countries-list {
        width: 280px;
        height: 540px;
        overflow-y: auto;
        padding: 20px 0;
        padding-right: 10px;
    }

    .countries-list::-webkit-scrollbar {
        width: 6px;
    }

    .countries-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .countries-list::-webkit-scrollbar-thumb {
        background: #808184;
        border-radius: 10px;
    }

    .country-group {
        margin-bottom: 25px;
    }

    .country-group-title {
        font-size: 13px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .group-indicator {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }

    .indicator-blue {
        background: #2c5aa0;
    }

    .indicator-green {
        background: #4CAF50;
    }

    .country-item {
        font-size: 14px;
        color: #555;
        padding: 6px 0;
        padding-left: 20px;
        position: relative;
    }

    /* .country-item::before {
    content: '•';
    position: absolute;
    left: 8px;
    color: #999;
} */

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .certifications-grid {
            gap: 30px;
        }

        .certification-badge {
            width: 100px;
            height: 100px;
        }
    }

    @media (max-width: 991px) {
        .certifications-section {
            padding: 60px 0 30px;
        }

        .certifications-title {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .global-outreach-section {
            padding: 50px 0 60px;
        }

        .outreach-container {
            padding: 30px 25px;
        }

        .outreach-title {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .map-wrapper {
            flex-direction: column;
        }

        .countries-list {
            width: 100%;
            max-height: 300px;
        }

        .certification-badge {
            width: 90px;
            height: 90px;
        }
    }

    @media (max-width: 767px) {
        .certifications-section {
            padding: 50px 0 30px;
        }

        .certifications-title {
            font-size: 28px;
            margin-bottom: 35px;
        }

        .certifications-grid {
            gap: 25px;
        }

        .certification-badge {
            width: 80px;
            height: 80px;
            border-width: 2px;
        }

        .global-outreach-section {
            padding: 40px 0 50px;
        }

        .outreach-container {
            padding: 25px 20px;
        }

        .outreach-title {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .map-container {
            min-height: 300px;
            padding: 15px;
        }

        .zoom-btn {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }
    }

    @media (max-width: 575px) {
        .certifications-title {
            font-size: 24px;
        }

        .certifications-grid {
            justify-content: center;
            gap: 15px;
        }

        .certification-badge {
            width: 60px;
            height: 60px;
            padding: 0;
        }

        .outreach-title {
            font-size: 22px;
        }

        .map-container {
            min-height: 250px;
        }
    }

    /* certifications-section */









    /* careers-section */
    .careers-section {
        padding: 80px 0;
        overflow: hidden;
    }

    .careers-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
    }

    .careers-grid>.career-grid-cols-4:first-child {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .careers-grid>.career-grid-cols-1 {
        grid-column: span 1;
    }

    .careers-grid>.career-grid-cols-3 {
        grid-column: span 3;
    }

    .careers-grid>.career-grid-cols-4 {
        grid-column: span 4;
    }

    .careers-grid>div:last-child {
        padding-left: 62px;
        margin-top: auto;
    }

    .careers-tagline {
        color: #20419A;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .careers-title {
        font-size: 45px;
        font-weight: 600;
        color: #231F20;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    /* Center Column - Main Image */
    .careers-main-image-wrapper {
        grid-row: 1 / 3;
        position: relative;
        padding-right: 24px;
    }

    .careers-main-image {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 22px;
    }

    /* Right Column - Top: Stat Card */
    .workforce-stat-card {
        border-radius: 15px;
        padding: 24px 0;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .workforce-stat-card:hover {
        transform: translateY(-5px);
    }

    .stat-number-large {
        font-size: 64px;
        font-weight: 600;
        color: #FF6505;
        margin-bottom: 8px;
        line-height: 1;
    }

    .stat-label-large {
        font-size: 22px;
        color: #000C16;
        font-weight: 600;
        margin: 0;
    }

    /* Right Column - Bottom: Small Image */
    .careers-small-image-wrapper {
        position: relative;
    }

    .careers-small-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 22px;
        background-color: transparent;
        min-height: 200px;
    }

    /* Bottom Left - Small Image */
    .careers-bottom-image-wrapper {
        position: relative;
    }

    .careers-bottom-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 22px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        min-height: 220px;
    }

    /* Description and CTA */
    .careers-description-section {
        font-size: 16px;
        font-weight: 500;
        color: #5E5E5C;
        padding-top: 20px;
    }

    .careers-description {
        flex: 1;
        font-size: 15px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .careers-cta-btn {
        background: #4CAF50;
        color: white;
        padding: 20px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .careers-cta-btn:hover {
        background: #45a049;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .careers-title {
            font-size: 42px;
        }

        .careers-main-image {
            min-height: 400px;
        }
    }

    @media (max-width: 991px) {
        .careers-section {
            padding: 60px 0;
        }

        .careers-grid {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .careers-content {
            grid-column: 1 / 3;
            grid-row: 1;
            padding-right: 0;
            margin-bottom: 20px;
        }

        .careers-main-image-wrapper {
            grid-column: 1;
            grid-row: 2;
        }

        .workforce-stat-card {
            /* grid-column: 2;
        grid-row: 2; */
            display: none;
        }

        .careers-bottom-image-wrapper {
            grid-column: 1;
            grid-row: 3;
        }

        .careers-small-image-wrapper {
            grid-column: 2;
            grid-row: 3;
        }

        .careers-description-section {
            grid-column: 1 / 3;
            grid-row: 4;
            flex-direction: column;
            align-items: stretch;
            gap: 20px;
        }

        .careers-cta-btn {
            width: 100%;
            text-align: center;
        }

        .careers-title {
            font-size: 36px;
        }

        .careers-main-image {
            min-height: 300px;
        }
    }

    @media (max-width: 767px) {
        .careers-section {
            padding: 50px 0;
        }

        .careers-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .careers-content {
            grid-column: 1;
            margin-bottom: 15px;
        }

        .careers-tagline {
            font-size: 12px;
        }

        .careers-title {
            font-size: 30px;
        }

        .careers-main-image-wrapper {
            grid-column: 1;
            grid-row: 2;
        }

        .workforce-stat-card {
            grid-column: 1;
            grid-row: 3;
        }

        .careers-bottom-image-wrapper {
            grid-column: 1;
            grid-row: 4;
        }

        .careers-small-image-wrapper {
            grid-column: 1;
            grid-row: 5;
        }

        .careers-description-section {
            grid-column: 1;
            grid-row: 6;
        }

        .careers-description {
            font-size: 14px;
        }

        .stat-number-large {
            font-size: 44px;
        }

        .careers-main-image {
            min-height: 280px;
        }

        .careers-bottom-image,
        .careers-small-image {
            min-height: 180px;
        }
    }

    @media (max-width: 575px) {
        .careers-grid>div:last-child {
            padding-left: 0;
        }

        .careers-title {
            font-size: 26px;
        }

        .stat-number-large {
            font-size: 40px;
        }

        .careers-cta-btn {
            padding: 16px 28px;
        }
    }

    /* careers-section */




    /* toggle checkbox  */

    .toggle-checkbox input[type="checkbox"] {
        position: relative;
        appearance: none;
        width: 42px;
        height: 20px;
        background: #30314B;
        border-radius: 50px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: 0.4s;
    }

    .toggle-checkbox input:checked[type="checkbox"] {
        background: #7da6ff;
    }

    .toggle-checkbox input[type="checkbox"]::after {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        top: 4px;
        left: 5px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
        transition: 0.4s;
    }

    .toggle-checkbox input:checked[type="checkbox"]::after {
        left: 50%;
    }

    /* toggle checkbox  */




    /* fskdfjsldf  */
    .work-stories-section {
        background: #ffffff;
        padding: 80px 0;
    }

    .content-wrapper {
        display: flex;
        gap: 40px;
        overflow: hidden;
        align-items: stretch;
    }

    .left-content {
        display: flex;
        flex-direction: column;
        flex: 0 0 350px;
        padding-right: 20px;
    }

    .work-tagline {
        color: #20419A;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .work-section-title {
        font-size: 32px;
        font-weight: 600;
        color: #231F20;
        line-height: 1.3;
        margin-bottom: 35px;
    }

    .view-all-stories-btn {
        background: #4CAF50;
        color: white;
        padding: 20px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .view-all-stories-btn:hover {
        background: #45a049;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    }

    .carousel-wrapper {
        flex: 1;
        position: relative;
    }

    .owl-carousel {
        margin-bottom: 0;
    }

    .look-story-card {
        background: white;
        overflow: hidden;
        transition: all 0.4s ease;
        margin: 10px;
    }

    .look-story-card:hover {
        transform: translateY(-10px);
    }

    .look-story-image-wrapper {
        width: 100%;
        height: 240px;
        border-radius: 22px;
        overflow: hidden;
        position: relative;
    }

    .look-story-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .look-story-card:hover .story-image {
        transform: scale(1.08);
    }

    .look-story-title {
        font-size: 24px;
        font-weight: 600;
        color: #231F20;
        line-height: 1.4;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .look-story-description {
        font-size: 16px;
        color: #5E5E5C;
        font-weight: 500;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .learn-more-link {
        color: #4CAF50;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .learn-more-link:hover {
        color: #45a049;
        gap: 12px;
    }

    .learn-more-link i {
        font-size: 10px;
    }

    /* Navigation positioned on left content */
    .carousel-navigation {
        display: flex;
        gap: 15px;
        margin-top: auto;
        /* margin-top: 80px; */
    }

    .owl-nav {
        display: none !important;
    }

    .nav-button {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #20419A;
        font-size: 12px;
    }

    .nav-button:hover {
        background: #20419A;
        border-color: #20419A;
        color: white;
    }

    .nav-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .progress-indicator {
        width: 60px;
        height: 4px;
        background: #e0e0e0;
        border-radius: 2px;
        overflow: hidden;
        align-self: center;
        position: relative;
    }

    .progress-bar {
        height: 100%;
        background: #2c5aa0;
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    /* Owl Dots - hide default */
    .owl-dots {
        display: none !important;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .left-content {
            flex: 0 0 300px;
        }

        .work-section-title {
            font-size: 36px;
        }
    }

    @media (max-width: 991px) {
        .work-stories-section {
            padding: 60px 0;
        }

        .content-wrapper {
            flex-direction: column;
            gap: 30px;
        }

        .left-content {
            flex: 1;
            width: 100%;
            padding-right: 0;
        }

        .work-section-title {
            font-size: 32px;
        }

        .carousel-navigation {
            display: none;
            margin-bottom: 40px;
            justify-content: center;
        }
    }

    @media (max-width: 767px) {
        .work-stories-section {
            padding: 50px 0;
        }

        .work-tagline {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .work-section-title {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .view-all-stories-btn {
            font-size: 12px;
            text-align: center;
            padding: 16px 28px;
        }

        .story-image-wrapper {
            height: 220px;
        }

        .story-content {
            padding: 25px 20px;
        }

        .story-title {
            font-size: 17px;
        }

        .story-description {
            font-size: 13px;
        }
    }

    @media (max-width: 575px) {
        .work-section-title {
            font-size: 24px;
        }

        .nav-button {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }
    }

    /* jsdkhfsdk */






    /* purpose-section */
    .purpose-section {
        background: #ffffff;
        padding: 120px 0;
    }

    .purpose-content-wrapper {
        display: flex;
        align-items: stretch;
        gap: 52px;
    }

    .purpose-image-container {
        flex: 0 0 45%;
        position: relative;
    }

    .purpose-image {
        width: 100%;
        height: 100%;
        border-radius: 22px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        object-fit: cover;
    }

    .purpose-text-content {
        flex: 1;
        padding-left: 20px;
    }

    .purpose-tagline {
        color: #20419A;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .purpose-title {
        font-size: 44px;
        font-weight: 600;
        color: #231F20;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .purpose-description {
        font-size: 16px;
        font-weight: 500;
        color: #5E5E5C;
        line-height: 1.8;
        margin-bottom: 46px;
    }

    .purpose-cta-btn {
        background: #4CAF50;
        color: white;
        padding: 20px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    .purpose-cta-btn:hover {
        background: #45a049;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .purpose-content-wrapper {
            gap: 40px;
        }

        .purpose-title {
            font-size: 36px;
        }

        .purpose-text-content {
            padding-left: 10px;
        }
    }

    @media (max-width: 991px) {
        .purpose-section {
            padding: 60px 0;
        }

        .purpose-content-wrapper {
            flex-direction: column;
            gap: 40px;
        }

        .purpose-image-container {
            flex: 1;
            width: 100%;
        }

        .purpose-text-content {
            padding-left: 0;
        }

        .purpose-title {
            font-size: 32px;
        }
    }

    @media (max-width: 767px) {
        .purpose-section {
            padding: 50px 0;
        }

        .purpose-content-wrapper {
            gap: 30px;
            flex-direction: column-reverse;
        }

        .purpose-tagline {
            font-size: 12px;
            margin-bottom: 15px;
        }

        .purpose-title {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .purpose-description {
            font-size: 15px;
            margin-bottom: 30px;
        }

        .purpose-cta-btn {
            padding: 14px 35px;
            font-size: 12px;
            text-align: center;
        }
    }

    @media (max-width: 575px) {
        .purpose-section {
            padding: 40px 0;
        }

        .purpose-title {
            font-size: 24px;
        }

        .purpose-description {
            font-size: 14px;
        }

        .purpose-cta-btn {
            padding: 16px 28px;
        }
    }

    /* purpose-section */










    /* patient-stories-section */
    .patient-stories-section {
        background-color: #FFF7F5;
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-tagline {
        color: #20419A;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }


    .section-title {
        font-size: 48px;
        font-weight: 600;
        color: #231F20;
    }

    .view-all-btn {
        background: #4CB748;
        color: white;
        padding: 18px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .view-all-btn:hover {
        background: #45a049;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    }

    .featured-story {
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }

    .featured-story:hover {
        transform: translateY(-5px);
    }

    .featured-story-image {
        width: 100%;
        aspect-ratio: 1/.7;
        border-radius: 22px;
        object-fit: cover;
    }

    .featured-story-content {
        padding-top: 26px;
    }

    .featured-story-title {
        font-size: 32px;
        font-weight: 600;
        color: #231F20;
        margin-bottom: 24px;
        line-height: 1.4;
    }

    .learn-more-link {
        color: #44B678;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .learn-more-link i {
        margin-left: 8px;
        transition: margin-left 0.3s ease;
    }

    .learn-more-link:hover {
        color: #45a049;
    }

    .learn-more-link:hover i {
        margin-left: 12px;
    }

    .story-card {
        background: white;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 24px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
        display: flex;
        gap: 24px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .story-card:hover {
        transform: translateX(5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

    .story-card-image {
        width: 150px;
        height: 150px;
        border-radius: 12px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .story-card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .story-card-title {
        font-size: 22px;
        font-weight: 600;
        color: #231F20;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    @media (max-width: 991px) {
        .section-title {
            font-size: 28px;
        }

        .featured-story-image {
            height: 220px;
        }

        /* .story-card {
        flex-direction: column;
    } */

        .story-card-image {
            width: 100%;
            height: 180px;
        }
    }

    @media (max-width: 575px) {
        .patient-stories-section {
            padding: 50px 0;
        }

        .story-card-image {
            width: 90;
            height: 90px;
        }

        .section-header {
            margin-bottom: 30px;
        }

        .featured-story-content {
            padding-top: 20px;
            margin-bottom: 16px;
        }

        .story-card {
            gap: 10px;
            padding: 12px;
        }

        .story-card-title {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .section-tagline {
            font-size: 14px;
        }

        .section-title {
            font-size: 24px;
        }


        .featured-story-title {
            font-size: 20px;
            margin-bottom: 16px;
        }

        .featured-story-content .learn-more-link {
            font-size: 12px;
        }

        .view-all-btn {
            margin-top: 15px;
        }
    }

    /* patient-stories-section */




    /* genetics-banner-section */
    .genetics-banner-section {
        position: relative;
        min-height: 400px;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    }

    .genetics-banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .genetics-banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 100%);
        z-index: 2;
    }

    .genetics-banner-content {
        position: relative;
        z-index: 3;
        padding: 80px 0;
    }

    .genetics-content-box {
        padding: 40px;
        border-radius: 32px;
        border: 1px solid #FFF;
        box-shadow: 0px 4px 60px 0px #0000001F;
        backdrop-filter: blur(32px);
        max-width: 550px;
        animation: fadeInLeft 1s ease;
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .genetics-title {
        font-size: 48px;
        font-weight: 700;
        color: #231F20;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .genetics-btn {
        background: #4CAF50;
        color: white;
        padding: 18px 40px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }

    .genetics-btn:hover {
        background: #45a049;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
    }

    /* Responsive Styles */
    @media (max-width: 991px) {
        .genetics-banner-section {
            min-height: 350px;
        }

        .genetics-content-box {
            padding: 40px 35px;
            max-width: 76%;
        }

        .genetics-title {
            font-size: 36px;
        }

        .genetics-banner-overlay {
            background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
        }
    }

    @media (max-width: 767px) {
        .genetics-banner-section {
            display: flex;
            min-height: 450px;
        }

        .genetics-banner-section>div {
            margin-top: auto;
        }

        .genetics-banner-content {
            padding: 60px 0;
            padding-bottom: 28px;
        }

        .genetics-content-box {
            padding: 35px 25px;
        }

        .genetics-title {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .genetics-btn {
            padding: 16px 28px;
            font-size: 12px;
        }

        .genetics-banner-overlay {
            background: rgba(255, 255, 255, 0.85);
        }
    }

    @media (max-width: 575px) {
        .genetics-title {
            font-size: 28px;
        }

        .genetics-content-box {
            padding: 30px 20px;
        }
    }

    /* genetics-banner-section */







    /* core-focus-section */
    .core-focus-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #2c5aa0 0%, #1a3a6e 100%);
        background-image: url('https://cdn.apkamuaalij.com/gp-public/core-focus-bg.webp');
    }

    .focus-cards-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
        align-items: stretch;
    }

    .focus-card {
        background: white;
        border-radius: 32px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .focus-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .focus-icon {
        position: relative;
    }

    .focus-icon::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        top: 50px;
        background-color: #20419A;
    }

    .card-header-title {
        font-size: 26px;
        font-weight: 600;
        color: #231F20;
        margin-bottom: 20px;
    }

    .focus-list {
        list-style: none;
        padding: 0;
        margin: 0;
        flex: 1;
    }

    .focus-item {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 12px 0;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .focus-item:last-child {
        border-bottom: none;
    }

    .focus-item:hover {
        padding-left: 8px;
    }

    .focus-item:hover .focus-icon {
        background: #4CAF50;
        color: white;
    }

    .focus-icon {
        width: 48px;
        height: 48px;
        background-color: #F8F8FC;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #20419A;
        font-size: 18px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .focus-label {
        font-size: 18px;
        color: #231F20;
        font-weight: 500;
        margin: 0;
    }

    .center-image-card {
        background: transparent;
        border-radius: 32px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .center-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 400px;
    }

    /* Responsive Styles */
    @media (max-width: 1199px) {
        .focus-cards-wrapper {
            gap: 20px;
        }

        .focus-card {
            padding: 30px 25px;
        }

        .card-header-title {
            font-size: 18px;
        }
    }

    @media (max-width: 991px) {
        .core-focus-section {
            padding: 60px 0;
        }

        .focus-cards-wrapper {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        /* .center-image-card {
        order: -1;
    } */

        .center-image {
            min-height: 300px;
        }
    }

    @media (max-width: 767px) {
        .core-focus-section {
            padding: 50px 0;
        }

        .focus-card {
            padding: 25px 20px;
        }

        .card-header-title {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .focus-item {
            gap: 12px;
            padding: 10px 0;
        }

        .focus-icon {
            width: 36px;
            height: 36px;
            font-size: 16px;
        }

        .focus-label {
            font-size: 14px;
        }

        .center-image {
            min-height: 250px;
        }
    }

    @media (max-width: 575px) {
        .card-header-title {
            font-size: 16px;
        }

        .focus-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 6px;
        }

        .focus-icon::before {
            display: none;
        }

        .focus-item {
            gap: 10px;
        }

        .center-image {
            height: 350px;
            object-fit: cover;
            object-position: top;
        }

        .focus-icon {
            width: 34px;
            height: 34px;
            font-size: 15px;
        }

        .focus-label {
            font-size: 13px;
        }
    }

    /* core-focus-section */





    /* commitment-section */
    .commitment-section {
        background: #F8F8FC;
        padding: 60px 0 100px 0;
    }

    .section-header {
        margin-bottom: 48px;
    }

    .commitment-title {
        font-size: 44px;
        font-weight: 600;
        color: #231F20;
        line-height: 1.3;
    }

    .commitment-description {
        font-size: 20px;
        color: #5E5E5C;
        font-weight: 500;
        line-height: 1.8;
        max-width: 600px;
    }

    .commitment-content {
        display: flex;
        align-items: stretch;
        gap: 36px;
    }

    .commitment-image-wrapper {
        flex: 1;
        position: relative;
    }

    .commitment-image {
        width: 100%;
        height: 100%;
        border-radius: 22px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        object-fit: cover;
    }

    .stats-wrapper {
        flex: 0 0 300px;
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .stat-card {
        background: white;
        padding: 38px 25px;
        border-radius: 22px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        text-align: center;
    }

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .stat-card.primary {
        background: #2c5aa0;
        color: white;
    }

    .stat-number {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1;
    }

    .stat-card.primary .stat-number {
        color: white;
    }

    .stat-card:not(.primary) .stat-number {
        color: #ff6b35;
    }

    .stat-card.green .stat-number {
        color: #4CAF50;
    }

    .stat-label {
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0;
    }

    .stat-card.primary .stat-label {
        color: rgba(255, 255, 255, 0.95);
    }

    .stat-card:not(.primary) .stat-label {
        color: #333;
    }

    /* Responsive Styles */
    @media (max-width: 991px) {
        .commitment-section {
            padding: 60px 0;
        }

        .commitment-title {
            font-size: 36px;
        }

        .commitment-content {
            flex-direction: column;
        }

        .stats-wrapper {
            flex: 1;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }
    }

    @media (max-width: 767px) {
        .commitment-section {
            padding: 50px 0;
        }

        .section-header {
            margin-bottom: 35px;
        }

        .commitment-title {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .commitment-description {
            font-size: 15px;
        }

        .commitment-content {
            gap: 30px;
        }

        .stat-card {
            padding: 25px 20px;
        }

        .stat-number {
            font-size: 40px;
        }

        .stat-label {
            font-size: 13px;
        }
    }

    @media (max-width: 575px) {
        .commitment-title {
            font-size: 24px;
        }

        .commitment-description {
            font-size: 14px;
        }

        .stats-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .stats-wrapper>.stat-card.primary {
            order: -1;
            grid-column: span 2;
        }

        .stat-number {
            font-size: 36px;
        }
    }

    /* commitment-section */








    /* genetics-footer */
    .genetics-footer {
        background: #000C16;
        background-image: url('https://cdn.apkamuaalij.com/gp-public/footer-bg.png');
        padding-top: 84px;
        color: #ffffff;
    }

    .footer-logo {
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }

    .footer-logo::before {
        content: '';
        width: 30px;
        height: 30px;
        background: #4CAF50;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block;
    }

    .footer-section-title {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

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

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

    .footer-links a {
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .footer-links a:hover {
        color: #4CAF50;
        transform: translateX(5px);
    }

    .social-icons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        background: #4CAF50;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .social-icon:hover {
        background: #45a049;
        color: #000C16;
        transform: translateY(-3px);
    }

    .footer-bottom {
        padding: 24px 0;
        border-top: 1px solid #FFFFFF;
    }

    .copyright-text {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

    /* Responsive Styles */
    @media (max-width: 991px) {
        .genetics-footer {
            padding: 50px 0 0;
        }

        .footer-logo {
            margin-bottom: 30px;
        }

        .footer-section {
            margin-bottom: 35px;
        }
    }

    @media (max-width: 767px) {
        .genetics-footer {
            padding: 40px 0 0;
        }

        .footer-logo {
            font-size: 24px;
            justify-content: center;
            margin-bottom: 25px;
        }

        .footer-section {
            margin-bottom: 20px;
        }

        .footer-section-title {
            margin-bottom: 20px;
        }

        /* .social-icons {
        justify-content: center;
    } */

        .footer-bottom {
            margin-top: 30px;
            padding: 20px 0;
        }

        .copyright-text {
            font-size: 12px;
        }
    }

    @media (max-width: 575px) {
        .footer-logo {
            font-size: 22px;
        }

        .footer-logo::before {
            width: 25px;
            height: 25px;
        }

        .social-icon {
            width: 36px;
            height: 36px;
            font-size: 14px;
        }
    }

    /* genetics-footer */