@font-face {
    font-family: 'Newsreader';
    src: url('fonts/Newsreader16pt-Regular.eot');
    src: url('fonts/Newsreader16pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Newsreader16pt-Regular.woff2') format('woff2'),
        url('fonts/Newsreader16pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: Newsreader, serif;
}

header {
    width: 100%;
    height: 80px;
    position: relative;
}

header .container {
    position: relative;
    height: 80px;
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

#langLink {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    text-decoration: none;

}

#langLink span {
    font-size: 30px;
}

#header-phone {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

#header-sm {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translate(0, -50%);
}

#header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



#promo {
    width: 100%;
}

#promo img {
    display: block;
    width: 100%;
}


aside {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 1000;
    width: 392px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-sizing: border-box;
    transform: translate(0, -50%);
}

aside h2.formTitle {
    color: #FFF;
    font-family: Newsreader;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 100% */
    margin-bottom: 20px;
}

aside input[type="text"],
aside input[type="email"],
aside input[type="tel"] {
    display: inline-flex;
    padding: 16px 20px 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #777;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-family: Newsreader, serif;
    font-size: 16px;
    outline: none;
}

body .select2-container--default {
    margin-bottom: 20px;
}

body .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.10);
    height: 50px;
    border-radius: 0px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
    font-family: Newsreader, serif;
    padding-left: 20px;
    color: rgba(255, 255, 255, 1);
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-hidden-accessible.error+.select2-container--default .select2-selection--single {
    border-color: red !important;
}

aside input.error,
.checkbox input[type="checkbox"].error {
    border: 1px solid red;
}

aside input[type="image"] {
    width: 100%;
}

/* Checkbox container */
.checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Newsreader, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 127.273% of 11px */
    color: #FFF;
    margin-bottom: 20px;
}

/* Hide native checkbox */
.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border: 1px solid #777;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

/* Checked state – custom tick */
.checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 3px;
    height: 10px;
    border: solid #777;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Optional: change border or tick color on hover/focus */
.checkbox input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:focus {
    border-color: #555;
}

/** global **/
.container {
    width: 1240px;
    max-width: 92%;
    margin: 0px auto;
}

/* Chrome, Safari, Opera */
::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
    /* Opera uses lower default opacity */
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

/* Firefox 4 – 18 */
:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}

/* Standard syntax (most modern browsers) */
::placeholder {
    color: #aaa;
    opacity: 1;
    /* ensure full opacity if needed */
}


/** about **/
#about {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

#about #imgAbout {
    position: absolute;
    top: 0;
    righT: 0;
    width: 50%;
}

#about .row {
    display: flex;
    gap: 60px;
}

#about .row .col {
    flex: 1;
}

section h1 {
    font-size: 38px;
}

section h2,
section h1 {
    color: #224CA0;
    font-family: Newsreader;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 40px;
    /* 116.667% */
}

section ul {
    margin-bottom: 20px;
}

.kvkk_content h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.4;
}

.kvkk_content h2 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.kvkk_content {
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-top: 20px;
}

section p,
section li {
    color: #224CA0;
    font-family: Newsreader;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 144.444% */
}

#about p {
    margin-bottom: 100px;
}


/** footer **/
footer {
    width: 100%;
    display: none;
}



#nature {
    padding-bottom: 100px;
}

#nature .row {
    display: flex;
    gap: 0;
}

#nature .row .col {
    flex: 1;
}

#nature .row .col img {
    width: 100%;
    display: block;
}

#nature p {
    margin-bottom: 40px;
}

/* 1) Container: hide overflow, define height */
#parallax1 {
    position: relative;
    height: 60vh;
    /* or whatever height you need */
    overflow: hidden;
}

/* 2) Image: absolutely positioned, centered, will-change hint */
#parallax1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    will-change: transform;
    height:70vh;
    object-fit: cover;
}


.galleries {
    padding-bottom: 100px;
}

.gallery_swiper_item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

body .swiper-pagination-bullets.swiper-pagination {
    position: relative;
    width: 50%;
    text-align: left;
    top: 0px;
    left: 0px;
    height: 40px;
    align-items: center;
    display: flex;
}

.swiper-pagination-bullet {
    border: 1px solid #ECAA49;
    background: #FFF;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ECAA49;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ECAA49;
    position: absolute;
    right: 45px;
    left: auto;
    bottom: 0px;
    top: auto;
    padding: 10px;
    box-sizing: border-box;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.closeBtn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #FFF;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    opacity: .8;
    text-align: center;
    cursor: pointer;
    line-height: 1.3;
    font-family: cursive;
}
aside .formContent p {
    font-family: Newsreader, serif;
    color: #FFF; padding-right: 40px; font-size: 20px; line-height: 1.4; margin-bottom: 20px;
}

#submitForm {
    border: none;
    padding: 0px;
    cursor: pointer;
}

#submitForm img {
    width: 100%;
    display: block;
}


@media (max-width: 1200px) and (min-width: 767px) {
    #parallax1 img {
        top: 90%;
    }

    .galleries {
        padding-bottom: 60px;
    }

    #about {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .gallery_swiper_item img {
        height: 550px;
    }

    #about .row {
        flex-wrap: wrap;
    }

    #about .row .col {
        flex: 100%;
    }

    #about #imgAbout {
        top: auto;
        bottom: 20%;
    }
}

#map {
    padding-bottom: 100px;
}

#map img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    aside {
        position: fixed;
        height: 100dvh;
        left: 0px;
        top: 0px;
        width: 100%;
        transform: none;
        display: block;
    }
    aside .formContent{
        display: flex;
    align-items: center;
    height: 100dvh;
    flex-wrap: wrap;
    align-content: center;
    }

    aside #mobile-cta {
        display: none;
    }

    #about .row {
        gap: 0px;
    }

    .galleries {
        padding-bottom: 70px;
    }

    #parallax1 img {
        top: 80%;
    }

    section h2 {
        font-size: 40px;
    }

    .gallery_swiper_item img {
        height: 350px;
    }

    .container {
        width: 92%;
    }



    #header-logo {
        left: 20px;
        transform: translate(0, -50%);
    }



    #promo img {
        height: 47vh;
        object-fit: cover;
        object-position: top left;
    }

    #about .row {
        flex-direction: column;
    }

    #about {
        padding-top: 360px;
        padding-bottom: 70px;
    }

    #about #imgAbout {
        width: 80%;
        top: 20px;
    }

    #nature .row {
        flex-direction: column;
    }
}

.spinner {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #FFF;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.overlay {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
}

.thanksImage {
    height: calc(100vh - 80px);
    max-width: 100%;
    object-fit: cover;
}

::placeholder {
    color: #FFF;
    opacity: 1;
}

.call-button {
    position: fixed;
    right: 0;
    top: 50%;
    font-family: Newsreader;
    letter-spacing: 1px;
    transform: translateY(-50%);
    line-height: 1.4;
    background-color: #154a99;
    /* Mavi ton */
    color: #fff;
    padding: 20px 12px;
    /* Dikey yükseklik - yatay boşluk */
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    writing-mode: vertical-rl;
    /* Yazıyı dikey yazmak için */
    text-orientation: mixed;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.call-button:hover {
    background-color: #0e3875;
    /* Hover rengi */
}

.lang-selector {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.lang-selector button {
    background: #154a99;
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-selector button img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-selector ul {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 150px;
    z-index: 10;
}

.lang-selector ul li {
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang-selector ul li img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-selector ul li:hover {
    background: #f0f0f0;
}

.hidden {
    display: none;
}

@media (max-width: 767px) {
    .lang-selector button span {
        display: none;
    }

    .thanksImage {
        height: auto;
    }
}




.hamburger {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: 20px;
    margin-top: 17px;
    font-family: Newsreader;
    color: #224CA0;
    cursor: pointer;
}

.mBox {
    width: 45px;
    height: 45px;
    position: relative;
}

.mBox .square {
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #224CA0
}

.square1 {
    top: 0;
    left: 0;
    transition: .1s all linear;
}

.square2 {
    bottom: 0;
    left: 0;
    transition: .1s all linear;
}

.square3 {
    top: 0;
    right: 0;
    transition: .1s all linear;
}

.square4 {
    right: 0;
    bottom: 0;
    transition: .1s all linear;
}

.hamburger:hover .square1 {
    background: url('../images/s1.png') center center no-repeat;
    background-size: cover;
    top: 9px;
    left: 9px;
}

.hamburger:hover .square2 {
    background: url('../images/s2.png') center center no-repeat;
    background-size: cover;
    bottom: 9px;
    left: 9px;
}

.hamburger:hover .square3 {
    background: url('../images/s3.png') center center no-repeat;
    background-size: cover;
    top: 9px;
    right: 9px;
}

.hamburger:hover .square4 {
    background: url('../images/s4.png') center center no-repeat;
    background-size: cover;
    right: 9px;
    bottom: 9px;
}



.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #224CA0;
    color: #fff;
    z-index: 1000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-links li {
    font-family: "Newsreader", serif;
    font-size: 2rem;
    margin: 20px 0;
    cursor: pointer;
    transition: color 0.3s;
}

.menu-links li a {
    color: white;
    text-decoration: none;
}

.menu-links:hover li {
    opacity: 0.3;
}

.menu-links li:hover {
    opacity: 1;
}

.menu-links li:hover {
    color: #ddd;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
}

.menu-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2rem;
    cursor: pointer;
    filter: brightness(0) invert(100%);
}

/* Hover image container */
.hover-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    z-index: 1100;
    border-radius: 12px;
}


header.home-header {
    background: none;
    position: fixed;
    top: 0;
    lefT: 0;
    z-index: 100;
}

header.home-header .mBox .square {
    background-color: white;
}

header.home-header .hamburger {
    color: white;
}

header.home-header #header-logo {
    filteR: brightness(0) invert(100%);
}

.slide-caption {
    position: absolute;
    left: 10%;
    z-index: 100;
    width: 40%;
    top: 50%;
    color: white;
    transform: translate(0, -50%);
}

.slide-caption h2 {
    color: white;
    font-family: Newsreader;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 40px;
}

.slide-caption p {
    color: white;
    font-family: Newsreader;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}



#infoBox {
    width: 386px;
    height: 100px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 3px;
    z-index: 100;
    background-color: #fff;
    transition: .5s all linear;

}

#infoNo {
    position: absolute;
    color: #7c7262;
    font-size: 40px;
    left: 20px;
    top: 50%;
    font-family: Newsreader;
    transform: translate(0, -50%);
}

#infoLine {
    position: absolute;
    width: 1px;
    height: 40px;
    left: 80px;
    top: 50%;
    background-color: #7c7262;
    transform: translate(0, -50%);
}

#infoTitle {
    left: 90px;
    top: 50%;
    color: #7c7262;
    transform: translate(0, -50%);
    font-size: 30px;
    font-family: Newsreader;
    text-align: right;
    position: absolute;
}

#infoCTA {
    position: absolute;
    righT: 20px;
    widtH: 30px;
    height: 30px;
    border: 1px solid #7c7262;
    border-radius: 2px;
    top: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    transform: translate(0, -50%);
    transition: .3s all linear
}

#infoCTA:hover {
    background-color: #7c7262;
    color: #fff;
    cursor: pointer;
}

#infoBox.active #infoCTA{
    display:none;
}
#infoBox.active {
    height: calc(100vh - 140px);
}

#infoPos {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
}

#infoBox.active #infoPos {
    border-top: 1px solid #7c726242
}


#infoContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  color: #fff;
  padding: 15px;
}
#infoContent.active {
  opacity: 1;
  max-height: 600px; /* içeriğe göre açılır */
}
#infoContent img {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 8px;
}
#infoContent a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-decoration: underline;
}

#infoContent h2{
    color: #7c7262;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
#infoContent p{
    color:#7c7262;
    font-size:16px;
}

#infoContent a{
    color:#7c7262;
    font-size:16px;
}
.slide-inner {
  overflow: hidden; /* Görsel dışarı taşmasın */
}

.slide-inner img {
  width: 120%;   /* biraz büyük */
  height: 120%;
  object-fit: cover;
  
  will-change: transform;
  opacity:.9;
}
.slide-inner {
  position: relative; /* pseudo'nun yerleşebilmesi için */
  overflow: hidden;
}

.slide-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;     /* tam genişlik */
  height: 100%;    /* tam yükseklik */
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none; /* tıklamaları engellemesin */
  z-index: 2; /* içeriğin üstünde olması için */
}




/* Promo alanı özel stiller */
#parallax10 {
  position: relative;
  height: 60vh;            /* yüksekliği isteğe göre ayarladık */
  min-height: 320px;       /* mobilde çok dar kalmasın */
  overflow: hidden;
}

#parallax10 img {
  width: 100%;
  object-fit: cover;       /* görseli taşırmadan doldurur */
  object-position: center; /* merkezde kırpma */
  display: block;
  height:70vh;
  object-fit: cover;
}

#parallax10 .slide-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 80%;
}

#parallax10 .slide-caption h2 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 400;
}

#parallax10 .slide-caption p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
}

/* Arka plan için gradient overlay ekleyelim */
#parallax10::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  z-index: 1;
}



/* === Şubeler / İletişim Kutuları === */
/* === Contact Info Bölümü Düzenleme === */
#contact-info {
  padding: 100px 0;
}

#contact-info .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr; /* sol başlık, sağ kutular */
  gap: 60px;
  align-items: start;
}

#contact-info h2 {
  font-size: 42px;
  color: #224CA0;
  margin: 0;
  line-height: 1.2;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; /* kutular arası boşluk */
}

.kvkk_content {
  background: #224CA0;
  
  border: 1px solid #224CA0;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease;
}

.kvkk_content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.kvkk_content p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6px;
}

/* Hover efekti */
.kvkk_content:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 1100px) {
  #contact-info .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}



/* Blur form box */
/* === Backdrop Blur Form CSS === */
.form-blur-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background: rgba(255, 255, 255, 0.12); /* daha şeffaf */
  border-radius: 16px;
  padding: 40px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
}

/* Sol kısım */
.form-blur-box .form-left {
  flex: 1;
}
.form-blur-box .form-left h2 {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #fff;
}
.form-blur-box .form-left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

/* Sağ kısım */
.form-blur-box .form-right {
  flex: 1;
}
.form-blur-box .form-right h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

/* Input ve textarea */
.form-blur-box input,
.form-blur-box textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.15);
  color: #fff;
  outline: none;
  margin-bottom: 18px;
  font-size: 16px;
}
.form-blur-box input::placeholder,
.form-blur-box textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

/* Input grupları */
.form-row {
  display: flex;
  gap: 20px;
}
.form-row input {
  flex: 1;
}

/* Checkbox */
/* Checkbox wrapper */
.contact-checkbox-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px; /* kutular arası boşluk */
}

/* Checkbox item */
.contact-checkbox {
  display: flex;align-items: start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
}

/* Input boyutu */
.contact-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding:0 !important;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.8);
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

/* Tik işareti */
.contact-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Link */
.contact-checkbox a {
  color: #fff;
  text-decoration: underline;
}



/* Buton */
.form-blur-box .btn {
  background: #fff;
  color: #224CA0;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.3s;
}
.form-blur-box .btn:hover {
  background: #eee;
}

/* Responsive */
@media(max-width: 900px) {
  .form-blur-box {
    flex-direction: column;
    padding: 25px;
  }
}


#contact-form-section{
    position: relative;
}

#contact-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;     /* tam genişlik */
  height: 100%;    /* tam yükseklik */
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none; /* tıklamaları engellemesin */
  z-index: 1; /* içeriğin üstünde olması için */
}
#contact-form-section .container{
    position: relative;
    z-index: 2;
}
body.contact-page footer{padding:0 !important}
body.contact-page #footerTop{display: none;}
body.contact-page #footerbottom{
    margin-top: 0;
}
