@charset "utf-8";
@import "fontlar.css";
@import 'reset.css';
@import 'owl.carousel.css';
@import 'jquery.fancybox.css';
@import 'jquery.mmenu.all.css';
@import "bootstrap-select.css";
@import "jquery.mCustomScrollbar.css";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
@import "animate.css";

/* ==========================================================================
   Adana Oto Cadde — marka renk paleti (monokrom, logo analizine göre)
   ========================================================================== */
:root {
    --aac-black:    #000000; /* logo siyahı, form paneli, CTA */
    --aac-ink:      #0D0D0D; /* koyu section zemini */
    --aac-graphite: #1A1A1A; /* ikincil koyu yüzey */
    --aac-steel:    #8A8A8A; /* ara gri, ikincil metin */
    --aac-line-d:   #2A2A2A; /* koyu zeminde çizgi/border */
    --aac-line-l:   #E4E4E4; /* açık zeminde çizgi/border */
    --aac-light:    #F5F5F5; /* açık section zemini */
    --aac-white:    #FFFFFF;
    /* Slide görselinden örneklenen lacivert (#0E225D, s1.jpg'nin %30'u).
       Hero'da görselin kenar boşluğu (letterbox) bu renkle dolar ki slide ile
       aynı zemin görünsün. Site paleti lacivert+sarıya çevrilirse bu ana token olur. */
    --aac-slide-bg: #0E225D;
    /* Slide görselindeki sarı vurgu (#F8B840). Yüzen bardaki birincil CTA
       ("Bilgi Al") ve masaüstü kart çerçevesi bu rengi kullanıyor. */
    --aac-slide-accent: #fff;
}

* {
}

::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #100c27;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #222;
}

::selection {
    background-color: #222;
    color: #fff;
}

::placeholder {
    color: #dcdcdc;
    opacity: 1; /* Firefox */
}

html {
}

body {
    background-color: #fff;
    font-size: 14px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.talepformu {
    width: 320px;
    text-align: center;
    height: 100%;
    position: fixed;
    background-color: var(--aac-black);
    display: table;
    right: 0;
    top: 0;
    border-left: 4px solid var(--aac-white);
    padding: 5% 25px;
    z-index: 10;
    box-shadow: 1px 1px 26px #000000cf;
}

.talepformu .hiza {
    display: table-cell;
    vertical-align: middle;
}

.talepformu h1 {
    font-size: 22px;
    font-weight: 800;
    color: #e0e0e0;
}

.talepformu p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: var(--aac-steel);
    text-align: left;
}

.talepformu a.telefon {
    font-size: 22px;
    color: var(--aac-white);
    padding: 2% 3% 0% 3%;
    display: inline-block;
    font-weight: 800;
}

.talepformu form {
    margin-top: 10%;
}

.talepformu form input[type=text] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--aac-steel);
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form input[type=tel] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--aac-steel);
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form input[type=email] {
    width: 100%;
    margin-bottom: 14px;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--aac-steel);
    font-size: 13px;
    color: #fff;
    padding: 5px;
}

.talepformu form textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--aac-steel);
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
}

.talepformu form input[type=submit] {
    width: 100%;
    font-size: 16px;
    background-color: var(--aac-white);
    color: var(--aac-black);
    padding: 10px 5px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    transition: background-color .2s ease;
}

.talepformu form .onayradio {
    margin: 15px 0 8px 0;
}

.talepformu form label {
    cursor: pointer;
    font-weight: 300;
    float: left;
    width: 100%;
}

/* ==========================================================================
   Onay kutusu / radio — tamamen CSS ile çizilir.
   Eskiden images/checks2.png ve checks2-1.png sprite'ları kullanılıyordu;
   bu dosyalar kayboldu ve KVKK onay kutusu görünmez hale gelmişti (kullanıcı
   işaretleyip işaretlemediğini göremiyor, form da o alanı zorunlu tutuyordu).
   Artık hiçbir görsele bağımlı değil. Tik işareti FontAwesome fa-check.
   ========================================================================== */
.talepformu form .izin {
    position: relative;
}

.talepformu form input[type=checkbox],
.talepformu form input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.talepformu form input[type=checkbox]:not(old) + label,
.talepformu form input[type=radio]:not(old) + label {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    padding-left: 24px;
    min-height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: var(--aac-white);
    cursor: pointer;
}

/* kutu / daire */
.talepformu form input[type=checkbox]:not(old) + label::before,
.talepformu form input[type=radio]:not(old) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid var(--aac-white);
    background-color: transparent;
    transition: background-color 0.2s ease;
}

.talepformu form input[type=checkbox]:not(old) + label::before {
    border-radius: 3px;
}

.talepformu form input[type=radio]:not(old) + label::before {
    border-radius: 50%;
}

/* işaretli hâl */
.talepformu form input[type=checkbox]:not(old):checked + label::before,
.talepformu form input[type=radio]:not(old):checked + label::before {
    background-color: var(--aac-white);
}

.talepformu form input[type=checkbox]:not(old):checked + label::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    top: 0;
    width: 16px;
    font-size: 10px;
    line-height: 16px;
    color: var(--aac-black);
}

.talepformu form input[type=radio]:not(old):checked + label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--aac-black);
}

/* Girdi görünmez olduğu için klavye odağı label'ın kutusunda gösterilir */
.talepformu form input[type=checkbox]:focus-visible + label::before,
.talepformu form input[type=radio]:focus-visible + label::before {
    outline: 2px solid var(--aac-white);
    outline-offset: 2px;
}

.talepformu form input[type=submit]:hover {
    background-color: var(--aac-line-l);
    color: var(--aac-black);
}

.talepformu a.logo {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

/* Logo entegrasyonu — images/logo.jpg beyaz zeminli JPG (şeffaflık yok), 5005x552px (~9.07:1).
   invert(1) beyaz<->siyah döndürür, mix-blend-mode:screen siyah pikselleri zeminden geçirip
   glifleri beyaz bırakır. .talepformu zemini zaten var(--aac-black) olduğu için blend
   desteklenmese/çalışmasa bile logo zemine tam oturur (iki katmanlı güvenlik ağı). */
.logo-img {
    display: block;
    width: 100%;
    height: auto;
}

.talepformu .logo-img {
    filter: invert(1);
    mix-blend-mode: screen;
}

/* Açık zeminde (koyu olmayan bir bölümde) aynı logo kullanılırsa: beyaz zemin şeffaflaşsın diye
   invert yerine sadece multiply yeterlidir — .logo-img.on-light { mix-blend-mode: multiply; } */
.logo-img.on-light {
    mix-blend-mode: multiply;
}

::placeholder {
    color: var(--aac-steel);
}

#section0 {
    position: relative;
    border-bottom: 1px solid var(--aac-line-d);
}

#section0 .ort {
    width: calc(100% - 320px);
    height: 100vh;
    position: relative;
}

/* ==========================================================================
   Hero — SALT CSS asfalt zemini + slider alanı.
   Slider görseli gelince Owl Carousel init'i açılır (bkz. .hero-slider yorumu),
   bu katmanlar (::before hız çizgileri, ::after yol şeridi) slider'ın ALTINDA
   overlay olarak kalmaya devam eder.
   ========================================================================== */
#section0 .ort .background {
    width: 100%;
    height: 100%;
    background-color: var(--aac-ink);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Katman 1 — asfalt zemin (radial + linear derinlik, vignette) + hız çizgileri (mono, çok düşük opaklık) */
#section0 .ort .background::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        repeating-linear-gradient(118deg, rgba(255, 255, 255, .04) 0px, rgba(255, 255, 255, .04) 2px, transparent 2px, transparent 90px),
        radial-gradient(ellipse 90% 70% at 50% 30%, rgba(26, 26, 26, .4) 0%, rgba(0, 0, 0, .75) 65%, #000 100%),
        linear-gradient(180deg, var(--aac-graphite) 0%, var(--aac-ink) 45%, #000000 100%);
    pointer-events: none;
}

/* Katman 2 — yol şeridi (perspektifli kesik orta çizgi) */
#section0 .ort .background::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15%;
    width: 8px;
    height: 130%;
    z-index: 2;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .3) 56px, transparent 56px, transparent 128px);
    transform: translateX(-50%) perspective(700px) rotateX(38deg);
    transform-origin: bottom center;
    opacity: .55;
    pointer-events: none;
}

/* ==========================================================================
   Hero slider — müşteri slide görselleri koyacak. Owl Carousel (js/owl.carousel.min.js)
   zaten yüklü; markup owl'a birebir uyumlu (.hero-slider.owl-carousel > .hero-slide).
   GÖRSEL GELİNCE: her .hero-slide içine <img src="images/slider/hero-1.jpg" alt="Adana Oto Cadde">
   koy, .hero-slide{display:block} yap (aşağıdaki :first-child kuralı kaldırılabilir) ve
   şu init'i aç: $('.hero-slider').owlCarousel({items:1,loop:true,autoplay:true,autoplayTimeout:5000,nav:false,dots:true});
   ========================================================================== */
.hero-slider {
    /* owl.carousel.css .owl-carousel{display:none} kuralını ez: owl init edilmeden önce
       placeholder'ın görünür kalması için. Owl init edilince .owl-loaded classı zaten
       kendi display kuralını uygular, bu satır çakışmaz. */
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--aac-slide-bg);
    overflow: hidden;
}

.hero-slide:first-child {
    display: flex;
}

/* Slide görseli. Desktop'ta cover + sağa sabitleme: hero 100vh olduğu için görselin
   (1.71:1) kenarlarından kırpma oluyor; object-position:right ile kırpma hep SOL taraftaki
   fotoğraftan alınıyor, sağdaki kampanya metni hiçbir en-boy oranında kesilmiyor.
   1200px altında kırpma oranı metne dayandığı için responsive.css'te contain'e düşüyor. */
.hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

/* Görseli olmayan boş slide iskeleti (yeni slide eklerken geçici olarak kullanılabilir) */
.hero-slide--bos {
    background-color: var(--aac-graphite);
    border: 1px dashed var(--aac-steel);
    color: var(--aac-steel);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
}

.hero-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--aac-steel);
    opacity: .5;
}

.hero-dots span.active {
    background-color: var(--aac-white);
    opacity: 1;
}

/* Logo / görsel placeholder — içerik görseli gelene kadar kullanılır */
.gorsel-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--aac-graphite);
    border: 1px dashed var(--aac-steel);
    color: var(--aac-steel);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.mobil-slide {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}

.mobil-slide .mobil-hero {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--aac-slide-bg);
}

.mobil-slide .mobil-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        repeating-linear-gradient(118deg, rgba(255, 255, 255, .04) 0px, rgba(255, 255, 255, .04) 2px, transparent 2px, transparent 70px),
        radial-gradient(ellipse 90% 70% at 50% 30%, rgba(26, 26, 26, .4) 0%, rgba(0, 0, 0, .75) 65%, #000 100%),
        linear-gradient(180deg, var(--aac-graphite) 0%, var(--aac-ink) 45%, #000000 100%);
    pointer-events: none;
}

/* Mobilde de aynı owl-uyumlu .hero-slider markup'ı kullanılır, tek slide görünümü.
   GÖRSEL GELİNCE: yukarıdaki desktop yorumundaki adımların aynısı burada da geçerli. */
/* Mobilde slider akışta duruyor (absolute değil) ve görselin doğal oranını alıyor:
   s1-m.jpg dikey kurgulu (704x832), bu sayede hiçbir yeri kırpılmıyor. */
.mobil-slide .hero-slider {
    position: relative;
    inset: auto;
    height: auto;
}

.mobil-slide .hero-slide {
    height: auto;
    font-size: 11px;
    letter-spacing: 2px;
}

.mobil-slide .hero-slide img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.mobil-slide .hero-dots {
    bottom: 16px;
}
#proje-video {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

#proje-video .ort {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    padding: 3%;
    float: left;
}

#proje-video figure {
    float: right;
    margin-left: 2%;
    position: relative;
    /*display: inline-block;*/
    margin-top: 0px;
    width: 35%;
    margin-bottom: 20px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

#proje-video figure iframe {
    width: 90%;
    height: 300px;
    /*display: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* Kapak görseli — galerideki ile aynı tutucu mantığı, yuvarlak köşeli */
#proje-video figure {
    aspect-ratio: 3 / 2;
    background-color: #E9E9E9;
    border-radius: 20px;
    overflow: hidden;
}

#proje-video figure::before {
    content: "\f03e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    line-height: 1;
    color: #BDBDBD;
    z-index: 1;
}

#proje-video figure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: linear-gradient(100deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, .75) 50%,
        rgba(255, 255, 255, 0) 80%);
    background-size: 220% 100%;
    background-repeat: no-repeat;
    animation: aac-shimmer 1.5s ease-in-out infinite;
}

#proje-video figure.yuklendi::before,
#proje-video figure.yuklendi::after {
    content: none;
}

#proje-video figure img {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: 20px;
    border: 4px solid #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (prefers-reduced-motion: reduce) {
    #proje-video figure::after {
        animation: none;
    }
}

#proje-video figure .gorsel-placeholder {
    border-radius: 20px;
    border: 4px dashed var(--aac-steel);
    width: 100%;
    aspect-ratio: 4 / 3;
}

#proje-video h2 {
    font-weight: 300;
    font-size: 32px;
    text-align: left;
    margin-top: 15px;
}

strong {
    font-weight: 900;
}

/* Koyu zeminlerde strong beyaza döner (renk kalktığı için hiyerarşi ağırlık+kontrastla kuruluyor) */
.proje-slogan strong,
#proje-ozellikleri strong,
.talepformu strong {
    color: var(--aac-white);
}
#proje-video p {
    font-weight: 300;
    font-size: 18px;
    text-align: left;
}

.proje-slogan, .proje-slogan2, .proje-slogan3 {
    position: relative;
    width: 100%;
    float: left;
    background-color: var(--aac-ink);
}
.proje-slogan2{
    background: var(--aac-white);
}

.proje-slogan .ort {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    padding: 3%;
    float: left;
}
@media (max-width: 768px) {
   .proje-slogan .ort{
   width: 100% !important;
   }
}
.proje-slogan h2 {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    color: var(--aac-white);
}
.proje-slogan2 h2{
    color: var(--aac-black);
}
.proje-slogan .line {
    width: 200px;
    height: 2px;
    background-color: var(--aac-white);
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
.proje-slogan2 .line {
    background-color: var(--aac-black);
}
.proje-slogan p {
    font-weight: 400;
    font-size: 18px;
    color: var(--aac-white);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.proje-slogan2 p{
    color: var(--aac-black);
}
#proje-ozellikleri {
    position: relative;
    width: 100%;
    float: left;
    background: var(--aac-ink);
}

#proje-ozellikleri .ort {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    padding: 3%;
    float: left;
}

#proje-ozellikleri h2 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

#proje-ozellikleri .line {
    width: 200px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

#proje-ozellikleri h2 {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    border-left: 5px solid #fff;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#proje-ozellikleri p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#proje-ozellikleri ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

#proje-ozellikleri ul li {
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 18px;
    background-position: 0px 16px;
}

#proje-ozellikleri ul li:nth-child(2n+1) {
    font-weight: 700;
}

#proje-ozellikleri .ort h2 {
    text-align: left !important;
}

.betty-box-galeri a:hover .three-boxes:after {
    background-color: rgba(0, 0, 0, .5);
}

.betty-box-galeri a {
    display: block;
}

.betty-box-galeri .three-boxes {
    padding: 5px;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Görsel tutucu (skeleton)
   Görseller lazy-load ile geldiği için kutunun yeri baştan ayrılır: figure'a
   3/2 en-boy oranı + gri zemin + fotoğraf ikonu + parıltı animasyonu verilir.
   Görsel indiğinde JS figure'a .yuklendi ekler, tutucu kapanır.
   JS çalışmazsa görsel yine tam görünür (opacity'yi sadece JS düşürür) —
   yalnızca parıltı arkada dönmeye devam eder, kullanıcı görmez.
   ========================================================================== */
.betty-box-galeri .three-boxes figure {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    aspect-ratio: 3 / 2;            /* görsellerin tamamı 750x500 */
    background-color: #E9E9E9;
    border: 1px solid var(--aac-black);
}

/* fotoğraf ikonu — "burada bir görsel var" işareti (FontAwesome 4: fa-picture-o) */
.betty-box-galeri .three-boxes figure::before {
    content: "\f03e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    line-height: 1;
    color: #BDBDBD;
    z-index: 1;
}

/* parıltı */
.betty-box-galeri .three-boxes figure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: linear-gradient(100deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, .75) 50%,
        rgba(255, 255, 255, 0) 80%);
    background-size: 220% 100%;
    background-repeat: no-repeat;
    animation: aac-shimmer 1.5s ease-in-out infinite;
}

@keyframes aac-shimmer {
    0%   { background-position: 160% 0; }
    100% { background-position: -60% 0; }
}

/* görsel indi: tutucuyu tamamen kaldır (animasyon da durur) */
.betty-box-galeri .three-boxes figure.yuklendi::before,
.betty-box-galeri .three-boxes figure.yuklendi::after {
    content: none;
}

.betty-box-galeri .three-boxes img {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    transition: transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
}

/* NOT — görsele bilerek opacity/fade UYGULANMIYOR.
   Denendi ve vazgeçildi: opacity:0'dan açan hem transition hem animation
   yaklaşımında, animasyonun ilerlemediği durumlarda (arka plan sekmesi,
   compose edilmeyen sayfa, throttling) görsel opacity:0'da takılı kalıp
   kalıcı olarak görünmez oluyor. Tutucunun kendisi zaten "burada görsel
   var" bilgisini veriyor; görsel indiğinde üstünü kapatıyor. Bu yeterli
   ve hiçbir koşulda görselin kaybolma riski yok. */

@media (prefers-reduced-motion: reduce) {
    .betty-box-galeri .three-boxes figure::after {
        animation: none;
    }

    .betty-box-galeri .three-boxes img {
        transition: none;
    }
}

.betty-box-galeri a:hover .three-boxes img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.betty-box-galeri .three-boxes .gorsel-placeholder {
    transition: transform 0.5s ease-in-out 0s;
    margin-bottom: 0;
}

.betty-box-galeri a:hover .three-boxes .gorsel-placeholder {
    transform: scale(1.05);
}

.betty-box-galeri .three-boxes .boxes-text h1 {
    position: relative;
    color: #272727;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    z-index: 3;
    line-height: 23px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    height: 41px;
    overflow: hidden;
}

.betty-box-galeri a:hover .three-boxes .boxes-text h1 {
    color: var(--aac-black);
}

.betty-box-galeri .three-boxes .boxes-text p {
    font-weight: 300;
    color: #ce1313;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 600;
}

.betty-box-galeri .three-boxes .boxes-text span {
    font-weight: 700;
    color: #555555;
    line-height: 24px;
    font-size: 14px;
    background-color: var(--aac-black);
    padding: 7px 17px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.betty-box-galeri .three-boxes .boxes-text span:hover {
    color: #fff;
    background-color: #000;
}

.betty-box-galeri .three-boxes .boxes-text h1 b {
    color: #000;
    font-weight: 700;
}

#proje-galeri .owl-theme .owl-controls .owl-nav .owl-prev:hover, #proje-galeri .owl-theme .owl-controls .owl-nav .owl-next:hover {
    opacity: 0.5;
}

#proje-galeri .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/slider/slidernext.png) no-repeat;
    padding: 11px 18px;
    text-indent: -9999px;
    z-index: 9999;
    float: right;
    background-position: center;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 9px;
    background-color: var(--aac-black);
}

#proje-galeri .owl-dots {
    display: none !important;
    position: absolute;
    top: 45%;
    right: 2%;
    width: 10px;
}

#proje-galeri .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/slider/sliderprev.png) no-repeat;
    padding: 11px 21px;
    text-indent: -9999px;
    z-index: 9999;
    float: left;
    background-position: center;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 9px;
    background-color: var(--aac-black);
}

#proje-galeri {
    position: relative;
    float: left;
    width: 100%;
}

#proje-galeri .ort {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    padding: 3%;
    float: left;
}

#proje-galeri h2 {
    font-weight: bold;
    font-size: 32px;
    color: var(--aac-black);
    margin-bottom: 30px;
    border-left: 5px solid var(--aac-black);
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#proje-iletisim {
    position: relative;
    background-color: var(--aac-light);
    width: 100%;
    float: left;
    border-top: 2px solid var(--aac-line-l);
}

#proje-iletisim .ort {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    padding: 3%;
    float: left;
}

#proje-iletisim .information .line {
    width: 200px;
    height: 2px;
    background-color: var(--aac-black);
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

#proje-iletisim .information h2 {
    font-weight: bold;
    font-size: 32px;
    color: var(--aac-black);
    margin-bottom: 20px; /* text-align: center; */
}

#proje-iletisim .maps .iframe {
    border: 2px solid var(--aac-line-l) !important;
}

#proje-iletisim .information p {
    font-weight: 400;
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}

#proje-iletisim .information p img {
    margin-right: 6px;
}

#proje-iletisim .information p strong, #proje-iletisim .information p p {
    font-weight: 600;
}

/* Sosyal medya ikonları — PNG yerine Font Awesome 4 + TikTok için inline SVG.
   .sr-only bootstrap.css'ten geliyor (ekran okuyucu için etiket). */
#proje-iletisim .information .sosyal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin-top: 0;
    float: left;
    margin-right: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--aac-black);
    border-radius: 6px;
    color: var(--aac-black);
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

#proje-iletisim .information .sosyal:hover,
#proje-iletisim .information .sosyal:focus {
    background-color: var(--aac-black);
    color: var(--aac-white);
}

#proje-iletisim .information .sosyal .sosyal-svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}



#proje-iletisim .information .sedd {
    margin-bottom: 40px;
    background-color: #000;
}

#proje-iletisim .information .sedd:hover {
    background-color: var(--aac-black);
}

#proje-iletisim .footer-alt {
    width: calc(100% - 320px);
    height: 50px;
}

#proje-iletisim .footer-alt p {
    text-align: center;
}

#proje-iletisim .footer-alt p span {
    font-weight: bold;
}

.ajaxloader {
    width: 80px;
    text-align: center;
    margin: auto
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: var(--aac-white);
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 1.3s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 1.3s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 1.3s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 1.3s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 1.3s infinite alternate
}

#bubblingG_1 {
    -moz-animation-delay: 0;
    -webkit-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

#bubblingG_2 {
    -moz-animation-delay: .39s;
    -webkit-animation-delay: .39s;
    -ms-animation-delay: .39s;
    -o-animation-delay: .39s;
    animation-delay: .39s
}

#bubblingG_3 {
    -moz-animation-delay: .78s;
    -webkit-animation-delay: .78s;
    -ms-animation-delay: .78s;
    -o-animation-delay: .78s;
    animation-delay: .78s
}

.radiovalidate {
    position: ABSOLUTE;
    right: -16px;
    top: 6px
}

.izin {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: var(--aac-white);
        -moz-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: var(--aac-white);
        -moz-transform: translateY(-21px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: var(--aac-white);
        -webkit-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: var(--aac-white);
        -webkit-transform: translateY(-21px)
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: var(--aac-white);
        -ms-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: var(--aac-white);
        -ms-transform: translateY(-21px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: var(--aac-white);
        -o-transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: var(--aac-white);
        -o-transform: translateY(-21px)
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: var(--aac-white);
        transform: translateY(0)
    }
    100% {
        width: 24px;
        height: 24px;
        background-color: var(--aac-white);
        transform: translateY(-21px)
    }
}

.formError {
    z-index: 990
}

.formError .formErrorContent {
    z-index: 991
}

.formError .formErrorArrow {
    z-index: 996
}

.ui-dialog .formError {
    z-index: 5000
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    box-sizing: border-box
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #fff
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative
}

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
    margin: -2px 13px 0 0
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd
}

a.active.galeritab-a {
    color: var(--aac-black)
}

.donen-daire5 {
    position: absolute;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0);
    width: 550px;
    height: 550px;
    top: -35px;
    left: -25px;
    -webkit-animation: donus 4s infinite ease-in-out;
    animation: donus 4s infinite ease-in-out
}

.donen-daire-m5 {
    position: absolute;
    border-radius: 100%;
    border: 12px solid var(--aac-black);
    width: 20px;
    height: 20px;
    bottom: -5%;
    left: 45%
}

.donen-daire6 {
    position: absolute;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0);
    width: 225px;
    height: 225px;
    top: 0;
    left: -20px;
    -webkit-animation: donus1 4s infinite ease-in-out;
    animation: donus1 4s infinite ease-in-out;
    z-index: -1
}

.donen-daire-m6 {
    position: absolute;
    border-radius: 100%;
    border: 5px solid var(--aac-black);
    width: 10px;
    height: 10px;
    bottom: -5%;
    left: 45%
}

.yukari-ok {
    background: url(../images/ok-yukari.png);
    position: fixed;
    bottom: 20px;
    width: 30px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    background-repeat: repeat-y;
    border-bottom: 4px solid var(--aac-black);
    left: 10px;
    -webkit-animation: ok-yukari 1s infinite;
    animation: ok-yukari 1s infinite;
    background-position: 50% 0;
    cursor: pointer
}

@keyframes ok-yukari {
    0% {
        background-position: center bottom
    }
    100% {
        background-position: center top
    }
}

@-webkit-keyframes ok-yukari {
    0% {
        background-position: center bottom
    }
    100% {
        background-position: center top
    }
}

@-moz-keyframes ok-yukari {
    0% {
        background-position: center bottom
    }
    100% {
        background-position: center top
    }
}

@-o-keyframes ok-yukari {
    0% {
        background-position: center bottom
    }
    100% {
        background-position: center top
    }
}

@-ms-keyframes ok-yukari {
    0% {
        background-position: center bottom
    }
    100% {
        background-position: center top
    }
}

.donen-kare {
    position: absolute;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0);
    top: -35px;
    left: -35px;
    -webkit-animation: kare 4s infinite ease-in-out;
    animation: kare 4s infinite ease-in-out
}

.donen-kare-m {
    position: absolute;
    border-radius: 100%;
    border: 5px solid #fff;
    width: 12px;
    height: 12px;
    top: -5%;
    left: 45%
}

@keyframes kare {
    25% {
        left: 100%;
        top: -35px
    }
    50% {
        top: 100%;
        right: -35px;
        left: initial
    }
    75% {
        right: 100%;
        left: -35px;
        top: 100%
    }
}

.sedpopup {
    overflow-y: auto;
}

.sedpopup .modal-content {
    border-radius: 10px;
    padding: 40px;
}

.sedpopup .modal-body p {
    color: #222;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    position: relative;
    float: left;
    width: 100%;
}

.sedpopup .modal-body p i {
    color: #34A853;
    border: 5px solid #34A853;
    border-radius: 100%;
    padding: 10px;
    font-size: 50px;
    margin-top: 5vh;
}

.sedpopup .modal-body {
    padding: 0;
    margin-bottom: -6px;
}

.sedpopup .modal-body h2 {
    color: #222;
    font-size: 16px;
    padding: 0;
    text-align: center;
    margin: 20px 0 5px 0;
    font-weight: bold;
    float: left;
    width: 100%;
}

.sedpopup .modal-body button {
    background: #000000;
    opacity: 1;
    margin: 0rem 0rem 0rem auto;
    border-radius: 100%;
    padding: 0px 11px;
    position: absolute;
    top: -20px;
    z-index: 99;
    right: -20px;
}

.sedpopup .modal-body button p {
    color: var(--aac-light);
    font-size: 16px;
    padding-top: 3px;
}

.elektronik-ileti {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.bilgilendirme-a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

/* ==========================================================================
   Yüzen iletişim barı
   .dashboard-nav        -> masaüstü, sağ alt köşede kart (>768px)
   .mobile-fixed-footer  -> mobil, ekranın altına sabit bar (<=768px)
   İkonlar Font Awesome 4.6.3 (css/fontlar.css). Bu sürümde "fab"/"fas" prefixi
   YOKTUR, sadece "fa" geçerlidir. TikTok FA4'te bulunmadığı için inline SVG.
   Eski görsel tabanlı bar (.yuzenalan + images/yuzenalan.png) kaldırıldı.
   ========================================================================== */

/* --- ortak buton gövdesi --- */
.dashboard-nav .bg,
.mobile-fixed-footer .bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    letter-spacing: .9px;
    font-weight: 600;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.dashboard-nav .bg i,
.mobile-fixed-footer .bg i {
    margin-bottom: 5px;
    line-height: 1;
}

.dashboard-nav .bg span,
.mobile-fixed-footer .bg span {
    white-space: nowrap;
}

/* --- renkler: WhatsApp kendi marka yeşili, "Bilgi Al" birincil CTA (slide sarısı),
       "Hemen Ara" ikincil (koyu zemin üstünde beyaz kontur) --- */
.dashboard-nav .bg-whatsapp,
.mobile-fixed-footer .bg-whatsapp {
    background-color: #25D366;
    color: var(--aac-white);
}

.dashboard-nav .bg-form,
.mobile-fixed-footer .bg-form {
    background-color: var(--aac-slide-accent);
    color: var(--aac-black);
}

.dashboard-nav .bg-tel,
.mobile-fixed-footer .bg-tel {
    background-color: transparent;
    border-color: var(--aac-white);
    color: var(--aac-white);
}

.dashboard-nav a:hover .bg,
.mobile-fixed-footer a:hover .bg {
    transform: translateY(-2px);
}

.dashboard-nav .bg-tel:hover,
.mobile-fixed-footer .bg-tel:hover {
    background-color: var(--aac-white);
    color: var(--aac-black);
}

/* --- masaüstü: sağ alt köşe kartı --- */
.dashboard-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    /* .talepformu masaüstünde right:0 / width:320px ile sabit duruyor; kartı onun
       ÜSTÜNE bindirmemek için 320px panel + 30px boşluk kadar içeri alındı. */
    right: 20px;
    z-index: 1001;
    background: var(--aac-graphite);
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    gap: 10px;
    width: auto;
    border: 2px solid var(--aac-slide-accent);
}

.dashboard-nav .dash-item {
    display: block;
    text-decoration: none;
}

.dashboard-nav .dash-item .bg {
    width: 100px;
    height: 60px;
    font-size: 11px;
    text-transform: capitalize;
}

.dashboard-nav .dash-item .bg i {
    font-size: 18px;
}

/* --- mobil: alta sabit bar --- */
.mobile-fixed-footer {
    display: none;
}

@media only screen and (max-width: 768px) {
    .dashboard-nav {
        display: none;
    }

    .mobile-fixed-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        background: var(--aac-graphite);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .3);
        z-index: 9999;
        padding: 5px 8px;
        gap: 8px;
    }

    .mobile-fixed-footer .footer-item {
        flex: 1;
        display: flex;
        text-decoration: none;
        min-width: 0;
    }

    .mobile-fixed-footer .footer-item .bg {
        width: 100%;
        height: 60px;
        font-size: 12px;
    }

    .mobile-fixed-footer .footer-item .bg i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .mobile-fixed-footer .footer-item .bg {
        font-size: 11px;
    }
}

@media only screen and (max-width: 325px) {
    .mobile-fixed-footer {
        height: 85px;
    }

    .mobile-fixed-footer .footer-item .bg {
        padding: 3px 6px;
        font-size: 10px;
    }
}

table {
    border-collapse: collapse;
    margin: 20px auto;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}

#nav-alan ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

#nav-alan ul li {
    text-transform: capitalize;
    font-size: 18px;

    line-height: 60px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
    padding-left: 30px;
    background-size: 18px;
    background-position: 0px 16px;
}

#nav-alan ul li:nth-child(2n+1) {
    font-weight: 700;
}