@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBold.otf') format('opentype'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}

/* HTML5 reset-browser */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    min-width: 320px;
    padding-right: 410px;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto;
}

.form-holder {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    background-size: cover;
    font-size: 10px;
    box-sizing: border-box;
    padding: 60px 30px 0;
    width: 410px;
    z-index: 2;
    height: 100vh;
    display: table;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 25%);
    background: #fff;
    background-position: top right;
}

.form-inner {
    display: table-cell;
    vertical-align: middle;
}

.formTel {
    position: relative;
    top: 9px;
    z-index: 1;
    float: inherit;
    margin: 0 auto 0;
}

.formTel img {
    max-height: 85px;
    width: auto
}

.icon-telefon {
    position: relative;
    display: table;
    margin: 20px auto 0;
}

.form-holder .form-title {
    color: #333;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5%;
    width: 60%;
    margin-left: 20%;
}

.tesekkurler {
    display: none;
    padding: 20px 10px;
    text-align: center
}

.tel {
    position: relative;
    display: table;
    margin: auto;
    margin-top: 30px;
}

.tel a {
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-family: 'BebasNeueBold';
    padding-bottom: 15px;
    box-sizing: border-box;
}

.bilgiTalep {
    position: relative;
    display: table;
    margin: auto;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Gotham-Book';
    margin-bottom: 20px;
}

.bilgiTalep strong {
    font-family: 'Gotham-Bold';
    display: block;
    margin-bottom: 10px;
    font-size: 27px;
}

.formLogo {
    position: relative;
    width: 44%;
    text-align: center;
    margin: -26% auto 0;
    height: auto;
}

.logoTable {
    display: table-cell;
    vertical-align: middle;
}

.fullresim {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    /* Görselin üst kısmı korunur, alt kısmı gerektiği kadar kırpılır */
}



/* Main content alanı: sidebar dışında kalan sol alan. Slider bu alanın içinde. */
.main-content {
    width: 100%;
    float: none;
    display: block;
    min-height: 100vh;
}

/* Slider: main content alanını üstte 100vh doldurur, alana sığar */
.wrapper {
    position: relative;
    display: block !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh;
    background: #ffffff;
    overflow: hidden;
}

/* Tek görsel sabit slider (Owl yok, kaybolma yok) */
.wrapper .slide-static,
.wrapper .owl-carousel {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
}

.wrapper .owl-stage-outer,
.wrapper .owl-stage,
.wrapper .owl-item {
    height: 100% !important;
}

.wrapper .slide-static .item,
.wrapper .owl-carousel .item,
.wrapper .owl-item .item {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.wrapper .slide-static .item picture,
.wrapper .slide-static .item img:not(.slider-desk):not(.slider-mob),
.wrapper .owl-item .item picture,
.wrapper .owl-item .item img:not(.slider-desk):not(.slider-mob) {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Picture: mobilde tarayıcı max-width:768px ile PNG seçer, masaüstünde JPG */
.wrapper .hero-slide-picture,
.wrapper .owl-item .hero-slide-picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.wrapper .hero-slide-picture img,
.wrapper .owl-item .hero-slide-picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/* Slider: varsayılan = mobil (png). Masaüstünde CSS ile jpg gösterilir */
.wrapper .slide-static .item img.slider-mob,
.wrapper .owl-carousel .item img.slider-mob,
.wrapper .owl-item .item img.slider-mob {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.wrapper .slide-static .item img.slider-desk,
.wrapper .owl-carousel .item img.slider-desk,
.wrapper .owl-item .item img.slider-desk {
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 769px) {

    .wrapper .slide-static .item img.slider-desk,
    .wrapper .owl-carousel .item img.slider-desk,
    .wrapper .owl-item .item img.slider-desk {
        display: block !important;
    }

    .wrapper .slide-static .item img.slider-mob,
    .wrapper .owl-carousel .item img.slider-mob,
    .wrapper .owl-item .item img.slider-mob {
        display: none !important;
    }
}

.solBg {
    position: relative;
    height: 100%;
    background: #ee3342;
    background-size: cover;
    background-position: center;
    width: 30%;
    z-index: 3;
    float: left;
    display: table;
}

div#slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

div#slide .item {
    width: 100%;
    height: 100%;
    display: block;
}

.fullGorsel {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.kar {
    position: absolute;
    left: 4%;
    top: 7%;
    width: 48%;
}

.detay {
    position: absolute;
    bottom: 40%;
    left: 4%;
    width: 47%;
}

.detay-m {
    display: none;
}

.kar-m {
    display: none;
}

.bottomBg {
    display: none;
}

.spotTitle {
    position: absolute;
    display: table;
    margin: auto;
    text-align: center;
    top: 6%;
    width: 100%;
}

.spot-p {
    position: relative;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Gotham-Book';
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.spot-p strong {
    font-family: 'Gotham-Bold';
}

.spot-p span {
    display: table;
    margin: auto;
    padding-top: 30px;
    font-family: 'Gotham-Bold';
}

.bayi {
    position: absolute;
    bottom: 7%;
    background: white;
    box-shadow: 0px 4px 8.55px 0.45px rgba(0, 0, 0, 0.33), 0px 14px 41px 0px rgba(54, 86, 203, 0.2);
    left: 30px;
    right: 30px;
}

.bayi strong {
    display: inline-block;
    width: 100%;
    font-family: 'Gotham-Black';
    color: #000000;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    padding: 40px 0px;
}

.bayi.m {
    display: none;
}

.owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    width: 18px;
    height: 18px;
    border: 2px solid #010101;
    background-color: #fff;
    border-radius: 360px;
    margin: 0px 2px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

.owl-dot.active {
    background-color: #ee3342;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.form-embed-container .kvkk-row {
    margin-top: 18px;
    color: #000 !important;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.form .kvkk-row {
    margin-top: 18px;
    color: #000 !important;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* PDF Flipbook */
.pdf-flipbook-section {
    width: 100%;
    padding: 40px 20px 60px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.pdf-flipbook-section h2 {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
}

.pdf-flipbook-wrap {
    max-width: 900px;
    margin: 0 auto;
    perspective: 1200px;
}

.pdf-flipbook {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pdf-flipbook .flipbook-inner {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.pdf-flipbook .page-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.pdf-flipbook .page-container.flip-next {
    animation: slideToNext 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.pdf-flipbook .page-container.flip-prev {
    animation: slideToPrev 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideToNext {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    40% {
        opacity: 0;
        transform: translateX(-30px) scale(0.97);
    }

    60% {
        opacity: 0;
        transform: translateX(30px) scale(0.97);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideToPrev {
    0% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    40% {
        opacity: 0;
        transform: translateX(30px) scale(0.97);
    }

    60% {
        opacity: 0;
        transform: translateX(-30px) scale(0.97);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.pdf-flipbook canvas {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 70vh;
    object-fit: contain;
}

.pdf-flipbook .flipbook-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.pdf-flipbook .flipbook-nav button {
    font-family: 'Gotham-Book', sans-serif;
    padding: 12px 24px;
    font-size: 14px;
    border: 2px solid #ee3342;
    background: #fff;
    color: #ee3342;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 120px;
}

.pdf-flipbook .flipbook-nav button:hover:not(:disabled) {
    background: #ee3342;
    color: #fff;
}

.pdf-flipbook .flipbook-nav button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pdf-flipbook .page-indicator {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
    color: #333;
}

.pdf-flipbook .flipbook-loading,
.pdf-flipbook .flipbook-error {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Gotham-Book', sans-serif;
}

.pdf-flipbook .flipbook-error {
    color: #c00;
}

.pdf-flipbook .flipbook-error a {
    color: #ee3342;
    text-decoration: underline;
}

/* Download Section */
.download-section {
    width: 100%;
    padding: 30px 20px 40px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.download-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    max-width: 720px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.download-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    background: #fff;
    border: 2px solid #ee3342;
    border-radius: 12px;
    text-decoration: none;
    color: #ee3342;
    transition: all 0.25s ease;
    flex: 1;
    min-width: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.download-card:hover {
    background: #ee3342;
    color: #fff;
    box-shadow: 0 6px 20px rgba(238, 51, 66, 0.3);
    transform: translateY(-2px);
}

.download-icon {
    font-size: 36px;
}

.download-label {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 15px;
    text-align: center;
}