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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}
ul{
    margin-bottom: 0;
}

/* Sadece index.html ve homepage.html için smooth scroll'u devre dışı bırak */

body[data-page="index"],
body[data-page="homepage"] {
    scroll-behavior: auto;
}

.reservation-box {
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

option {
    font-size: 22px;
    font-weight: bold;
}

.hotel-title {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #002147;
}

.reservation-content {
    display: flex;
    align-items: center;
    background-color: #F5F7FA;
    border-radius: 50px;
    padding: 18px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 1200px;
}

.reservation-item {
    flex: 1;
    padding: 0 15px;
}

.hotel-item,
.date-item {
    flex: 1.6;
}

.count-item {
    flex: 0.7;
}

.reservation-item label {
    display: block;
    font-size: 14px;
    color: #002147;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.select-wrapper {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.select-wrapper select {
    width: 100%;
    height: 100%;
    padding: 8px 5px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.date-display,
.count-display {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
}

.date-display input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    cursor: pointer;
    padding: 8px 5px;
}

.date-display input:focus,
.count-display select:focus,
.select-wrapper select:focus {
    outline: none;
}

.count-display select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 8px 5px;
}

.select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
    color: #002147;
    pointer-events: none;
}

.reservation-button {
    flex: 0 0 auto;
    padding: 0 15px;
}

.btn-rezervasyon {
    background-color: #002147;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-rezervasyon:hover {
    background-color: #001a38;
}


/* Date Range Picker Custom Styling */

.daterangepicker {
    font-family: Arial, sans-serif;
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 33, 71, 0.1);
}

.daterangepicker .calendar-table {
    border: none;
}

.daterangepicker .drp-calendar {
    max-width: 300px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #002147;
    border-color: #002147;
}

.daterangepicker td.in-range {
    background-color: rgba(0, 33, 71, 0.1);
    color: #002147;
}

.daterangepicker .drp-buttons .btn {
    border-radius: 20px;
    padding: 8px 16px;
}

.daterangepicker .drp-buttons .btn.btn-primary {
    background-color: #002147;
    border-color: #002147;
}

.daterangepicker th.month {
    font-weight: 700;
    color: #002147;
}

.daterangepicker th.prev,
.daterangepicker th.next {
    color: #002147;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 8px;
}

.daterangepicker .ranges li.active {
    background-color: #002147;
}

.nav-mobile {
    display: none;
    position: relative;
    z-index: 100;
}

.general-features {
    width: 50%;
    margin: 0 auto;
}

.general-features h2 {
    font-size: 52px;
    color: #0F569B;
    margin-left: 10px;
}

.general-features-block {
    display: flex;
    align-items: center;
    gap: 50px;
}

.feature-text {
    width: 60%;
}

.feature-img {
    width: 40%;
}

.feature-text ul {
    margin-top: 30px;
}

.feature-text ul li {
    margin-top: 8px;
    color: #032D4C;
}

.feature-img img {
    width: 450px;
    border-radius: 20px;
}

.pamukkale-sec {
    width: 100%;
    margin: 0 auto;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('./assets//pamukkalenin\ kalbinde.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    font-family: 'Playfair Display', serif;
}

.pamukkale-sec h1 {
    font-style: italic;
    margin-top: -50px;
    font-size: 52px;
    color: white;
}

.galeri h2 {
    text-align: center;
    font-size: 52px;
    color: #0F569B;
}

.galeri-sec {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.gallery-item {
    width: 28%;
    height: 300px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.g-1 {
    background: url('./assets/oda-new-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.g-2 {
    background: url('./assets/havz.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.g-3 {
    background: url('./assets/bahc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.playfair {
    font-family: 'Playfair Display', serif;
    font-size: 72px !important;
    color: #0F569B;
    font-weight: 400;
    text-align: center;
}

.playfaire {
    font-family: 'Playfair Display', serif !important;
    color: #0E579C;
}

.mm-section {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.mm-text {
    font-size: 18px;
    font-weight: normal;
    color: #052D4D;
    line-height: 36px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.header .logo {
    margin-left: 70px;
    cursor: pointer;
}

.header-content ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-left: 170px;
}

.header-content ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #f6f6f6;
    text-decoration: none;
    background-color: rgba(5, 45, 77, 1);
    padding: 6px 10px;
    border-radius: 8px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header-content ul li a:hover {
    background-color: rgba(5, 45, 77, 0.9);
}

.header-social {
    margin-right: 70px;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6 !important;
    text-decoration: none;
    background-color: rgba(5, 45, 77, 1);
    padding: 6px 10px;
    border-radius: 8px;
    margin-right: 1px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header-social i {
    font-size: 20px;
}

.header-social a:last-child i {
    margin-right: 0;
}

.header-social a:hover {
    background-color: rgba(5, 45, 77, 0.9);
}

.landing-area {
    width: 100%;
    height: 160vh;
    background: url('./assets/çerçeve.png');
    background-size: cover;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
}

.banner-area {
    width: 100%;
    position: relative;
    height: 100%;
    margin-top: -180px;
    z-index: -1;
    background: url('./assets/banner.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.landing-boxes {
    display: flex;
    width: 60%;
    margin: 0 auto;
    gap: 35px;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.landing-box {
    text-align: center;
    width: 25%;
    min-height: 160px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F5F7FA;
    opacity: 0.9;
}

.landing-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(45%) saturate(1035%) hue-rotate(182deg) brightness(94%) contrast(96%);
}

.landing-box h2 {
    margin-top: 30px;
    font-size: 18px;
    color: #042D4D;
    font-weight: bold;
}

.landing-boxes-opportunities {
    display: flex;
    width: 70%;
    margin: 0 auto;
    gap: 35px;
    justify-content: space-evenly;
    align-items: center;
    z-index: 10;
    padding: 30px 0;
}

.landing-box-opportunities {
    text-align: center;
    width: 25%;
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.9;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.landing-box-opportunities::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: transparent;
    transition: all 0.3s;
}

.landing-box-opportunities.active::after {
    background-color: #052D4D;
}

.landing-box-opportunities:hover::after {
    background-color: #052D4D;
    opacity: 0.7;
}

.landing-box-opportunities img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(45%) saturate(1035%) hue-rotate(182deg) brightness(94%) contrast(96%);
}

.landing-box-opportunities h2 {
    margin-top: 30px;
    font-size: 20px;
    color: #042D4D;
    font-weight: bold;
}


/* Tab içerikleri */

.tab-contents {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.tab-content {
    padding: 30px 0;
}


/* Tab section styles */

.tab-section {
    width: 100%;
}

.tab-container {
    width: 100%;
    margin: 0 auto;
}

.tab-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.content-list {
    width: 45%;
    padding-right: 30px;
}

.content-list h2 {
    color: #1D425E;
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.content-list h2::after {
    content: "❯";
    font-size: 24px;
    position: absolute;
    right: calc(100% - 200px);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: #052D4D;
}

.content-list ul {
    list-style: none;
    padding: 0;
}

.content-list ul li {
    font-size: 18px;
    color: #052D4D;
    margin-bottom: 15px;
    padding-left: 5px;
}

.content-slider {
    width: 55%;
    position: relative;
}


/* Aktiviteler bölümü */

.aktiviteler-section {
    width: 100%;
}

.aktiviteler-container {
    width: 100%;
    margin: 0 auto;
}

.aktiviteler-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.aktiviteler-list {
    width: 45%;
    padding-right: 30px;
}

.aktiviteler-list h2 {
    color: #052D4D;
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.aktiviteler-list ul {
    list-style: none;
    padding: 0;
}

.aktiviteler-list ul li {
    font-size: 18px;
    color: #052D4D;
    margin-bottom: 15px;
    padding-left: 5px;
}

.aktiviteler-slider {
    width: 55%;
    position: relative;
}

.carousel-inner img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.slider-dots {
    position: relative;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    border: none;
    transition: all 0.3s;
    padding: 0;
    cursor: pointer;
}

.slider-dots button.active {
    background-color: #052D4D;
    width: 16px;
    height: 16px;
}

.contact-banner {
    width: 100%;
    height: 60vh;
    background: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3');
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
}

.contact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 45, 77, 0.4);
}

.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
    max-width: 800px;
}

.contact-banner-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.contact-info-box {
    background-color: #F5F7FA;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    width: 32%;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 33, 71, 0.1);
}

.contact-info-icon {
    font-size: 36px;
    color: #0F569B;
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
    background-color: rgba(15, 86, 155, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-title {
    color: #052D4D;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.contact-info-details {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.contact-form-box {
    background-color: white;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-top: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?q=80&w=1600&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}

.contact-form-title {
    color: #0F569B;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-size: 16px;
    color: #052D4D;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

.form-control {
    height: 55px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
}

textarea.form-control {
    height: 180px;
    resize: none;
}

.form-control:focus {
    border-color: #0F569B;
    box-shadow: 0 0 0 0.2rem rgba(15, 86, 155, 0.25);
}

.btn-contact {
    background-color: #0F569B;
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin: 20px auto 0;
    min-width: 200px;
}

.btn-contact:hover {
    background-color: #0d4a85;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(15, 86, 155, 0.2);
}

.wave-decoration {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff"></path></svg>');
    background-size: cover;
    z-index: 1;
}

.wave-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z" fill="%23ffffff"></path></svg>');
    background-size: cover;
    z-index: 1;
    transform: rotate(180deg);
}

.location {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loca-img {
    position: relative;
}

.loca2 {
    position: absolute;
    bottom: 0px;
    right: 50px;
}

.loca-texts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.arrow {
    height: 2px;
    background-color: #052D4D;
    margin-top: -16px;
}

.arr-p {
    color: #052D4D;
    font-weight: 600;
}

.loca1 {
    width: 450px;
}

.loca2 {
    width: 150px;
}

.ar-1 {
    width: 195px;
    margin-left: -43px;
}

.ar-2 {
    width: 197px;
    margin-left: -11px;
}

.ar-3 {
    width: 235px;
    margin-left: -24px;
}

.ar-4 {
    width: 210px;
    margin-left: -48px;
}

.ar-5 {
    width: 235px;
    margin-left: -60px;
}

.ar-6 {
    width: 270px;
    margin-left: -210px;
}

.arr-1 {
    width: 195px;
    margin-left: -140px;
}

.arr-2 {
    width: 220px;
    margin-left: -118px;
}

.arr-3 {
    width: 245px;
    margin-left: -107px;
}

.arr-4 {
    width: 210px;
    margin-left: -48px;
}

.arr-5 {
    width: 200px;
    margin-left: -195px;
}

.arr-6 {
    width: 270px;
    margin-left: -110px;
}

@media (max-width: 992px) {
    .contact-info-box {
        width: 100%;
        margin-bottom: 30px;
        min-height: auto;
        padding: 30px;
    }
    .contact-content {
        margin-top: -40px;
    }
    .contact-form-box {
        padding: 40px 30px;
    }
    .contact-form-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contact-banner {
        height: 50vh;
        border-radius: 0 0 60px 60px;
    }
    .contact-banner-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        height: 40vh;
        border-radius: 0 0 40px 40px;
    }
    .contact-banner-content h1 {
        font-size: 32px;
    }
    .contact-form-box {
        padding: 30px 20px;
    }
    .form-control {
        height: 50px;
    }
    .btn-contact {
        padding: 12px 30px;
        font-size: 16px;
    }
    .wave-decoration,
    .wave-bottom {
        height: 70px;
    }
}

@media (max-width: 576px) {
    .contact-banner {
        height: 35vh;
        border-radius: 0 0 30px 30px;
    }
    .contact-banner-content h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .contact-banner-content p {
        font-size: 14px;
    }
    .contact-info-icon {
        font-size: 28px;
        height: 60px;
        width: 60px;
    }
    .contact-info-title {
        font-size: 18px;
    }
    .contact-form-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .form-group label {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
        height: 45px;
        border-radius: 12px;
    }
    textarea.form-control {
        height: 150px;
    }
    .btn-contact {
        font-size: 15px;
        padding: 10px 25px;
    }
    .contact-container {
        padding: 40px 0;
    }
}

@media (max-width: 1024px) {
    .nav-mobile {
        display: block;
    }
    .banner-area {
        margin-top: 0px;
        height: 70vh;
    }
    .landing-area {
        height: 70vh;
    }
    .landing-boxes {
        width: 90%;
        top: 350px;
    }
    .reservation-box {
        top: 220px;
        width: 90%;
    }
    .header {
        display: none;
    }
    .general-features-block {
        display: block;
    }
    .general-features {
        width: 90%;
    }
    .feature-text {
        width: 100%;
    }
    .feature-img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .feature-img img {
        width: 100%
    }
    .general-features h2 {
        margin-left: 0px;
        font-size: 32px;
        text-align: center;
    }
    .gallery-item {
        height: 220px;
    }
    .reservation-content {
        border-radius: 40px;
        padding: 15px 20px;
    }
    .hotel-item,
    .date-item {
        flex: 1.5;
    }
    .count-item {
        flex: 0.8;
    }
    .landing-boxes-opportunities {
        width: 70%;
    }
    .landing-box-opportunities {
        min-height: 180px;
    }
    .aktiviteler-content,
    .tab-content-inner {
        flex-direction: column;
    }
    .aktiviteler-list,
    .aktiviteler-slider,
    .content-list,
    .content-slider {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .aktiviteler-slider,
    .content-slider {
        margin-top: 30px;
    }
    .aktiviteler-list h2,
    .content-list h2 {
        font-size: 32px;
        text-align: center;
    }
    .aktiviteler-list h2::after,
    .content-list h2::after {
        display: none;
    }
    .slider-dots {
        margin: 15px auto;
    }
}

.opp-galeri-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.opp-galeri {
    display: flex;
    gap: 20px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.opp-galeri .gallery-item {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
}

.opp-galeri .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    display: block;
}

.gallery-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.gallery-arrow {
    background-color: #052D4D;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gallery-arrow:hover:not(:disabled) {
    background-color: #0d4a85;
    transform: scale(1.1);
}

.gallery-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 1024px) {
    .opp-galeri-container {
        width: 95%;
    }
    .opp-galeri {
        gap: 15px;
    }
    .opp-galeri .gallery-item {
        flex: 0 0 calc((100% - 45px) / 3);
    }
    .opp-galeri .gallery-item img {
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .opp-galeri-container {
        width: 95%;
    }
    .opp-galeri {
        gap: 15px;
    }
    .opp-galeri .gallery-item {
        flex: 0 0 calc((100% - 15px) / 2);
    }
    .opp-galeri .gallery-item img {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .hotel-title {
        margin-bottom: 20px;
    }
    .reservation-content {
        justify-content: center;
    }
    .reservation-button {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 0;
        text-align: center;
    }
    .location {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .arrow {
        display: none;
    }
    .loca-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .loca-text {
        margin-top: 100px;
    }
    .loca1 {
        width: 90%;
        position: relative;
    }
    .loca2 {
        display: none;
        position: absolute;
    }
    .pamukkale-sec h1 {
        font-size: 20px;
        font-style: italic;
    }
    footer {
        margin-top: 0px !important;
    }
    .landing-area {
        height: 115vh;
        background-position: center;
    }
    .banner-area {
        height: 115vh;
        margin-top: 0px;
    }
    option {
        font-size: 18px;
    }
    .reservation-box {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        width: 90%;
        margin: 0;
        z-index: 5;
    }
    .landing-boxes {
        width: 90%;
        flex-wrap: wrap;
        gap: 30px;
        top: 525px;
        transform: translate(-50%, -50%);
        justify-content: center;
    }
    .landing-boxes-opportunities {
        width: 90%;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        padding: 20px 0;
    }
    .landing-box {
        width: 42%;
        min-height: 120px;
        background-color: transparent;
        padding: 15px;
        border-radius: 15px;
        box-shadow: none;
        background-color: #F5F7FA;
    }
    .landing-box-opportunities {
        width: 42%;
        min-height: 120px;
        background-color: transparent;
        padding: 15px;
        border-radius: 15px;
        box-shadow: none;
    }
    .landing-box h2 {
        font-size: 15px;
        margin-top: 15px;
    }
    .landing-box-opportunities h2 {
        font-size: 15px;
        margin-top: 15px;
    }
    .landing-box img {
        width: 40px;
        height: 40px;
    }
    .landing-box-opportunities img {
        width: 40px;
        height: 40px;
    }
    .reservation-content {
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;
        border-radius: 25px;
        background-color: rgba(245, 247, 250, 0.95);
    }
    .reservation-item,
    .hotel-item,
    .date-item,
    .count-item {
        /* flex: 0 0 calc(50% - 7.5px);
        */
        padding: 0;
        min-width: 0;
    }
    .select-wrapper,
    .date-display,
    .count-display {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
    .select-wrapper select,
    .date-display input,
    .count-display select {
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px;
    }
    .reservation-item label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .reservation-button {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 0;
        text-align: center;
    }
    .btn-rezervasyon {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
    .galeri h2 {
        font-size: 32px;
    }
    .galeri-sec {
        display: block;
    }
    .gallery-item {
        width: 90%;
        margin: 0 auto;
        height: 400px;
    }
    .g-2 {
        margin-top: 40px;
    }
    .g-3 {
        margin-top: 40px;
    }
    .general-features-block {
        display: block;
    }
    .general-features {
        width: 90%;
    }
    .feature-text {
        width: 100%;
    }
    .feature-img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .feature-img img {
        width: 100%;
    }
    .general-features h2 {
        margin-left: 0px;
        font-size: 32px;
        text-align: center;
    }
    .nav-mobile {
        display: block;
    }
    .tab-contents {
        width: 95%;
    }
    .aktiviteler-content,
    .tab-content-inner {
        flex-direction: column;
    }
    .aktiviteler-list,
    .aktiviteler-slider,
    .content-list,
    .content-slider {
        width: 100%;
        padding-right: 0;
    }
    .aktiviteler-slider,
    .content-slider {
        margin-top: 30px;
    }
    .carousel-inner img {
        height: 300px;
    }
    .aktiviteler-list h2,
    .content-list h2 {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }
    .aktiviteler-list h2::after,
    .content-list h2::after {
        display: none;
    }
    .aktiviteler-list ul li,
    .content-list ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .slider-dots {
        bottom: -5px;
    }
}

@media (max-width: 375px) {
    .landing-boxes {
        gap: 20px;
        top: 520px;
    }
    .landing-boxes-opportunities {
        gap: 20px;
    }
    .landing-area {
        height: 135vh;
    }
    .reservation-box {
        top: 80px;
    }
    .banner-area {
        height: 120vh;
        margin-top: 0px;
    }
    .carousel-inner img {
        height: 250px;
    }
    .aktiviteler-list h2,
    .content-list h2 {
        font-size: 24px;
    }
    .aktiviteler-list ul li,
    .content-list ul li {
        font-size: 14px;
    }
}


/* Footer Styles */

footer {
    width: 100%;
    background: url('./assets/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    padding-top: 240px;
    min-height: 570px;
    margin-top: 70px;
}

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

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.footer-social .facebook,
.footer-social .instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
}

.footer-social i {
    color: #002850;
    font-size: 18px;
}

.footer-social span {
    color: white;
    font-size: 16px;
    margin-left: 5px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-logo {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo img {
    width: 140px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}

.footer-logo p {
    color: white;
    font-size: 14px;
}

.footer-contact {
    width: 50%;
    margin-left: 40px;
    padding: 0 40px;
}

.footer-contact h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-item i {
    color: white;
    width: 20px;
    margin-right: 10px;
}

.contact-item span {
    color: white;
    font-size: 14px;
}

.footer-brand {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.brand-logo {
    text-align: right;
    margin-bottom: 5px;
}

.brand-logo img {
    height: 35px;
    margin-top: 15px;
}

.brand-info {
    text-align: right;
    margin-top: 43px;
}

.brand-info p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 3px;
    color: white;
}

.dorak {
    font-weight: 600;
}

.footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.footer-bottom span,
.footer-bottom a {
    color: white;
    font-size: 13px;
    opacity: 0.9;
    text-decoration: none;
}

.footer-bottom .divider {
    margin: 0 10px;
}

@media (max-width: 992px) {
    .footer-content {
        flex-wrap: wrap;
    }
    .footer-logo,
    .footer-contact {
        margin-bottom: 20px;
    }
    .footer-brand {
        width: 100%;
        align-items: flex-end;
    }
}

@media (max-width: 1025px) {
    footer {
        margin-top: 0px !important;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-logo,
    .footer-contact,
    .footer-brand {
        width: 100%;
        margin: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    .footer-contact {
        margin-left: 0;
    }
    .footer-brand {
        align-items: center;
    }
    .brand-info {
        text-align: center;
        margin-right: 0;
        margin-top: 10px;
    }
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 1025px) {
    .footer-container {
        margin-top: 150px;
    }
    .footer-social {
        flex-direction: flex;
    }
    .footer-social span {
        margin-left: 0;
        margin-top: 5px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }
    .footer-bottom .divider {
        display: none;
    }
}

.gallery-photo:hover::before {
    border-color: rgba(15, 86, 155, 0.5);
}


/* Büyüteç simgesini kaldırıyorum */

.gallery-photo:after {
    display: none;
}

.gallery-photo:hover:after {
    display: none;
}

.gallery-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.gallery-photo:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.photo-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    color: #052D4D;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
    min-width: 120px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* Lightbox (Büyütme) Stilleri */

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-modal img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border: 5px solid white;
}

.lightbox-caption {
    color: white;
    background-color: rgba(15, 86, 155, 0.8);
    padding: 12px 25px;
    border-radius: 30px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    max-width: 80%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.2s;
}

.lightbox-close:hover {
    color: #0F569B;
    transform: scale(1.2);
}


/* Mobil Uyumluluk için Lightbox Düzenlemeleri */

@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
    }
    .lightbox-caption {
        font-size: 16px;
        padding: 10px 20px;
    }
    .lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .lightbox-modal img {
        max-height: 75vh;
        border: 3px solid white;
    }
    .lightbox-caption {
        font-size: 14px;
        padding: 8px 15px;
        margin-top: 10px;
    }
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
}


/* Galeri Sayfası Stilleri */

.galeri-container {
    width: 90%;
    margin: 50px auto;
    padding: 20px;
}

.galeri-title {
    text-align: center;
    font-size: 52px;
    color: #0F569B;
    margin-bottom: 40px;
}

.photo-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-row-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gallery-row-center .gallery-photo {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}

@media (max-width: 768px) {
    .gallery-row {
        grid-template-columns: 1fr;
    }
    
    .gallery-row-center {
        flex-direction: column;
    }
    
    .gallery-row-center .gallery-photo {
        flex: 1;
        max-width: 100%;
    }
}

.gallery-photo {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background: white;
    padding: 12px;
    border: 1px solid #e5e5e5;
}

.gallery-photo::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 2px solid rgba(15, 86, 155, 0.2);
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
    transition: all 0.3s;
}

.gallery-photo:hover::before {
    border-color: rgba(15, 86, 155, 0.5);
}


/* Büyüteç simgesini kaldırıyorum */

.gallery-photo:after {
    display: none;
}

.gallery-photo:hover:after {
    display: none;
}

.gallery-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
}


/* Footer PDF Section Styles */

.footer-pdf-section {
    margin: 30px 0;
    padding: 0 15px;
    text-align: center;
}

.pdf-heading {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-pdf-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer-pdf-col {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}

.pdf-link {
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.pdf-item {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all 0.3s;
}

.pdf-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.pdf-item i {
    font-size: 36px;
    color: white;
    margin-bottom: 10px;
}

.pdf-title {
    color: white;
    font-size: 14px !important;
    font-weight: bold !important;
}

@media (max-width: 1025px) {
    .footer-pdf-row {
        gap: 15px;
    }
    .footer-pdf-col {
        flex: 0 0 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
    }
}

@media (max-width: 768px) {
    .footer-pdf-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .pdf-item {
        padding: 12px;
    }
    .pdf-item i {
        font-size: 30px;
    }
    .pdf-title {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .footer-pdf-row {
        gap: 10px;
    }
    .pdf-item {
        padding: 10px;
    }
    .pdf-item i {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .pdf-title {
        font-size: 13px;
    }
}

.product-style {
    font-size: 18px;
}

/* Opportunities Gallery Swiper Styles */
.opp-gallery-swiper {
    width: 100%;
    padding: 30px 0 70px 0;
}

.opp-slide-content {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    cursor: pointer;
    height: 100%;
}

.opp-slide-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.opp-slide-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
}

.opp-slide-content:hover img {
    transform: scale(1.1);
}

.opp-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(5, 45, 77, 0.95), transparent);
    color: white;
    padding: 20px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    transform: translateY(100%);
    transition: all 0.4s ease;
}

.opp-slide-content:hover .opp-slide-overlay {
    transform: translateY(0);
}

.opp-gallery-swiper .swiper-button-next,
.opp-gallery-swiper .swiper-button-prev {
    color: white;
    background-color: rgba(5, 45, 77, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.opp-gallery-swiper .swiper-button-next:hover,
.opp-gallery-swiper .swiper-button-prev:hover {
    background-color: #052D4D;
    transform: scale(1.15);
}

.opp-gallery-swiper .swiper-button-next::after,
.opp-gallery-swiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.opp-gallery-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #052D4D;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.opp-gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.3);
    background: #052D4D;
}

@media (max-width: 768px) {
    .opp-slide-content img {
        height: 220px;
    }
    
    .opp-gallery-swiper .swiper-button-next,
    .opp-gallery-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .opp-gallery-swiper .swiper-button-next::after,
    .opp-gallery-swiper .swiper-button-prev::after {
        font-size: 16px;
    }
}


/* ============================================================
   EVRAK MODAL (PDF Viewer) - Sekmeli Modal Sistemi
   ============================================================ */

/* Footer'daki Evrak Butonu */
.footer-docs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #c9a84c, #b8943f);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.footer-docs-btn:hover {
    background: linear-gradient(135deg, #d4b85c, #c9a84c);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.4);
}

.footer-docs-btn i {
    font-size: 16px;
}

.footer-docs-section {
    text-align: center;
    margin: 15px 0;
}

/* Modal Overlay */
.pdf-modal-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: pdfModalFadeIn 0.3s ease;
}

.pdf-modal-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes pdfModalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Modal Kutusu */
.pdf-modal-box {
    background: #1a1a2e;
    border-radius: 12px;
    width: 92%;
    max-width: 900px;
    height: 85vh;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(201, 168, 76, 0.3);
    overflow: hidden;
    animation: pdfModalSlideUp 0.3s ease;
}

@keyframes pdfModalSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Modal Header */
.pdf-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-bottom: 2px solid #c9a84c;
    flex-shrink: 0;
}

.pdf-modal-title {
    color: #c9a84c;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.pdf-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.pdf-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #c9a84c;
    color: #c9a84c;
}

/* Sekme (Tab) Sistemi */
.pdf-modal-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #16213e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c9a84c transparent;
}

.pdf-modal-tabs::-webkit-scrollbar {
    height: 3px;
}

.pdf-modal-tabs::-webkit-scrollbar-thumb {
    background: #c9a84c;
    border-radius: 3px;
}

.pdf-tab-btn {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-tab-btn:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(201, 168, 76, 0.1);
}

.pdf-tab-btn.active {
    color: #c9a84c;
    border-bottom-color: #c9a84c;
    background: rgba(201, 168, 76, 0.08);
    font-weight: 600;
}

/* PDF Goruntuleyici Alan */
.pdf-modal-body {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #2a2a3e;
    display: flex;
    flex-direction: column;
}

.pdf-viewer-container {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.pdf-viewer-container canvas {
    max-width: 100%;
    height: auto !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

/* PDF Kontrol Cografi (Sayfa Navigasyonu) */
.pdf-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 20px;
    background: #16213e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.pdf-controls button {
    padding: 6px 14px;
    background: rgba(201, 168, 76, 0.2);
    border: 1px solid #c9a84c;
    color: #c9a84c;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.pdf-controls button:hover:not(:disabled) {
    background: #c9a84c;
    color: #1a1a2e;
}

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

.pdf-controls .pdf-page-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    min-width: 80px;
    text-align: center;
}

/* Yukleniyor Gostergesi */
.pdf-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    gap: 12px;
}

.pdf-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(201, 168, 76, 0.2);
    border-top-color: #c9a84c;
    border-radius: 50%;
    animation: pdfSpin 0.8s linear infinite;
}

@keyframes pdfSpin {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
    .pdf-modal-box {
        width: 98%;
        height: 90vh;
        max-height: 90vh;
        border-radius: 8px;
    }

    .pdf-modal-header {
        padding: 12px 16px;
    }

    .pdf-modal-title {
        font-size: 14px;
    }

    .pdf-tab-btn {
        padding: 10px 12px;
        font-size: 11px;
        min-width: fit-content;
    }

    .pdf-controls {
        padding: 8px 12px;
        gap: 10px;
    }

    .pdf-controls button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .footer-docs-btn {
        font-size: 13px;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .pdf-modal-tabs {
        flex-wrap: nowrap;
    }

    .pdf-tab-btn {
        flex: none;
        padding: 10px 14px;
    }
}