@charset "UTF-8";

:root {
    --header-h: 120px;
    --tc-body-font-family: 'Figtree', sans-serif;
    --tc-heading-font-family: 'Figtree', sans-serif;
    --tc-display-font-family: 'Figtree', sans-serif;
    --tc-ag-font-family: 'Rajdhani', sans-serif;
    --tc-rubik-font-family: 'Rubik', sans-serif;
    --tc-inter-font-family: 'inter', sans-serif;
    --tc-jakarta-font-family: 'Plus Jakarta Sans', sans-serif;
    --tc-body-font-size: 16px;
    --tc-fs-1: 40px;
    --tc-fs-2: 32px;
    --tc-fs-3: 28px;
    --tc-fs-4: 24px;
    --tc-fs-5: 20px;
    --tc-fs-6: 16px;
    --tc-fs-7: 14px;
    --tc-fs-8: 12px;
    --tc-ds-1: 80px;
    --tc-ds-2: 72px;
    --tc-ds-3: 64px;
    --tc-ds-4: 56px;
    --tc-ds-5: 48px;
    --tc-ds-6: 40px;
    --tc-ds-xs-1: 64px;
    --tc-ds-xs-2: 56px;
    --tc-ds-xs-3: 48px;
    --tc-ds-xs-4: 36px;
    --tc-ds-xs-5: 28px;
    --tc-ds-xs-6: 24px;
    --tc-body-line-height: 1.5;
    --tc-heading-line-height: 1.2;
    --tc-theme-primary: #00509d;
    --tc-theme-primary-dark: #01488a;
    --tc-theme-primary-light: rgba(249, 70, 67, 0.123);
    --tc-theme-secondary: #f2c51a;
    --tc-theme-heading: #001448;
    --tc-theme-heading-2: #00194c;
    --tc-theme-body: #2c2c2c;
    --tc-theme-main: #ffffff;
    --tc-theme-bg-1: #fbf3f2;
    --tc-theme-bg-2: rgba(252, 249, 237, 0.5137254902);
    --tc-theme-bg-3: rgba(1, 34, 54, 0.0901960784);
    --tc-theme-bg-4: #f1f1f1;
    --tc-theme-bg-5: #001b2b;
    --tc-theme-bg-6: #b3ccff;
    --tc-theme-bg-7: #404040;
    --tc-theme-bg-8: #bd16d8;
    --tc-theme-bg-9: #f4fdf9;
    --tc-theme-bg-10: #f8faff;
    --tc-theme-bg-11: #f7f7f7;
    --tc-theme-bg-12: #998e8c;
    --tc-theme-bg-13: #f2f6ff;
    --tc-theme-bg-14: #f1f5ff;
    --tc-theme-bg-15: #f4f4ff;
    --tc-theme-bg-16: #f8f8f8;
    --tc-theme-text: rgba(0, 7, 11, 0.7607843137);
    --tc-theme-text-2: rgba(0, 7, 11, 0.8);
    --tc-theme-text-3: rgba(255, 255, 255, 0.6);
    --tc-theme-text-5: rgba(255, 255, 255, 0.5);
    --tc-theme-text-4: rgba(1, 43, 67, 0.8);
    --tc-theme-text-6: rgba(0, 7, 11, 0.6039215686);
    --tc-theme-border: rgba(255, 255, 255, 0.1764705882);
    --tc-theme-border-2: rgba(186, 204, 214, 0.631372549);
    --tc-theme-border-3: #e7eaf1;
    --tc-theme-border-4: rgba(0, 4, 7, 0.3568627451);
    --tc-theme-border-5: #bca3ea;
    --tc-theme-border-6: #d9d9d9;
    --tc-theme-border-7: #e3e3e3;
    --tc-theme-border-8: #d7deeb;
    --tc-theme-border-9: #4e4e4e;
    --tc-theme-border-10: #e0e0e0;
    --tc-theme-border-11: #dcdcdc;
    --tc-theme-border-12: #e4e4e4;
    --tc-theme-border-13: #ededed;
    --tc-theme-border-14: #e0e6f2;
    --tc-theme-border-15: #dadfee;
    --tc-theme-border-16: #e6e7e7;
    --tc-graay-50: #f6f6f6;
    --tc-graay-50_2: rgba(246, 246, 246, 0.5333333333);
    --tc-graay-100: #eeeeee;
    --tc-graay-500: #a9a9a9;
    --tc-graay-600: #8b8b8b;
    --tc-graay-700: #82828a;
    --tc-graay-800: #616670;
    --tc-graay-900: #515357;
    --tc-graay-1000: #667594;
    --tc-graay-1100: #181818;
    --tc-graay-1200: #f5f5f5;
    --tc-graay-1300: #8b8989;
    --tc-graay-1400: #939393;
    --tc-graay-1500: #999999;
    --tc-neutral-0: #ffffff;
    --tc-neutral-50: #eaeaea;
    --tc-neutral-100: #d5d5d5;
    --tc-neutral-200: #ababab;
    --tc-neutral-300: #808080;
    --tc-neutral-400: #565656;
    --tc-neutral-500: #2c2c2c;
    --tc-neutral-600: #212121;
    --tc-neutral-700: #161616;
    --tc-neutral-800: #0b0b0b;
    --tc-neutral-900: #060606;
    --tc-neutral-1000: #101010;
    --tc-neutral-1100: #1a1a1c;
    --tc-neutral-1200: #141416;
    --tc-neutral-1300: #1d231f;
    --tc-neutral-1400: #1c1c1c;
    --tc-neutral-1500: #616161;
    --tc-neutral-1600: #151718;
    --tc-neutral-1700: #7c7b7b;
    --tc-neutral-1800: #111111;
    --tc-neutral-1900: #1a1a1a;
    --tc-neutral-2000: #192919;
    --tc-neutral-2100: #4d5254;
    --tc-neutral-2200: #171717;
    --tc-neutral-2300: #777777;
    --tc-neutral-2400: #222222;
    --tc-neutral-2500: #677471;
    --tc-neutral-2600: #757589;
    --tc-neutral-2700: #22252f;
    --tc-neutral-2800: #818181;
    --tc-neutral-2900: #6d6e72;
    --tc-primary-50: #e6eeff;
    --tc-primary-100: #ccddff;
    --tc-primary-100_2: rgba(204, 221, 255, 0.2196078431);
    --tc-primary-200: #99bbff;
    --tc-primary-300: #6699ff;
    --tc-primary-400: #3377ff;
    --tc-primary-500: black;
    --tc-primary-500_2: rgba(0, 85, 255, 0.1764705882);
    --tc-primary-600: #0044cc;
    --tc-primary-700: #003399;
    --tc-primary-800: #002266;
    --tc-primary-900: #001133;
    --tc-primary-950: #00091a;
    --tc-primary-home: #b91202;
    --tc-primary-home-2: #df2a19;
    --tc-primary-home-3: #fc0012;
    --tc-primary-home-4: #ba1111;
    --tc-primary-1000: #1cbbb4;
    --tc-primary-1100: #f2f9ff;
    --tc-primary-1200: #1fb795;
    --tc-primary-1300: #024cbc;
    --tc-primary-1400: #0075dc;
    --tc-primary-1500: #2ab882;
    --tc-secondery-300: #2cb881;
    --tc-secondery-400: #174b68;
    --tc-secondery-500: #012b43;
    --tc-secondery-600: #012236;
    --tc-secondery-700: #334770;
    --tc-dark-950: #000407;
    --tc-border-1: #e8e8e8;
    --tc-border-2: #e6e7f3;
    --tc-bg-1: #ffffff;
    --tc-gradient-1: linear-gradient(90deg, #f94743 0%, #ff7b49 100%);
    --tc-shadow-1: 4px 4px 20px 5px rgba(17, 16, 16, 0.05);
    --tc-shadow-2: 0px 0px 20px 0px rgba(17, 16, 16, 0.05);
    --tc-fw-extra-bold: 800;
    --tc-fw-bold: 700;
    --tc-fw-semi-bold: 600;
    --tc-fw-medium: 500;
    --tc-fw-regular: 400;
    --tc-fw-light: 300;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

code {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}


small {
    font-size: 0.875em;
}

img {
    border-style: none;
}

button,
input,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button { /* 1 */
    text-transform: none;
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*=============================
    Keyframe Animation
===============================*/
@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes ribbonRotate {
    0%, 100% {
        transform: rotate(0);
    }

    25%, 75% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(30deg);
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes heartbeat {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.05);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes shake {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

@keyframes animation__shape {
    0% {
        stroke-dashoffset: 12;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-two {
    0% {
        stroke-dashoffset: 18;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-three {
    0% {
        stroke-dashoffset: 24;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-four {
    0% {
        stroke-dashoffset: 14;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-five {
    0% {
        stroke-dashoffset: 16;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*img-animation**********************/

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .img-custom-anim-left,
    .img-custom-anim-top {
        animation: none;
        opacity: 1;
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-primary {
    --bs-btn-color: var(--tc-neutral-0);
    --bs-btn-bg: var(--tc-theme-primary);
    --bs-btn-border-color: var(--tc-theme-primary);
    --bs-btn-hover-color: var(--tc-neutral-0);
    --bs-btn-hover-bg: var(--tc-theme-primary-dark);
    --bs-btn-hover-border-color: var(--tc-theme-primary-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--tc-neutral-0);
    --bs-btn-active-bg: var(--tc-theme-primary-dark);
    --bs-btn-active-border-color: var(--tc-theme-primary-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--tc-neutral-0);
    --bs-btn-disabled-bg: var(--tc-theme-primary);
    --bs-btn-disabled-border-color: var(--tc-theme-primary);
}

/*Scroll to top*/
.btn-scroll-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0.1rem rgba(227, 229, 233, 0.25);
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: all 0.2s linear, margin-right 0s;
    background-color: var(--tc-neutral-0);
}

    .btn-scroll-top:after {
        position: absolute;
        font-family: "bootstrap-icons" !important;
        content: "\f145";
        text-align: center;
        line-height: 3rem;
        font-size: 1.5rem;
        color: var(--tc-theme-primary);
        left: 0;
        top: 0;
        height: 3rem;
        width: 3rem;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 0.2s linear;
    }

    .btn-scroll-top svg path {
        fill: none;
    }

    .btn-scroll-top svg.progress-square path {
        stroke: var(--tc-theme-primary);
        stroke-width: 2;
        box-sizing: border-box;
        transition: all 0.2s linear;
    }

.btn-white {
    background-color: var(--tc-theme-main);
    padding: 17px 20px;
    border-radius: 12px;
    color: var(--tc-neutral-950);
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
}

    .btn-white svg {
        stroke: var(--tc-primary-500);
        margin-left: 10px;
    }

    .btn-white:hover {
        background-color: var(--tc-neutral-300);
    }

.btn-primary {
    background-color: var(--tc-primary-500);
    color: var(--tc-theme-main);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 999px;
    padding: 18px 24px;
}

    .btn-primary svg {
        stroke: var(--tc-theme-main);
        margin-left: 5px;
    }

.btn-black {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--tc-theme-main);
    background-color: #00031C;
    border-radius: 40px;
}

    .btn-black:hover {
        background-color: var(--tc-neutral-700);
        color: var(--tc-theme-main);
    }

.btn-primary-500 {
    background-color: var(--tc-primary-500);
    padding: 12px 20px;
    color: var(--tc-theme-main);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--tc-body-font-family);
    border-radius: 0px;
}

    .btn-primary-500 svg {
        margin-left: 10px;
        stroke: var(--tc-theme-main);
    }

    .btn-primary-500:hover {
        background-color: var(--tc-primary-1000);
        color: var(--tc-theme-main);
    }

.btn-primary-home-rounded {
    border-radius: 5px;
    background-color: var(--tc-primary-home);
    color: var(--tc-theme-main);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--tc-ag-font-family);
    padding: 11px 30px;
}

    .btn-primary-home-rounded:hover {
        background-color: var(--tc-neutral-1200);
        color: var(--tc-theme-main);
    }

.card-project {
    position: relative;
    margin-bottom: 30px;
    top: 0;
    transition: all ease-in-out 0.3s;
}

    .card-project .card-image {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

        .card-project .card-image img {
            width: 100%;
        }

    .card-project .card-info {
        display: flex;
        justify-content: space-between;
    }

        .card-project .card-info h6 {
            font-size: 24px;
            font-weight: bold;
        }

        .card-project .card-info p {
            color: var(--tc-theme-text-4);
        }

        .card-project .card-info .card-info-left {
            position: relative;
        }

        .card-project .card-info .card-info-right {
            position: relative;
        }

            .card-project .card-info .card-info-right a {
                display: inline-block;
                height: 50px;
                width: 50px;
                background-color: var(--tc-secondery-500);
                border-radius: 50%;
                line-height: 50px;
                text-align: center;
                display: none;
            }

                .card-project .card-info .card-info-right a svg {
                    fill: var(--tc-theme-main);
                }

                .card-project .card-info .card-info-right a:hover {
                    background-color: var(--tc-primary-500);
                }

    .card-project:hover {
        top: -40px;
    }

        .card-project:hover .card-info .card-info-right a {
            display: inline-block;
        }


.dropdown-menu {
    line-height: 1.5rem;
    border: none;
    box-shadow: var(--tc-shadow-1);
    border-radius: 0.5rem;
    z-index: 1021;
    padding: 1rem 0rem;
}

.dropdown-item {
    padding: 0.4rem 1.5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition-duration: 0.3s;
    position: relative;
}

    .dropdown-item:hover {
        padding-left: 1.7rem;
        transition-duration: 0.3s;
        background: transparent;
    }

        .dropdown-item:hover::before {
            opacity: 1;
            transition-duration: 0.3s;
        }

    .dropdown-item::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 5px;
        background: var(--tc-theme-primary);
        left: 1.1rem;
        top: 50%;
        margin-top: -2px;
        opacity: 0;
        transition-duration: 0.3s;
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 12345667;
    background-color: rgba(0, 0, 0, 0.6784313725) !important;
}

/* The content */
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.overlay .closebtn {
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

/* Style the search field */
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    height: 58px;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

/* Style the submit button */
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: var(--tc-primary-500);
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .overlay button:hover {
        background: #bbb;
    }

.offCanvas__info {
    background: var(--tc-neutral-0) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 9999;
    overflow-y: scroll;
    transform: translateX(100%);
}

    .offCanvas__info.active {
        transform: translateX(0);
    }

    .offCanvas__info::-webkit-scrollbar {
        width: 0px;
    }

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
    position: relative;
}

    .offCanvas__close-icon button {
        background: transparent;
        border: 0 none;
        color: var(--tc-theme-primary);
        cursor: pointer;
        font-size: 20px;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 0px;
    }

        .offCanvas__close-icon button svg {
            height: 20px;
            width: 20px;
        }

.offCanvas__logo img {
    max-height: 34px;
}

.offCanvas__side-info {
    border-top: 1px solid var(--tc-theme-primary);
    padding-top: 25px;
}

    .offCanvas__side-info .dropdown-menu {
        box-shadow: none !important;
    }

.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1235;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

    .offCanvas__overly.active {
        opacity: 0.7;
        visibility: visible;
        transition-duration: 0.3s;
    }

.navbar {
    padding: 0.5rem;
    background-color: white;
}

@media (max-width: 990px) {
    .navbar {
        padding: 0.75rem 0.5rem;
    }
}

.navbar .navbar-brand {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.navbar .dropdown-menu {
    top: 100%;
    color: var(--tc-neutral-800);
    border: none;
    min-width: 12rem;
    box-shadow: var(--tc-shadow-1);
    border-radius: 0.5rem;
    margin-top: 0rem;
}

@media (max-width: 992px) {
    .navbar .dropdown-menu {
        box-shadow: none;
        min-width: 0 !important;
        background-color: transparent;
    }
}

@media (min-width: 990px) {
    .navbar .navbar-nav .dropdown > .dropdown-menu {
        left: 0;
        transform: translate(0%, 20px);
    }
}

.navbar .navbar-nav .nav-item.menu-item-has-children {
    position: relative;
}

    .navbar .navbar-nav .nav-item.menu-item-has-children .nav-link {
        padding: 0.5rem 2rem 0.5rem 1rem;
    }

        .navbar .navbar-nav .nav-item.menu-item-has-children .nav-link::after {
            content: "";
            position: absolute;
            top: 13px;
            right: 12px;
            color: var(--tc-theme-primary);
            background-repeat: no-repeat;
            background-position: center;
            height: 12px;
            width: 12px;
        }

        .navbar .navbar-nav .nav-item.menu-item-has-children .nav-link::before {
            content: "";
            position: absolute;
            top: 0;
            right: -15px;
            height: 80px;
            width: 100px;
        }

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
    color: var(--tc-neutral-1000);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

@media (max-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.75rem 0rem !important;
        border-bottom: 1px solid var(--tc-neutral-200);
        border-radius: 0rem;
    }

        .navbar .navbar-nav .nav-item .nav-link:hover {
            color: var(--tc-neutral-900);
            background-color: transparent !important;
        }
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--tc-theme-primary);
}

@media (min-width: 1200px) {

    .navbar .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: translate(-50%);
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

.navbar-light {
    /*border-bottom: 0.5px solid var(--tc-neutral-100);*/
    box-shadow: 0 8px 10px 0 rgb(197 195 195 / 39%);
}

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: black;
        font-weight: 500;
    }

        .navbar-light .navbar-nav .nav-item .nav-link:hover {
            color: #093b61;
        }

.navbar .dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 6px);
    left: 35px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    transform: rotate(45deg);
}

/*=============================
Preloader
===============================*/
#preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
}

    #preloader .loader .loader-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border: 3px solid #fdf2f9;
        border-radius: 50%;
    }

        #preloader .loader .loader-container::before {
            position: absolute;
            content: "";
            display: block;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            border-top: 3px solid var(--tc-theme-primary);
            border-radius: 50%;
            animation: loaderspin 1.8s infinite ease-in-out;
            -webkit-animation: loaderspin 1.8s infinite ease-in-out;
        }

    #preloader .loader .loader-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        text-align: center;
    }

        #preloader .loader .loader-icon img {
            animation: loaderpulse alternate 900ms infinite;
            width: 40px;
        }

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


.email {
    color: var(--tc-theme-main);
    display: flex;
    align-items: center;
    padding-right: 40px;
}

    .email svg {
        margin-right: 8px;
        fill: var(--tc-theme-main);
    }

header {
    position: relative;
    z-index: 1200;
}

.navbar-nav-mobile li ul {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}

/*-----------------------------------------------------------------
 --------------- START THEME CUSTOMIZE ----------------------------
-----------------------------------------------------------------*/
body {
    font-family: var(--tc-body-font-family);
    font-size: var(--tc-body-font-size);
    font-weight: var(--tc-fw-regular);
    color: var(--tc-dark-950);
    line-height: var(--tc-body-line-height);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: black;
}

h1,
.h1 {
    font-size: 2.25em;
    margin: 0.67em 0;
}

h2,
.h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 1.75rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 1.15rem;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 600;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    letter-spacing: -0.03em;
    font-weight: 700;
}

img {
    max-width: 100%;
}

a {
    color: var(--tc-theme-primary);
    text-decoration: none;
}

::-moz-selection {
    background: var(--tc-theme-primary-light);
}

::selection {
    background: var(--tc-theme-primary-light);
}

::-moz-selection {
    background: var(--tc-theme-primary-light);
}

b,
strong {
    font-weight: bolder;
    color: var(--tc-neutral-800);
}

.border-top {
    border-top: 1px solid var(--tc-border-color);
}

.border-bottom {
    border-bottom: 1px solid var(--tc-border-color);
}

.btn-navbar {
    width: 40px;
    height: 40px;
}

.navbar {
    padding: 24px 0 !important;
    z-index: 1234;
    background-color: white;
}

.stroke {
    font-size: 250px;
    background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    color: white;
    opacity: 0.5;
}

.title {
    padding: 206px 0;
}

footer {
    background-color: black;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.hover-effect {
    border: none;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.hover-effect {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .hover-effect:after {
        content: "🠚";
        color: var(--tc-theme-primary);
        position: absolute;
        opacity: 0;
        left: -20px;
        transition: 0.5s;
    }

    .hover-effect:hover {
        color: #fff !important;
        padding-left: 30px;
        padding-right: 8px;
    }

        .hover-effect:hover:after {
            opacity: 1;
            left: 10px;
        }

.form-control:focus {
    box-shadow: none !important;
}

.video {
    bottom: 28%;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .content p {
        margin-top: 15px;
    }

.text {
    letter-spacing: -1.2px;
}

.overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.search-popup .overlay-content {
    max-width: 800px;
}

.search-popup .search-close svg {
    fill: #fff;
    height: 24px;
    width: 24px;
}

@media (max-width: 767.98px) {
    .title {
        padding: 100px 0 0 0;
    }

    .video {
        bottom: 75%;
    }
}

@media (max-width: 991.98px) {
    .title {
        padding: 100px 0 0 0;
    }

    .video {
        bottom: 73%;
    }
}

.display-ag-2xl {
    font-size: 68px;
    line-height: 115%;
    font-weight: 700;
    font-family: var(--tc-ag-font-family);
}

.heading-3xl {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--tc-body-font-family);
}

.heading-ag-3xl {
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    font-family: var(--tc-ag-font-family);
}

.sub-heading-ag-xl {
    font-size: 24px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
    font-family: var(--tc-ag-font-family) !important;
}

.bold {
    font-weight: 700 !important;
}

.paragraph-base {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--tc-body-font-family);
    color: white
}

.paragraph-bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--tc-body-font-family);
}

.paragraph-rubik-r {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--tc-rubik-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.primary-500 {
    color: var(--tc-primary-500) !important;
}

.color-text {
    color: var(--tc-theme-text);
}

.secondery-500 {
    color: black !important;
}

.mr-20 {
    margin-right: 20px;
}

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

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

.mb-40 {
    margin-bottom: 40px;
}

.mt-140 {
    margin-top: 140px;
}

.color-white {
    color: var(--tc-theme-main) !important;
}

    .color-white svg {
        stroke: var(--tc-theme-main);
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -2px;
    }

.grey-100 {
    color: var(--tc-graay-100);
}

.box-section {
    padding: 60px 0px;
}

.line-primary-home:after {
    background-color: var(--tc-primary-home) !important;
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.hover-zoom-in {
    position: relative;
    overflow: hidden;
}

    .hover-zoom-in img {
        transition-duration: 0.5s;
    }

    .hover-zoom-in:hover img {
        transform: scale(1.05);
        transition-duration: 0.5s;
    }

.btn-menu {
    margin-right: 60px;
}

.box-project {
    background-color: var(--tc-theme-main);
    background-image: url(../imgs/pages/home1/bg-project.png);
    background-position: left center;
    background-repeat: no-repeat;
}

    .box-project .box-project-inner {
        background-image: url(../imgs/pages/home1/bg-project2.png);
        background-position: right top 80px;
        background-repeat: no-repeat;
    }

.title-line-both {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--tc-primary-500);
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    position: relative;
}

    .title-line-both::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        height: 2px;
        background-color: var(--tc-primary-500);
        width: 40px;
    }

    .title-line-both::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        height: 2px;
        background-color: var(--tc-primary-500);
        width: 40px;
    }

.title-line-2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--tc-dark-950);
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
}

    .title-line-2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        height: 2px;
        background-color: var(--tc-primary-500);
        width: 60px;
    }

/* ==========================================================
   HERO SLIDER (FINAL) 
   ========================================================== */

/* Slider alanı = ekran yüksekliği - header */
#heroSlider {
    height: calc(100svh - var(--header-h));
    height: calc(100vh - var(--header-h));
    overflow: hidden;
}

    #heroSlider .hero-slides,
    #heroSlider .hero-slide {
        height: 100%;
    }

/* box-banner’ın eski background/padding’ini iptal et */
.box-banner.hero-slider {
    background: none !important;
    padding: 0 !important;
}

    /* Slide temel */
    .box-banner.hero-slider .hero-slide {
        display: none;
        position: relative;
        /* background (desktop varsayılan) */
        background-image: var(--bg-desktop);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: var(--bg-pos-desktop, center);
        /* içerik hizalama */
        padding: 0;
    }

        /* Sadece aktif slide görünsün */
        .box-banner.hero-slider .hero-slide.is-active {
            display: flex;
            align-items: center; /* desktop/tablet ortalı */
        }

        /* İçerik alanı */
        .box-banner.hero-slider .hero-slide .container {
            width: 100%;
            padding: clamp(24px, 6vh, 90px) 16px;
        }

    /* Tipografi (slider scope) */
    .box-banner.hero-slider .title-banner {
        font-weight: 600;
        font-size: clamp(26px, 5.4vw, 68px);
        line-height: 1.08;
        margin-bottom: clamp(10px, 2vw, 17px);
    }

    .box-banner.hero-slider .bannerParag {
        font-size: clamp(13px, 3.2vw, 20px);
        font-weight: 100;
        line-height: 1.6;
        max-width: 56ch;
    }

    /* Dots (desktop/tablet) */
    .box-banner.hero-slider .hero-dots {
        position: absolute;
        left: 50%;
        bottom: 22px;
        transform: translateX(-50%);
        display: flex;
        gap: 10px; /* istersen 0 da olabilir; hit-area zaten büyük */
        z-index: 5;
    }

    /* HIT AREA büyür */
    .box-banner.hero-slider .hero-dot {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        touch-action: manipulation;
    }

        /* Görünen DOT aynı kalır (15x15) */
        .box-banner.hero-slider .hero-dot::before {
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 999px;
            border: 1px solid rgba(0,0,0,.45);
            background: rgb(255 255 255 / 92%);
            box-sizing: border-box;
        }

        /* Aktif görünüm */
        .box-banner.hero-slider .hero-dot.is-active::before {
            background: rgba(0,0,0,.95);
            border-color: rgba(0,0,0,.95);
        }

        .box-banner.hero-slider .hero-dot:focus-visible {
            outline: 2px solid rgba(0,0,0,.6);
            outline-offset: 2px;
        }



/* ==========================================================
   MOBİL: yazı en üstte ortalı + mobil görsel cover
   (Görselin üstündeki boşluğu korumak için center top)
   ========================================================== */
@media (max-width: 991.98px) {

    /* Mobilde görseli değiştir */
    .box-banner.hero-slider .hero-slide {
        background-image: var(--bg-mobile, var(--bg-desktop));
        background-position: var(--bg-pos-mobile, 50% 0%); /* center top */
    }

        /* Yazılar üstte */
        .box-banner.hero-slider .hero-slide.is-active {
            align-items: flex-start;
        }

    /* Metin üstte ortalı */
    .box-banner.hero-slider .banner {
        width: 100%;
        text-align: center;
    }

    .box-banner.hero-slider .hero-slide .container {
        padding: 70px 16px 0;
    }

    /* Mobil tipografi */
    .box-banner.hero-slider .title-banner {
        font-size: clamp(22px, 7vw, 34px);
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .box-banner.hero-slider .bannerParag {
        font-size: clamp(13px, 4vw, 16px);
        line-height: 1.55;
        max-width: 34ch;
        margin-left: auto;
        margin-right: auto;
    }

    /* Dots biraz yukarı */
    .box-banner.hero-slider .hero-dots {
        bottom: 14px;
    }
}

/* box-squares (senin mevcut kuralın) */
.box-squares {
    position: relative;
    max-width: 500px;
    width: 100%;
}




.item-square-1 {
    width: 100%;
    height: 495px;
    background-color: var(--tc-primary-500);
    border-radius: 0px;
    max-width: 377px;
}

    .item-square-1 .item-square-1-image {
        width: 100%;
        height: 495px;
        overflow: hidden;
        border-radius: 0px;
        position: relative;
        top: -30px;
        right: -30px;
    }

        .item-square-1 .item-square-1-image img {
            height: 100%;
            max-width: none;
        }

.box-agency {
    padding: 120px 0px 80px 0px;
}

.box-title-top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.box-project {
    padding: 120px 0px;
}

.text-inline {
    display: flex;
    align-items: center;
}

.text-footer {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--tc-theme-main);
    border-bottom: 2px solid var(--tc-primary-500);
    display: inline-block;
}

.share {
    background-image: url(../imgs/template/icons/share.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--tc-theme-main);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 0px 7px;
    border-radius: 50%;
}

    .share.facebook {
        background-image: url(/icons/facebook.svg);
    }

    .share.linkedin {
        background-image: url(/icons/linkedin.svg);
    }

    .share.instagram {
        background-image: url(/icons/instagram.svg);
    }

.list-socials .share {
    height: 45px;
    width: 45px;
    border-color: white;
    margin: 0px 8px 0px 0px;
}

.footer-1 p {
    margin-bottom: 0px;
}

.footer-bottom {
    border-top: 1px solid var(--tc-graay-50_2);
    padding-top: 25px;
}

.section-footer {
    padding: 74px 0px 60px 0px;
}

.banner-small-title-black {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: black;
    font-family: var(--tc-ag-font-family);
    text-transform: uppercase;
    position: relative;
    padding-right: 70px;
    margin-bottom: 20px;
    display: inline-block;
}

    .banner-small-title-black::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        height: 2px;
        background-color: var(--tc-theme-primary);
        width: 60px;
    }

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--tc-theme-main);
    height: 50px;
    border: 0px;
}

.line-primary-home::before {
    background-color: var(--tc-primary-home);
}

.box-about-us-5 {
    position: relative;
    padding-top: 120px !important;
}

.box-meet-experts {
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add this CSS to animate the progress bar on scroll */

@keyframes animateProgressBar {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.box-faq-single-banner {
    background-image: url(../images/pyBanner2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.box-faq-single-banner-inner {
    background-image: url(/images/pyBanner2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 105px 0px;
    position: relative;
}

    .box-faq-single-banner-inner::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 192px;
        width: 196px;
        background: url(../imgs/pages/faq/icon-1.png) no-repeat center;
    }

    .box-faq-single-banner-inner::after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 386px;
        width: 395px;
        background: url(../imgs/pages/faq/icon-2.png) no-repeat center;
    }

.box-red-single-banner .box-faq-single-banner-inner::before {
    background: url(../imgs/pages/services/icon-red-1.png) no-repeat center;
}

.box-red-single-banner .box-faq-single-banner-inner::after {
    background: url(../imgs/pages/services/icon-red-2.png) no-repeat center;
}

.block-menu-left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .block-menu-left ul li {
        margin-bottom: 10px;
    }

        .block-menu-left ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #000000;
            border-radius: 5px;
            padding: 15px 20px;
            color: black;
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            font-family: var(--tc-ag-font-family);
        }

            .block-menu-left ul li a svg {
                fill: var(--tc-theme-bg-12);
            }

            .block-menu-left ul li a:hover {
                color: var(--tc-theme-main);
                background-color: black;
            }

                .block-menu-left ul li a:hover svg {
                    fill: var(--tc-theme-main);
                }

.sidebar-brochure {
    background-color: var(--tc-theme-bg-1);
    border-radius: 10px;
    padding: 26px 30px;
    margin-bottom: 30px;
}

.title-line-bottom {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

    .title-line-bottom::before {
        content: "";
        height: 4px;
        border-radius: 100px;
        background-color: var(--tc-primary-home);
        width: 30px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

textarea.form-control {
    height: auto;
}

.service-detail p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--tc-neutral-2600);
}

.service-detail ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

    .service-detail ul li {
        padding: 0px 0px 0px 30px;
        background: url(../imgs/pages/services/tick.png) no-repeat left center;
        margin-bottom: 10px;
    }

.service-detail img {
    margin-bottom: 30px;
    max-height: 500px;
}

.service-detail {
    border-bottom: 1px solid var(--tc-theme-border-6);
    padding-bottom: 40px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1199.98px) {
    .navbar-nav {
        display: none;
    }

    .btn-menu {
        margin-right: 0px;
        margin-left: 0px !important;
    }

        .btn-menu svg {
            stroke: var(--tc-theme-main);
        }

    .navbar-nav-mobile {
        display: block !important;
    }
}

@media screen and (max-width: 991.98px) {
    .display-ag-2xl {
        font-size: 48px;
    }
}


@media screen and (max-width: 767.98px) {
    .heading-3xl {
        font-size: 38px;
        line-height: 48px;
    }

    .box-faq-single-banner-inner::before {
        height: 172px;
        width: 176px;
        background-size: cover !important;
    }

    .box-faq-single-banner-inner::after {
        height: 206px;
        width: 255px;
        background-size: cover !important;
    }
}

@media screen and (max-width: 575.98px) {

    .heading-3xl {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-ag-3xl {
        font-size: 38px;
    }

    .navbar .navbar-brand {
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 474.98px) {

    .box-title-top {
        flex-wrap: wrap;
    }
}


.category-glass-card {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 10px 0 rgb(197 195 195 / 39%);
    padding: 25px;
    transition: transform 0.3s ease;
}

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

    .category-glass-card h4 {
        color: black;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

.category-list {
    display: grid;
    /* Yan yana 2 eşit sütun oluşturur */
    grid-template-columns: 1fr 1fr;
    /* Sütunlar arası 15px, satırlar arası 8px boşluk */
    gap: 8px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* Liste Elemanları */
    .category-list li {
        position: relative;
        padding-left: 20px; /* İkon boşluğu */
        color: black;
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: center;
    }

        /* Başındaki İkon (*) */
        .category-list li::before {
            content: "->"; /* Veya "*" kullanabilirsiniz */
            position: absolute;
            left: 0;
            color: black;
            font-size: 16px;
            top: 1px;
        }

@media (max-width: 576px) {
    .category-list {
        grid-template-columns: 1fr;
    }
}

.email-pill {
    width: 440px;
    height: 56px;
    padding: 6px;
    background: var(--pill-bg);
    border: 1px solid var(--pill-border);
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 14px;
}

.email-icon {
    width: 18px;
    height: 18px;
    fill: rgba(233,236,255,0.75);
    opacity: 0.95;
}

.email-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--text);
    font-size: 15px;
    letter-spacing: 0.2px;
}

    .email-input::placeholder {
        color: var(--muted);
    }

.email-btn {
    height: 100%;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient( 90deg, #4F60FA 0%, #766AFF 100% );
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 0 10px 20px rgba(0,0,0,0.35);
    transition: transform .15s ease, filter .15s ease;
}

    .email-btn:hover {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

    .email-btn:active {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

.email-pill:focus-within {
    box-shadow: 0 0 0 4px rgba(170,177,236,0.16), 0 12px 30px rgba(0,0,0,0.35);
    border-color: rgba(170,177,236,0.55);
}

/* Responsive */
@media (max-width: 640px) {
    .email-pill {
        width: 100%;
    }

    .email-btn {
        padding: 0 14px;
        font-size: 13px;
    }
}

.page-hero {
    box-shadow: 0 8px 10px 0 rgb(197 195 195 / 39%);
    width: 100%;
    height: 185px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Sol metin alanı */
.page-hero-text {
    padding-left: 80px; /* metin tam sola yapışmasın */
}

    .page-hero-text h1 {
        margin: 0;
        line-height: 1.1;
    }

/* Sağ görsel alanı */
.page-hero-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 60px;
}

    .page-hero-image img {
        max-height: 295px;
        width: auto;
        object-fit: contain;
        margin-top: 14px;
    }

/* Responsive */
@media (max-width: 991px) {
    .page-hero .row {
        flex-wrap: nowrap;
    }

    .page-hero-text {
        padding-left: 24px;
    }

    .page-hero-image {
        flex: 0 0 auto;
        justify-content: left;
    }

        .page-hero-image img {
            max-height: 90px;
            margin-top: 0px;
        }
}

/* ==========================================================
   COMPONENT VARIABLES (Email pill / gradients)
   ========================================================== */
:root {
    --pill-bg: #111223;
    --pill-border: rgba(170,177,236,0.35);
    --text: #E9ECFF;
    --muted: rgba(233,236,255,0.65);
    --g0: #343754; /* 0% */
    --g53: #AAB1EC; /* 53% */
    --g100: #343754; /* 100% */
}


/* ==========================================================
   INDEX PAGE - SERVICES SCROLLER
   ========================================================== */
.Indexservices-container {
    background-color: black;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.services-wrapper {
    margin-top: 3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0 30px;
    position: relative;
    mask-image: linear-gradient(to right, transparent 50px, black 100px, black calc(100% - 100px), transparent calc(100% - 50px));
    -webkit-mask-image: linear-gradient(to right, transparent 50px, black 100px, black calc(100% - 100px), transparent calc(100% - 50px));
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .services-wrapper::-webkit-scrollbar {
        display: none;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(13, 280px);
    grid-auto-flow: column;
    gap: 30px;
    width: fit-content;
    padding: 0 50px;
}

.card-service-6 {
    min-width: 270px;
    max-width: 270px;
    min-height: 365px;
    max-height: 365px;
    background-size: cover;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .card-service-6:hover {
        transform: translateY(-10px);
        border-bottom: 3px solid #ffffff;
        box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.6);
    }

.readmore {
    text-align: center;
    align-self: center;
    margin-top: auto;
    padding: 5px 5px 30px 5px;
    font-weight: bold;
    color: #f0f0f0 !important;
    font-size: 18px;
}

    .readmore svg path {
        stroke: white;
        transition: stroke 0.3s ease;
    }

.card-service-6:hover .readmore svg path {
    stroke: #ffffff;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f0f0f0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

    .nav-button:hover {
        background: #ffffff;
        color: #1a1a2e;
    }

.nav-left {
    left: 10px;
}

.nav-right {
    right: 10px;
}

/* Bootstrap btn hover override */
.btn:hover {
    color: white;
    background-color: #383e43;
    border-color: #474c51;
}

@media (max-width: 991px) {
    .nav-button {
        display: none;
    }
}

@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: repeat(13, 85vw);
        gap: 15px;
        padding: 0 20px;
    }

    .card-service-6 {
        min-width: 85vw;
        max-width: 85vw;
        min-height: 400px;
        max-height: 400px;
    }

    .services-wrapper {
        mask-image: linear-gradient(to right, transparent 0, black 20px, black 90%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0, black 20px, black 90%, transparent 100%);
    }
}


/* ==========================================================
   TESTIMONIAL SECTION
   ========================================================== */
.testimonial-section {
    --txt: rgba(255,255,255,.92);
    --muted: rgba(255,255,255,.62);
    --card-bg0: #02041A;
    --card-bg1: #0D0C2E;
    --br0: #41406E;
    --br1: #091037;
    --accent: #4349E3;
}

.testimonial-section {
    position: relative;
    padding: 92px 16px 70px;
    color: #fff;
    overflow: hidden;
}

.ts-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ts-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

/* İçerik */
.ts-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.ts-head {
    text-align: center;
    margin-bottom: 46px;
}

.ts-topline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: black;
    font-size: 12px;
    letter-spacing: .35px;
}

.ts-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #02041b;
    box-shadow: 0 0 18px rgba(67,73,227,.65);
}

.ts-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -0.6px;
    font-weight: 700;
    color: black;
}

.ts-subtitle {
    margin: 10px 0 0;
    font-size: 13px;
    color: black;
}

/* ====== Kart alanı ====== */
.tst-wrap {
    position: relative;
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 95px 0 0;
}

.tst-stack {
    position: relative;
    height: 520px;
    isolation: isolate;
}

/* kart shell (border gradient) */
.tst-cardShell {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: min(320px, 95vw);
    height: 435px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--br0) 0%, var(--br1) 100%);
    padding: 1px;
    box-shadow: 0 26px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.02) inset;
    transition: transform .45s ease, opacity .45s ease, filter .45s ease;
    will-change: transform, opacity, filter;
}

.tst-card {
    height: 100%;
    width: 100%;
    border-radius: 21px;
    background: black;
    padding: 28px 26px;
    color: var(--txt);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tst-quote {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.86);
}

.tst-meta {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.tst-who {
    font-size: 12px;
    color: rgba(255,255,255,.65);
    line-height: 1.3;
}

    .tst-who b {
        color: rgba(255,255,255,.88);
        font-weight: 600;
    }

.tst-bubble {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.92);
    font-size: 22px;
}

/* Konumlar (orta + sağ/sol arkada) */
.tst-pos-0 {
    z-index: 6;
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%,-50%) scale(1) rotate(0deg);
}

.tst-pos--1 {
    z-index: 4;
    opacity: .55;
    filter: blur(.35px);
    transform: translate(calc(-50% - 210px), -50%) scale(.92) rotate(-12deg);
}

.tst-pos-1 {
    z-index: 4;
    opacity: .55;
    filter: blur(.35px);
    transform: translate(calc(-50% + 210px), -50%) scale(.92) rotate(12deg);
}

.tst-pos--2 {
    z-index: 3;
    opacity: .25;
    filter: blur(.85px);
    transform: translate(calc(-50% - 350px), -50%) scale(.86) rotate(-18deg);
}

.tst-pos-2 {
    z-index: 3;
    opacity: .25;
    filter: blur(.85px);
    transform: translate(calc(-50% + 350px), -50%) scale(.86) rotate(18deg);
}

.tst-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%,-50%) scale(.82);
}

/* alt dots */
.ts-dots {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ts-dotbtn {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.12);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

    .ts-dotbtn.is-active {
        background: rgba(67,73,227,.95);
        transform: scaleX(1.05);
    }

/* nav */
.tst-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tst-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid black;
    background: black;
    color: rgba(255,255,255,.92);
    cursor: pointer;
}

    .tst-btn:hover {
        background: #080926c2;
    }

/* Responsive */
@media (max-width: 900px) {
    .ts-title {
        font-size: 38px;
    }

    .tst-stack {
        height: 500px;
    }
}

@media (max-width: 560px) {
    .ts-title {
        font-size: 34px;
    }

    .tst-stack {
        height: 470px;
    }

    .tst-cardShell {
        height: 360px;
    }

    .tst-pos--1 {
        transform: translate(calc(-50% - 140px), -50%) scale(.92) rotate(-10deg);
    }

    .tst-pos-1 {
        transform: translate(calc(-50% + 140px), -50%) scale(.92) rotate(10deg);
    }

    /* en arkadakileri mobilde gizle */
    .tst-pos--2, .tst-pos-2 {
        opacity: 0;
    }
}


/* ==========================================================
   SUCCESS SECTION
   ========================================================== */
.success-section {
    padding: 105px 16px;
    background: black;
    color: #fff;
}

.success-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.brand-row {
    text-align: center;
    margin-bottom: 75px;
}

.brand-slogan {
    margin: 0 0 18px 0;
    font-size: 13px;
    letter-spacing: .2px;
    color: rgba(255,255,255,.55);
}

.brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
    flex-wrap: wrap;
}

    .brand-logos img {
        height: 70px;
        width: auto;
        opacity: .55;
        filter: grayscale(100%);
    }

.success-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.success-left {
    flex: 1;
    min-width: 320px;
    align-self: anchor-center;
}

    .success-left h2 {
        margin: 0 0 18px 40px;
        font-size: 60px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.6px;
        color: white;
    }

.success-line {
    margin-left: 60px;
    height: 2px;
    width: 280px;
    background: linear-gradient( 90deg, rgba(67,73,227,0) 0%, white 50%, rgba(67,73,227,0) 100% );
}

.success-right {
    flex: 1;
    min-width: 320px;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 34px 60px;
    justify-items: start;
}

.stat-value {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

    .stat-value span {
        font-size: 44px;
        vertical-align: top;
        margin-left: 6px;
    }

.stat-label {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
}

/* Responsive */
@media (max-width: 900px) {
    .success-content {
        flex-direction: column;
    }

    .success-left h2 {
        font-size: 38px;
    }

    .success-right {
        gap: 26px 40px;
        align-self: center;
    }

    .stat-value {
        font-size: 48px;
    }
}

body {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
}
