    body {
        background-color: #F9F9F9;
    }

    .header2 {
        max-width: unset !important;
        margin: unset !important;
        background-color: #161f37 !important;
        scroll-snap-align: start;
    }

    .hero h1 {
        color: #fff;
        line-height: 1.15;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .hero h1 .big {
        font-size: 40px;
        font-weight: 700;
    }

    .hero h1 .mid {
        font-size: 22px;
        font-weight: 400;
    }

    .hero h1 .small {
        display: block;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    @media (max-width: 768px) {
        .hero h1 {
            line-height: 1.2;
            letter-spacing: 0.3px;
            margin-bottom: 16px;
        }

        .hero h1 .big {
            font-size: 28px;
        }

        .hero h1 .mid {
            font-size: 16px;
        }

        .hero h1 .small {
            font-size: 28px;
            margin-top: 10px;
            letter-spacing: 0.6px;
        }
    }



    .hero {
        /* background-image: url(../img/qualityhero.png); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #fff;
    }

    @media (min-width: 992px) {

        .hero h1,
        .hero .hero-desc {
            max-width: 45%;
        }
    }


    .target {
        background: #fff;
        color: #183A5C;
        scroll-snap-align: start;
    }

    .target .target-inner {
        display: flex;
        align-items: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .target .content {
        flex: 0 1 42%;
        min-width: 280px;
    }

    .target .content p {
        font-size: 16px;
        line-height: 1.65;
        color: #183A5C;
        margin: 0;
    }

    /* Image Gallery Styles from Career */
    .target .images {
        flex: 1 1 52%;
        min-width: 300px;
        position: relative;
        min-height: 650px;
        max-width: 770px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .target .images img {
        max-width: 100%;
        height: auto;
    }

    .target .images .staj-img {
        position: absolute;
        object-fit: cover;
        border-radius: 2px;
        opacity: 1;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .target .images .staj-img:hover {
        opacity: 1;
        z-index: 10;
        transform: scale(1.02);
    }

    .target .images .staj-img-1 {
        top: 70px;
        left: 415px;
        width: 295px;
        height: 195px;
        z-index: 2;
    }

    .target .images .staj-img-main {
        top: 0;
        left: 0;
        width: 395px;
        height: 430px;
        z-index: 1;
    }

    .target .images .staj-img-3 {
        top: 285px;
        right: 0;
        width: 355px;
        height: 310px;
        z-index: 3;
    }

    .target .images .staj-img-4 {
        top: 450px;
        left: 100px;
        width: 295px;
        height: 200px;
        z-index: 2;
    }

    .quality_policy {
        padding: 100px 0;
        background-color: #fff;
        background-image: url(../img/productsbg.png);
        /* Intersection lines pattern */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #183A5C;
        scroll-snap-align: start;
        position: relative;
    }

    .quality_policy_inner {
        display: flex;
        gap: 60px;
        align-items: center;
        justify-content: space-between;
    }

    .quality_policy .content {
        flex: 0 1 65%;
    }

    .quality_policy .content h2 {
        font-size: 42px;
        color: #183A5C;
    }

    .quality_policy .content .text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 25px;
        color: #183A5C;
        text-align: justify;
    }

    .quality_policy .documents_list {
        flex: 0 1 30%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .quality_policy .doc_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px 15px;
        border: 1px solid #C5CFDB;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .quality_policy .doc_item span {
        font-size: 14px;
        font-weight: 600;
        color: #183A5C;
        text-transform: uppercase;
    }

    .quality_policy .doc_item .icon_box {
        background-color: #11365F;
        display: flex;
        align-items: center;
        padding: 8px;
        justify-content: center;
    }

    .quality_policy .doc_item .icon_box img {
        width: 20px;
        height: auto;
        filter: brightness(0) invert(1);
    }

    .quality_policy .doc_item:hover {
        border-color: #11365F;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transform: translateY(-2px);
    }

    .health_security {
        padding: 100px 0;
        scroll-snap-align: start;
        background-color: #fff;
    }

    .health_security_inner {
        display: flex;
        gap: 100px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .health_security .content_left {
        flex: 0 1 50%;
    }

    .health_security .content_left h2 {
        font-size: 48px;
        color: #11365F;
        margin-bottom: 40px;
        font-weight: 800;
    }

    .health_security .description p {
        font-size: 16px;
        line-height: 1.6;
        color: #183A5C;
        margin-bottom: 20px;
    }

    .health_security .custom_list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .health_security .custom_list li {
        font-size: 16px;
        line-height: 1.8;
        color: #183A5C;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .health_security .custom_list li::before {
        content: "•";
        color: #11365F;
        font-weight: bold;
    }

    .health_security .slider_right {
        flex: 0 1 40%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .health_security .slider_header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
    }

    .health_security .slider_controls {
        display: flex;
        gap: 8px;
    }

    .health_security .control_btn {
        width: 44px;
        height: 40px;
        background-color: #11365F;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .health_security .control_btn:hover {
        background-color: #377EC2;
    }

    .health_security .slider_right .items .item {
        background-color: #fff;
        border: 1px solid #F0F0F0;
        padding: 25px 35px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    .health_security .item_header {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .health_security .item_header .icon_box {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
    }

    .health_security .item_header h3 {
        font-size: 24px;
        font-weight: 800;
        color: #11365F;
        margin: 0;
        letter-spacing: -0.5px;
    }

    .health_security .slider_right .item p {
        font-size: 15px;
        line-height: 1.5;
        color: #183A5C;
        margin: 0;
    }

    .health_security .pdf_link {
        display: flex;
        padding: 12px 18px;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        border: 1px solid #EAEAEA;
        text-decoration: none;
        transition: all 0.3s ease;
        padding-left: 20px;
        margin-top: 10px;
    }

    .health_security .pdf_link span {
        font-size: 13px;
        font-weight: 600;
        color: #11365F;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .health_security .pdf_link .icon_box {
        background-color: #11365F;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .health_security .pdf_link .icon_box img {
        width: 20px;
        filter: brightness(0) invert(1);
    }

    .health_security .pdf_link:hover {
        border-color: #11365F;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }


    .info_security {
        min-height: 750px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        scroll-snap-align: start;
        display: flex;
        align-items: flex-start;
    }

    .info_security_inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 80px;
        width: 100%;
        align-items: flex-start;
    }

    .info_security .title_box {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 20px;
    }

    .info_security .title_box h2 {
        font-size: 56px;
        line-height: 1.1;
        font-weight: 800;
        margin: 0;
        letter-spacing: -1px;
        text-transform: uppercase;
    }

    .info_security .left_text {
        grid-column: 1;
        grid-row: 2;
    }

    .info_security .right_text {
        grid-column: 2;
        grid-row: 2;
    }

    .info_security .text_group p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 25px;
        color: rgba(255, 255, 255, 0.9);
        text-align: justify;
    }

    .info_security .text_group p:last-child {
        margin-bottom: 0;
    }

    .lab_results {
        padding: 100px 0;
        scroll-snap-align: start;
        background-color: #F9F9F9;
    }

    .lab_results_inner {
        display: flex;
        flex-direction: column;
    }

    .lab_results h2 {
        font-size: 48px;
        line-height: 1.1;
        font-weight: 800;
        color: #11365F;
        margin: 0 0 40px 0;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

    .lab_results .description {
        font-size: 16px;
        line-height: 1.7;
        color: #183A5C;
        max-width: 850px;
        margin-bottom: 65px;
    }

    .lab_results .subtitle_box {
        display: flex;
        align-items: center;
        padding: 5px 0 5px 0px;
        margin-bottom: 45px;
    }

    .lab_results .subtitle_box p {
        font-size: 17px;
        font-weight: 800;
        color: #11365F;
        margin: 0;
        line-height: 1.4;
    }

    .lab_results .items_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .lab_results .item_card {
        background-color: #fff;
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        min-height: 80px;
    }

    .lab_results .item_card span {
        font-size: 16px;
        font-weight: 800;
        color: #11365F;
        line-height: 1.3;
    }


    .policies {
        display: flex;
        margin: auto;
        gap: 100px;
        scroll-snap-align: start;
        margin-bottom: 50px;
    }

    .policies .tabs {
        width: 30%;
    }

    .policies .tabs .tab_links {
        position: sticky;
        top: 20px;
    }

    .policies .tabs .tab_links a {
        padding: 25px 40px;
        background-color: #FAFAFA;
        font-size: 24px;
        display: block;
        text-decoration: none;
        margin-bottom: 5px;
        color: #183A5C;
    }

    .policies .tabs .tab_links a.active {
        background-color: #377EC2;
        color: #fff;
    }

    .policies .tab_content {
        width: 70%;
        display: none;
    }

    .policies .tab_content.active {
        display: block;
    }

    .policies .tab_content p {
        white-space: break-spaces
    }

    @media only screen and (max-width: 991px) {
        .hero {
            padding: 65px 20px
        }

        .target {
            padding: 40px 20px 60px;
        }

        .target .target-inner {
            flex-direction: column;
            gap: 32px;
        }

        .target .content {
            flex: 1 1 100%;
        }

        .target .images {
            flex: 1 1 100%;
            min-height: auto;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .target .images .staj-img {
            position: relative;
            width: 100% !important;
            height: auto !important;
            max-width: unset !important;
            top: unset !important;
            left: unset !important;
            right: unset !important;
            bottom: unset !important;
            z-index: 1 !important;
        }

        .quality_policy {
            padding: 60px 20px;
        }

        .quality_policy_inner {
            flex-direction: column;
            gap: 40px;
        }

        .quality_policy .content,
        .quality_policy .documents_list {
            flex: 1 1 100%;
            width: 100%;
        }

        .quality_policy .content h2 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .health_security {
            padding: 60px 20px;
        }

        .health_security_inner {
            flex-direction: column;
            gap: 40px;
        }

        .health_security .content_left,
        .health_security .slider_right {
            flex: 1 1 100%;
            width: 100%;
        }

        .health_security .content_left h2 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .info_security {
            padding: 80px 20px;
            min-height: auto;
        }

        .info_security_inner {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .info_security .title_box,
        .info_security .left_text,
        .info_security .right_text {
            grid-column: 1;
            grid-row: auto;
        }

        .info_security .title_box h2 {
            font-size: 32px;
        }

        .lab_results {
            padding: 60px 20px;
        }

        .lab_results h2 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .lab_results .description {
            margin-bottom: 40px;
        }

        .lab_results .subtitle_box {
            padding-left: 20px;
            margin-bottom: 30px;
        }

        .lab_results .subtitle_box p {
            font-size: 15px;
        }

        .lab_results .items_grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .lab_results .item_card {
            padding: 25px 30px;
            min-height: auto;
        }

        .policies {
            flex-direction: column;
            gap: 30px;
        }

        .policies .tabs,
        .policies .tab_content {
            width: 100%;
        }

        .policies .tabs .tab_links {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding-bottom: 15px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            /* Firefox */
        }

        .policies .tabs .tab_links::-webkit-scrollbar {
            display: none;
            /* Safari and Chrome */
        }

        .policies .tabs .tab_links a {
            padding: 15px 25px;
            white-space: nowrap;
            font-size: 16px;
            margin-bottom: 0;
            flex: 0 0 auto;
        }

        .policies_container {
            padding: 40px 20px;
        }
    }

    /* Custom Quality Grid Styles */
    .custom-quality-grid {
        display: flex;
        gap: 15px;
        width: 100%;
        position: relative;
        align-items: flex-start;
    }

    .custom-quality-grid .col-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 45%;
        position: relative;
        margin-top: 50px; /* Sol sütun aşağıda başlıyor */
    }

    .custom-quality-grid .col-right {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 58%;
        position: relative;
    }

    .custom-quality-grid img {
        width: 100%;
        object-fit: cover;
        display: block;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        opacity: 0.6;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .custom-quality-grid img:hover {
        opacity: 1;
        transform: scale(1.1);
        z-index: 10;
    }

    /* Sol sütun: Küçük görseller */
    .custom-quality-grid .col-left img:nth-child(1) {
        height: 160px;
        width: 90%;
        margin-left: auto; /* Sağa yasla - offset efekti */
    }
    .custom-quality-grid .col-left img:nth-child(2) {
        height: 200px;
    }
    
    /* Sağ sütun: Büyük görseller */
    .custom-quality-grid .col-right img:nth-child(1) {
        height: 280px;
    }
    .custom-quality-grid .col-right img:nth-child(2) {
        height: 200px;
        width: 85%;
    }

    @media (max-width: 991px) {
        /* Target section: Görseller üstte, yazı altta */
        .target .target-inner {
            flex-direction: column;
        }
        
        .target .images {
            order: -1; /* Görselleri üste taşı */
            width: 100%;
            min-height: auto;
            margin-top: 0;
        }
        
        .target .content {
            order: 1;
            width: 100%;
        }

        /* Grid yapısını koru, boyutları küçült */
        .custom-quality-grid {
            flex-direction: row; /* Yan yana kalsın */
            gap: 6px;
        }

        .custom-quality-grid .col-left,
        .custom-quality-grid .col-right {
            width: 50%;
            margin-top: 0;
            gap: 6px;
        }
        
        .custom-quality-grid .col-right {
            margin-top: 40px; /* Offset'i koru ama küçült */
        }
        
        .custom-quality-grid .col-left img:nth-child(1) {
            height: 100px;
            width: 85%;
            margin-left: auto;
        }
        .custom-quality-grid .col-left img:nth-child(2) {
            height: 160px;
            width: 100%;
        }
        .custom-quality-grid .col-right img:nth-child(1) {
            height: 160px;
            width: 100%;
        }
        .custom-quality-grid .col-right img:nth-child(2) {
            height: 100px;
            width: 85%;
        }
    }