@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Black.eot");
    src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype"), url("fonts/Montserrat-Black.svg") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Bold.eot");
    src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Light.eot");
    src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Sayfada kaydırma çubuklarını engeller */
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Sayfada kaydırma çubuklarını engeller */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

::-moz-selection {
    background: #FFF498
}

::selection {
    background: #FFF498
}

::-moz-selection {
    background: #FFF498
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: #FFF498
}

body {
    background-color: #0c0c0c;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

.l-viewport {
    position: relative;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
    overflow: hidden; /* l-viewport içinde kaydırma çubuğu olmamalı */
}

.l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}

.l-side-nav {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: .35;
    z-index: 5
}

@media (max-width: 1180px) {
    .l-side-nav {
        display: none
    }
}

.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; /* Anasayfadaki kaydırmayı engeller */
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto; /* Sadece dikey kaydırma gerekirse içerik içinde */
    overflow-x: hidden; /* Yatay kaydırmayı engelleme */
    -webkit-overflow-scrolling: touch; /* iOS'da daha iyi kaydırma deneyimi */
}

.device-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c0c0c;
    z-index: 12
}

.device-notification--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff
}

.device-notification--logo p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.device-notification--message {
    width: 70%;
    margin: 30px 0 0 0;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 359px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.section--next {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    padding-top: 10px;
}

.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 20;
    padding: 10px 0;
}

.header--logo p {
    margin: 0 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.header--nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.header--nav-toggle span, .header--nav-toggle::before, .header--nav-toggle::after {
    content: "";
    position: relative;
    width: 16px;
    height: 2px;
    background-color: #fff;
}

.header--nav-toggle::after {
    top: 5px;
    width: 23px
}

.header--cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0f33ff;
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.header--cta:focus {
    outline: none
}

.header--cta.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

@media (max-width: 767px) {
    .header--cta {
        display: none
    }
}

/* Header sosyal medya ikonları */
.header--social {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}

.header--social-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1); /* Hafif transparan arka plan */
    border-radius: 8px;
    padding: 5px;
}

.header--social-icon:hover {
    transform: scale(1.1);
    background-color: rgba(15, 51, 255, 0.2); /* Hover durumunda hafif mavi ton */
}

.header--social-icon img {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    object-fit: contain; /* Görüntünün tamamını korur */
    background-color: transparent; /* Arka planı transparan yapar */
    box-shadow: none; /* Gölgeyi kaldırır */
    padding: 3px; /* Logo etrafında biraz boşluk bırakır */
}

.header--social-icon i {
    font-size: 28px;
    color: white;
}

.header--social-icon:hover i {
    color: #0f33ff;
}

/* Mevcut header--cta stilini gizleyelim */
.header--cta {
    display: none !important;
}

/* Mobil cihazlar için düzenleme */
@media (max-width: 767px) {
    .header--social {
        right: 70px;
        left: auto;
        transform: translateY(-50%);
    }
    
    .header--social-icon img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 600px) {
    .header--social {
        right: 55px;
        gap: 8px;
    }
    
    .header--social-icon img {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 600px) {
    .header--social-icon img {
        width: 25px;
        height: 25px;
    }
        .side-nav li:nth-child(1)::before {
            content: "01";
        }
    }

.side-nav li:nth-child(2)::before {
    content: "02"
}

.side-nav li:nth-child(3)::before {
    content: "03"
}

.side-nav li:nth-child(4)::before {
    content: "04"
}

.side-nav li:nth-child(5)::before {
    content: "05"
}

.side-nav li.is-active {
    color: #0f33ff;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

.side-nav li.is-active span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.side-nav li.is-active::before {
    left: -33px;
    color: #fff
}

.intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 1180px) {
    .intro {
        max-width: 100%
    }
}

.intro--banner {
    position: relative;
    height: 475px
}

.intro--banner::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: -15px;
    right: 0;
    height: 2px;
    background-color: #282828
}

.intro--banner::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #0f33ff
}

.intro--banner h1 {
    position: relative;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
    z-index: 1
}

.intro--banner button {
    position: relative;
    padding: 5px 17px 5px 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none
}

.about--vision-mission {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.vision, .mission {
    width: 48%;
}

.vision h3, .mission h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.vision p, .mission p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.intro--banner button .btn-background {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    height: 100%;
    background-color: #0f33ff;
    z-index: -1;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.intro--banner button:hover .btn-background {
    left: 0
}

.intro--banner button:focus {
    outline: none
}

.intro--banner button svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #fff
}

.intro--banner img {
    position: absolute;
    bottom: 21px;
    right: -12px
}

.intro--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.intro--options > a {
    max-width: 250px;
    text-decoration: none;
    color: #282828;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.intro--options > a:hover {
    color: #fff
}

.intro--options h3 {
    font-size: 16px;
    text-transform: uppercase
}

.intro--options p {
    margin-bottom: 0
}

@media (max-width: 900px) {
    .intro--banner {
        height: 380px
    }

    .intro--banner h1 {
        font-size: 55px
    }

    .intro--banner img {
        width: 430px
    }

    .intro--options > a {
        margin-right: 30px
    }

    .intro--options > a:last-child {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .intro--banner {
        height: 305px
    }

    .intro--banner h1 {
        font-size: 44px
    }

    .intro--banner img {
        width: 330px
    }

    .intro--options {
        display: block
    }

    .intro--options > a {
        display: block;
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .intro--options > a:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .intro--banner {
        height: 360px
    }

    .intro--banner h1 {
        font-size: 55px
    }

    .intro--banner img {
        display: none
    }
}

@media (max-width: 600px) and (max-height: 750px) {
    .intro--banner {
        height: auto
    }

    .intro--banner::before, .intro--banner::after {
        display: none
    }

    .intro--banner h1 {
        margin-top: 0
    }

    .intro--options {
        display: none
    }
}

.work {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 1180px) {
    .work {
        max-width: 100%
    }
}

.work h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center
}

/* Slider stil güncellemeleri */
.work--lockup {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px; /* Butonlara yer açmak için padding ekledim */
}

.work--lockup .slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Tüm slider öğelerini gizle */
.work--lockup .slider--item {
    display: none; /* Tüm öğeleri gizle */
}

/* Sadece orta öğeyi göster */
.work--lockup .slider--item-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: block;
    width: 100%;
    text-align: center;
}

.work--lockup .slider--item-center .slider--item-image {
    width: 500px; /* Daha büyük görüntü */
    height: 400px;
    margin: 0 auto;
    border-radius: 0; /* Köşeli görüntü */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.work--lockup .slider--item-center .slider--item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work--lockup .slider--item-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.work--lockup .slider--item-description {
    max-width: 500px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 1.6;
}

/* Butonları fotoğrafın yanına dikey olarak ortala */
.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 50%; /* Dikey olarak ortala */
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.work--lockup .slider--prev {
    left: 0;
}

.work--lockup .slider--next {
    right: 0;
}

.work--lockup .slider--next:hover,
.work--lockup .slider--prev:hover {
    background-color: #0f33ff;
}

.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 900px) {
    .work--lockup .slider--item-center .slider--item-image {
        width: 350px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .work--lockup .slider--item-center .slider--item-image {
        width: 280px;
        height: 240px;
    }
}

@media (max-width: 600px) {
    .work--lockup {
        padding: 0 30px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 220px;
        height: 200px;
    }
    
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        width: 40px;
        height: 40px;
    }
}

.work--lockup .slider--item {
    position: absolute;
    display: none;
    text-align: center
}

.work--lockup .slider--item a {
    text-decoration: none;
    color: #858585
}

.work--lockup .slider--item-title {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.work--lockup .slider--item-description {
    display: none;
    max-width: 300px; /* biraz daha genişlik */
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.5;
}

.work--lockup .slider--item-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.work--lockup .slider--item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* görüntüyü kırpmadan doldurur */
}

.work--lockup .slider--item-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.work--lockup .slider--item-center {
    position: relative;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.work--lockup .slider--item-center a {
    color: #fff
}

.work--lockup .slider--item-center .slider--item-title {
    margin-top: 30px;
    font-size: 18px;
}

.work--lockup .slider--item-center .slider--item-description {
    display: block;
    max-width: 350px; /* daha geniş açıklama alanı */
}

.work--lockup .slider--item-center .slider--item-image {
    width: 600px;
    height: 600px
}

.work--lockup .slider--next, .work--lockup .slider--prev {
    top: 200px;
    width: 60px;
    height: 60px;
    background-color: rgba(40, 40, 40, 0.8);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.work--lockup .slider--next:hover, .work--lockup .slider--prev:hover {
    transform: scale(1.1);
    background-color: #0f33ff;
}

.work--lockup .slider--next svg, .work--lockup .slider--prev svg {
    width: 25px;
}

.work--lockup .slider--next {
    right: 0
}

.work--lockup .slider--prev {
    left: 0
}

@media (max-width: 900px) {
    .work--lockup .slider--item-image {
        width: 120px;
        height: 120px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 240px;
        height: 240px
    }

    .work--lockup .slider--next, .work--lockup .slider--prev {
        top: 130px
    }
}

@media (max-width: 767px) {
    .work--lockup .slider {
        width: 75%
    }

    .work--lockup .slider--item-image {
        width: 90px;
        height: 90px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 190px;
        height: 190px
    }

    .work--lockup .slider--next, .work--lockup .slider--prev {
        top: 105px
    }
}

@media (max-width: 600px) {
    .work--lockup .slider {
        width: auto
    }

    .work--lockup .slider--item-left, .work--lockup .slider--item-right {
        display: none
    }
}

.about {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 900px;
    max-width: 75%;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 1180px) {
    .about {
        max-width: 100%
    }
}

.about--banner {
    position: relative;
    height: auto;
    text-align: center;
}

.about--banner::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 200px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border: 5px solid #0f33ff;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.about--banner::after {
    content: "";
    position: absolute;
    top: 75px;
    left: 400px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #0f33ff
}

.about--banner h2 {
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
}

.about--banner h2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 268px;
    width: 30px;
    height: 30px;
    background-color: #0f33ff;
    border-radius: 50%
}

.about--banner h2::after {
    content: "";
    position: absolute;
    top: 255px;
    left: 255px;
    width: 10px;
    height: 10px;
    background-color: #0f33ff
}

.about--banner a {
    padding: 5px 17px 5px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent
}

.about--banner a:hover svg {
    left: 10px
}

.about--banner a svg {
    position: relative;
    left: 5px;
    width: 15px;
    fill: #fff;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

.about--banner img {
    position: absolute;
    bottom: -90px;
    right: -12px
}

.about--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.about--options > a {
    position: relative;
    width: 150px;
    height: 75px;
    text-decoration: none;
    color: #fff;
    border: 10px solid #0f33ff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about--options > a:nth-child(1) {
    background-image: url("../img/about-winners.jpg")
}

.about--options > a:nth-child(2) {
    background-image: url("../img/about-philosophy.jpg")
}

.about--options > a:nth-child(3) {
    background-image: url("../img/about-history.jpg")
}

.about--options > a:hover h3 {
    bottom: -50px
}

.about--options h3 {
    position: absolute;
    bottom: -38px;
    left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: bottom .2s ease-in-out, left .2s ease-in-out;
    transition: bottom .2s ease-in-out, left .2s ease-in-out
}

@media (max-width: 767px) {
    .about--banner {
        height: 305px
    }

    .about--banner::before {
        top: 0;
        left: 125px
    }

    .about--banner::after {
        top: 35px;
        left: 260px
    }

    .about--banner h2 {
        margin-top: 10px;
        font-size: 44px
    }

    .about--banner h2::before {
        top: 28px;
        left: 168px
    }

    .about--banner h2::after {
        top: 163px;
        left: 163px
    }

    .about--banner img {
        width: 315px
    }
}

@media (max-width: 600px) {
    .about--banner {
        height: auto
    }

    .about--banner::before {
        left: 155px
    }

    .about--banner::after {
        left: 310px
    }

    .about--banner h2 {
        margin-top: 0;
        font-size: 55px
    }

    .about--banner h2::before {
        top: 43px;
        left: 214px
    }

    .about--banner h2::after {
        top: 205px;
        left: 205px
    }

    .about--banner img {
        display: none
    }

    .about--options {
        display: none
    }
}

.contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-visual.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact--lockup {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 1180px) {
    .contact--lockup {
        max-width: 90%
    }
}

@media (max-width: 767px) {
    .contact--lockup {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact--lockup .modal {
    padding: 45px 45px;
    text-align: center;
    background-color: #0c0c0c;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75)
}

.contact--lockup .modal--information p, .contact--lockup .modal--information a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

.contact--lockup .modal--information p {
    margin-top: 0
}

.contact--lockup .modal--options {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact--lockup .modal--options > li {
    width: 130px;
    margin: 0 auto 25px auto
}

.contact--lockup .modal--options li:nth-child(1) {
    background-color: #1769ff
}

.contact--lockup .modal--options li:nth-child(2) {
    background-color: #ea4c89
}

.contact--lockup .modal--options li:nth-child(3) {
    margin-bottom: 0;
    background-color: #0f33ff;
    text-transform: uppercase
}

.contact--lockup .modal--options a {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

/* İletişim sayfası arka plan resmi - TEKRAR EDEN TÜM TANIMLAMALARI SİLİN */
.contact-with-bg {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/location.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

/* İletişim sayfası kutusunun konumunu düzenleme */
.contact-with-bg .contact--lockup {
    position: relative;
    display: flex;
    justify-content: flex-end; /* Sağa hizalamak için */
    align-items: center; /* Dikey olarak merkeze hizala */
    width: 100%;
    height: 100%;
    padding: 50px 50px 0 0; /* Sağ ve üst boşlukları ayarla */
    transform: none !important;
    perspective: none !important;
}

.contact-with-bg .modal {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    margin: 0;
    transform: translateY(0);
    position: relative;
    top: auto;
    left: auto;
}

/* Mobil görünüm düzenlemeleri */
@media (max-width: 767px) {
    .contact-with-bg .modal {
        padding: 30px;
    }
}

.hire {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

@media (max-width: 1180px) {
    .hire {
        max-width: 100%
    }
}

.hire h2 {
    margin: 0 0 20px 0;
    font-size: 30px;
    text-align: center
}

.work-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.work-request input[type="submit"] {
    width: 400px;
    max-width: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0f33ff;
    border: none;
    border-radius: 0
}

.work-request input[type="submit"]:focus {
    outline: none
}

.work-request--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0
}

.work-request--options .options-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work-request--options .options-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.work-request--options label {
    display: block;
    width: 200px;
    margin-bottom: 30px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out
}

.work-request--options label svg {
    position: relative;
    left: -5px;
    width: 0;
    fill: #fff;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.work-request--options input[type="checkbox"] {
    display: none
}

.work-request--options input[type="checkbox"]:checked + label {
    background-color: #0f33ff;
    border-color: #0f33ff
}

.work-request--options input[type="checkbox"]:checked + label svg {
    width: 15px
}

.work-request--information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.work-request--information .information-name, .work-request--information .information-email {
    position: relative;
    width: 45%;
    height: 50px;
    font-size: 30px;
    font-weight: 300
}

.work-request--information input[type="text"], .work-request--information input[type="email"] {
    width: 100%;
    padding: 0 0 5px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.work-request--information input[type="text"]:focus, .work-request--information input[type="email"]:focus {
    outline: none;
    background-color: #0c0c0c
}

.work-request--information label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out
}

.work-request--information input:focus + label, .work-request--information input.has-value + label {
    top: -15px;
    font-size: 14px
}

@media (max-width: 767px) {
    .work-request--options {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .work-request--options .options-a, .work-request--options .options-b {
        display: block;
        width: auto
    }
}

@media (max-width: 600px) {
    .work-request--options {
        margin: 20px 0
    }
}

@media (max-width: 600px) and (max-width: 415px) {
    .work-request--options {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .work-request--options label {
        width: 150px;
        margin-bottom: 15px;
        font-size: 14px
    }

    .work-request--options input[type="checkbox"]:checked + label svg {
        width: 12px
    }

    .work-request--information {
        margin-bottom: 30px
    }

    .work-request--information .information-name, .work-request--information .information-email {
        height: 40px;
        font-size: 24px
    }
}

.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Burada da overflow gizliyoruz */
}

.perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 20px solid #0f33ff; /* Kenar kalınlığını azalttım */
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.effect-rotate-left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.effect-rotate-left--animate .container {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #0f33ff
}

.outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s
}

.outer-nav.is-vis {
    visibility: visible
}

.outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.outer-nav > li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 55px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.outer-nav > li.is-vis {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.outer-nav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 110%;
    height: 15px;
    opacity: 0;
    background-color: #0f33ff
}

.outer-nav > li.is-active::before {
    opacity: 1
}

@media (max-width: 767px) {
    .outer-nav > li {
        font-size: 44px
    }
}

@media (max-width: 600px) {
    .outer-nav > li {
        font-size: 34px
    }
}

.outer-nav li.is-vis:nth-child(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s
}

.outer-nav li.is-vis:nth-child(3) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s
}

.outer-nav li.is-vis:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.outer-nav li.is-vis:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

/* Slider stil düzenlemeleri - en altta ekleyin */

/* Tüm slider öğelerini düzenle */
.work--lockup {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
}

.work--lockup .slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px; /* Yüksekliği sabitle */
}

/* Sol ve sağdaki öğeleri gizle */
.work--lockup .slider--item-left,
.work--lockup .slider--item-right {
    display: none !important;
}

/* Tüm öğeleri gizle, sadece merkezi göster */
.work--lockup .slider--item {
    display: none;
}

/* Sadece orta öğeyi göster */
.work--lockup .slider--item-center {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

/* Merkez görselin köşeli ve daha büyük olması */
.work--lockup .slider--item-center .slider--item-image {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    border-radius: 0 !important; /* Köşeli görüntü */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Resim düzenlemesi */
.work--lockup .slider--item-center .slider--item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Başlık ve açıklama stilleri */
.work--lockup .slider--item-center .slider--item-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.work--lockup .slider--item-center .slider--item-description {
    display: block;
    max-width: 500px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 1.6;
}

/* Butonları fotoğrafın dikey ortasında konumlandır */
.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

/* Buton konumları */
.work--lockup .slider--prev {
    left: 0;
}

.work--lockup .slider--next {
    right: 0;
}

/* Buton hover efekti */
.work--lockup .slider--next:hover,
.work--lockup .slider--prev:hover {
    background-color: #0f33ff;
}

/* SVG simge boyutu */
.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 900px) {
    .work--lockup .slider--item-center .slider--item-image {
        width: 350px;
        height: 300px;
    }
    
    .work--lockup .slider {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .work--lockup .slider--item-center .slider--item-image {
        width: 280px;
        height: 240px;
    }
    
    .work--lockup .slider {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .work--lockup {
        padding: 0 30px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 220px;
        height: 200px;
    }
    
    .work--lockup .slider {
        height: 220px;
    }
    
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        width: 40px;
        height: 40px;
    }
}

/* Slider son düzenlemeler */
.work {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 960px;
    max-width: 80%;
    margin: 0 auto;
}

.work h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    order: -1; /* Başlığı en üstte göster */
}

.work--lockup {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
}

.work--lockup .slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px; /* Yüksekliği ayarla */
}

/* Sol ve sağdaki öğeleri gizle */
.work--lockup .slider--item-left,
.work--lockup .slider--item-right {
    display: none !important;
}

/* Sadece orta öğeyi göster */
.work--lockup .slider--item {
    display: none;
}

.work--lockup .slider--item-center {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/* Merkez görselin köşeli ve daha büyük olması */
.work--lockup .slider--item-center .slider--item-image {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    border-radius: 0 !important; /* Köşeli görüntü */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Butonlar için yeni stiller - hareket etmeyen butonlar */
.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.work--lockup .slider--prev {
    left: 0;
}

.work--lockup .slider--next {
    right: 0;
}

/* Buton hover efekti - hareket olmadan sadece renk değişimi */
.work--lockup .slider--next:hover,
.work--lockup .slider--prev:hover {
    background-color: #0f33ff;
    transform: translateY(-50%); /* Sabit konum korumak için transform değerini yeniden belirt */
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 900px) {
    .work h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 350px;
        height: 300px;
    }
    
    .work--lockup .slider {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .work h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 280px;
        height: 240px;
    }
    
    .work--lockup .slider {
        height: 320px;
    }
}

@media (max-width: 600px) {
    .work h2 {
        font-size: 22px;
    }
    
    .work--lockup {
        padding: 0 30px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 220px;
        height: 200px;
    }
    
    .work--lockup .slider {
        height: 280px;
    }
    
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        width: 40px;
        height: 40px;
    }
}

/* Slider düzenlemeleri - final */
.work {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 960px;
    max-width: 80%;
    margin: 0 auto;
}

/* Başlık düzenlemesi - ortalama */
.work h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    order: -1; /* Başlığı en üstte göster */
}

/* Slider container düzenlemesi */
.work--lockup {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px; /* Butonları fotoğrafa yaklaştırmak için padding azaltıldı */
}

/* Slider ana bölümü */
.work--lockup .slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
    margin: 0 auto; /* Ortalama için margin ekle */
}

/* Tüm slider öğelerini gizle */
.work--lockup .slider--item {
    display: none;
}

/* Sol ve sağdaki öğeleri tamamen gizle */
.work--lockup .slider--item-left,
.work--lockup .slider--item-right {
    display: none !important;
}

/* Sadece merkez öğeyi göster */
.work--lockup .slider--item-center {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto; /* Ortalama için */
}

/* Merkez görsel düzenlemesi */
.work--lockup .slider--item-center .slider--item-image {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    border-radius: 0 !important; /* Köşeli görüntü */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Resim düzenlemesi */
.work--lockup .slider--item-center .slider--item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Butonlar - fotoğrafa yakın ve sabit */
.work--lockup .slider--next,
.work--lockup .slider--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

/* Buton konumları - fotoğrafa daha yakın */
.work--lockup .slider--prev {
    left: 30px; /* Fotoğrafa daha yakın */
}

.work--lockup .slider--next {
    right: 30px; /* Fotoğrafa daha yakın */
}

/* Buton hover efekti - sadece renk değişimi, hareket yok */
.work--lockup .slider--next:hover,
.work--lockup .slider--prev:hover {
    background-color: #0f33ff;
    transform: translateY(-50%); /* Pozisyonu koru */
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 900px) {
    .work h2 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 350px;
        height: 300px;
    }
    
    .work--lockup .slider--prev {
        left: 15px;
    }
    
    .work--lockup .slider--next {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .work h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 280px;
        height: 240px;
    }
    
    .work--lockup .slider--prev {
        left: 10px;
    }
    
    .work--lockup .slider--next {
        right: 10px;
    }
}

@media (max-width: 600px) {
    .work h2 {
        font-size: 22px;
    }
    
    .work--lockup {
        padding: 0 15px;
    }
    
    .work--lockup .slider--item-center .slider--item-image {
        width: 220px;
        height: 200px;
    }
    
    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        width: 40px;
        height: 40px;
    }
    
    .work--lockup .slider--prev {
        left: 5px;
    }
    
    .work--lockup .slider--next {
        right: 5px;
    }
}

/* Ana sayfa sosyal medya ikonları */
.social-icons-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* İkonlar arası boşluk */
    margin: 30px auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.social-icon-main {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-icon-main:hover {
    transform: scale(1.2);
}

.social-icon-main img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    object-fit: cover;
}

/* Side Nav Stil Düzeltmeleri */
.side-nav {
    position: relative;
    display: flex;
    width: 150px; /* Genişliği artır */
    height: 70%;
    max-height: 750px;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10;
}

.side-nav li {
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 14px; /* Yazı boyutunu artır */
    cursor: pointer;
    padding-left: 20px; /* Sol padding ekle */
    transition: color 0.3s ease;
    margin-bottom: 15px; /* Öğeler arası boşluk */
}

/* Önceki ve sonraki içerik stilleri kaldırıldı */
.side-nav li::before {
    display: none; /* Numaraları gizle */
}

/* Sekme isimlerini doğrudan görünür yap */
.side-nav li span {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    white-space: nowrap; /* Yazıların satır atlamasını engelle */
}

/* Aktif sekme stili */
.side-nav li.is-active {
    color: #0f33ff;
}

.side-nav li.is-active span {
    color: #0f33ff;
    font-weight: 700;
}

.side-nav li:hover {
    color: #0f33ff;
}

.side-nav li:hover span {
    color: #0f33ff;
}

/* Kenar çizgisi için güncelleme */
.l-side-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    max-height: 750px;
    background-color: #555;
    opacity: .35;
    z-index: 5;
}

/* Mobil cihazlar için düzenlemeler */
@media (max-width: 1180px) {
    .side-nav li::before {
        opacity: 0.4;
    }
    .side-nav li.is-active::before {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .side-nav li {
        font-size: 12px;
    }
    
    .side-nav li span {
        font-size: 12px;
    }
}

.intro--banner {
    position: relative;
}

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

.banner-logo {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    max-width: 40%;
    max-height: 300px;
    z-index: 1;
}

@media (max-width: 1180px) {
    .banner-logo {
        max-height: 200px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .banner-logo {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 70%;
        max-height: 150px;
        margin: 30px auto 0;
        display: block;
    }
}

/* Ana sayfa banner düzenlemeleri */
.intro--banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 50px;
}

.banner-content {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;
}

.banner-content h1 {
    font-size: 42px; /* Yazı boyutu küçültüldü */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.banner-logo {
    flex: 1;
    max-width: 50%;
    max-height: 800px; /* Logo yüksekliği artırıldı */
    object-fit: contain;
    padding-left: 20px;
}

/* Buton stilleri */
.cta {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta:hover {
    background-color: #0926cc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive düzenlemeler */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 30px;
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
    }
    
    .banner-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .banner-logo {
        max-height: 350px;
        margin-top: 40px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .intro--banner {
        padding: 0 20px;
    }
    
    .banner-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .banner-logo {
        max-height: 250px;
        margin-top: 30px;
    }
    
    .cta {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .banner-content h1 {
        font-size: 28px;
    }
    
    .banner-logo {
        max-height: 200px;
    }
}

/* Ana sayfa banner düzenlemeleri - Logo büyütme */
.banner-logo {
    flex: 1;
    max-width: 60%; /* Logo için daha fazla alan */
    max-height: 1200px; /* Logo yüksekliğini 1.5 kat büyüt (800px'den 1200px'e) */
    object-fit: contain;
    padding-left: 20px;
}

.banner-content {
    flex: 1;
    max-width: 40%; /* Yazı için daha az alan */
    padding-right: 20px;
}

/* Mobil görünüm düzenlemeleri */
@media (max-width: 1180px) {
    .banner-logo {
        max-height: 525px; /* 350px'in 1.5 katı */
    }
}

@media (max-width: 767px) {
    .banner-logo {
        max-height: 375px; /* 250px'in 1.5 katı */
    }
}

@media (max-width: 480px) {
    .banner-logo {
        max-height: 300px; /* 200px'in 1.5 katı */
    }
}

/* Header logo düzenlemesi */
.header--logo img {
    width: 135px; /* 45px'in 3 katı */
    height: 135px; /* 45px'in 3 katı */
    object-fit: contain;
    margin-right: 15px;
}

.header--logo p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Mobil bildirim logosu düzenleme */
.device-notification--logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.device-notification--logo p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Mobil için düzenlemeler */
@media (max-width: 767px) {
    .header--logo img {
        width: 90px; /* 40px'in yaklaşık 2 katı */
        height: 90px;
    }
    
    .header--logo p {
        font-size: 16px;
    }
    
    .header {
        height: 110px;
    }
}

@media (max-width: 480px) {
    .header--logo img {
        width: 70px; /* Mobilde daha küçük */
        height: 70px;
    }
    
    .header--logo p {
        font-size: 14px;
    }
    
    .header {
        height: 90px;
    }
}

/* Galeri sayfası stilleri */
.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.gallery h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    order: -1; /* Başlığı en üstte göster */
}

.gallery--lockup {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 70vh;
    margin: 0 auto;
}

.gallery-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-slider--current {
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-slider--current img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Navigasyon butonları */
.gallery-slider--prev,
.gallery-slider--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.gallery-slider--prev {
    left: 20px;
}

.gallery-slider--next {
    right: 20px;
}

.gallery-slider--prev:hover,
.gallery-slider--next:hover {
    background-color: #0f33ff;
}

.gallery-slider--prev svg,
.gallery-slider--next svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

/* Sayfa göstergesi */
.gallery-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* Mobil düzenlemeler */
@media (max-width: 900px) {
    .gallery--lockup {
        height: 60vh;
        width: 95%;
    }
}

@media (max-width: 767px) {
    .gallery--lockup {
        height: 50vh;
    }
    
    .gallery h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .gallery-slider--prev,
    .gallery-slider--next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .gallery--lockup {
        height: 40vh;
    }
    
    .gallery h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .gallery-slider--prev,
    .gallery-slider--next {
        width: 35px;
        height: 35px;
    }
    
    .gallery-slider--prev {
        left: 10px;
    }
    
    .gallery-slider--next {
        right: 10px;
    }
}

/* Mobil görünüm için düzenlemeler */
@media (max-width: 900px) {
    .contact-with-bg .contact--lockup {
        padding: 30px 30px 0 0;
        justify-content: center;
    }
    
    .banner-logo {
        max-height: 525px;
    }
    
    .gallery--lockup {
        height: 60vh;
        width: 95%;
    }
}

@media (max-width: 767px) {
    .contact-with-bg .contact--lockup {
        padding: 20px;
        align-items: center;
    }
    
    .contact-with-bg .modal {
        padding: 30px;
    }
    
    .header--logo img {
        width: 90px;
        height: 90px;
    }
    
    .header--logo p {
        font-size: 16px;
    }
    
    .header {
        height: 110px;
    }
    
    .banner-logo {
        max-height: 375px;
    }
    
    .gallery--lockup {
        height: 50vh;
    }
    
    .gallery h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .contact-with-bg .modal {
        padding: 20px;
    }
    
    .header--logo img {
        width: 70px;
        height: 70px;
    }
    
    .header--logo p {
        font-size: 14px;
    }
    
    .header {
        height: 90px;
    }
    
    .banner-logo {
        max-height: 300px;
    }
    
    .banner-content h1 {
        font-size: 28px;
    }
}

/* Ana sayfa banner düzenlemeleri - Responsive tasarım */
.intro--banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    flex-wrap: wrap; /* Küçük ekranlarda öğelerin alt alta düşmesine izin ver */
}

.banner-content {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;
    z-index: 5; /* İçeriğin logodan önde görünmesi için */
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.banner-logo {
    flex: 1;
    max-width: 45%; /* Biraz daha küçük alan kaplasın */
    max-height: 800px;
    object-fit: contain;
    padding-left: 20px;
}

/* Buton stilleri */
.cta {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta:hover {
    background-color: #0926cc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Tablet ve büyük telefonlar için düzenlemeler */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 30px;
        justify-content: center;
        text-align: center;
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .banner-content {
        margin-top: 50px;
        order: 1; /* İçerik önce gösterilsin */
    }
    
    .banner-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .banner-logo {
        max-height: 400px;
        margin: 30px auto;
        order: 2; /* Logo sonra gösterilsin */
    }
    
    .cta {
        margin: 20px auto;
        display: block;
        max-width: 250px;
    }
}

/* Orta boy telefonlar için düzenlemeler */
@media (max-width: 767px) {
    .intro--banner {
        padding: 0 20px;
    }
    
    .banner-content {
        margin-top: 30px;
    }
    
    .banner-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .banner-logo {
        max-height: 300px;
        margin: 20px auto;
    }
    
    .cta {
        padding: 12px 25px;
        font-size: 14px;
        max-width: 220px;
    }
}

/* Küçük telefonlar için düzenlemeler */
@media (max-width: 480px) {
    .intro {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .intro--banner {
        padding: 0 15px;
        height: auto;
        min-height: 100%;
    }
    
    .banner-content {
        margin-top: 20px;
    }
    
    .banner-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .banner-logo {
        max-height: 250px;
        margin: 15px auto;
    }
}

/* En küçük ekranlar için ek düzenlemeler */
@media (max-width: 360px) {
    .banner-content h1 {
        font-size: 24px;
    }
    
    .banner-logo {
        max-height: 200px;
    }
    
    .cta {
        padding: 10px 20px;
        font-size: 12px;
    }
}

/* Farklı ekran yönleriyle düzgün çalışması için */
@media (max-height: 600px) {
    .intro--banner {
        height: auto;
        min-height: 100%;
    }
    
    .banner-content h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .banner-logo {
        max-height: 200px;
    }
}

/* Anasayfa main-content için responsive düzenleme */
.l-main-content {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOS'da daha iyi kaydırma */
}

/* Intro bölümü için responsive ayarlar */
.intro {
    position: relative;
    width: 100%;
    max-width: 90%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tüm sayfa için ana responsive düzenlemeler */

/* Ana banner düzenleme */
.intro--banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    flex-wrap: wrap;
}

.banner-content {
    flex: 1;
    max-width: 50%;
    padding-right: 20px;
    z-index: 5;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.banner-logo {
    flex: 1;
    max-width: 45%;
    max-height: 600px;
    object-fit: contain;
    padding-left: 20px;
}

/* CTA buton stili */
.cta {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta:hover {
    background-color: #0926cc;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Tablet ve orta boy ekranlar için düzenlemeler */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 30px;
        justify-content: center;
        text-align: center;
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .banner-content {
        margin-top: 50px;
    }
    
    .banner-content h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .banner-logo {
        max-height: 400px;
        margin: 30px auto;
    }
    
    .cta {
        margin: 20px auto;
        display: block;
        max-width: 250px;
    }
    
    /* Hizmetlerimiz sekmesi için */
    .work--lockup .slider--item-center .slider--item-image {
        width: 350px;
        height: 300px;
    }
    
    /* Galeri sekmesi için */
    .gallery--lockup {
        height: 60vh;
    }
}

/* Telefon ekranları için düzenlemeler */
@media (max-width: 767px) {
    .intro--banner {
        padding: 0 20px;
    }
    
    .banner-content {
        margin-top: 30px;
    }
    
    .banner-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .banner-logo {
        max-height: 300px;
        margin: 20px auto;
    }
    
    .cta {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    /* Header düzenlemeleri */
    .header--logo img {
        width: 90px; 
        height: 90px;
    }
    
    .header--logo p {
        font-size: 16px;
    }
    
    .header {
        height: 110px;
    }
    
    /* Hizmetlerimiz sekmesi için */
    .work--lockup .slider--item-center .slider--item-image {
        width: 280px;
        height: 240px;
    }
    
    .work--lockup .slider--item-center .slider--item-title {
        font-size: 20px;
    }
    
    /* Galeri sekmesi için */
    .gallery--lockup {
        height: 50vh;
    }
    
    .gallery h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    /* İletişim sekmesi için */
    .contact-with-bg .contact--lockup {
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    
    .contact-with-bg .modal {
        padding: 30px;
    }
}

/* Küçük ekranlı telefonlar için düzenlemeler */
@media (max-width: 480px) {
    .intro--banner {
        padding: 0 15px;
    }
    
    .banner-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .banner-logo {
        max-height: 250px;
        margin: 15px auto;
    }
    
    /* Header düzenlemeleri */
    .header--logo img {
        width: 70px;
        height: 70px;
    }
    
    .header--logo p {
        font-size: 14px;
    }
    
    .header {
        height: 90px;
    }
    
    /* Hizmetlerimiz sekmesi için */
    .work--lockup .slider--item-center .slider--item-image {
        width: 220px;
        height: 180px;
    }
    
    /* Galeri sekmesi için */
    .gallery--lockup {
        height: 40vh;
    }
    
    .gallery-slider--prev, 
    .gallery-slider--next {
        width: 35px;
        height: 35px;
    }
    
    /* İletişim sekmesi için */
    .contact-with-bg .modal {
        padding: 20px;
    }
}

/* Ekstra küçük ekranlar için düzenlemeler */
@media (max-width: 360px) {
    .banner-content h1 {
        font-size: 24px;
    }
    
    .banner-logo {
        max-height: 200px;
    }
    
    .cta {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    /* Hizmetlerimiz sekmesi için */
    .work--lockup .slider--item-center .slider--item-image {
        width: 200px;
        height: 160px;
    }
    
    .work h2, .gallery h2, .about h2 {
        font-size: 22px;
    }
}

/* Düşük yükseklikli ekranlar için düzenlemeler */
@media (max-height: 600px) {
    .intro--banner, .gallery, .about, .work, .contact-with-bg {
        height: auto;
        min-height: 100%;
    }
}

/* Anasayfa banner düzenlemeleri - Boşluk azaltma */
.intro--banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px; /* Yanlardaki boşluğu azalttık */
    gap: 20px; /* İki içerik arasındaki boşluğu kontrol eder */
}

.banner-content {
    flex: 1;
    max-width: 40%; /* Biraz daha küçük bir alan */
    padding-right: 0; /* Sağ padding kaldırıldı */
}

.banner-logo {
    flex: 1;
    max-width: 50%; /* Logoyu biraz daha büyüttük */
    max-height: 600px;
    object-fit: contain;
    padding-left: 0; /* Sol padding kaldırıldı */
}

/* Mobil görünüm düzeltmeleri */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
        text-align: center;
        gap: 5px; /* Dikey boşluğu azalttık */
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .banner-content {
        margin-top: 30px; /* Üst boşluğu azalttık */
    }
    
    .banner-logo {
        margin: 10px auto 20px; /* Üst ve alt boşlukları azalttık */
    }
}

@media (max-width: 767px) {
    .banner-logo {
        max-height: 300px;
        margin: 10px auto; /* Boşlukları daha da azalttık */
    }
    
    .banner-content h1 {
        margin-bottom: 15px; /* Alt boşluğu azalttık */
    }
}

/* Anasayfa banner düzenlemeleri - İçeriği ve logoyu yakınlaştırma */
.intro--banner {
    display: flex;
    justify-content: center; /* Merkeze hizalama */
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    gap: 10px; /* İçerik ile logo arasındaki boşluğu azalttık */
}

.banner-content {
    flex: 0 0 auto; /* Sabit genişlik */
    max-width: 35%; /* Daha küçük genişlik */
    text-align: right; /* Yazıyı sağa hizala - logo yönünde */
    padding-right: 0;
    margin-right: -20px; /* Biraz içeri girsin */
    z-index: 5;
}

.banner-logo {
    flex: 0 0 auto; /* Sabit genişlik */
    max-width: 55%; /* Logo için daha fazla alan */
    max-height: 600px;
    object-fit: contain;
    padding-left: 0;
    margin-left: -20px; /* Yazıya doğru yaklaşsın */
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; /* Başlık ile buton arası boşluğu azalttık */
}

/* Buton hizalama */
.cta {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-left: auto; /* Sağa hizala */
}

/* Mobil görünüm düzeltmeleri */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
        text-align: center;
        gap: 5px;
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto; /* Ortalama */
    }
    
    .banner-content {
        margin-top: 20px; /* Üst boşluğu azalttık */
    }
    
    .banner-logo {
        margin: 10px auto 20px;
    }
    
    .cta {
        margin: 15px auto; /* Ortalama */
        display: inline-block;
    }
}

/* Anasayfa banner düzenlemeleri - İçeriği ve logoyu ayırma */
.intro--banner {
    display: flex;
    justify-content: space-between; /* İçerik ile logonun arasını açmak için */
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    gap: 40px; /* İçerik ile logo arasındaki boşluğu artırdık */
}

.banner-content {
    flex: 0 0 auto; /* Sabit genişlik */
    max-width: 40%; /* Genişlik ayarlaması */
    text-align: left; /* Yazıyı sola hizala */
    padding-right: 0;
    margin-right: 0; /* İçeri girmeyi kaldırdık */
    z-index: 5;
}

.banner-logo {
    flex: 0 0 auto; /* Sabit genişlik */
    max-width: 50%; /* Logo için alan */
    max-height: 600px;
    object-fit: contain;
    padding-left: 0;
    margin-left: 0; /* Yazıya doğru yaklaşmayı kaldırdık */
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px; /* Başlık ile buton arası boşluğu ayarladık */
}

/* Buton hizalama */
.cta {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-left: 0; /* Sol hizalama için */
}

/* Anasayfa banner düzenlemeleri - Daha iyi hizalama */
.intro--banner {
    display: flex;
    justify-content: space-start; /* İçerikler arasında eşit boşluk */
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    gap: 100px;
}

/* İçerik sola yaslanacak */
.banner-content {
    flex: 0 0 auto; 
    max-width: 40%;
    text-align: left;
    padding-left: 200px; /* Soldan 100 piksel boşluk */
    margin: 0;
    z-index: 5;
}

/* Logo sağa yaslanacak */
.banner-logo {
    flex: 0 0 auto;
    max-width: 80%;
    max-height: 600px;
    object-fit: contain;
    padding: 0;
    margin-right: 50px; /* Sağ tarafa boşluk ekle */
    margin-left: 0;
}

/* İçerik başlığı */
.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Buton sağa hizalanacak */
.cta {
    position: relative;
    display: block; /* Blok element olsun */
    padding: 15px 30px;
    background-color: #0f33ff;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    margin-left: auto; /* Sağa kaydırmak için */
    margin-right: 0;
}

/* Mobil görünüm düzeltmeleri */
@media (max-width: 1180px) {
    .intro--banner {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
        text-align: center;
    }
    
    .banner-content, .banner-logo {
        max-width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    
    .banner-content {
        margin-top: 30px;
        padding-left: 0; /* Mobilde sol boşluk yok */
    }
    
    .banner-content h1 {
        text-align: center; /* Mobilde metni ortala */
    }
    
    .banner-logo {
        margin: 15px auto;
    }
    
    .cta {
        margin: 15px auto; /* Mobilde ortala */
    }
}
