:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;

    --bs-gray: #ced4da;
    --bs-gray-dark: #343a40;

    --bs-gray-100: #f0f3f2;
    --bs-gray-200: #ecf0ef;
    --bs-gray-300: #dfe2e1;
    --bs-gray-400: #c1c7c6;
    --bs-gray-500: #889397;
    --bs-gray-600: #5c6c75;
    --bs-gray-700: #3d4f58;
    --bs-gray-800: #21313c;
    --bs-gray-900: #001e2b;

    --bs-primary: #0364a7;
    --bs-secondary: #00456e;
    --bs-success: #198754;
    --bs-info: #016bf8;
    --bs-warning: #ffc107;
    --bs-danger: #db3030;
    --bs-light: #f0f3f2;
    --bs-dark: #001e2b;

    --bs-light-primary: #b3d5ec;
    --bs-light-secondary: #aac6da;
    --bs-light-success: #ceefce;
    --bs-light-info: #cce1fe;
    --bs-light-warning: #fff3cd;
    --bs-light-danger: #f8d6d6;

    --bs-dark-primary: #024272;
    --bs-dark-secondary: #002c4a;
    --bs-dark-success: #0f5d3f;
    --bs-dark-info: #0143a6;
    --bs-dark-warning: #ffbb00;
    --bs-dark-danger: #d80806;

    --bs-primary-rgb: 3, 100, 167;
    --bs-secondary-rgb: 0, 69, 110;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 1, 107, 248;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 219, 48, 48;
    --bs-light-rgb: 240, 243, 242;
    --bs-dark-rgb: 0, 30, 43;

    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;

    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;

    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 12px;
    --bs-border-radius-sm: 8px;
    --bs-border-radius-lg: 16px;
    --bs-border-radius-xl: 20px;
    --bs-border-radius-xxl: 24px;
    --bs-border-radius-2xl: 24px;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

body {
    font-family: "Inter", "Poppins", sans-serif;
    font-family: "Khand", sans-serif;

}

.btn.title,
.btn.title:focus-visible,
.btn.title:focus,
.btn.title:active {
    border: 0;
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-btn-disabled-color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-check + .btn:hover {
    color: var(--bs-white);
}

.bg-gray {
    background: var(--bs-gray);
}

.bg-gray-dark {
    background: var(--bs-gray-dark);
}

.bg-gray-100 {
    background: var(--bs-gray-100);
}

.bg-gray-200 {
    background: var(--bs-gray-200);
}

.bg-gray-300 {
    background: var(--bs-gray-300);
}

.bg-gray-400 {
    background: var(--bs-gray-400);
}

.bg-gray-500 {
    background: var(--bs-gray-500);
}

.bg-gray-600 {
    background: var(--bs-gray-600);
}

.bg-gray-700 {
    background: var(--bs-gray-700);
}

.bg-gray-800 {
    background: var(--bs-gray-800);
}

.bg-gray-900 {
    background: var(--bs-gray-900);
}

.bg-light-primary {
    background: var(--bs-light-primary);
}

.bg-light-secondary {
    background: var(--bs-light-secondary);
}

.bg-light-success {
    background: var(--bs-light-success);
}

.bg-light-info {
    background: var(--bs-light-info);
}

.bg-light-danger {
    background: var(--bs-light-danger);
}

.bg-light-warning {
    background: var(--bs-light-warning);
}

.bg-dark-primary {
    background: var(--bs-dark-primary);
}

.bg-dark-secondary {
    background: var(--bs-dark-secondary);
}

.bg-dark-success {
    background: var(--bs-dark-success);
}

.bg-dark-info {
    background: var(--bs-dark-info);
}

.bg-dark-danger {
    background: var(--bs-dark-danger);
}

.bg-dark-warning {
    background: var(--bs-dark-warning);
}

.py-100 {
    padding: 100px 0 !important;
}

.py-50 {
    padding: 50px 0 !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.my-100 {
    margin: 100px 0 !important;
}

.my-50 {
    margin: 50px 0 !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.text-grey {
    color: #00456ec4;
}

.text-max {
    max-width: 400px;
}

.text-shadow-none {
    text-shadow: none;
}

.text-shadow-sm {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.text-shadow-md {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.text-shadow-lg {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.text-shadow-xl {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.notyf__toast {
    background: var(--bs-info);
    border-radius: 12px !important;
}

.notyf__toast .notyf__message {
    font-size: 12px;
}

.accordion-custom {
    .accordion-item {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .accordion-button {
        background-color: var(--bs-white);
        font-weight: bold;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--bs-light-info);
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: var(--bs-light-info);
        transition: all 0.3s ease;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:after {
        content: none;
    }

    .accordion-body {
        background-color: #fff;
        padding: 15px;
        font-size: 16px;
        border-radius: 0 0 10px 10px;
    }
}

.accordion-custom-white {
    .accordion-item {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .accordion-button {
        background-color: var(--bs-white);
        font-weight: bold;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--bs-white);
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: var(--bs-white);
        transition: all 0.3s ease;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:after {
        content: none;
    }

    .accordion-body {
        background-color: #fff;
        padding: 15px;
        font-size: 16px;
        border-radius: 0 0 10px 10px;
    }
}

.accordion-custom-ssq {
    .accordion-item {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        box-shadow: var(--bs-box-shadow);
    }

    .accordion-button {
        background-color: var(--bs-white);
        font-weight: bold;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--bs-white);
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: var(--bs-white);
        transition: all 0.3s ease;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-body {
        background-color: #fff;
        padding: 15px;
        font-size: 16px;
        border-radius: 0 0 10px 10px;
    }
}

.badge.text-bg-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-success {
    background: var(--bs-success) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-danger {
    background: var(--bs-danger) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-warning {
    background: var(--bs-warning) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-info {
    background: var(--bs-info) !important;
    color: var(--bs-white) !important;
}

.badge.text-bg-light {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.badge.text-bg-dark {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.btn {
    transition: .4s;
}

.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary:hover {
    background: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    box-shadow: none;
}

.btn-secondary {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:active,
.btn-secondary:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    box-shadow: none;
}

.btn-success {
    background: var(--bs-success);
    border-color: var(--bs-success);
}

.btn-success:focus,
.btn-success:focus-visible,
.btn-success:active,
.btn-success:hover {
    background: var(--bs-dark-success) !important;
    border-color: var(--bs-dark-success) !important;
    box-shadow: none;
}

.btn-danger {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
}

.btn-danger:focus,
.btn-danger:focus-visible,
.btn-danger:active,
.btn-danger:hover {
    background: var(--bs-dark-danger) !important;
    border-color: var(--bs-dark-danger) !important;
    box-shadow: none;
}

.btn-warning {
    background: var(--bs-warning);
    border-color: var(--bs-warning);
    color: var(--bs-white);
}

.btn-warning:focus,
.btn-warning:focus-visible,
.btn-warning:active,
.btn-warning:hover {
    color: var(--bs-white);
    background: var(--bs-dark-warning) !important;
    border-color: var(--bs-dark-warning) !important;
    box-shadow: none;
}

.btn-info {
    background: var(--bs-info);
    border-color: var(--bs-info);
    color: var(--bs-white);
}

.btn-info:focus,
.btn-info:focus-visible,
.btn-info:active,
.btn-info:hover {
    color: var(--bs-white);
    background: var(--bs-dark-info) !important;
    border-color: var(--bs-dark-info) !important;
    box-shadow: none;
}

.btn-light {
    background: var(--bs-light);
    border-color: var(--bs-light);
}

.btn-light:focus,
.btn-light:focus-visible,
.btn-light:active,
.btn-light:hover {
    background: var(--bs-gray-300) !important;
    border-color: var(--bs-gray-300);
    box-shadow: none;
}

.btn-outline-primary {
    background: none;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: none;
}

.btn-outline-secondary {
    background: none;
    border-color: var(--bs-secondary);
    color: var(--bs-secondary);
}

.btn-outline-secondary:focus,
.btn-outline-secondary:focus-visible,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    background: var(--bs-secondary) !important;
    border-color: var(--bs-secondary);
    box-shadow: none;
}

.btn-outline-success {
    background: none;
    border-color: var(--bs-success);
    color: var(--bs-success);
}

.btn-outline-success:focus,
.btn-outline-success:focus-visible,
.btn-outline-success:active,
.btn-outline-success:hover {
    background: var(--bs-success) !important;
    border-color: var(--bs-success);
    box-shadow: none;
}

.btn-outline-danger {
    background: none;
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.btn-outline-danger:focus,
.btn-outline-danger:focus-visible,
.btn-outline-danger:active,
.btn-outline-danger:hover {
    background: var(--bs-danger) !important;
    border-color: var(--bs-danger);
    box-shadow: none;
}

.btn-outline-warning {
    background: none;
    border-color: var(--bs-warning);
    color: var(--bs-warning);
}

.btn-outline-warning:focus,
.btn-outline-warning:focus-visible,
.btn-outline-warning:active,
.btn-outline-warning:hover {
    background: var(--bs-warning) !important;
    border-color: var(--bs-warning);
    box-shadow: none;
}

.btn-outline-info {
    background: none;
    border-color: var(--bs-info);
    color: var(--bs-info);
}

.btn-outline-info:focus,
.btn-outline-info:focus-visible,
.btn-outline-info:active,
.btn-outline-info:hover {
    background: var(--bs-info) !important;
    color: var(--bs-white);
    border-color: var(--bs-info);
    box-shadow: none;
}

.btn-outline-light {
    background: none;
    border-color: var(--bs-light);
    color: var(--bs-gray-dark);
}

.btn-outline-light:focus,
.btn-outline-light:focus-visible,
.btn-outline-light:active,
.btn-outline-light:hover {
    background: var(--bs-light) !important;
    color: var(--bs-gray-dark);
    border-color: var(--bs-light);
    box-shadow: none;
}

.btn-primary.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(0, 69, 110, 0.1),
    0 .375rem .75rem -0.125rem rgba(0, 69, 110, 0.4);
}

.btn-secondary.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(3, 100, 167, 0.1),
    0 .375rem .75rem -0.125rem rgba(3, 100, 167, 0.4);
}

.btn-success.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(25, 135, 84, 0.1),
    0 .375rem .75rem -0.125rem rgba(25, 135, 84, 0.4);
}

.btn-danger.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(219, 48, 48, 0.1),
    0 .375rem .75rem -0.125rem rgba(219, 48, 48, 0.4);
}

.btn-warning.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(255, 193, 7, 0.1),
    0 .375rem .75rem -0.125rem rgba(255, 193, 7, 0.4);
}

.btn-info.btn-animation-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(1, 107, 248, 0.1),
    0 .375rem .75rem -0.125rem rgba(1, 107, 248, 0.4);
}

.btn.btn-animation-scala:hover {
    transform: scale(1.1);
}

.btn.btn-animation-scala-sm:hover {
    transform: scale(1.05);
}

.btn.btn-animation-scala-md:hover {
    transform: scale(1.2);
}

.btn.btn-animation-scala-lg:hover {
    transform: scale(1.3);
}

.btn.btn-animation-button-3d {
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 4px #024d7d;
    transition: all 0.2s ease-in-out;
}

.btn.btn-animation-button-3d:active {
    box-shadow: 0 2px #024d7d;
    transform: translateY(2px);
}

.btn.btn-animation-floating:hover {
    transform: translateY(-5px);
}

.btn.btn-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card {
    transition: .4s;
}

.card.hover-shadow:hover {
    box-shadow: 0 .25rem .25rem .125rem rgba(0, 69, 110, 0.1),
    0 .375rem .75rem -0.125rem rgba(0, 69, 110, 0.4);
}

.card.hover-scale:hover {
    transform: scale(1.05);
}

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

.offcanvas-backdrop {
    background: #161c2d;
}

.offcanvas-backdrop.show {
    opacity: 0.8;
}

.modal-backdrop {
    --bs-backdrop-bg: #161c2d;
    --bs-backdrop-opacity: 0.8;
}

.modal-content {
    border-color: var(--bs-modal-bg);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    --bs-tooltip-color: var(--bs-white);
}

.header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    z-index: 1040;
}

.header {
    transform: translateY(0%);
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    opacity: 1;
    z-index: 1040;
}

.header.shrink {
    margin-top: 10px;
    height: 60px;
    border-radius: 12px;
    background-color: var(--bs-white);
    box-shadow: var(--bs-box-shadow);
}

.header .header-logo {
    height: 50px;
    width: auto;
}

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

.header .header-logo.white {
    display: block;
}

.header.shrink .header-logo.white {
    display: none;
}

.header .header-logo.dark {
    display: none;
}

.header.shrink .header-logo.dark {
    display: block;
}

.header .nav-link {
    color: var(--bs-white);
}

.header.shrink .nav-link {
    color: var(--bs-primary);
}

.footer-wrapper {
    position: relative;
    margin-top: 24px;
}

.footer-menu {
    padding: 60px 20px 140px;
    background-color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-align: center;
}

.footer-menu .footer-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.footer-menu .footer-menu-list .footer-menu-item {
    color: var(--bs-secondary);
    text-decoration: none;

}

.footer-menu .footer-menu-list a.footer-menu-item:hover {
    color: var(--bs-primary);
}

.footer-menu .footer-logo {
    height: 60px;
    width: auto;
}

.footer-waves-area {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 160px;
}

.waves {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background-color: transparent;
}

.wave-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%; /* dalganın daha rahat hareket etmesi için genişletildi */
    height: 100%;
    animation: moveWave 10s linear infinite;
}

.layer1 {
    height: 112%;
}

.layer2 {
    animation-delay: -3s;
}

.layer3 {
    animation-delay: -6s;
}

.layer4 {
    animation-delay: -9s;
}

.layer5 {
    animation-delay: -12s;
    animation: moveWave 5s linear infinite;
}

@keyframes moveWave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.footer-social-media-area {
    position: relative;
    z-index: 3;
    background-color: #00456e;
    padding: 12px 0;
}

.footer-social-media-area a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social-media-area a:hover {
    color: #ccc;
}

.footer-bottom-area {
    padding: 12px;
    text-align: center;
    background-color: #00456e;
    color: var(--bs-white);
}

.section-primary.section-top {
    padding: 60px 0;
    /* mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 25%, #000 75%, rgba(0, 0, 0, 0) 100%); */
}

.section-banner {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    min-height: 400px;
    padding-top: 100px;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

.section {
    position: relative;
    z-index: 1;
}

.blog-section {
    border-radius: 0 0 40px 40px;
}

.section-banner-title-area {
    position: relative;
    z-index: 4;
    text-align: center;
    padding-top: 32px;
}

.automation-find-sticker-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
}

.automation-find-sticker {
    position: absolute;
    z-index: 3;
    height: auto;
    width: 50%;
    top: 40px;
    box-shadow: -300px 100px 300px rgba(80, 26, 232, .2), 300px -100px 300px rgba(36, 161, 252, .2);
    border-radius: 64px;
}

@media (max-width: 1199px) {
    .automation-find-sticker {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .automation-find-sticker {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .automation-find-sticker {
        width: 112%;
    }
}

@media (max-width: 575px) {
    .automation-find-sticker {
        width: 100%;
    }

    .automation-find-sticker-area {
        height: 240px;
        width: 100%;
    }
}

@media (max-width: 430px) {
    .automation-find-sticker-area {
        height: 220px;
        width: 100%;
    }
}

@media (max-width: 330px) {
    .automation-find-sticker-area {
        height: 200px;
        width: 100%;
    }
}

.bg-pattern-2 {
    background-image: linear-gradient(to bottom, transparent 0, var(--bs-black) 100%), url(../img/bg/pattern-2.png);
    --bs-bg-opacity: 1;
    background-color: rgba(22, 28, 45, var(--bs-bg-opacity)) !important;
}

.glow-box {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #00456e;
    filter: blur(70px);
    z-index: 1;
    border-radius: 50%;
    opacity: 0.8;
}

.glow-box.top {
    top: -30px;
}

.glow-box.right {
    right: -30px;
}

.glow-box.left {
    left: -30px;
}

.glow-box.bottom {
    bottom: -30px;
}

.glow-box.big {
    width: 400px;
    height: 400px;
    filter: blur(120px);
}

.glow-box.big-blur {
    filter: blur(120px);
}

.glow-box.blue {
    background: var(--bs-primary);
}

.glow-box.dark-blue {
    background: var(--bs-secondary);
}

.glow-box.pink {
    background: var(--bs-pink);
}

.search-automation-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}

.search-automation-area .search-automation {
    position: absolute;
    z-index: 5;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 12px;
    background: var(--bs-white);
    box-shadow: var(--bs-box-shadow);
    overflow: hidden;
    height: 60px;
}

.search-automation-area .search-automation .search-automation-input {
    outline: none;
    border: none;
    background: unset;
    width: 100%;
    font-size: 20px;
    box-shadow: none;
}

.search-automation-area .search-automation .search-automation-button {
    outline: none;
    border: none;
    background: var(--bs-secondary);
    width: 20%;
    min-width: max-content;
    height: 60px;
    color: #fff;
    font-size: 20px;
}

.search-automation-area .search-automation .search-automation-button:hover {
    background: var(--bs-primary);
    transition: .4s;
}

.section-ssq-area {
    position: relative;
}

.faq-section {
    position: relative;
    padding-top: 100px;
}

.section-secondary {
    position: relative;
    background: rgb(245, 247, 249);
}


.scroll-section {
    position: absolute;
    z-index: 0;
    top: -300px;
    height: 800px;
    overflow: hidden;
}

.path-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
}

.scroll-section svg {
    width: 100%;
    height: 100%;
}

.wave-path {
    fill: none;
    stroke: #00456e;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    transition: stroke-dashoffset 0.2s ease-out;
}

.call-to-action-banner {
    width: 100%;
    background-color: #0f172a;
    background-image: url("assets/img/pattern/01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    box-shadow: var(--bs-box-shadow);
    overflow: hidden;
    color: white;
}

.my-animate-box {
    opacity: 0; /* görünmez başlasın */
}

.my-animate-box.animate__animated {
    opacity: 1;
}

.section-automation-find-listed {
    position: relative;
    background: transparent;
}

.slider-automation-find {
    position: relative;
    background: transparent;
}

.slider-automation-find .link-automation-find {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.slider-automation-find .img-automation-find {
    height: auto;
    width: 100%;
    border-radius: 12px;
}

.card-primary {
    background: var(--bs-white);
    border-radius: 12px;
    box-shadow: var(--bs-box-shadow);
}

#page-loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.hidden {
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 0;
    visibility: hidden;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid var(--bs-secondary);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.table-wrapper .custom-table {
    border-radius: 15px;
    overflow: hidden;
}

.table-wrapper .custom-table th {
    background-color: var(--bs-dark-primary);
    color: white;
    padding: 12px 16px;
}

.table-wrapper .custom-table td {
    padding: 12px 16px;
}

.table-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow);
}

.table-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--bs-box-shadow);
}

.table-wrapper .custom-table td {
    border: none;
}

.section-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    height: 100%;
    overflow: hidden;
}

.section-container.right {
    align-items: end;
    text-align: right;
}

.section-container .section-subtitle {
    position: absolute;
    z-index: 0;
    top: 0;
    font-size: 72px;
    opacity: .2;
    margin-top: 20px;
}

.section-container .section-title {
    position: relative;
    z-index: 1;
}

.section-container .section-content {
    position: relative;
    z-index: 1;
    color: #597d99;
    font-size: 16px;
}

.image-fluid-hover {
    width: 100%;
    height: auto;
    transition: .4s;
}

.image-fluid-hover:hover {
    transform: scale(1.1);
}

.auros-section {
    overflow: hidden;
    background-image: url("/assets/img/bg/pattern-1.avif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auros-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.auros-card {
    color: white;
    text-align: center;
}

.auros-card .title {
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
}

.auros-card .content {
    font-size: 1rem;
}

.choose-us-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-us-area {
    position: absolute;
    top: -91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.choose-us-image {
    height: 160px;
    width: auto;
    background: var(--bs-primary);
    border-radius: 20px;
    padding: 12px 24px;
}

.bg-support-section {
    position: relative;
    z-index: 2;
    background-image: url('/assets/img/element/bg-tech.svg');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: 120%;
    overflow: hidden;
}

.support-detail-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.support-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-card .support-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    margin-right: 1px;
    min-width: 120px;
    min-height: 120px;
    text-decoration: none;
    transition: .4s;
}

.support-card .support-card-item:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.support-card .support-card-item:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-right: 0;
}

.support-card .support-card-item:hover path,
.support-card .support-card-item:hover g,
.support-card .support-card-item .icon {
    fill: #00456e;
    color: #00456e;
}

.support-card .support-card-item:hover path,
.support-card .support-card-item:hover g,
.support-card .support-card-item:hover .icon {
    fill: #0364a7;
    color: #0364a7;
}

.support-card .support-card-item .title {
    color: #00456e;
    font-size: 12px;
    transition: .4s;
}

.support-card .support-card-item:hover .title {
    color: #0364a7;
}

.support-subtitle {
    color: #ffffff;
    font-size: 18px;
}

.support-title {
    color: #ffffff;
    font-size: 32px;
}

.circuit-container {
    overflow: hidden;
}

.rain {
    position: absolute;
    z-index: 1;
    top: -100px;
    width: 1px;
    height: 20px;
    background: #00f0ff;
    box-shadow: 0 0 5px #00f0ff, 0 0 10px #00f0ff, 0 0 15px #00f0ff;
    animation: rain-fall linear infinite;
    border-radius: 2px;
}

@keyframes rain-fall {
    0% {
        top: -100px;
    }
    100% {
        top: 100%;
    }
}

.iframe-contact {
    width: 100%;
    height: 500px;
    border: 0;
}

.contact-container {
    position: relative;
}

.card-contact {
    box-shadow: var(--bs-box-shadow);
    background: #fff;
    border-radius: 12px;
    height: 100%;
}

.card-contact h2,
.card-contact h3,
.card-contact h4,
.card-contact h5,
.card-contact h6 {
    color: var(--bs-secondary);
}

.card-contact .card-contact-body {
    height: 100%;
}

.card-contact .card-contact-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn-contact {
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #edf3f9;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: var(--bs-primary);
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    transition: color 0.6s ease;
}

.btn-contact.social-media {
    width: 48px;
    height: 48px;
}

.btn-contact .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    color: var(--bs-primary);
    font-size: 24px
}


.btn-contact.social-media .icon {
    width: 32px;
    height: 32px;
}

.btn-contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background-color: var(--bs-primary);
    z-index: -1;
    transition: width 0.4s ease;
}

.btn-contact.social-media::before {
    width: 0;
}

.btn-contact:hover::before {
    width: 100%;
}

.btn-contact:hover {
    color: white;
}

.card-contact-info {
    border-radius: 20px;
    box-shadow: var(--bs-box-shadow);
    border: solid 1px #eaeaea;
    background-color: #fff;
    padding: 20px;
}

.card-contact-info .card-contact-info-header {
    display: flex;
    align-items: start;
    margin-bottom: 14px;
    gap: 12px
}

.card-contact-info .card-contact-info-header .title {
    font-size: 28px;
    font-weight: 600;
    color: var(--bs-secondary);
}

.card-contact-info .card-contact-info-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 24px;
}

.card-contact-info .card-contact-info-body .title {
    font-size: 24px;
    font-weight: 300;
    color: #6b7076;
}

.card-contact-info .card-contact-info-body .text {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #6b7076;
}

.card-contact-info .card-contact-info-line {
    width: 100%;
    height: 0.5px;
    background-color: #f5f6f8;
}

.card-contact-info .card-contact-info-line .card-contact-info-line-bold {
    width: 32px;
    height: 2px;
    background-color: var(--bs-secondary);
}

.custom-swiper .swiper-slide {
    width: 320px;
    height: 240px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.custom-swiper .swiper-slide.active {
    width: 500px !important;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 240px;
        height: 320px;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        width: 200px;
        height: 280px;
    }

    .custom-swiper .swiper-slide.active {
        width: 200px !important;
    }
}

.custom-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.custom-swiper .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    z-index: 1;
    position: relative;
    transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
}

.custom-swiper .swiper-slide.active .item-desc {
    transform: none;
}

.custom-swiper .item-desc p {
    opacity: 0;
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
}

.custom-swiper .item-desc h4 {
    color: #fff;
    width: max-content;
}

.custom-swiper .swiper-slide.active .item-desc p {
    opacity: 1;
    transform: translateY(0);
}

.breadcrumb-wrapper {
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(270deg, var(--bs-primary), var(--bs-secondary), var(--bs-primary));
    background-size: 600% 600%;
    animation: neonBorder 6s ease infinite;
    width: max-content;
}

@keyframes neonBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.custom-breadcrumb {
    margin: 0;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #082238;
    color: #fff;
}

.custom-breadcrumb a {
    color: #aab9c9;
    text-decoration: none;
    transition: .4s;
}

.custom-breadcrumb a,
.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-breadcrumb a:hover {
    color: #fff;
}

.custom-breadcrumb .breadcrumb-item i {
    transition: .4s
}

.custom-breadcrumb .breadcrumb-item:hover i {
    transform: rotate(-10deg);
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #aab9c9;
}

.blog-section {
    background: rgb(1, 27, 42);
    background-image: url(../img/bg/pattern-2.png);
}

.blog-section .blog-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 300px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.blog-section .blog-section-header h1 {
    color: #fff;
}

.blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.blog-card .image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card .overlay-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    z-index: 1;
}

.blog-card .badge {
    z-index: 2;
}

.custom-pagination .page-link {
    border: none;
    color: var(--bs-primary);
    background-color: #f8f9fa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 1px #dee2e6;
}

.custom-pagination .page-link:hover {
    background-color: #e7f1ff;
    color: var(--bs-primary);
    box-shadow: 0 0 0 1px var(--bs-primary);
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    color: white;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}

.custom-pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f1f1f1;
    pointer-events: none;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50%;
}


.sidebar-modern {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    background-color: rgb(251, 253, 255);
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}

.sidebar-modern h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.category-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
    color: #495057;
    text-decoration: none;
    font-weight: 500;
}

.category-link:hover {
    background-color: #e9f5ff;
    color: var(--bs-primary);
}

.category-link.active {
    background-color: var(--bs-primary);
    color: white;
}

.category-link.active i {
    color: white;
}

.blog-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.main-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 80vh;
    padding-bottom: 50px;
    background-color: black;
    overflow: hidden;
}

.main-slider .nav {
    position: absolute;
    z-index: 5;
    right: 3rem;
    bottom: 260px;
    user-select: none;

    & .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        background-color: rgba(255, 255, 255, 0.7);
        color: rgba(0, 0, 0, 0.7);
        margin: 0 0.25rem;
        border-radius: 12px;
        cursor: pointer;

        &:hover {
            background-color: #ffffff;
        }
    }
}

.main-slider .item {
    position: absolute;
    bottom: 3rem;
    z-index: 1;
    width: 300px;
    height: 200px;
    list-style-type: none;
    transform: translateY(10%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, right 0.75s, bottom 0.75s, width 0.75s, height 0.75s, border-radius 0.75s;
    transform-origin: bottom center;
    cursor: grab;
    overflow: hidden;

    &:nth-child(1),
    &:nth-child(2) {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    & .overlay {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background: #000000;
        transition: opacity .6s ease-in-out;
    }

    &:nth-child(1) .overlay,
    &:nth-child(2) .overlay {
        opacity: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .4) 100%);
        transition: opacity .6s ease-in-out;
    }

    &:nth-child(3) {
        right: calc(640px + 3rem);
    }

    &:nth-child(3) .overlay {
        transition: opacity .3s ease-in-out;
    }

    &:nth-child(4) {
        right: calc(320px + 3rem);
    }

    &:nth-child(5) {
        z-index: 2;
        right: 3rem;
    }

    &:nth-child(6) {
        right: calc(-320px + 3rem);
    }
}

.main-slider .content {
    max-width: 600px;
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    font-weight: 400;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    user-select: none;

    & .title {
        font-size: 48px;
        font-weight: 500;
        text-transform: uppercase;
    }

    & .description {
        font-size: 18px;
        font-weight: 400;
    }

    & a,
    & button {
        width: fit-content;
        background-color: rgba(0, 0, 0, 0.1);
        color: white;
        border: 2px solid white;
        border-radius: 0.25rem;
        padding: 0.75rem;
        cursor: pointer;
    }
}

.main-slider .item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        opacity: 0;
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@media (width > 1600px) {
    .main-slider .content {
        min-width: 700px;

        & .title {
            font-size: 62px;
        }

        & .description {
            font-size: 20px;
        }
    }
}

@media (width < 1600px) {
    .main-slider .nav {
        bottom: 200px;
    }

    .main-slider .item {
        width: 210px;
        height: 140px;

        &:nth-child(3) {
            right: calc(440px + 3rem);
        }

        &:nth-child(4) {
            right: calc(220px + 3rem);
        }

        &:nth-child(5) {
            right: calc(3rem);
        }

        &:nth-child(6) {
            right: calc(-220px + 3rem);
        }
    }
}

@media (width < 1320px) {
    .main-slider .content {
        max-width: 500px;
        bottom: calc(140px + 3rem);
    }
}

@media (width > 650px) and (width < 900px) {
    .main-slider .content {
        max-width: 500px;
        bottom: calc(180px + 3rem);

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

        & .description {
            font-size: 16px;
        }
    }

    .main-slider .item {
        width: 180px;
        height: 120px;

        &:nth-child(3) {
            right: calc(390px + 3rem);
        }

        &:nth-child(4) {
            right: calc(190px + 3rem);
        }

        &:nth-child(5) {
            right: calc(3rem);
        }

        &:nth-child(6) {
            right: calc(-190px + 3rem);
        }
    }

    .main-slider .nav {
        bottom: 180px;
    }
}

@media (width < 650px) {
    .main-slider .content {
        max-width: 100%;
        padding-right: 2rem;
        left: 2rem;
        bottom: calc(200px + 3rem);

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

        & .description {
            font-size: 16px;
        }
    }

    .main-slider .item {
        width: 180px;
        height: 120px;

        &:nth-child(3) {
            right: calc(2rem);
        }

        &:nth-child(4) {
            right: calc(-190px + 2rem);
        }

        &:nth-child(5) {
            right: calc(-380px + 2rem);
        }

        &:nth-child(6) {
            right: calc(-380px + 2rem);
        }
    }

    .main-slider .nav {
        bottom: 180px;
        right: 2rem;

        & .btn {
            height: 40px;
            width: 40px;
        }
    }
}

.slider-sector {
    display: flex;
    gap: 12px;
}

.slider-sector .slide {
    height: 300px;
    border-radius: 12px;
    cursor: pointer;
    color: #fff;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 500ms ease-in-out;
}

.slider-sector .slide h3 {
    position: absolute;
    font-size: 24px;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
}

.slider-sector .slide.active {
    flex: 10;
}

.slider-sector .slide.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media (width < 992px) {
    .slider-sector .slide.active {
        flex: 5;
    }
}

@media (width < 768px) {
    .slider-sector {
        display: flex;
        flex-direction: column;
    }

    .slider-sector .slide {
        flex: none;
        height: 80px;
        transition: height 0.5s ease-in-out;
    }

    .slider-sector .slide.active {
        flex: none;
        height: 300px;
        transition: height 0.5s ease-in-out;
    }
}

.main-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-title-area .title {
    font-size: 40px;
    font-weight: 600;
    color: var(--bs-secondary);
}

.main-title-area .content {
    font-size: 16px;
    font-weight: 300;
    max-width: 800px;
    color: var(--bs-primary);
}

.slider-reference {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.slider-reference .slider-track {
    display: flex;
    gap: 12px;
    width: calc(250px * 10); /* slide genişliği × slide sayısı */
    animation: scroll-slider-reference 20s linear infinite;
}

.slider-reference.reverse .slider-track {
    animation-direction: reverse;
}

.slider-reference:hover .slider-track {
    animation-play-state: paused;
}

.slider-reference .slide {
    background: #ffffff;
    width: 220px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
}

.slider-reference .slide img {
    max-width: 130px;
    max-height: 50px;
    object-fit: contain;
}

@keyframes scroll-slider-reference {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-150px * 5));
    }
}

@media (max-width: 768px) {
    .slider-reference .slide {
        width: 180px;
    }

    .slider-reference .slider-track {
        width: calc(180px * 10);
        animation: scroll-slider-reference 30s linear infinite; /* mobilde yavaş */
    }

    @keyframes scroll-slider-reference {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-130px * 5));
        }
    }
}

.image-card {
    position: relative;
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
    min-height: 500px;
    height: 100%;
    overflow: hidden;
    background: #fbfdff;
}

.image-card .image-background {
    position: absolute;
    top: -40%;
    left: 30%;
    width: 100%;
    height: auto;
    transform: scale(110%);
}

.image-card .image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.image-card .image.magnifying-glass {
    transform: rotate(20deg);
    height: 160px;
    width: auto;
    right: 0;
    bottom: 60px;
}

.image-card .image.machine {
    height: 440px;
    width: auto;
    bottom: -60px;
}

.image-card .image-card-body {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
}

.image-card .image-card-body.min-content {
    max-width: 400px;
}

.image-card .image-card-body .title {
    font-size: 32px;
    font-weight: 600;
    color: var(--bs-secondary);
}

.image-card .image-card-body .content {
    font-size: 16px;
    font-weight: 300;
    color: var(--bs-secondary);
}

.image-card-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 30px;
}

.option-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    background-color: #f8fafc;
}

.option-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--bs-primary);
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
}

.option-card .title {
    color: var(--bs-primary);
}

.option-card.pdf {
    background-color: #fff9f8;
}

.option-card.pdf .icon {
    background-color: #f21002;
}

.option-card.pdf .title {
    color: #f21002;
}

.option-card.green {
    background-color: #f8faf8;
}

.option-card.green .icon {
    background-color: var(--bs-green);
}

.option-card.green .title {
    color: var(--bs-green);
}

.option-card.yellow {
    background-color: #fffcf4;
}

.option-card.yellow .icon {
    background-color: var(--bs-yellow);
}

.option-card.yellow .title {
    color: var(--bs-yellow);
}

.option-card.gray {
    background-color: var(--bs-gray-100);
}

.option-card.gray .icon {
    background-color: var(--bs-gray-500);
}

.option-card.gray .title {
    color: var(--bs-gray-500);
}

.option-card.purple {
    background-color: #f7f5fc;
}

.option-card.purple .icon {
    background-color: var(--bs-purple);
}

.option-card.purple .title {
    color: var(--bs-purple);
}

.option-card.orange {
    background-color: #fff9f5;
}

.option-card.orange .icon {
    background-color: var(--bs-orange);
}

.option-card.orange .title {
    color: var(--bs-orange);
}

.card-pulse {
    --pulse-size: 50%;
    --pulse-color: var(--bs-primary);
    --pulse-offset: -50%;
    --pulse-duration: 3s;
}

.card-pulse .pulse {
    position: absolute;
    z-index: 0;
    right: var(--pulse-offset);
    bottom: var(--pulse-offset);
    width: var(--pulse-size);
    height: var(--pulse-size);
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0,0,0,0.04);
    display: inline-block;
    transform: translateZ(0);
}

.card-pulse .pulse::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--pulse-color);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    animation: pulse-ring var(--pulse-duration) ease-out infinite;
    pointer-events: none;
}

.card-pulse .pulse::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--pulse-color);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
    animation: pulse-ring var(--pulse-duration) ease-out infinite;
    animation-delay: calc(var(--pulse-duration) / 2);
    pointer-events: none;
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0%   { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50%  { transform: translate(-50%, -50%) scale(0.96); opacity: 0.95; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .pulse::after,
    .pulse::before {
        animation: none;
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .image-card .image-background {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        height: auto;
        transform: scale(110%);
    }
}

.content-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    background-color: rgb(251, 253, 255);
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
    overflow: hidden;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.content-card .image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.content-card.big .image {
    height: 300px;
}

@media (max-width: 991px) {
    .content-card .image {
        height: 400px;
    }
}

.content-card .image .overlay {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #0364A7;
    background: linear-gradient(180deg,rgba(3, 100, 167, 0.51) 0%, rgba(0, 69, 110, 1) 100%);
}

.content-card .image img {
    position: relative;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    height: 150%;
    object-fit: contain;
    object-position: center;
}

.content-card .body {
    padding: 20px;
}

.content-card a.title {
    text-decoration: none;
    color: var(--bs-secondary);
}
.content-card a.title:hover {
    color: var(--bs-primary);
}

.content-card .title {
    font-size: 20px;
    margin: 0;
}

.content-card .content {
    font-size: 14px;
    margin: 0;
}

.country_flag {
    height: 32px;
    width: 40px;
    border-radius: 8px;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active {
    box-shadow: none;
}

.sector-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    background-color: rgb(251, 253, 255);
    border: 1px solid rgb(227, 232, 239);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    text-decoration: none;
}

.sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.sector-card .image {
    width: 36%;
    object-fit: contain;
    object-position: center;
}

.sector-card .sector-card-body {
   padding: 20px;
    color: var(--bs-secondary);
}

.about-banner {
    mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}
















