    /* 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;
            }
    
            .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;
            }
    
            .nav-divider {
                width: 1px ;
                height: 40px;
                background-color: #C2C2C2;
            }

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

            .mobile_menu .slicknav_menu .slicknav_btn {
                top: -50px !important;
            }
    
            .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;
                }
    
                .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/all-products-hero-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;
    }
    
    .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-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;
        }
    
        .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 */
    
    
    





    /* pharma-container */
    .pharma-container {
        min-height: 100vh;
        padding: 56px 0;
    }

    .pharma-header-titletabs-wrapper {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .pharma-header-titletabs-wrapper > h2 {
        font-size: 28px;
        font-weight: 600;
        color: #231F20;
        width: 305px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .pharma-tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .pharma-tab-btn {
        padding: 10px 24px;
        border: none;
        border-radius: 20px;
        background-color: #e9ecef;
        color: #495057;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s;
    }

    .pharma-tab-btn.active-pharma-tab {
        background-color: #2c5aa0;
        color: white;
        font-size: 16px;
        font-weight: 500;
    }

    .pharma-tab-btn:hover {
        background-color: #dee2e6;
    }

    .pharma-tab-btn.active-pharma-tab:hover {
        background-color: #1e3f75;
    }

    .pharma-main-layout {
        display: flex;
        gap: 30px;
    }

    .pharma-sidebar {
        width: 305px;
        background-color: white;
        border-radius: 16px;
        border: 1px solid #E0E0E0;
        height: fit-content;
    }

    .pharma-sidebar-title {
        font-size: 18px;
        font-weight: 600;
        color: #20419A;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #E0E0E0;
    }

    .pharma-category-list {
        list-style: none;
        padding: 10px;
        margin: 0;
    }

    .pharma-category-list .pharma-category-item:first-child {
        /* pointer-events: none; */
    }

    .pharma-category-item {
        padding: 10px 12px;
        cursor: pointer;
        border-radius: 6px;
        transition: background-color 0.2s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #E0E0E0;
    }

    .pharma-subcategory-item  {
        color: #5E5E5C;
        font-size: 16px;
        font-weight: 500;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pharma-category-item:hover {
        background-color: #f8f9fa;
    }

    .pharma-category-item.active-pharma-category {
        background-color: #e7f1ff;
        color: #2c5aa0;
        font-weight: 500;
    }

    .pharma-category-icon {
        font-size: 12px;
        color: #6c757d;
    }

    .pharma-content {
        flex: 1;
        background-color: white;
        border-radius: 8px;
        /* padding: 30px; */
        /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    }

    .pharma-content-header {
        display: flex;
        display: none;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .pharma-alphabet-nav {
        display: flex;
        gap: 8px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .pharma-alphabet-btn {
        width: 36px;
        height: 36px;
        border: 1px solid #dee2e6;
        background-color: white;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: #495057;
        transition: all 0.2s;
    }

    .pharma-alphabet-btn:hover {
        background-color: #f8f9fa;
        border-color: #2c5aa0;
    }

    .pharma-alphabet-btn.active-pharma-letter {
        background-color: #2c5aa0;
        color: white;
        border-color: #2c5aa0;
    }

    .pharma-search-box {
        position: relative;
        max-width: 300px;
    }

    .pharma-search-input {
        width: 100%;
        padding: 10px 40px 10px 15px;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        outline: none;
    }

    .pharma-search-input:focus {
        border-color: #2c5aa0;
        box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.1);
    }

    .pharma-search-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    .modern-alphabet-nav-wrapper {
        max-width: 420px !important;
    }

    .pharma-download-btn {
        background-color: transparent;
        color: #494949;
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s;
    }

    .pharma-download-btn:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .pharma-section-title {
        font-size: 28px;
        font-weight: 700;
        color: #231F20;
        margin-bottom: 0px;
    }

    .pharma-product-table {
        width: 100%;
        border-radius: 20px;
        border-spacing: 0 10px;
        border: 1px solid #AAB4D1;
        border-collapse: separate;
    }

    .pharma-table-header {
        background-color: #FFF;
        border-radius: 8px;
    }

    .pharma-table-header th {
        text-align: left;
        font-weight: 600;
        color: #231F20;
        font-size: 20px;
        background-color: #FFF;
        padding: 8px 15px 20px 15px;
        border-bottom: 1px solid #AAB4D1;
    }

    .pharma-table-header th:first-child {
        border-top-left-radius: 8px;
    }

    .pharma-table-header th:last-child {
        border-top-right-radius: 8px;
    }

    .pharma-table-row {
        background-color: white;
        transition: all 0.2s;
    }

    table .pharma-table-row:last-child td {
        border: none;
    }

    .pharma-table-row:hover {
        background-color: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .pharma-table-row td {
        padding: 8px 15px 20px 15px;
        border-bottom: 1px solid #e9ecef;
        font-size: 18px;
        font-weight: 500;
        color: #494949;
    }

    table .pharma-table-row:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    table .pharma-table-row:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .pharma-subcategory-title {
        font-size: 24px;
        font-weight: 500;
        color: #494949;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .pharma-subcategory-title:first-of-type {
        margin-top: 0;
    }

    @media (max-width: 992px) {
        .pharma-main-layout {
            flex-direction: column;
        }

        .pharma-sidebar {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .pharma-content-header {
            flex-direction: column;
            gap: 15px;
        }

        .pharma-container {
            padding: 40px 0;
        }

        .pharma-header-titletabs-wrapper {
            flex-direction: column;
            gap: 20px;
            margin-bottom: 26px;
        }

        .pharma-header-titletabs-wrapper h2, .pharma-header-titletabs-wrapper .pharma-tabs {
            margin-bottom: 0;
        }

        .pharma-header-titletabs-wrapper > h2 {
            font-size: 20px;
        }

        .pharma-tab-btn.active-pharma-tab {
            font-size: 14px;
        }

        .pharma-search-box {
            max-width: 100%;
        }

        .pharma-table-row td {
            font-size: 12px;
            padding: 10px;
        }
    }
    /* pharma-container */




    
    
    
    
    
    
    
    /* 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 */