body {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    background-color: #fff;
    letter-spacing: -.8px
}

body.menu-active {
    overflow: hidden
}

.custom-translate {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px #0000001a;
    max-width: 200px;
    margin: auto;
    margin-right: 20px;
    letter-spacing: -.14px;
    height: auto;
    padding: 7px 25px;
    font-size: 14px;
    position: relative;
    transition: transform 1.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s, opacity 1.4s cubic-bezier(0.7, 0, 0.3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #212121;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: auto
}

.translate-menu {
    display: none;
    position: absolute;
    top: 28px;
    left: 45%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 10px #0003;
    overflow-y: auto;
    max-height: 400px;
    width: 160px;
    z-index: 1000
}

.translate-menu a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: background .3s;
    border-bottom: solid 1px #00000008
}

.translate-menu a:hover {
    background: #f1f1f1
}

@media (max-width: 768px) {
    .custom-translate {
        font-size: 12px;
        padding: 8px 15px
    }

    .translate-menu {
        width: 200px;
        left: -10px;
        top: 40px
    }
}

@media (max-width: 480px) {
    .custom-translate {
        font-size: 10px;
        padding: 10px 10px;
        width: 100%;
        max-width: 100%
    }

    .translate-menu {
        width: 180px;
        right: -150px;
        top: 20px;
        left: auto;
        border-radius: 0
    }
}

a.WhatsApp1 {
    display: flex;
    font-size: 18px;
    background: #2eb843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2eb843
    }

    50% {
        box-shadow: 0 0 0 10px #015dc700
    }

    100% {
        box-shadow: 0 0 0 0 #015dc700
    }
}

a:hover {
    color: #c3002f
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

.site-header .container {
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-header.bd-menu {
    background-color: #000
}

.site-header.bd-menu .logo-wrapper a img {
    height: 71px
}

.site-header.bd-menu .main-header {
    padding: 25px 0
}

.site-header.bd-menu .top-bar {
    display: none
}

.site-header {
    width: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0
}

.top-bar {
    background-color: #4a4a4a;
    padding: 4px 0;
    font-size: 13px;
    color: #aeaeae
}

.top-bar .container {
    flex-wrap: wrap
}

.top-bar-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.top-bar-info span {
    margin-right: 25px;
    white-space: nowrap
}

.top-bar-info i {
    color: #fff;
    margin-right: 8px;
    font-size: 14px
}

.consultation-button-wrapper {
    background-color: #000
}

.free-consultation-btn {
    display: block;
    padding: 7px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background: #c3002f
}

.free-consultation-btn:hover {
    color: #fff;
    background: #000
}

.main-header {
    background-color: #0d0d1580;
    padding: 30px 0;
    position: relative
}

.logo-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px
}

.logo-wrapper a {
    display: flex;
    align-items: center
}

.logo-wrapper a img {
    height: 121px
}

.logo-icon {
    margin-right: 15px;
    fill: #c3002f
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.brand-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px
}

.tagline {
    font-size: 11px;
    font-weight: 700;
    color: #aeaeae;
    letter-spacing: 2px
}

.header-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center
}

.main-nav {
    margin-top: 0
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-nav li:first-child {
    margin-left: 0
}

.main-nav li {
    margin-left: 35px
}

.main-nav li:nth-child(4) {
    margin-left: 300px
}

.main-nav a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
    transition: color .3s ease, background-color .3s ease
}

.main-nav ul li a:hover {
    color: #c3002f
}

.main-nav li.active a {
    color: #c3002f;
    padding: 0 15px
}

.main-nav li.active a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #c3002f;
    border-left: 3px solid #c3002f
}

.main-nav li.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #c3002f;
    border-right: 3px solid #c3002f
}

.header-search {
    margin-left: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.hamburger-menu,
.close-menu {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px
}

@media (max-width: 1200px) {
    .top-bar .container {
        justify-content: center;
        gap: 10px
    }

    .top-bar-info {
        justify-content: center;
        text-align: center;
        width: 100%;
        display: none
    }

    .top-bar-info span {
        margin: 0 10px
    }

    .free-consultation-btn {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    .hakkimizda-gorsel {
        padding: 0;
        margin-right: 0;
        background-color: #fff;
        margin-top: 0;
        height: 300px;
        margin-bottom: 25px
    }

    .hakkimizda-sol::after {
        display: none
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        max-width: 80%;
        height: 100vh;
        background-color: #212121;
        padding-top: 80px;
        transition: right .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1000;
        box-shadow: -5px 0 15px #0003
    }

    .main-nav.menu-open {
        right: 0
    }

    .main-nav ul {
        flex-direction: column;
        width: 100%;
        align-items: flex-start
    }

    .main-nav li:nth-child(4) {
        margin-left: 0
    }

    .main-nav li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #4a4a4a
    }

    .main-nav a {
        display: block;
        padding: 15px 25px;
        font-size: 16px
    }

    .main-nav li:first-child {
        border-top: 1px solid #4a4a4a
    }

    .main-nav li.active a,
    /* --- YENİ EKLENEN KISIM: Mobil Hover Efekti --- */
    .main-nav li a:hover {
        background-color: #c3002f;
        color: #212121
    }

    .main-nav li.active a {
        padding: 15px 25px
    }

    .main-nav li.active a::before,
    .main-nav li.active a::after {
        display: none
    }

    .header-search {
        margin-left: 20px
    }

    .hamburger-menu,
    .close-menu {
        display: block
    }
}

@media (max-width: 768px) {
    .brand-name {
        font-size: 22px
    }

    .tagline {
        font-size: 9px
    }

    .logo-icon {
        width: 45px;
        height: 36px
    }

    .top-bar-info .d-none-sm {
        display: none
    }
}

.language-dropdow,
.language-dropdow {
    display: inline-block;
    color: #fff
}

.language-dropdow>ul,
.language-dropdow>ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.language-dropdow>ul>li,
.language-dropdow>ul>li {
    position: relative;
    z-index: 2;
    list-style: none
}

.language-dropdow>ul>li .lang-sel,
.language-dropdow>ul>li .lang-sel {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px
}

.language-dropdow>ul>li .lang-sel img,
.language-dropdow>ul>li .lang-sel img {
    max-height: 20px;
    margin-right: 5px
}

.language-dropdow>ul>li>ul.lang-submenu,
.language-dropdow>ul>li>ul.lang-submenu {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    list-style: none;
    padding: 5px 20px;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out 0s;
    -moz-transition: opacity .3s ease-in-out 0s;
    -ms-transition: opacity .3s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
    -webkit-box-shadow: 0 5px 83px 0 #28282833;
    -khtml-box-shadow: 0 5px 83px 0 #28282833;
    -moz-box-shadow: 0 5px 83px 0 #28282833;
    -ms-box-shadow: 0 5px 83px 0 #28282833;
    -o-box-shadow: 0 5px 83px 0 #28282833;
    box-shadow: 0 5px 83px #28282833
}

.language-dropdow>ul>li:hover>ul,
.language-dropdow>ul>li:hover>ul {
    visibility: visible;
    opacity: 1
}

.language-dropdow>ul>li>ul.lang-submenu>li a img,
.language-dropdow>ul>li>ul.lang-submenu>li a img {
    display: none
}

.language-dropdow>ul>li>ul.lang-submenu>li a,
.language-dropdow>ul>li>ul.lang-submenu>li a {
    position: relative;
    color: #9b9b9b;
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language-dropdow>ul>li>ul.lang-submenu>li a:hover,
.language-dropdow>ul>li>ul.lang-submenu>li a:hover {
    color: #595f61
}

.language-dropdow>ul>li>ul.lang-submenu>li a:after,
.language-dropdow>ul>li>ul.lang-submenu>li a:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #595f61;
    -webkit-transition: all 450ms ease 0ms;
    -khtml-transition: all 450ms ease 0ms;
    -moz-transition: all 450ms ease 0ms;
    -ms-transition: all 450ms ease 0ms;
    -o-transition: all 450ms ease 0ms;
    transition: all 450ms ease 0ms
}

.header-top-dil {
    display: flex;
    padding-left: 0;
    margin-right: 30px;
    margin-bottom: 0
}

.header-top-dil li {
    list-style: none;
    margin-left: 22px;
    position: relative
}

.header-top-dil li a {
    display: block;
    padding: .65rem 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    position: relative
}

.header-top-dil li:first-child:before {
    display: none
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -2px;
    height: 1px;
    width: 9px;
    background-color: #ffffff3b
}

.header-top-dil li a .icon {
    height: 10px;
    margin-right: 5px;
    display: none
}

.header-top-dil li a .icon img {
    height: 100%
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden
}

.slides {
    display: flex;
    height: 100%;
    transition: transform .8s ease-in-out
}

.slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    opacity: 50%
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    margin-top: 120px
}

.slide .tagline,
.slide .main-heading,
.slide .subheading,
.slide .buttons {
    opacity: 0;
    transform: translateY(50px)
}

.slide.active .tagline,
.slide.active .main-heading,
.slide.active .subheading,
.slide.active .buttons {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s ease, transform .8s ease
}

.slide.active .tagline {
    transition-delay: .2s
}

.slide.active .main-heading {
    transition-delay: .4s
}

.slide.active .subheading {
    transition-delay: .6s
}

.slide.active .buttons {
    transition-delay: .8s
}

.tagline {
    color: #c3002f;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px
}

.subheading {
    font-size: 15px;
    line-height: 1.4;
    max-width: 480px;
    margin: 0 auto 35px;
    font-weight: 500
}

.buttons .btn {
    text-decoration: none;
    color: #fff;
    padding: 15px 35px;
    margin: 0 10px;
    font-weight: 700;
    display: inline-block;
    transition: all .3s ease;
    font-size: 13px
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn.btn-primary {
    background-color: #c3002f;
    border-color: #c3002f;
    color: #222
}

.btn.btn-primary:hover {
    background-color: #c3002f
}

.btn.btn-secondary {
    background-color: transparent;
    border: 2px solid #fff
}

.btn.btn-secondary:hover {
    background-color: #fff;
    color: #222
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0006;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    transition: background-color .3s
}

.slider-arrow:hover {
    background-color: #000000b3
}

.prev-btn {
    left: 30px
}

.next-btn {
    right: 30px
}

.features-section {
    padding: 0;
    background-color: #f8f9fa
}

.features-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.feature-card {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px #0000001a
}

.card-content {
    position: relative;
    z-index: 2
}

.feature-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 280px;
    z-index: 1;
    opacity: .05;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    transition: opacity .3s ease
}

.feature-card:hover::after {
    opacity: .1
}

.card-dark::after {
    content: "\f521"
}

.card-yellow::after {
    content: "\f54f"
}

.card-white::after {
    content: "\f0ad"
}

.card-number {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.feature-card .card-number::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    z-index: 1;
    transition: opacity .3s ease
}

.card-dark .card-number::after {
    content: "\f521"
}

.card-yellow .card-number::after {
    content: "\f54f"
}

.card-white .card-number::after {
    content: "\f0ad"
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.card-description {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 30px
}

.card-link {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px
}

.card-link i {
    font-size: 12px;
    margin-left: 5px
}

.card-dark {
    background-color: #222;
    color: #ccc
}

.card-dark .card-title {
    color: #fff
}

.card-dark .card-number,
.card-dark .card-link {
    color: #c3002f
}

.card-dark::after {
    color: #fff
}

.card-yellow {
    background-color: #c3002f;
    color: #fff
}

.card-yellow .card-number,
.card-yellow .card-link,
.card-yellow .card-title {
    color: #fff
}

.card-yellow::after {
    color: #fff;
    opacity: .15
}

.card-yellow:hover::after {
    opacity: .25
}

.card-white {
    background-color: #fff;
    color: #555;
    border: 1px solid #eee
}

.card-white .card-title {
    color: #222
}

.card-white .card-number,
.card-white .card-link {
    color: #c3002f
}

.card-white::after {
    color: #222
}

@media (max-width: 992px) {
    .features-container {
        flex-direction: column;
        align-items: center
    }

    .feature-card {
        width: 90%;
        max-width: 500px;
        margin-bottom: 20px
    }

    .feature-card:last-child {
        margin-bottom: 0
    }
}

* {
    box-sizing: border-box
}

.about-section {
    background-color: #fff;
    padding: 100px 0;
    overflow: hidden;
    background: url(../images/section_01.jpg);
    background-size: cover;
    background-position: center right
}

.about-wrapper {
    display: flex;
    align-items: center;
    gap: 60px
}

.about-content {
    flex-basis: 50%
}

.section-tagline {
    position: relative;
    display: inline-block;
    color: #c3002f;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 5px 25px;
    margin-bottom: 20px
}

.section-tagline::before,
.section-tagline::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #c3002f;
    border-style: solid
}

.section-tagline::before {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px
}

.section-tagline::after {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0
}

.section-title {
    font-size: 40px;
    color: #212529;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600
}

.about-content p {
    color: #6c757d;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 20px
}

.video-presentation {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px
}

.video-presentation a {
    text-decoration: none;
    color: #212121;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.video-presentation a span {
    display: flex;
    align-items: center;
    justify-content: center
}

.fa-arrow-pointer {
    width: 65px;
    height: 65px;
    background-color: #c3002f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: transform .3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.video-presentation a:hover .fa-arrow-pointer {
    transform: scale(1.1)
}

.play-button::after {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 5px
}

.about-image-area {
    flex-basis: 50%;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hard-hat-img {
    max-width: 115%;
    position: relative;
    z-index: 2
}

.stat-box {
    position: absolute;
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 15px 40px #00000014;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3
}

.stat-box::before,
.stat-box::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #c3002f;
    border-style: solid
}

.stat-box::before {
    top: 10px;
    left: 10px;
    border-width: 3px 0 0 3px
}

.stat-box::after {
    bottom: 10px;
    right: 10px;
    border-width: 0 3px 3px 0
}

.stat-number2 {
    font-size: 64px;
    font-weight: 800;
    color: #c3002f;
    line-height: 1;
    display: flex;
    align-items: center
}

.stat-number2 span {
    font-size: 44px;
    margin-left: 25px;
    font-weight: 700;
    color: #c3002f;
    line-height: 1;
    display: flex;
    align-items: center
}

.stat-text {
    font-weight: 700;
    font-size: 13px;
    color: #212121;
    line-height: 1.5;
    letter-spacing: .5px
}

.stat-box.has-pointer::after {
    bottom: -15px;
    left: 30px;
    border-width: 15px 15px 0 0;
    border-color: #fff transparent transparent;
    width: 0;
    height: 0;
    border-style: solid
}

.stat-box-1 {
    bottom: 20px;
    left: -40px
}

.stat-box-2 {
    top: 20px;
    right: -20px
}

@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column
    }

    .about-image-area {
        margin-top: 50px;
        width: 100%
    }

    .stat-box-1 {
        left: 0
    }

    .stat-box-2 {
        right: 0
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0
    }

    .section-title {
        font-size: 32px
    }

    .about-image-area {
        background-size: 100%;
        min-height: 350px
    }

    .hard-hat-img {
        max-width: 60%
    }

    .stat-box {
        position: static;
        transform: none;
        margin-top: 20px;
        width: 90%;
        max-width: 300px;
        justify-content: center
    }

    .about-image-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        background-image: none
    }

    .stat-box-2 {
        order: 1
    }

    .hard-hat-img {
        order: 2
    }

    .stat-box-1 {
        order: 3
    }
}

.promo-block-wrapper {
    position: relative;
    padding: 80px 0;
    background: #f8f8f8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center
}

.promo-block-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222d9;
    z-index: 1;
    opacity: 10%
}

.promo-block-intro,
.promo-items-layout {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.promo-block-intro {
    margin-bottom: 50px
}

.promo-block-wrapper .promo-block-intro h2 {
    color: #000
}

.promo-block-wrapper .promo-block-intro p {
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto
}

.promo-block-intro p {
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto
}

.promo-items-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

.promo-item-featured,
.promo-item-interactive {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff26
}

.promo-item-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.promo-item-featured:hover img {
    transform: scale(1.1)
}

.featured-item-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.promo-item-interactive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 10px #00000014);
    background-color: #fff;
    padding: 30px;
    position: relative;
    text-align: left
}

.interactive-item-front {
    transition: opacity .3s ease
}

.promo-item-interactive:hover .interactive-item-front {
    opacity: 0
}

.interactive-item-icon {
    font-size: 40px;
    color: #c3002f;
    margin-bottom: 25px
}

.interactive-item-heading {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600
}

.interactive-item-text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400
}

.interactive-item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .5s ease
}

.promo-item-interactive:hover .interactive-item-back {
    transform: translate(0, 0);
    opacity: 1
}

[data-reveal-from="left"] .interactive-item-back {
    transform: translateX(-100%)
}

[data-reveal-from="right"] .interactive-item-back {
    transform: translateX(100%)
}

[data-reveal-from="top"] .interactive-item-back {
    transform: translateY(-100%)
}

[data-reveal-from="bottom"] .interactive-item-back {
    transform: translateY(100%)
}

.promo-action-link {
    background-color: #c3002f;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color .3s
}

.promo-action-link:hover {
    background-color: #fff
}

@media (max-width: 768px) {
    .promo-block-wrapper {
        padding: 60px 20px
    }

    .promo-items-layout {
        grid-template-columns: 1fr
    }

    .promo-block-intro h2 {
        font-size: 32px
    }
}

.projects-section {
    padding: 100px 0;
    background-color: #fff
}

.section-header {
    text-align: center;
    margin-bottom: 60px
}

.projeler-genel {
    width: 100%;
    padding: 100px 0
}

.projeler {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 20px
}

.projeler__kutu {
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #333
}

.projeler__kutu--sol {
    color: #fff
}

.projeler__arka-plan {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center !important;
    transition: transform .4s ease-in-out
}

.projeler__kutu--sol:hover .projeler__arka-plan {
    transform: scale(1.1)
}

.projeler__kutu--sol::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #19191999;
    z-index: 1;
    opacity: 0;
    transition: background-color .3s ease
}

.projeler__kutu--sol:hover::before {
    background-color: #191919bf;
    opacity: 1
}

.projeler__icerik {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease-out, transform .4s ease-out;
    transition-delay: .1s
}

.projeler__kutu--sol:hover .projeler__icerik {
    opacity: 1;
    transform: translateY(0)
}

.projeler__kategori {
    color: #d92342;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.projeler__baslik {
    color: #fff;
    font-size: 32px;
    font-weight: 600
}

.projeler__koseli-parantez {
    position: absolute;
    width: 25px;
    height: 25px;
    border-color: #d92342;
    border-style: solid;
    transition: all .3s ease-out
}

.projeler__koseli-parantez--sol-ust {
    top: 20px;
    left: 20px;
    border-width: 4px 0 0 4px
}

.projeler__koseli-parantez--sag-ust {
    top: 20px;
    right: 20px;
    border-width: 4px 4px 0 0
}

.projeler__koseli-parantez--sol-alt {
    bottom: 20px;
    left: 20px;
    border-width: 0 0 4px 4px
}

.projeler__koseli-parantez--sag-alt {
    bottom: 20px;
    right: 20px;
    border-width: 0 4px 4px 0
}

.projeler__kutu--sol:hover .projeler__koseli-parantez--sol-ust {
    top: 15px;
    left: 15px
}

.projeler__kutu--sol:hover .projeler__koseli-parantez--sag-ust {
    top: 15px;
    right: 15px
}

.projeler__kutu--sol:hover .projeler__koseli-parantez--sol-alt {
    bottom: 15px;
    left: 15px
}

.projeler__kutu--sol:hover .projeler__koseli-parantez--sag-alt {
    bottom: 15px;
    right: 15px
}

.projeler__kutu--sag {
    background-size: cover;
    background-position: center 40%;
    cursor: default
}

@media (max-width: 768px) {
    .projeler {
        flex-direction: column
    }
}

.map-section-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: flex-end
}

.map-section-wrapper iframe {
    width: 100%;
    position: absolute;
    height: 100%
}

.cta-banner {
    background-color: var(--primary-color);
    color: #fff;
    padding: 40px 50px;
    width: 100%;
    position: relative;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5V5h1v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.cta-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.cta-banner__text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.cta-banner__text p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0
}

.cta-banner__button {
    background-color: var(--white-text);
    color: var(--dark-bg);
    padding: 15px 35px;
    font-weight: 600;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: all .3s ease
}

.cta-banner__button:hover {
    background-color: transparent;
    border-color: var(--white-text);
    color: var(--white-text)
}

.site-footer {
    background-color: var(--dark-bg);
    color: var(--light-text);
    padding-top: 80px
}

.footer-main {
    padding-bottom: 60px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 3fr;
    gap: 40px
}

.footer-column h3 {
    color: var(--white-text);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600
}

.footer-about .logo {
    margin-bottom: 20px
}

.footer-about .logo img {
    max-width: 180px
}

.footer-about p {
    font-size: 15px;
    line-height: 1.3
}

.footer-links .links-grid {
    width: 100%;
    height: auto
}

.footer-links ul li {
    margin-bottom: 12px
}

.footer-contacts ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.footer-contacts ul li i {
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 5px;
    font-size: 16px;
    width: 20px;
    text-align: center
}

.newsletter-form {
    display: flex;
    flex-direction: column
}

.newsletter-form input {
    background-color: var(--darker-bg);
    border: 1px solid var(--border-color);
    padding: 15px;
    color: var(--white-text);
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    outline: none;
    transition: border-color .3s ease
}

.newsletter-form input:focus {
    border-color: var(--primary-color)
}

.newsletter-form button {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

.newsletter-form button:hover {
    background-color: var(--primary-color);
    color: var(--dark-bg)
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding: 25px 0;
    font-size: 14px
}

.fixed-buttons {
    position: fixed;
    z-index: 1000
}

.side-panel-toggle {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--pink-color);
    color: var(--white-text);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary-color);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible
}

.scroll-to-top:hover {
    color: var(--dark-bg);
    opacity: .8
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px
    }
}

@media (max-width: 768px) {
    .cta-banner .container {
        flex-direction: column;
        text-align: center
    }

    .cta-banner__text h2 {
        font-size: 28px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }
}

.map-section-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 450px;
    display: flex;
    align-items: flex-end
}

.map-section-wrapper::before {
    content: "For development purposes only";
    position: absolute;
    inset: 0;
    background: #21252966;
    color: #ffffff80;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.cta-banner {
    background-color: var(--primary-color);
    color: #fff;
    background-size: 5px;
    padding: 55px 50px;
    width: 100%;
    position: relative;
    margin-bottom: -77px;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4v-9H0v-1h4V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h9V0h1v4h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h9V0h1v5h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5h-9v5h-1v-5H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5v-9H5v-1h5V5h1v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5h9v95h1V5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.cta-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.cta-banner__text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

.cta-banner__text p {
    font-size: 15px;
    font-weight: 400
}

.cta-banner__button {
    background-color: var(--white-text);
    color: var(--dark-bg);
    padding: 16px 40px;
    font-weight: 600;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: all .3s ease
}

.cta-banner__button:hover {
    background-color: transparent;
    border-color: var(--white-text);
    color: var(--white-text)
}

.site-footer {
    background-color: var(--dark-bg);
    color: var(--light-text);
    padding-top: 140px
}

.footer-main {
    padding-bottom: 70px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 2fr 2.5fr;
    gap: 45px
}

.footer-column h3 {
    color: var(--white-text);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px
}

.footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color)
}

.footer-about .logo {
    margin-bottom: 25px;
    display: block
}

.footer-about .logo img {
    max-width: 180px;
    filter: brightness(0) invert(1)
}

.footer-about p {
    line-height: 1.3
}

.footer-links ul li {
    margin-bottom: 6px
}

.footer-contacts ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px
}

footer a {
    font-size: 15px;
    text-decoration: none;
    color: var(--light-text);
    transition: color .3s ease
}

footer a:hover {
    color: var(--primary-color)
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .footer-logo {
    margin-left: auto
}

footer .footer-logo img {
    height: 18px
}

.footer-contacts ul li i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 16px;
    width: 20px;
    text-align: center
}

.newsletter-form {
    display: flex;
    flex-direction: column
}

.newsletter-form input {
    background-color: var(--darker-bg);
    border: 1px solid var(--border-color);
    padding: 16px;
    color: var(--white-text);
    margin-bottom: 15px;
    outline: none;
    transition: border-color .3s ease
}

.newsletter-form input:focus {
    border-color: var(--primary-color)
}

.newsletter-form button {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 16px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .3s ease
}

.newsletter-form button:hover {
    background-color: var(--primary-color);
    color: var(--dark-bg)
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding: 25px 0;
    font-size: 14px
}

.fixed-buttons {
    position: fixed;
    z-index: 1000
}

.side-panel-toggle {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--pink-color);
    color: var(--white-text);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary-color);
    color: var(--dark-bg);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    cursor: pointer
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible
}

.scroll-to-top:hover {
    color: var(--dark-bg);
    opacity: .8
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px
    }
}

@media (max-width: 768px) {
    .map-section-wrapper {
        height: auto
    }

    .cta-banner .container {
        flex-direction: column;
        text-align: center
    }

    .cta-banner {
        padding: 40px 25px
    }

    .cta-banner__text h2 {
        font-size: 28px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }
}

:root {
    --primary-color: #d92342;
    --dark-bg: #212529;
    --darker-bg: #343a40;
    --light-text: #adb5bd;
    --white-text: #fff;
    --border-color: #495057;
    --pink-color: #e83e8c
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary-color: #d92342;
    --dark-bg: #212529;
    --white-text: #fff
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.stats-section {
    background-color: var(--dark-bg);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/section_05-1.jpg);
    background-position: center;
    background-size: cover !important
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.stat-item {
    position: relative;
    text-align: center;
    padding: 20px 40px
}

.stat-item .yuzde {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    position: absolute;
    top: 40px;
    right: 10px
}

.stat-number {
    color: var(--primary-color);
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    width: auto;
    display: inline-block
}

.stat-label {
    color: var(--white-text);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: var(--primary-color);
    opacity: .6
}

.corner-tl {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px
}

.corner-tr {
    top: 0;
    right: 0;
    border-width: 3px 3px 0 0
}

.corner-bl {
    bottom: 0;
    left: 0;
    border-width: 0 0 3px 3px
}

.corner-br {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0
}

@media (max-width: 992px) {
    .stats-container {
        flex-wrap: wrap;
        gap: 40px
    }

    .stat-item {
        flex-basis: 40%
    }

    .stat-number {
        font-size: 64px
    }
}

@media (max-width: 576px) {
    .stats-container {
        flex-direction: column;
        gap: 50px
    }

    .stat-item {
        flex-basis: auto
    }
}

.social-icon {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    list-style: none
}

.social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 8px 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icon a:hover {
    border: 1px solid #dc334f;
    background: #dc334f;
    color: #fff
}

.guvenlik_resim {
    position: relative;
    left: 140px;
    bottom: 42px
}

.urundetaybutton {
    width: auto;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly
}

.urundetaybutton a.tumunugor {
    z-index: 2;
    letter-spacing: .1em;
    transition: all .9s;
    text-align: center;
    background: #c3002f;
    display: block;
    padding: .65rem 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px
}

.urundetaybutton a.tumunugor i {
    margin-right: 6px
}

.urundetaybutton a.tumunugor:hover {
    background: #000;
    color: #fff !important;
    border-color: #000
}

.urundetaybutton a.tumunugor3 {
    z-index: 2;
    letter-spacing: .1em;
    border: 1px solid #c00615;
    transition: all .9s;
    text-align: center;
    background: #c00615;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px
}

.urundetaybutton a.tumunugor3 i {
    margin-right: 6px
}

.urundetaybutton a.tumunugor3:hover {
    background: #c00615;
    color: #fff !important;
    border-color: #c00615
}

.urundetaybutton button.tumunugor2 {
    background-color: #fdae00 !important;
    letter-spacing: .1em;
    border: 1px solid #fdae00;
    transition: all .9s;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px 20px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px
}

.urundetaybutton button.tumunugor2 i {
    margin-right: 6px
}

.form2 {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 30px #0000001a;
    color: #333;
    position: relative;
    overflow: hidden
}

.form2::before,
.form2::after {
    content: "";
    position: absolute;
    background: #0000000d;
    border-radius: 50%;
    z-index: 0
}

.form2::before {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px
}

.form2::after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px
}

.form2 label {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1.5px
}

.form2 .guvenlik_input {
    position: relative
}

.form2 .guvenlik_resim {
    position: absolute;
    top: 40px;
    right: 0
}

.form2 .guvenlik_resim .guvenlikResim {
    width: 80px
}

.form2 input {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all .3s ease;
    outline: none;
    height: 40px
}

.form2 textarea {
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all .3s ease;
    outline: none;
    height: 70px
}

.form2 input:focus,
.form2 textarea:focus {
    border-color: #3498db;
    background-color: #fff;
    box-shadow: 0 0 10px #3498db33
}

.form2 input::placeholder,
.form2 textarea::placeholder {
    color: #f9f9f9;
    display: none;
    opacity: 0
}

.form2 button {
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    transition: all .4s ease;
    font-size: 16px;
    box-shadow: 0 4px 10px #0000004d;
    margin-top: 30px
}

.form2 button:hover {
    box-shadow: 0 8px 20px #00000080
}

.form2 .help-block {
    color: #aaa;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 25px;
    display: none
}

.form2 .alert {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    display: none
}

@media (max-width: 768px) {
    .form2 {
        padding: 30px
    }
}

@media (max-width: 1024px) {
    a.WhatsApp1 {
        bottom: 50px
    }

    .scroll-to-top {
        bottom: 50px
    }

    .main-heading {
        font-size: 40px
    }

    .slider-container {
        height: 70vh;
        min-height: 540px
    }

    .features-section {
        padding: 30px 0
    }

    .cta-banner {
        display: none
    }

    .map-section-wrapper {
        display: none
    }

    .stats-section {
        display: none
    }

    .iletisim_yeni {
        padding-top: 40px
    }

    .site-footer {
        padding-top: 50px;
        margin-bottom: 30px
    }

    .promo-block-intro p {
        padding: 0 20px
    }

    .page-baslik3 {
        height: 300px !important
    }

    .mobilbuttonlar {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999
    }

    .footer-bottom {
        border-top: 1px solid var(--border-color);
        padding: 25px 0;
        font-size: 14px;
        padding-bottom: 70px;
    }

    .btn1 {
        background: #c3002f!important;
        border-color: #c3002f!important;
        color: #fff!important;
    }

    .btn2 {
        background: #b2042e!important;
        border-color: #b2042e!important;
        color: #fff!important;
    }

    .btn3 {
        background: #990327!important;
        border-color: #990327!important;
        color: #fff!important;
    }
}

.hakkimizda {
    margin: auto;
    background-color: #000;
    overflow: hidden;
    position: relative;
    color: #fff
}

.hakkimizda-sol {
    position: relative
}

.hakkimizda-sol::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 140%;
    height: 65px;
    margin: auto;
    background-color: #fff;
    right: -12px
}

.hakkimizda-icerik {
    padding: 4rem 3.5rem
}

.etiket {
    color: #c3002f;
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.25rem
}

h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.75rem
}

h1 strong {
    font-weight: 700
}

.hakkimizda-icerik p {
    color: #cfd8dc;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 3.5rem;
    font-weight: 500
}

.hakkimizda-istatistikler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #39424d
}

.istatistik-oge {
    display: flex;
    align-items: center;
    gap: 1rem
}

.istatistik-oge i {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1
}

.istatistik-metin {
    display: flex;
    flex-direction: column
}

.istatistik-sayi {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center
}

.istatistik-sayi .mini {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px
}

.istatistik-aciklama {
    font-size: .9rem;
    color: #cfd8dc
}

.hakkimizda-gorsel {
    padding: 30px;
    margin-right: -162px;
    background-color: #fff;
    margin-top: 80px;
    height: 550px
}

.hakkimizda-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.yukari-cik-buton {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #d63447;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 10px #0003;
    transition: background-color .3s ease, transform .3s ease
}

.yukari-cik-buton:hover {
    background-color: #b82a3a;
    transform: translateY(-3px)
}

@media (max-width: 1024px) {
    .header-right {
        justify-content: end
    }

    .hakkimizda {
        flex-direction: column
    }

    .hakkimizda-icerik {
        padding: 3rem 2.5rem
    }

    h1 {
        font-size: 2.3rem
    }
}

@media (max-width: 768px) {
    body {
        padding: 0
    }

    .hakkimizda {
        width: 100%;
        box-shadow: none
    }

    .hakkimizda-icerik {
        padding: 2.5rem 1.5rem
    }

    h1 {
        font-size: 2rem
    }

    .hakkimizda-istatistikler {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem
    }
}

.integrations-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 80px 0
}

.logo-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

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

.logo-track {
    display: flex;
    gap: 20px;
    width: fit-content;
    will-change: transform
}

.logo-track.slide-ltr {
    animation: slide-ltr 200s linear infinite
}

.logo-track.slide-rtl {
    animation: slide-rtl 200s linear infinite
}

@keyframes slide-ltr {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide-rtl {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.logo-item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px #0000000d;
    width: 180px;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    flex-shrink: 0
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

@media (max-width: 768px) {
    .integrations-section h2 {
        font-size: 28px
    }

    .logo-slider {
        padding: 0 15px
    }

    .logo-track {
        animation: none;
        transform: none !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        justify-content: center;
        gap: 15px
    }

    .logo-item.is-clone {
        display: none
    }

    .logo-item {
        width: 100%;
        height: 100px;
    }
}

.neden-biz2-section {
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.neden-biz2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.neden-biz2-subtitle {
    color: #d92342;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.neden-biz2-title {
    font-size: 42px;
    color: #212529;
    margin-top: 0;
    margin-bottom: 70px;
    font-weight: 400
}

.neden-biz2-title strong {
    font-weight: 700
}

.neden-biz2-timeline {
    display: flex;
    justify-content: space-between;
    position: relative
}

.neden-biz2-timeline:before {
    content: "";
    position: absolute;
    left: 0;
    right: -60px;
    height: 100%;
    display: block;
    top: -50px;
    margin-left: 0;
    background: url(../images/procedure-bg.png) center center no-repeat;
    background-size: 100%
}

.neden-biz2-line-svg {
    position: absolute;
    top: 75px;
    left: 5%;
    width: 90%;
    height: 50px;
    z-index: 1
}

.neden-biz2-step {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2
}

.neden-biz2-image-wrapper {
    position: relative;
    margin-bottom: 25px
}

.neden-biz2-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 10px 30px #0000001a;
    filter: grayscale(100%);
    transition: filter .5s ease
}

.neden-biz2-image:hover {
    filter: grayscale(0%)
}

.neden-biz2-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background-color: #d92342;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    font-size: 18px;
    font-weight: 700;
    border: 5px solid #ffffffb3;
    box-shadow: 0 5px 15px #d9234266
}

.neden-biz2-step:nth-child(4) .neden-biz2-number {
    top: -5px;
    left: auto;
    right: -5px;
    transform: none
}

.neden-biz2-step:nth-child(4) .neden-biz2-image {
    border-color: #d92342
}

.neden-biz2-step-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px
}

.neden-biz2-step-description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    max-width: 250px
}

.neden-biz2-start-point,
.neden-biz2-end-point {
    position: absolute;
    top: 98px;
    z-index: 2
}

.neden-biz2-start-point {
    left: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #6c757d;
    border-radius: 50%
}

.neden-biz2-end-point {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d92342' width='32px' height='32px'%3E%3Cpath d='M12 2C9.25 2 7 4.25 7 7c0 1.34.53 2.55 1.39 3.44-.42.23-.87.4-1.39.49C4.54 11.23 3 13.16 3 15.22V16h18v-.78c0-2.06-1.54-3.99-4-4.29-.52-.09-.97-.26-1.39-.49.86-.89 1.39-2.1 1.39-3.44 0-2.75-2.25-5-5-5zm-3.5 5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5-3.5-1.57-3.5-3.5zM4 20c-1.1 0-2-.9-2-2v-1.18c.61.53 1.28.97 2 1.25V20zm2 0v-2.07c.94-.35 1.8-.89 2.55-1.57.39.5.85.92 1.37 1.26-1.38 1.15-3.1 1.9-4.92 2.38zM20 20v-1.93c.72-.28 1.39-.72 2-1.25V18c0 1.1-.9 2-2 2zm-2 0v-2.38c-1.82-.48-3.54-1.23-4.92-2.38.52-.34.98-.76 1.37-1.26.75.68 1.61 1.22 2.55 1.57V20z'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    top: 88px
}

@media (max-width: 992px) {
    .neden-biz2-timeline {
        flex-direction: column;
        align-items: center;
        gap: 50px
    }

    .neden-biz2-step {
        width: 80%;
        max-width: 350px
    }

    .neden-biz2-line-svg,
    .neden-biz2-start-point,
    .neden-biz2-end-point {
        display: none
    }

    .neden-biz2-title {
        font-size: 32px;
        margin-bottom: 50px
    }
}

@media(max-width: 1024px) {
    .hakkimizda-gorsel {
        display: none
    }

    .integrations-section {}

    .logo-wrapper {
        position: relative;
        left: 0;
        transform: translateX(0%);
        top: 0
    }

    .logo-wrapper a img {
        height: 80px
    }


}

.mobilbuttonlarx{
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.btn1 {
    background: #666666;
    border-color: #666666;
    color: white;
}

.btn2 {
    background: #2c2d2d;
    border-color: #2c2d2d;
    color: white;
}

.btn3 {
    background: #0f0f0f;
    border-color: #0f0f0f;
    color: white;
}