.bta-logo-plate::before {
    content: '';
    background: #29abe2;
    position: absolute;
    top: 0;
    left: -90px;
    width: 385px;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}




.bta-faaliyet{
    
    visibility: visible;
    animation-delay: 0.15s;
    animation-name: fadeInUp;
}
.bta-faaliyet .bta-title {
    color: #fff;
}
.bta-faaliyet .bta-lead {
    color: #ffffff;
}






a.btn.btn-primary {
    background: #1a4356;
}















































:root {
    --bta-primary: #28ace2;
    --bta-primary-dark: #128ac0;
    --bta-primary-soft: rgba(40, 172, 226, .12);
    --bta-ink: #06131f;
    --bta-ink-2: #0b2233;
    --bta-text: #132536;
    --bta-muted: #748396;
    --bta-line: rgba(19, 37, 54, .10);
    --bta-white: #ffffff;
}

.bta-pro-header,
.bta-pro-header * {
    box-sizing: border-box;
}

.bta-pro-header {
    width: 100%;
    position: relative;
    z-index: 1050;
    background: transparent;
    font-family: inherit;
}

.bta-pro-header a {
    text-decoration: none;
}

/* =========================
    TOP STRIP
========================= */
.bta-pro-top {
    position: relative;
    width: 100%;
    color: #fff;
    background: linear-gradient(90deg, rgba(40, 172, 226, .24) 0 1px, transparent 1px 54px), radial-gradient(circle at 15% 50%, rgba(40, 172, 226, .24), transparent 28%), linear-gradient(135deg, #163745 0%, #072034d1 52%, #1d4552 100%);
    background-size: auto, auto, auto;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
}

.bta-pro-top:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, .055) 46% 47%, transparent 47% 100%);
    pointer-events: none;
}

.bta-pro-top-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.bta-pro-eyebrow {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-right: 22px;
    margin-right: 6px;
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .9px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}

.bta-pro-eyebrow:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--bta-primary);
    box-shadow: 0 0 0 6px rgba(40, 172, 226, .16);
}

.bta-pro-eyebrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: rgba(255, 255, 255, .16);
}

.bta-pro-top-info {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.bta-pro-top-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.bta-pro-top-item a,
.bta-pro-top-item span {
    color: rgba(255, 255, 255, 1);
    transition: .22s ease;
}

.bta-pro-top-item a:hover {
    color: #fff;
}

.bta-pro-top-item svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.bta-pro-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.bta-pro-lang {
    height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
}

.bta-pro-lang a {
    width: 27px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    opacity: .65;
    transition: .22s ease;
}

.bta-pro-lang a.active,
.bta-pro-lang a:hover {
    opacity: 1;
    background: rgba(40, 172, 226, .20);
}

.bta-pro-lang img {
    width: 17px;
    height: 17px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.bta-pro-social {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .11);
    transition: .22s ease;
}

.bta-pro-social:hover {
    color: #fff;
    background: var(--bta-primary);
    border-color: var(--bta-primary);
    transform: translateY(-2px);
}

/* =========================
    MAIN HEADER
========================= */
.bta-pro-main {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 18px 52px rgba(6, 19, 31, .105);
    border-bottom: 1px solid rgba(6, 19, 31, .07);
    overflow: visible;
}

.bta-pro-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(36vw, 400px);
    height: 100%;
    background: linear-gradient(135deg, rgb(30 70 83), rgba(40, 172, 226, 0) 44%), linear-gradient(135deg, #1c4c59 0%, #06192a 100%);
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.bta-pro-main:after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: -1px;
    width: 280px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--bta-primary), transparent);
    pointer-events: none;
}

.bta-pro-main .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
    position: relative;
    z-index: 2;
}

.bta-pro-main .navbar {
    min-height: 94px;
    padding: 0;
}

.bta-pro-shell {
    width: 100%;
    min-height: 94px;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
}

/* LOGO AREA */
.bta-pro-brand {
    min-height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
}

.bta-pro-logo {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative;
    z-index: 3;
}

.bta-pro-logo:before,
.bta-pro-logo:after {
    content: none !important;
    display: none !important;
}

.bta-pro-logo img {
    max-width: 100%;
    object-fit: contain;
    display: block;

    width: 280px;
}

/* NAVIGATION */
.bta-pro-nav {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.bta-pro-nav .navbar-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    margin: 0;
}

.bta-pro-nav .nav-item {
    position: relative;
}

.bta-pro-nav .nav-link {
    min-height: 94px;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 13px !important;
    color: var(--bta-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .24s ease;
    overflow: hidden;
}

.bta-pro-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    top: 0;
    height: 4px;
    background: var(--bta-primary);
    border-radius: 0 0 999px 999px;
    transform: translateY(-100%);
    transition: .24s ease;
}

.bta-pro-nav .nav-link:after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 24px;
    height: 9px;
    background: rgba(40, 172, 226, .12);
    transform: scaleX(0);
    transform-origin: left center;
    transition: .24s ease;
    z-index: -1;
}

.bta-pro-nav .nav-link:hover,
.bta-pro-nav .nav-link.active {
    color: var(--bta-primary-dark);
}

.bta-pro-nav .nav-link:hover:before,
.bta-pro-nav .nav-link.active:before {
    transform: translateY(0);
}

.bta-pro-nav .nav-link:hover:after,
.bta-pro-nav .nav-link.active:after {
    transform: scaleX(1);
}

/* RIGHT ACTIONS */
.bta-pro-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.bta-pro-call {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 7px 14px 7px 7px;
    color: var(--bta-text);
    background: #fff;
    border: 1px solid rgba(19, 37, 54, .10);
    box-shadow: 0 12px 32px rgba(6, 19, 31, .07);
    border-radius: 14px;
    transition: .24s ease;
}

.bta-pro-call:hover {
    color: var(--bta-text);
    transform: translateY(-2px);
    border-color: rgba(40, 172, 226, .34);
    box-shadow: 0 18px 42px rgba(6, 19, 31, .105);
}

.bta-pro-call-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background:
        radial-gradient(circle at 28% 24%, rgba(255,255,255,.38), transparent 30%),
        linear-gradient(135deg, var(--bta-primary), var(--bta-primary-dark));
    box-shadow: 0 12px 24px rgba(40, 172, 226, .28);
    flex: 0 0 auto;
}

.bta-pro-call-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bta-pro-call-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.1;
}

.bta-pro-call-text small {
    color: var(--bta-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bta-pro-call-text strong {
    color: var(--bta-text);
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

.bta-pro-quote {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 23px;
    color: #fff;
    background:
        linear-gradient(135deg, #28ace2 0%, #128ac0 100%);
    border-radius: 0 16px 16px 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 38px rgba(40, 172, 226, .34);
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
    transition: .24s ease;
}

.bta-pro-quote:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    border-top: 56px solid rgba(255, 255, 255, .22);
    border-right: 34px solid transparent;
    opacity: .75;
}

.bta-pro-quote:after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 0 11px 11px 11px;
    pointer-events: none;
}

.bta-pro-quote:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(40, 172, 226, .45);
}

.bta-pro-quote svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .24s ease;
    position: relative;
    z-index: 2;
}

.bta-pro-quote span {
    position: relative;
    z-index: 2;
}

.bta-pro-quote:hover svg {
    transform: translateX(4px);
}

.bta-pro-mobile-toggle {
    display: none;
}

.bta-pro-mobile-toggle .navbar-toggler {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background:
        radial-gradient(circle at 28% 22%, rgba(40, 172, 226, .55), transparent 34%),
        #06131f;
    box-shadow: 0 16px 34px rgba(6, 19, 31, .22);
    padding: 0;
}

.bta-pro-mobile-toggle .navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(40, 172, 226, .22);
}

.bta-pro-mobile-toggle svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
}

/* =========================
    MOBILE OFFCANVAS
========================= */
.bta-pro-mobile-menu {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(40, 172, 226, .26), transparent 34%),
        linear-gradient(145deg, #06131f 0%, #0b2233 100%);
    border-left: 1px solid rgba(40, 172, 226, .18);
}

.bta-pro-mobile-menu .offcanvas-header {
    min-height: 86px;
    padding: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.bta-pro-mobile-logo {
    width: 164px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.bta-pro-mobile-logo img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
    display: block;
}

.bta-pro-mobile-menu .btn-close {
    filter: invert(1);
    opacity: .95;
}

.bta-pro-mobile-menu .offcanvas-body {
    padding: 22px;
}

.bta-pro-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.bta-pro-mobile-link {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 16px;
    color: #fff;
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .09);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em;
    transition: .24s ease;
}

.bta-pro-mobile-link span {
    color: var(--bta-primary);
    font-size: 22px;
    line-height: 1;
}

.bta-pro-mobile-link:hover {
    color: #fff;
    background: rgba(40, 172, 226, .22);
    border-color: rgba(40, 172, 226, .42);
    transform: translateX(4px);
}

.bta-pro-mobile-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(40, 172, 226, .22);
}

.bta-pro-mobile-card h5 {
    margin: 0 0 12px;
    color: var(--bta-primary);
    font-size: 15px;
    font-weight: 950;
}

.bta-pro-mobile-card p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.45;
}

.bta-pro-mobile-card a {
    color: rgba(255, 255, 255, .86);
}

.bta-pro-mobile-card a:hover {
    color: #fff;
}

/* =========================
    RESPONSIVE
========================= */
@media (max-width: 1580px) {
    .bta-pro-shell {
        grid-template-columns: 260px minmax(0, 1fr) auto;
        gap: 20px;
    }

    .bta-pro-nav .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 12.5px;
    }

    .bta-pro-brand:after {
        left: 190px;
    }

    .bta-pro-logo {
        width: 190px;
    }
}

@media (max-width: 1399px) {
    .bta-pro-call {
        display: none;
    }

    .bta-pro-shell {
        grid-template-columns: 245px minmax(0, 1fr) auto;
    }

    .bta-pro-nav .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .bta-pro-top-info {
        gap: 12px;
    }

    .bta-pro-eyebrow {
        display: none;
    }

    .bta-pro-main:before {
        width: 360px;
        clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
    }

    .bta-pro-main .navbar,
    .bta-pro-shell {
        min-height: 82px;
    }

    .bta-pro-shell {
        display: flex;
        justify-content: space-between;
        gap: 18px;
    }

    .bta-pro-brand {
        min-height: 82px;
    }

    .bta-pro-logo {
        width: 176px;
        height: 58px;
    }

    .bta-pro-logo img {
        max-height: 42px;
    }

    .bta-pro-nav,
    .bta-pro-right {
        display: none;
    }

    .bta-pro-mobile-toggle {
        display: block;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .bta-pro-top-actions {
        display: none;
    }

    .bta-pro-top-inner {
        justify-content: center;
    }

    .bta-pro-top-info {
        justify-content: center;
    }

    .bta-pro-top-item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .bta-pro-top {
        display: none;
    }

    .bta-pro-main .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bta-pro-main:before {
        width: 245px;
    }

    .bta-pro-brand:before {
        left: -16px;
        width: 5px;
    }

    .bta-pro-brand:after {
        display: none;
    }

    .bta-pro-logo {
        width: 152px;
    }

    .bta-pro-logo img {
        max-height: 37px;
    }

    .bta-pro-mobile-toggle .navbar-toggler {
        width: 48px;
        height: 48px;
        border-radius: 13px;
    }
}

@media (max-width: 420px) {
    .bta-pro-main:before {
        width: 220px;
    }

    .bta-pro-main .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bta-pro-brand:before {
        left: -12px;
    }

    .bta-pro-logo {
        width: 140px;
    }

    .bta-pro-logo img {
        max-height: 34px;
    }
}











































































.bta-footer-modern,
.bta-footer-modern * {
    box-sizing: border-box;
}

.bta-footer-modern {
    --footer-primary: var(--bta-primary, #28abe2);
    --footer-primary-dark: var(--bta-primary-dark, #061b2d);
    --footer-accent: var(--bta-accent, #03e8f4);
    --footer-accent-soft: rgba(3, 232, 244, .12);
    --footer-text: rgba(255,255,255,.84);
    --footer-muted: rgba(255,255,255,.62);
    --footer-border: rgba(255,255,255,.12);
    position: relative;
    overflow: hidden;
    padding-top: 82px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(3, 232, 244, .18), transparent 30%),
        radial-gradient(circle at 86% 10%, rgba(40, 171, 226, .22), transparent 34%),
        linear-gradient(135deg, #041625 0%, #061b2d 46%, #082940 100%);
}

.bta-footer-modern:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .45;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 54%, transparent 100%);
}

.bta-footer-modern:after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -170px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(3, 232, 244, .28), transparent 68%);
    filter: blur(4px);
    pointer-events: none;
}

.bta-footer-inner {
    position: relative;
    z-index: 2;
}

.bta-footer-top-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 28px;
    align-items: center;
    margin-bottom: 46px;
    padding: 28px;
    border: 1px solid var(--footer-border);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
    backdrop-filter: blur(16px);
}

.bta-footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    padding: 8px 13px;
    border: 1px solid rgba(3, 232, 244, .26);
    border-radius: 999px;
    background: rgba(3, 232, 244, .08);
    color: var(--footer-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bta-footer-kicker:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--footer-accent);
    box-shadow: 0 0 0 5px rgba(3, 232, 244, .12);
}

.bta-footer-top-card h2 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(26px, 3.2vw, 44px);
    line-height: 1.12;
    font-weight: 650;
    letter-spacing: -.035em;
}

.bta-footer-top-card p {
    margin: 14px 0 0;
    max-width: 680px;
    color: var(--footer-muted);
    font-size: 15.5px;
    line-height: 1.75;
    font-weight: 400;
}

.bta-footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.bta-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .015em;
    transition: all .25s ease;
    white-space: nowrap;
}

.bta-footer-btn-primary {
    color: #052033;
    background: linear-gradient(135deg, var(--footer-accent), var(--footer-primary));
    box-shadow: 0 16px 34px rgba(3, 232, 244, .20);
}

.bta-footer-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.07);
}

.bta-footer-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.bta-footer-main {
    padding: 0 0 42px;
}

.bta-footer-brand {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--footer-border);
    border-radius: 28px;
    background: rgba(255,255,255,.065);
    backdrop-filter: blur(14px);
}

.bta-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
}

.bta-footer-logo img {
    max-width: 205px;
    max-height: 76px;
    object-fit: contain;
}

.bta-footer-desc {
    margin: 0;
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
}

.bta-footer-mini-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.bta-footer-mini-info span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 15px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    font-size: 13px;
    font-weight: 500;
}

.bta-footer-mini-info i {
    color: var(--footer-accent);
}

.bta-footer-widget {
    height: 100%;
    padding-top: 6px;
}

.bta-footer-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 650;
    letter-spacing: -.015em;
}

.bta-footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--footer-accent), transparent);
}

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

.bta-footer-links li {
    margin: 0;
    padding: 0;
}

.bta-footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 0;
    color: var(--footer-muted);
    font-size: 14.5px;
    line-height: 1.35;
    font-weight: 400;
    transition: all .22s ease;
}

.bta-footer-links a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(3, 232, 244, .48);
    transition: all .22s ease;
}

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

.bta-footer-links a:hover:before {
    background: var(--footer-accent);
    box-shadow: 0 0 0 5px rgba(3, 232, 244, .11);
}

.bta-footer-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bta-footer-service-list a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 13px;
    border-radius: 14px;
    color: rgba(255,255,255,.76);
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.35;
    transition: all .22s ease;
}

.bta-footer-service-list a:hover {
    color: #fff;
    border-color: rgba(3, 232, 244, .24);
    background: rgba(3, 232, 244, .09);
    transform: translateY(-2px);
}

.bta-footer-contact-card {
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(3, 232, 244, .16);
    background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.055));
    box-shadow: 0 22px 70px rgba(0,0,0,.20);
    backdrop-filter: blur(14px);
}

.bta-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.bta-footer-contact-list li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
}

.bta-footer-contact-list .icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #052033;
    background: linear-gradient(135deg, var(--footer-accent), var(--footer-primary));
    box-shadow: 0 12px 28px rgba(3, 232, 244, .16);
}

.bta-footer-contact-list .text label {
    display: block;
    margin-bottom: 3px;
    color: var(--footer-accent);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bta-footer-contact-list .text a,
.bta-footer-contact-list .text span {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    transition: color .22s ease;
}

.bta-footer-contact-list .text a:hover {
    color: #fff;
}

.bta-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.bta-footer-social a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.10);
    transition: all .22s ease;
}

.bta-footer-social a:hover {
    color: #052033;
    background: var(--footer-accent);
    transform: translateY(-3px);
}

.bta-footer-bottom {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.12);
}

.bta-footer-bottom p,
.bta-footer-bottom a {
    color: rgba(255,255,255,.62);
    font-size: 13.5px;
    font-weight: 400;
}

.bta-footer-bottom strong {
    color: #fff;
    font-weight: 600;
}

.bta-magnet-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    opacity: .72;
    transition: opacity .22s ease, transform .22s ease;
}

.bta-magnet-link:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.bta-magnet-link img {
    max-height: 30px;
    width: auto;
}

@media (max-width: 1199.98px) {
    .bta-footer-top-card {
        grid-template-columns: 1fr;
    }

    .bta-footer-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .bta-footer-modern {
        padding-top: 56px;
    }

    .bta-footer-top-card,
    .bta-footer-brand,
    .bta-footer-contact-card {
        border-radius: 22px;
    }

    .bta-footer-top-card {
        padding: 22px;
        margin-bottom: 34px;
    }

    .bta-footer-service-list,
    .bta-footer-mini-info {
        grid-template-columns: 1fr;
    }

    .bta-footer-bottom {
        text-align: center;
    }

    .bta-magnet-link {
        justify-content: center;
    }
}


























































:root {
    --bta-primary: #28abe2;
    --bta-primary-dark: #061b2d;
    --bta-accent: #03e8f4;
    --bta-accent-2: #67f8ff;
    --bta-text: #10283b;
    --bta-muted: #647789;
    --bta-soft: #f2fbfe;
    --bta-border: rgba(40, 171, 226, .18);
    --bta-white: #ffffff;
}

.bta-home {
    background: #fff;
    color: var(--bta-text);
    overflow: hidden;
}

.bta-section {
    position: relative;
    padding: 92px 0;
}

.bta-section-sm {
    padding: 64px 0;
}

.bta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid rgba(3, 232, 244, .28);
    border-radius: 999px;
    background: rgba(3, 232, 244, .08);
    color: var(--bta-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bta-eyebrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bta-accent);
    box-shadow: 0 0 0 6px rgba(3, 232, 244, .13);
}

.bta-title {
    margin: 18px 0 0;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--bta-primary-dark);
}

.bta-title.is-white,
.bta-text-white {
    color: #fff;
}

.bta-lead {
    margin: 22px 0 0;
    color: var(--bta-muted);
    font-size: 17px;
    line-height: 1.8;
}

.bta-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.bta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
    transition: all .28s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bta-btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,.18), transparent 42%);
    transform: translateX(-100%);
    transition: transform .45s ease;
    z-index: -1;
}

.bta-btn:hover:after {
    transform: translateX(0);
}

.bta-btn-primary {
    background: linear-gradient(135deg, var(--bta-accent), var(--bta-primary));
    color: #fff;
    box-shadow: 0 18px 34px rgba(40, 171, 226, .28);
}

.bta-btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
}

.bta-btn-outline {
    border: 1px solid rgba(255,255,255,.32);
    color: #fff;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
}

.bta-btn-outline:hover {
    background: #fff;
    color: var(--bta-primary-dark);
    transform: translateY(-3px);
}

.bta-btn-dark {
    background: var(--bta-primary-dark);
    color: #fff;
}

.bta-btn-dark:hover {
    background: var(--bta-primary);
    color: #fff;
    transform: translateY(-3px);
}

/* HERO */
.bta-hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(110deg, rgba(5, 18, 31, .96) 0%, rgba(7, 24, 39, .88) 43%, rgba(7, 24, 39, .48) 74%, rgba(7, 24, 39, .58) 100%),
        var(--bta-hero-image);
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.bta-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
    pointer-events: none;
}

.bta-hero:after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(3, 232, 244, .34), transparent 68%);
    filter: blur(6px);
}

.bta-hero .container {
    position: relative;
    z-index: 2;
}

.bta-hero-content {
    max-width: 760px;
    padding-top: 0;
}

.bta-hero h1 {
    margin: 22px 0 0;
    font-size: clamp(44px, 6vw, 86px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
    color: #fff;
}

.bta-hero h1 span {
    color: var(--bta-accent-2);
}

.bta-hero-desc {
    max-width: 680px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,.78);
}

.bta-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px;
    align-items: center;
}

.bta-hero-panel {
    position: relative;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    padding: 26px;
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(0,0,0,.28);
    margin-bottom: 0;
}

.bta-hero-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.bta-hero-panel-title strong {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    color: #fff;
}

.bta-hero-panel-title i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--bta-accent);
    color: #fff;
    font-size: 22px;
}

.bta-mini-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bta-mini-list li,
.bta-contact-chip {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.9);
}

.bta-mini-list i,
.bta-contact-chip i {
    color: var(--bta-accent-2);
}

.bta-quick-contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.bta-contact-chip {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-weight: 700;
}

.bta-contact-chip:hover {
    color: #fff;
    background: rgba(3, 232, 244, .22);
}

/* STATS */
.bta-stats-wrap {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.bta-stats-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(7, 24, 39, .12);
    border: 1px solid var(--bta-border);
    padding: 24px;
}

.bta-stat-item {
    position: relative;
    height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff, #eaeaea);
    border: 1px solid rgba(40,171,226,.08);
}

.bta-stat-item strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    color: var(--bta-primary-dark);
}

.bta-stat-item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    color: var(--bta-muted);
}

/* ABOUT */
.bta-about-visual {
    position: relative;
    padding-right: 28px;
}

.bta-about-visual img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(7,24,39,.18);
}

.bta-about-badge {
    position: absolute;
    right: 0;
    bottom: 34px;
    max-width: 280px;
    padding: 24px;
    border-radius: 26px;
    background: var(--bta-primary-dark);
    color: #fff;
    box-shadow: 0 20px 50px rgba(7,24,39,.25);
}

.bta-about-badge i {
    font-size: 34px;
    color: var(--bta-accent-2);
    margin-bottom: 12px;
}

.bta-about-badge strong {
    display: block;
    font-size: 21px;
    line-height: 1.25;
}

.bta-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.bta-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--bta-soft);
    font-weight: 800;
    color: var(--bta-primary-dark);
}

.bta-check-item i {
    color: var(--bta-accent);
}

/* SERVICES */
.bta-services {
    background:
        radial-gradient(circle at top left, rgba(3, 232, 244, .1), transparent 32%),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.bta-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 44px;
}

.bta-section-head .bta-title {
    max-width: 760px;
}

.bta-service-card {
    position: relative;
    height: 100%;
    min-height: 430px;
    border-radius: 30px;
    overflow: hidden;
    background: var(--bta-primary-dark);
    box-shadow: 0 22px 55px rgba(7,24,39,.12);
    transition: transform .32s ease, box-shadow .32s ease;
}

.bta-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(7,24,39,.18);
}

.bta-service-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: transform .45s ease;
}

.bta-service-card:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.bta-service-card:after {
    display: none;
}

.bta-service-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 24px;
    border-radius: 24px;
    background: rgba(4, 28, 45, .76);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
    color: #fff;
}

.bta-service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(3,232,244,.95);
    font-weight: 950;
    margin-bottom: 18px;
}

.bta-service-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.22;
    color: #fff;
}

.bta-service-content p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.76);
    line-height: 1.65;
}

.bta-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bta-accent-2);
    font-weight: 900;
}

.bta-card-link:hover {
    color: #fff;
}

/* CAPABILITIES */
.bta-cap-card {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--bta-border);
    box-shadow: 0 18px 45px rgba(7,24,39,.06);
    transition: all .28s ease;
}

.bta-cap-card:hover {
    transform: translateY(-6px);
    border-color: rgba(3,232,244,.36);
    box-shadow: 0 24px 60px rgba(7,24,39,.11);
}

.bta-cap-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(3,232,244,.14), rgba(40,171,226,.08));
    color: var(--bta-accent);
    font-size: 28px;
}

.bta-cap-icon img{
    width: 50px;
}

.bta-cap-card h3 {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 900;
    color: var(--bta-primary-dark);

    text-transform: uppercase;
}

.bta-cap-card p {
    margin: 0;
    color: var(--bta-muted);
    line-height: 1.55;
}

/* PROCESS */
.bta-process {
    background: var(--bta-primary-dark);
    color: #fff;
}

.bta-process:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(3,232,244,.18), transparent 28%),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: auto, 84px 84px, 84px 84px;
    opacity: .9;
}

.bta-process .container {
    position: relative;
    z-index: 2;
}

.bta-process-card {
    height: 100%;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}

.bta-process-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.bta-process-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bta-accent);
    font-weight: 950;
}

.bta-process-step i {
    font-size: 28px;
    color: var(--bta-accent-2);
}

.bta-process-card h3 {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}

.bta-process-card p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin: 0;
}

/* FAQ + CTA */
.bta-faq-zone {
    background: linear-gradient(180deg, #fff, #f5f7fa);
}

.bta-faq-zone .accordion-item {
    border: 0;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 12px 34px rgba(7,24,39,.07);
}

.bta-faq-zone .accordion-button {
    font-weight: 900;
    color: var(--bta-primary-dark);
    padding: 20px 22px;
    box-shadow: none;
}

.bta-faq-zone .accordion-button:not(.collapsed) {
    background: var(--bta-primary-dark);
    color: #fff;
}

.bta-faq-zone .accordion-body {
    padding: 22px;
    color: var(--bta-muted);
    line-height: 1.7;
}

.bta-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    
    padding: 52px;
    color: #fff;
    box-shadow: 0 32px 80px rgba(7,24,39,.18);
}

.bta-cta-card:after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(3,232,244,.34);
}

.bta-cta-card > * {
    position: relative;
    z-index: 2;
}

.bta-cta-card h2 {
    font-size: clamp(30px, 3.2vw, 48px);
    font-weight: 950;
    line-height: 1.1;
    color: #fff;
    margin: 14px 0 0;
}

.bta-cta-card p {
    max-width: 660px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
    margin: 18px 0 0;
}

/* BLOG */
.bta-blog-card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--bta-border);
    box-shadow: 0 18px 48px rgba(7,24,39,.07);
    transition: all .28s ease;
}

.bta-blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 64px rgba(7,24,39,.13);
}

.bta-blog-img {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: var(--bta-primary-dark);
}

.bta-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease;
}

.bta-blog-card:hover .bta-blog-img img {
    transform: scale(1.06);
}

.bta-blog-content {
    padding: 26px;
}

.bta-blog-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    color: var(--bta-accent);
    margin-bottom: 12px;
}

.bta-blog-content h3 {
    font-size: 22px;
    line-height: 1.28;
    font-weight: 900;
    margin: 0 0 18px;
}

.bta-blog-content h3 a {
    color: var(--bta-primary-dark);
}

.bta-blog-content h3 a:hover {
    color: var(--bta-accent);
}

/* LOGO PALETİ + OKUNAKLIK REVİZESİ */
.bta-home {
    background-color: #ffffff;
    background-image:
        radial-gradient(circle at 14px 14px, rgba(40, 171, 226, .045) 1.4px, transparent 1.4px);
    background-size: 32px 32px;
    font-weight: 400;
}

.bta-section,
.bta-section-sm {
    position: relative;
    isolation: isolate;
}

.bta-section > .container,
.bta-section-sm > .container {
    position: relative;
    z-index: 2;
}

.bta-section:not(.bta-process):before,
.bta-section-sm:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(135deg, rgba(40, 171, 226, .055) 25%, transparent 25%),
        linear-gradient(225deg, rgba(3, 232, 244, .035) 25%, transparent 25%);
    background-position: 0 0, 16px 16px;
    background-size: 32px 32px;
    opacity: .42;
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.bta-title {
    font-weight: 700;
    letter-spacing: -.025em;
}

.bta-hero h1 {
    font-weight: 700;
    letter-spacing: -.035em;
}

.bta-eyebrow,
.bta-btn,
.bta-card-link,
.bta-contact-chip,
.bta-check-item,
.bta-stat-item span,
.bta-blog-date,
.bta-service-number,
.bta-process-step span {
    font-weight: 600;
}

.bta-hero-panel-title strong,
.bta-about-badge strong,
.bta-stat-item strong,
.bta-service-content h3,
.bta-cap-card h3,
.bta-process-card h3,
.bta-faq-zone .accordion-button,
.bta-cta-card h2,
.bta-blog-content h3 {
    font-weight: 700;
}

.bta-btn-primary,
.bta-btn-primary:hover {
    color: #042033;
}

.bta-services {
    background:
        radial-gradient(circle at top left, rgba(3, 232, 244, .16), transparent 30%),
        radial-gradient(circle at bottom right, rgba(40, 171, 226, .12), transparent 34%),
        linear-gradient(135deg, rgba(40, 171, 226, .05) 25%, transparent 25%) 0 0 / 34px 34px,
        linear-gradient(180deg, #f5fcff 0%, #ffffff 100%);
}

.bta-hero {
    background-image:
        linear-gradient(110deg, rgba(4, 23, 38, .95) 0%, rgba(6, 36, 58, .86) 44%, rgba(6, 48, 72, .44) 74%, rgba(4, 23, 38, .58) 100%),
        var(--bta-hero-image);
}

.bta-hero:after {
    background: radial-gradient(circle, rgba(3, 232, 244, .30), transparent 68%);
}

.bta-service-card {
    background: #ffffff;
}


/* SLIDER REVİZYON: Slider görselleri döner, tasarım katmanı üstte kalır */
.bta-slider-shell {
    position: relative;
    overflow: hidden;
    background: var(--bta-primary-dark);
}

.bta-slider-shell:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(4, 23, 38, .92) 0%, rgba(6, 36, 58, .78) 44%, rgba(6, 48, 72, .28) 74%, rgba(4, 23, 38, .48) 100%);
}

.bta-slider-shell:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.052) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.bta-slider-shell .slideshow-container,
.bta-slider-shell .slideshow-item {
    min-height: 720px;
}

.bta-slider-shell .slideshow-item img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.bta-slider-shell .slide-layer {
    display: none !important;
}

.bta-slider-shell .slideshow-prev,
.bta-slider-shell .slideshow-next,
.bta-slider-shell .slideshow-pagination {
    z-index: 16;
}

.bta-slider-hero-layer {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding: 82px 0 92px;
}

.bta-slider-hero-layer a,
.bta-slider-hero-layer button {
    pointer-events: auto;
}

.bta-slider-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px;
    align-items: center;
}

.bta-slider-hero-content {
    max-width: 760px;
}

.bta-slider-hero-content h1 {
    margin: 22px 0 0;
    font-size: clamp(42px, 5.7vw, 82px);
    line-height: .99;
    font-weight: 700;
    letter-spacing: -.035em;
    color: #fff;
}

.bta-slider-hero-content h1 span {
    color: var(--bta-accent-2);
}

.bta-slider-hero-panel {
    align-self: center;
    justify-self: end;
    max-width: 520px;
    position: relative;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    padding: 26px;
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(0,0,0,.28);
    margin: 0;
}

.bta-stats-wrap {
    margin-top: 40px;
}

/* HİZMET KARTLARI: Minimal yazı kutusu, resim görünürlüğü yüksek */
.bta-service-card {
    min-height: 360px;
    border-radius: 24px;
}

.bta-service-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 14px 34px rgba(7, 24, 39, .14);
    color: var(--bta-text);
    backdrop-filter: blur(10px);
}

.bta-service-content h3 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.24;
    color: var(--bta-primary-dark);
}

.bta-service-content p,
.bta-service-number {
    display: none !important;
}

.bta-service-content .bta-card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--bta-primary);
}

.bta-service-card:hover .bta-service-content {
    background: rgba(255, 255, 255, .94);
}

@media (max-width: 1199.98px) {
    .bta-hero-grid {
        grid-template-columns: 1fr;
    }

    .bta-hero-panel {
        max-width: 640px;
    }
}

@media (max-width: 991.98px) {
    .bta-section {
        padding: 72px 0;
    }

    .bta-hero {
        min-height: auto;
        padding: 120px 0 120px;
    }

    .bta-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bta-about-visual {
        padding-right: 0;
    }

    .bta-about-visual img {
        height: 430px;
    }

    .bta-about-badge {
        left: 22px;
        right: 22px;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .bta-hero {
        padding: 92px 0 96px;
    }

    .bta-hero h1 {
        font-size: 42px;
    }

    .bta-check-grid {
        grid-template-columns: 1fr;
    }

    .bta-stats-wrap {
        margin-top: -16px;
    }

    .bta-cta-card {
        padding: 34px 24px;
    }

    .bta-service-card {
        min-height: 380px;
    }
}

@media (max-width: 1199.98px) {
    .bta-slider-hero-grid {
        grid-template-columns: 1fr;
    }

    .bta-slider-hero-panel {
        justify-self: start;
        max-width: 640px;
    }
}

@media (max-width: 991.98px) {
    .bta-slider-shell .slideshow-container,
    .bta-slider-shell .slideshow-item {
        min-height: 640px;
    }

    .bta-slider-shell .slideshow-item img {
        height: 640px;
    }

    .bta-slider-hero-layer {
        padding: 96px 0 86px;
    }

    .bta-slider-hero-panel {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .bta-slider-shell .slideshow-container,
    .bta-slider-shell .slideshow-item {
        min-height: 560px;
    }

    .bta-slider-shell .slideshow-item img {
        height: 560px;
    }

    .bta-slider-hero-content h1 {
        font-size: 38px;
    }

    .bta-slider-hero-layer {
        padding: 78px 0 72px;
    }

    .bta-service-card {
        min-height: 330px;
    }
}



































p {
    margin: 15px 0;
    transition: all 0.4s ease-in-out;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 0 !important;
    background: #29abe2;
    padding: 10px;
    border-radius: 20px;
}


.gt-footer-v2{
    position: relative;
    overflow: hidden;
    background-color: #0c1117;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 90px;
}

.gt-footer-v2 .gt-footer-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(8 12 18 / 61%) 0%, rgb(9 15 22 / 80%) 55%, rgba(7, 10, 15, 1) 100%);
    pointer-events: none;
}

.gt-footer-v2 .gt-footer-lines{
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 90%);
}

.gt-footer-v2 .gt-footer-main{
    position: relative;
    z-index: 2;
    padding: 0 0 40px;
}

.gt-footer-brand-card,
.gt-footer-widget-modern,
.gt-footer-contact-card{
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 28px 26px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.gt-footer-brand-card::before,
.gt-footer-widget-modern::before,
.gt-footer-contact-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    width: 74px;
    height: 3px;
    border-radius: 20px;
    background: var(--gt-theme);
}

.gt-footer-v2 .gt-footer-logo{
    display: inline-block;
    margin-bottom: 22px;
}

.gt-footer-v2 .gt-footer-logo img{
    max-width: 220px;
}

.gt-footer-desc{
    margin: 0 0 24px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.8;
    max-width: 420px;
}

.gt-footer-contact-mini{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt-footer-contact-mini a{
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
    color: #fff;
    transition: all .3s ease;
}

.gt-footer-contact-mini a:hover{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
}

.gt-footer-contact-mini a span{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: var(--gt-theme);
    flex: 0 0 auto;
}

.gt-footer-v2 .gt-widget-head{
    margin-bottom: 22px;
}

.gt-footer-v2 .gt-widget-head h3{
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .2px;
}

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

.gt-footer-links li + li{
    margin-top: 10px;
}

.gt-footer-links a{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.74);
    font-size: 15px;
    line-height: 1.6;
    padding-left: 18px;
    transition: all .28s ease;
}

.gt-footer-links a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gt-theme);
    box-shadow: 0 0 0 4px rgba(255,255,255,.04);
    transform: scale(.8);
    transition: all .28s ease;
}

.gt-footer-links a:hover{
    color: #fff;
    padding-left: 24px;
}

.gt-footer-links a:hover::before{
    transform: scale(1);
}

.gt-footer-contact-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gt-footer-contact-list li{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.gt-footer-contact-list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.gt-footer-contact-list .icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: var(--gt-theme);
    flex: 0 0 auto;
    font-size: 16px;
}

.gt-footer-contact-list .text label{
    display: block;
    margin: 0 0 4px;
    color: rgba(255,255,255,.52);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.gt-footer-contact-list .text a{
    color: rgba(255,255,255,.82);
    line-height: 1.7;
}

.gt-footer-contact-list .text a:hover{
    color: #fff;
}

.gt-footer-social{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.gt-footer-social a{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    transition: all .3s ease;
}

.gt-footer-social a:hover{
    transform: translateY(-3px);
    background: var(--gt-theme);
    border-color: var(--gt-theme);
    box-shadow: 0 16px 28px rgba(0,0,0,.18);
}

.gt-footer-bottom-modern{
    position: relative;
    z-index: 2;
    margin-top: 8px;
    padding: 24px 0 30px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.gt-footer-bottom-modern p{
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.7;
}

.gt-footer-bottom-note{
    letter-spacing: .3px;
}

.gt-magnet-link{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.gt-magnet-link img{
    width: 150px;
    opacity: .92;
    transition: all .28s ease;
}

.gt-magnet-link:hover img{
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 1199.98px){
    .gt-footer-v2{
        padding-top: 70px;
    }

    .gt-footer-brand-card,
    .gt-footer-widget-modern,
    .gt-footer-contact-card{
        padding: 24px 22px;
    }
}

@media (max-width: 767.98px){
    .gt-footer-v2{
        padding-top: 56px;
    }

    .gt-footer-v2 .gt-widget-head h3{
        font-size: 20px;
    }

    .gt-footer-desc,
    .gt-footer-links a,
    .gt-footer-contact-list .text a{
        font-size: 14px;
    }

    .gt-footer-bottom-modern{
        text-align: center;
    }

    .gt-magnet-link{
        justify-content: center;
    }
}










.project-content h3{
  color: #fff;
}

.cta-top-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(0 78 111), rgb(0 173 229));
    z-index: -1;
}

.gt-section-title h6.gt-style-3{
    --badge-bg-1: #f7f7f7;
    --badge-bg-2: #e9ecef;
    --badge-border: var(--gt-theme);
    --badge-text: #111;
    --badge-shadow: rgba(0, 0, 0, 0.08);

    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 22px;
    border: 1px solid var(--badge-border);
    border-radius: 4px;
    background: linear-gradient(180deg, var(--badge-bg-1) 0%, var(--badge-bg-2) 100%);
    color: var(--badge-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8),
        inset 0 -1px 0 rgba(0,0,0,0.04),
        0 6px 18px var(--badge-shadow);
    overflow: hidden;
}

.gt-section-title h6.gt-style-3::before,
.gt-section-title h6.gt-style-3::after{
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid var(--badge-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 2px #dcdcdc;
    flex: 0 0 auto;
}

.gt-services-item .service-content {
    background: #29abe2;
    padding: 10px 10px;
    transition: all 0.4s ease-in-out;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.gt-services-item .service-content .content-item .content .text h3 a,
.gt-services-item .service-content .content-item .content .text h3 a:hover {
    color: #fff;
}
.gt-services-item .service-content .content-item .content .service-btn .link-btn {
    color: #ffffff;
}
.gt-services-item .service-content .content-item .content .service-btn .link-btn::after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f324";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
}


:root {
        --primary: #29abe2;
        --primary-dark: #1a92c6;
        --dark: #101828;
        --text: #475467;
        --muted: #667085;
        --line: #e7ecf3;
        --soft: #f8fafc;
        --white: #ffffff;
        --shadow: 0 14px 40px rgba(16, 24, 40, .08);
        --shadow-sm: 0 10px 24px rgba(16, 24, 40, .08);
    }

    .topbar {
        background: rgba(255, 255, 255, .95);
        border-bottom: 1px solid rgba(16, 24, 40, .06);
        backdrop-filter: blur(12px);
    }

    .topbar .container-fluid {
        padding-left: 28px;
        padding-right: 28px;
    }

    .topbar-inner {
        min-height: 50px;
    }

    .top-info-item {
        font-size: 14px;
        color: var(--muted);
        gap: 8px;
        white-space: nowrap;
    }

    .top-info-item svg {
        width: 16px;
        height: 16px;
        stroke: var(--primary);
        stroke-width: 2;
        fill: none;
        flex: 0 0 auto;
    }

    .mini-social {
        width: 34px;
        height: 34px;
        border: 1px solid var(--line);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: var(--dark);
        font-size: 13px;
        font-weight: 700;
    }

    .mini-social:hover {
        border-color: var(--primary);
        color: var(--primary);
        transform: translateY(-2px);
        box-shadow: var(--shadow-sm);
    }

    .header-main-wrap {
        position: relative;
        top: 0;
        z-index: 1040;
        padding: 5px 0 10px 0;
    }

    .header-main-wrap .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-box {
        background: rgba(255, 255, 255, .94);
        border: 1px solid rgba(255, 255, 255, .75);
        backdrop-filter: blur(18px);
        border-radius: 26px;
        box-shadow: var(--shadow);
        position: relative;
        overflow: unset;
    }

    .header-box::before {
        content: "";
        position: absolute;
        right: -90px;
        top: -90px;
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, rgb(29 195 234 / 26%), rgba(255, 122, 0, 0) 70%);
        pointer-events: none;
    }

    .navbar {
        padding: 0;
        min-height: 92px;
    }

    .navbar>.container-fluid {
        padding-left: 24px;
        padding-right: 18px;
    }

    .brand-wrap {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .brand-wrap img {
        width: 250px;

        z-index: 99999;
    }

    .brand-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        background: linear-gradient(135deg, var(--dark) 0%, #1d2939 100%);
        position: relative;
        overflow: hidden;
        box-shadow: 0 12px 24px rgba(16, 24, 40, .18);
        flex: 0 0 auto;
    }

    .brand-icon::before,
    .brand-icon::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        transform: rotate(-28deg);
    }

    .brand-icon::before {
        width: 54px;
        height: 12px;
        background: linear-gradient(90deg, var(--primary), #ffc278);
        top: 12px;
        left: -4px;
    }

    .brand-icon::after {
        width: 44px;
        height: 12px;
        background: rgba(255, 255, 255, .92);
        bottom: 12px;
        right: -4px;
    }

    .brand-text {
        line-height: 1.05;
    }

    .brand-title {
        font-size: 24px;
        font-weight: 800;
        color: var(--dark);
        letter-spacing: .2px;
    }

    .brand-title span {
        color: var(--primary);
    }

    .brand-subtitle {
        display: block;
        margin-top: 5px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #98a2b3;
        text-transform: uppercase;
    }

    .navbar-nav {
        gap: 6px;
    }

    .navbar-nav .nav-link {
        color: var(--dark);
        font-weight: 700;
        font-size: 15px;
        padding: 14px 18px !important;
        border-radius: 14px;
        text-transform: uppercase;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: var(--primary);
        background: #fff;
    }

    .dropdown-menu {
        border: none;
        border-radius: 18px;
        box-shadow: var(--shadow-sm);
        padding: 12px;
        min-width: 240px;
        margin-top: 14px;
    }

    .dropdown-item {
        border-radius: 12px;
        padding: 11px 14px;
        font-size: 14px;
        font-weight: 600;
        color: var(--text);
    }

    .dropdown-item:hover {
        background: #fff7f1;
        color: var(--primary);
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .lang-switch {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px;
        background: #f5f7fb;
        border: 1px solid var(--line);
        border-radius: 16px;
    }

    .lang-switch a {
        min-width: 46px;
        height: 40px;
        padding: 0 14px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--muted);
        font-size: 13px;
        font-weight: 800;
    }

    .lang-switch a.active,
    .lang-switch a:hover {
        background: #fff;
        color: var(--primary);
        box-shadow: 0 6px 16px rgba(16, 24, 40, .08);
    }

    .header-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 54px;
        padding: 0 24px;
        border: none;
        border-radius: 18px;
        background: linear-gradient(135deg, #008dbd 0%, #00e2e5 100%);
        color: #fff;
        font-weight: 800;
        letter-spacing: .2px;
        box-shadow: 0 18px 34px rgb(5 244 251 / 6%);
    }

    .header-cta:hover {
        background: linear-gradient(135deg, var(--primary-dark) 0%, #04f7fc 100%);
        color: #fff;
        transform: translateY(-2px);
    }

    .header-cta svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 2;
        fill: none;
    }

    .navbar-toggler {
        border: none;
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: #111827;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        box-shadow: var(--shadow-sm);
    }

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

    .navbar-toggler svg {
        width: 24px;
        height: 24px;
        stroke: #fff;
        stroke-width: 2;
        fill: none;
    }

    .offcanvas {
        border-left: none;
    }

    .offcanvas-header {
        padding: 22px 22px 10px;
    }

    .offcanvas-body {
        padding: 10px 22px 22px;
    }

    .mobile-nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 54px;
        padding: 0 16px;
        border: 1px solid var(--line);
        border-radius: 16px;
        color: var(--dark);
        font-weight: 700;
        margin-bottom: 10px;
        background: #fff;
    }

    .mobile-nav-link:hover {
        color: var(--primary);
        background: #fff8f2;
        border-color: #ffd8b5;
    }

    .mobile-contact-box {
        margin-top: 20px;
        padding: 18px;
        border-radius: 18px;
        border: 1px solid #ffe3cb;
        background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);
    }

    .mobile-contact-box h5 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 800;
    }

    .mobile-contact-box p {
        margin-bottom: 6px;
        color: var(--muted);
        font-size: 14px;
    }

    .preview-space {
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #98a2b3;
        font-weight: 700;
        letter-spacing: .3px;
    }

    @media (max-width: 1199.98px) {
        .desktop-right {
            display: none !important;
        }
    }

    @media (min-width: 1200px) {
        .mobile-toggle-wrap {
            display: none !important;
        }
    }

    @media (max-width: 767.98px) {
        .topbar {
            display: none;
        }

        .header-main-wrap {
            padding-top: 12px;
        }

        .header-main-wrap .container-fluid {
            padding-left: 12px;
            padding-right: 12px;
        }

        .navbar>.container-fluid {
            padding-left: 14px;
            padding-right: 14px;
        }

        .brand-icon {
            width: 48px;
            height: 48px;
            border-radius: 16px;
        }

        .brand-title {
            font-size: 20px;
        }

        .brand-subtitle {
            font-size: 10px;
            letter-spacing: 2px;
        }

        .header-box {
            border-radius: 22px;
        }
    }


.logo img{
  width: 200px;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
}
.offcanvas__logo img{
  width: 200px;
}
.header-main .sidebar__toggle {
  margin-right: 20px;
}
.header-main .sidebar__toggle img {
  width: 30px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.header-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #1d1d1d;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: unset;
}
.project-card-items-4 .project-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.project-card-items-4 .project-thumb .project-content {
    position: absolute;
    left: 25px;
    z-index: 9;
    bottom: -25px;
    background: rgb(225 28 37 / 80%);
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.gt-content p{
  font-weight: 800;
  color: #000;
}

.sticky.header-3 .header-main .header-left .main-menu ul li a {
    color: #ffffff;
}
.sticky.header-3 .header-main .header-right .header-right-icon-item .content h6 {
    color: #ffffff;
}
.sticky.header-3 .header-main .header-right .header-right-icon-item .content h3 a {
    color: #ffffff;
}

.gt-breadcrumb-wrapper .gt-page-heading {
    position: relative;
    padding: 50px 0 50px;
    z-index: 9;
    text-align: center;
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
    color: var(--gt-white);
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 800;
}



.top-header-mobile {
    background: #111;
    padding: 8px 0;
    font-size: 14px;
}

.top-header-mobile .top-header-mobile-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top-header-mobile .header-left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top-header-mobile .header-left span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-header-mobile .header-left a {
    color: #fff;
    text-decoration: none;
}

.top-header-mobile .social-item {
    display: flex;
    gap: 12px;
}

.top-header-mobile .social-item a {
    color: #fff;
    transition: 0.3s;
}

.top-header-mobile .social-item a:hover {
    color: #ff6600;
}

/* 📱 Mobil Görünüm */
@media (max-width: 768px) {

    .top-header-mobile .top-header-mobile-wrapper {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .top-header-mobile .header-left {
        justify-content: center;
        gap: 12px;
    }

    .top-header-mobile .header-left span:nth-child(3) {
        display: none; /* Mobilde adresi gizler */
    }

    .top-header-mobile .social-item {
        justify-content: center;
    }
}




/*------------------- PAGE GALERİ -------------------*/
/* Galeri resimlerini sabitleme */
.page_galeri .image-item img {
    width: 100%;        /* Genişlik bulunduğu sütuna yayılsın */
    height: 250px;      /* Sabit yükseklik (İsteğe göre değiştirebilirsiniz) */
    object-fit: cover;  /* Resmi bozmadan kutuya sığdırır ve fazlalığı kırpar */
    object-position: center; /* Resmi ortalar */
    border-radius: 8px; /* İsterseniz köşeleri hafif yuvarlatabilirsiniz */
    transition: transform 0.3s ease; /* Hover efekti için yumuşatma */
}
/* Hover (Üzerine gelince) efekti */
.image-hover-zoom:hover img {
    transform: scale(1.05); /* Üzerine gelince hafif büyüme sağlar */
}
/* Mobilde resimlerin çok küçük kalmaması için ayar */
@media (max-width: 768px) {
    .page_galeri .image-item img {
        height: 200px;
    }
}


/*------------------- TOC -------------------*/
.widget-toc{
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.widget-toc p{
  font-weight: bold;
}
.widget-toc ol{}
.widget-toc ol li a{
  font-weight: bold;
}





/*------------------- 2.1. Container -------------------*/
:root {
  --main-container: 90%;
  --container-gutters: 24px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .th-container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  /*
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  */

}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}
@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container-gallery {
  max-width: 1840px;
}


.comment-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .comment-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s;
  border: 1px solid #e9ecef;
}
.comment-section .comment-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-section .comment-input {
  border-radius: 10px;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  transition: all 0.3s;
}
.comment-section .comment-input:focus {
  box-shadow: none;
  border-color: #86b7fe;
}
.comment-section .btn-comment {
  border-radius: 20px;
  padding: 8px 25px;
  background: #0d6efd;
  border: none;
  transition: all 0.3s;
}
.comment-section .btn-comment:hover {
  background: #0b5ed7;
  transform: translateY(-1px);
}
.comment-section .comment-actions {
  font-size: 0.9rem;
}
.comment-section .comment-actions a {
  color: #6c757d;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s;
}
.comment-section .comment-actions a:hover {
  color: #0d6efd;
}
.comment-section .comment-time {
  color: #adb5bd;
  font-size: 0.85rem;
}
.comment-section .reply-section {
  margin-left: 60px;
  border-left: 2px solid #e9ecef;
  padding-left: 20px;
}

.contact-links{}
.contact-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-links ul li{
  margin-bottom: 20px;
}
.contact-links ul li a{}
.contact-links ul li a .icon{
  display: inline-block;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contact-links ul li a .name{
  display: inline-block;
  color: #fff;
}
.contact-links ul li a .desc{
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.modal.lightbox img{
  margin: 0 !important;
  width: 100% !important;
}
.modal.lightbox .ratio.ratio-16x9{
  background-color: #00000000 !important;
}
.modal.lightbox .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  height: 100px !important;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
.modal.lightbox .carousel-control-next-icon {
  background-image: url('../img/icon_next.png');
}
.modal.lightbox .carousel-control-prev-icon {
  background-image: url('../img/icon_prev.png');
}
.modal.lightbox .modal-xl {
  max-width: 70%;
}


.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget{
  font-size: 0 !important
}
#google_translate_element{
  /*
    position: absolute;
    top: -5px;
    right: -110px;
  */
  height: 35px;
      position: absolute;
    top: 8px;
}
#google_translate_element a{
    display: none !important;
}
.goog-te-combo{
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher{
  display: none;
}

.langs-select{
  float: right;
  margin-left: 20px;
  height: 30px;
  line-height: 27px;
}
.skiptranslate{
  display: none;
}
.lang_actives .boxed_wrapper{
  margin-top: -40px;
}
.lang_actives.lang_en .main-menu .navigation > li{
  margin: 0px 5px;
}
.lang_actives.lang_en .main-menu .navigation > li > a{
  font-size: 13px;
  font-weight: bold;
}


/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover{
  opacity: .7;
}
.btn-animate1:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
    display: none;
}
.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}
.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
}
.trwpwhatsappinput {
    position: relative;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
    width: 206px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding:10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trwpwhatsappall {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 50px;
    right: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor:pointer;
}
.trwpwhatsappsendbutton i{
    position: absolute;
    right: 10px;
}
.trwpwhatsappall button {border: none;}
.trwpwhatsappall button i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    right: 10px;
    bottom: 15px;
    font-size: 18px !important;
    color: #000;
}
.trwpwhatsappall .kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}



/* CSS Multiple Whatsapp Chat */
#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#whatsapp-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}
#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 100px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 0 0 0;
}
#whatsapp-chat .header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}
#whatsapp-chat .header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
#whatsapp-chat .info-avatar {
  position: relative;
}
#whatsapp-chat .info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  height: auto;
  padding: 5px;
}
#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}
#whatsapp-chat .info-chat span {
  display: block;
}
#whatsapp-chat #get-label,
#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}
#whatsapp-chat #get-nama,
#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#whatsapp-chat #get-label,
#whatsapp-chat #get-nama {
  color: #fff;
}
#whatsapp-chat span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 50px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
#whatsapp-chat a#send-it {
  width: 40px;
  font-weight: 700;
  padding: 10px 0 0 5px;
  background: #095e54;
  border-radius: 0;
}
#whatsapp-chat a#send-it svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
#whatsapp-chat .start-chat .blanter-msg {
  display: flex;
}
#whatsapp-chat #get-number {
  display: none;
}
#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.whatsapp-chat-hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-chat-show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat .whatsapp-message-container {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
#whatsapp-chat .dAbFpq {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
#whatsapp-chat .hFENyl {
  position: relative;
  display: flex;
}
#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 40px);
}
#whatsapp-chat .kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
#whatsapp-chat .bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}


.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    width: 60px;
    right: 90px;
}


@media (max-width: 992px){
  .mobilGizle{
    display: none !important;
  }
  .slideshow-container {
  }



}


@media (min-width: 992px) and (max-width: 1100px) {


}

@media (min-width: 1100px) and (max-width: 1200px) {


}

@media (min-width: 1200px) and (max-width: 1300px) {
  .header-right{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 70px;
  }
  .header-main .main-menu ul li a {
    font-size: 13px;
    margin-right: 10px;
  }

    .bta-pro-main:before {
        width: min(36vw, 250px);
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 14px 5px !important;
    }




}
@media (min-width: 1300px) and (max-width: 1400px) {
  .header-right{
    
  }
  .header__hamburger{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 70px;
  }
  .header-main .main-menu ul li a {
    font-size: 11px;
    margin-right: 5px;
  }

  .bta-pro-main:before {
        width: min(36vw, 300px);
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 14px 10px !important;
    }


}
@media (min-width: 1400px) and (max-width: 1500px) {
  .header-right{
    
  }
  .header__hamburger{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 0px;
  }
  .header-main .main-menu ul li a {
    font-size: 12px;
    margin-right: 5px;
  }
  .header-1.header-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 0;
  }

  .bta-pro-main:before {
        width: min(36vw, 270px);
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 14px 5px !important;
    }

}
@media (min-width: 1500px) and (max-width: 1600px) {
  .header-right{
    
  }
  .header__hamburger{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 0px;
  }
  .header-main .main-menu ul li a {
    font-size: 13;
    margin-right: 10px;
  }
  .header-1.header-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 0;
  }

  .bta-pro-main:before {
        width: min(36vw, 300px);
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 14px 7px !important;
    }

}
@media (min-width: 1600px) and (max-width: 1700px) {
  .header-right{
    
  }
  .header__hamburger{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 0px;
  }
  .header-main .main-menu ul li a {
    font-size: 13px;
    margin-right: 10px;
  }
  .header-1.header-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 0;
  }
  .header-1.header-3 .header-main .header-left {
    gap: 90px;
  }

  .bta-pro-main:before {
        width: min(36vw, 330px);
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        padding: 14px 10px !important;
    }

}
@media (min-width: 1700px) and (max-width: 1800px) {
  .header-right{
    
  }
  .header__hamburger{
    display: none !important;
  }
  .mean__menu-wrapper{
    margin-left: 0px;
  }
  .header-main .main-menu ul li a {
    font-size: 15px;
    margin-right: 10px;
  }
  .header-1.header-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 0;
  }
  .header-1.header-3 .header-main .header-left {
    gap: 90px;
  }

  .bta-pro-main:before {
        width: min(36vw, 330px);
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        padding: 14px 10px !important;
    }

}
@media (min-width: 1800px) and (max-width: 999925px) {
  .header-right{
    
  }
  .header__hamburger{
    
  }
  .mean__menu-wrapper{
    margin-left: 0px;
  }
  .header-main .main-menu ul li a {
    font-size: 16px;
    margin-right: 15px;
  }
  .header-1.header-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 0;
  }
  .header-1.header-3 .header-main .header-left {
    gap: 130px;
  }

}
@media (min-width: 1750px) and (max-width: 999925px) {


}


/* 320 - 480 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1200px) {


}
/* 320 - 480 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


}
/* 475 - 768 */
@media only screen and (min-device-width : 475px) and (max-device-width : 768px) {




}
/* 765 - 990 */
@media only screen and (min-device-width : 765px) and (max-device-width : 990px) {


}
/* 990 - 1300 */
@media only screen and (min-device-width : 990px) and (max-device-width : 1300px) {

}
