/**
 * Anzac Hotels One-Page Sites - Core Stylesheet
 * Version: 1.0.0
 */

/* ==========================================================================
   ÖZEL İKON FONTU (OnlineWebFonts - i_...)
   ========================================================================== */
@font-face {
    font-family: "OnlineWebFonts";
    src: url("../fonts/src/onlinewebfonts.eot");
    src: url("../fonts/src/onlinewebfonts.eot?#iefix") format("embedded-opentype"),
        url("../fonts/src/onlinewebfonts.woff2") format("woff2"),
        url("../fonts/src/onlinewebfonts.woff") format("woff"),
        url("../fonts/src/onlinewebfonts.ttf") format("truetype"),
        url("../fonts/src/onlinewebfonts.svg#OnlineWebFonts") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="i_"],
[class*=" i_"],
[class^="i_"]:before,
[class*=" i_"]:before,
.OnlineWebFonts {
    font-family: "OnlineWebFonts" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.i_heating:before {
    content: "\e010";
}

.i_parking:before {
    content: "\e011";
}

.i_caencel_booking:before {
    content: "\e012";
}

.i_dishwasher:before {
    content: "\e013";
}

.i_smoking_room:before {
    content: "\e014";
}

.i_newspaper:before {
    content: "\e015";
}

.i_kitchen:before {
    content: "\e016";
}

.i_safe_box:before {
    content: "\e017";
}

.i_washing_machine:before {
    content: "\e018";
}

.i_booking:before {
    content: "\e019";
}

.i_iron:before {
    content: "\e01A";
}

.i_sauna:before {
    content: "\e01B";
}

.i_hotel:before {
    content: "\e01C";
}

.i_late_check_out:before {
    content: "\e01D";
}

.i_bed:before {
    content: "\e01E";
}

.i_dinner:before {
    content: "\e01F";
}

.i_check_in:before {
    content: "\e020";
}

.i_double_bed:before {
    content: "\e021";
}

.i_chef:before {
    content: "\e022";
}

.i_refrigerator:before {
    content: "\e023";
}

.i_non_smoking_room:before {
    content: "\e024";
}

.i_coffee_machine:before {
    content: "\e025";
}

.i_garden:before {
    content: "\e026";
}

.i_breakfast:before {
    content: "\e027";
}

.i_valet_parking:before {
    content: "\e028";
}

.i_dryer:before {
    content: "\e029";
}

.i_steam_room:before {
    content: "\e02A";
}

.i_microwave:before {
    content: "\e02B";
}

.i_telephone:before {
    content: "\e02C";
}

.i_early_check_in:before {
    content: "\e02D";
}

.i_single_bed:before {
    content: "\e02E";
}

.i_parking_r31:before {
    content: "\e02F";
}

.i_mini_bar:before {
    content: "\e030";
}

.i_hair_dryer:before {
    content: "\e031";
}

.i_iron_r34:before {
    content: "\e032";
}

.i_bunk_bed:before {
    content: "\e033";
}

.i_hotel_r36:before {
    content: "\e034";
}

.i_hotel_r37:before {
    content: "\e035";
}

.i_Pet_hotel:before {
    content: "\e036";
}

.i_Hotel_tea:before {
    content: "\e037";
}

.i_hotel_food:before {
    content: "\e038";
}

.i_hotel_card:before {
    content: "\e039";
}

.i_hotel_type:before {
    content: "\e03A";
}

.i_hotel_bell:before {
    content: "\e03B";
}

.i_hotel_towel:before {
    content: "\e03C";
}

.i_Hotel_service:before {
    content: "\e03D";
}

.i_Hotel_PX_WIFI:before {
    content: "\e03E";
}

.i_Hotel_bellman:before {
    content: "\e03F";
}

.i_Wedding_Hotel:before {
    content: "\e040";
}

.i_Pet_hotel_sign:before {
    content: "\e041";
}

.i_Hotel_reception_outline:before {
    content: "\e042";
}

.i_dining_room_table_seats_outside_cafe_hotel:before {
    content: "\e043";
}

.i_shower_bath_bathing_tub_bathroom_hotel_room:before {
    content: "\e044";
}

.i_dish_plate_fork_knife_food_hotel_restaurant:before {
    content: "\e045";
}

.i_ai_unit:before {
    content: "\e046";
}

.i_chat:before {
    content: "\e047";
}

.i_desk:before {
    content: "\e048";
}

.i_kid_pool:before {
    content: "\e049";
}

.i_billiards_table:before {
    content: "\e04A";
}

.i_snorkel:before {
    content: "\e04B";
}

.i_gas_station:before {
    content: "\e04C";
}

.i_surfing:before {
    content: "\e04D";
}

.i_sunbath:before {
    content: "\e04E";
}

.i_restaurant:before {
    content: "\e04F";
}

.i_bar:before {
    content: "\e050";
}

.i_fitnesscenter:before {
    content: "\e051";
}

.i_fitness:before {
    content: "\e052";
}

.i_elevator:before {
    content: "\e053";
}

.i_air_conditioner:before {
    content: "\e054";
}

/* ==========================================================================
   TEMEL AYARLAR & RESET
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 15px;
}

body {
    font-family: var(--font, 'Poppins', sans-serif);
    color: #334155;
    background: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
}

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

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

.section-padding {
    padding: 90px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 55px;
}

.section-header h2 {
    font-size: 2.25rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent);
    margin: 10px auto 0;
    border-radius: 2px;
}

.section-header p {
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    font-size: 1rem;
}

/* Butonlar */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary {
    background: var(--gradient);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
    color: #ffffff !important;
}

.btn-outline {
    border: 2px solid var(--accent);
    color: var(--accent);
    background: transparent;
}

.btn-outline:hover {
    background: var(--accent);
    color: #ffffff;
}

/* ==========================================================================
   TOP BAR & HEADER NAVBAR
   ========================================================================== */
.top-bar {
    background: #0f172a;
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-links a:hover {
    color: #ffffff;
}

.lang-switch {
    display: flex;
    gap: 6px;
    align-items: center;
}

.lang-switch a {
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
}

.lang-switch a.active {
    background: var(--accent);
    color: #ffffff;
}

header.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

header.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
}

.logo-box img {
    max-height: 52px;
    width: auto;
}

.logo-box h1 {
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 700;
}

.nav-menu {
    display: flex;
    gap: 26px;
    list-style: none;
    align-items: center;
}

.nav-menu a {
    font-weight: 500;
    font-size: 0.95rem;
    color: #334155;
    position: relative;
    padding: 6px 0;
}

.nav-menu a:hover {
    color: var(--accent);
}

.nav-book-btn {
    padding: 8px 18px !important;
    font-size: 0.85rem !important;
    color: #ffffff !important;
}

.mobile-toggle {
    display: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: var(--primary);
}

/* ==========================================================================
   HERO / VİTRİN SLIDER
   ========================================================================== */
.hero-section {
    position: relative;
    height: 72vh;
    min-height: 520px;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.8) 100%);
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}

.hero-stars {
    color: #f59e0b;
    font-size: 1.4rem;
    margin-bottom: 12px;
    letter-spacing: 4px;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-sub {
    font-size: 1.25rem;
    max-width: 720px;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ==========================================================================
   REZERVASYON BARI (YATAY, FERAH & MOBİL 2'Lİ)
   ========================================================================== */
.booking-bar-wrapper {
    margin-top: -55px;
    position: relative;
    z-index: 40;
    margin-bottom: 50px;
}

.booking-bar {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e8f0;
}

.booking-form {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 1fr 1fr 1.5fr;
    gap: 16px;
    align-items: flex-end;
}

.booking-group {
    display: flex;
    flex-direction: column;
}

.booking-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-group label i {
    color: var(--accent);
}

.booking-group input,
.booking-group select {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-family: inherit;
    font-size: 0.95rem;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f8fafc;
}

.booking-group input:focus,
.booking-group select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(0, 90, 171, 0.12);
    background: #ffffff;
}

.booking-btn {
    height: 48px;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   GİRİŞ / HAKKIMIZDA BÖLÜMÜ
   ========================================================================== */
.intro-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro-text .lead-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 22px;
    border-left: 4px solid var(--accent);
    padding-left: 18px;
    line-height: 1.6;
}

.intro-text .main-text {
    color: #475569;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

.intro-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.intro-gallery-box {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.intro-gallery-box img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.intro-slider {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.intro-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   İMKANLAR & ÖZELLİKLER (TESİS & AKTİVİTELER)
   ========================================================================== */
.amenities-section {
    background: #f8fafc;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #64748b;
}

.tab-btn:hover {
    color: var(--accent);
    border-color: var(--accent);
}

.tab-btn.active {
    background: var(--accent);
    color: #ffffff !important;
    border-color: var(--accent);
    box-shadow: 0 6px 18px rgba(0, 90, 171, 0.25);
}

.tab-content-panel {
    display: none;
}

.tab-content-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.feature-item i {
    font-size: 1.4rem;
    color: var(--accent);
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
}

.feature-item span {
    font-weight: 500;
    font-size: 0.95rem;
    color: #334155;
}

/* ==========================================================================
   ODALAR BÖLÜMÜ (ELASTİK, GENİŞ KARTLAR)
   ========================================================================== */
.rooms-grid {
    display: grid;
    gap: 35px;
}

/* 1 veya 2 oda varsa 2'li ferah grid */
.rooms-grid.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 oda varsa 3'lü grid */
.rooms-grid.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.room-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.room-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0f172a;
}

.room-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.room-card:hover .room-thumb img {
    transform: scale(1.06);
}

.room-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(6px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.room-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-info h3 {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 12px;
    font-weight: 600;
}

.room-info p {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 22px;
    line-height: 1.7;
    flex-grow: 1;
}

.room-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
    color: #475569;
}

.room-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.room-features span i {
    color: var(--accent);
    font-size: 1rem;
}

/* ==========================================================================
   MULTİMEDYA: FOTO GALERİ, VİDEO, BELGELER
   ========================================================================== */
.media-section {
    background: #f8fafc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.6rem;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.doc-download-box {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

/* ==========================================================================
   SÜRDÜRÜLEBİLİRLİK
   ========================================================================== */
#surdurulebilirlik {
    background: #f0fdf4;
    border-top: 1px solid #dcfce7;
    border-bottom: 1px solid #dcfce7;
}

.sustain-header {
    margin-bottom: 25px;
}

.sustain-title {
    color: #14532d;
    font-size: 2.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.sustain-title i {
    color: #16a34a;
    font-size: 1.9rem;
}

.sustain-body {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.sustain-body p {
    margin-bottom: 12px;
}

.sustain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}

.sustain-item {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 20px;
    border: 1px solid #dcfce7;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.sustain-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.14);
    border-color: #86efac;
}

.sustain-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.sustain-item:hover .sustain-icon-wrap {
    background: #16a34a;
    color: #ffffff;
    transform: scale(1.06);
}

.sustain-icon-wrap i,
.sustain-item>i {
    font-size: 1.6rem;
    line-height: 1;
}

.sustain-item h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #14532d;
    font-weight: 700;
}

.sustain-item-text,
.sustain-item p {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 24px;
    flex-grow: 1;
}

.sustain-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    color: #16a34a;
    padding: 9px 20px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sustain-link i {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.sustain-item:hover .sustain-link {
    background: #16a34a;
    color: #ffffff !important;
    border-color: #16a34a;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3);
}

.sustain-item:hover .sustain-link i {
    transform: translateX(4px);
    color: #ffffff;
}

/* ==========================================================================
   KONUM & İLETİŞİM
   ========================================================================== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.map-box {
    border-radius: 18px;
    overflow: hidden;
    min-height: 480px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
}

.contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 42px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.contact-card .hotel-stars {
    color: #f59e0b;
    font-size: 1.25rem;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.contact-card h3 {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 24px;
    font-weight: 700;
}

.contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    color: #334155;
}

.contact-list li i {
    font-size: 1.2rem;
    color: var(--accent);
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.contact-list a:hover {
    color: var(--accent);
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
    width: 100%;
    font-size: 1rem;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
    background: #1eb956;
    transform: translateY(-2px);
}

.contact-network-wrap {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.network-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
    margin-bottom: 12px;
}

.network-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.network-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--primary);
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.25s ease;
}

.network-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.network-btn.net-fb:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.network-btn.net-insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-color: #d6249f;
}

.network-btn.net-tw:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.network-btn.net-yt:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.network-btn.net-in:hover {
    background: #0a66c2;
    border-color: #0a66c2;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    background: #0b1120;
    color: #94a3b8;
    padding: 0;
    font-size: 0.95rem;
}

.footer-bottom.padding-40px-tb {
    padding: 38px 0 28px;
}

.footer-bottom.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-corp-link {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
    opacity: 0.95;
}

.footer-corp-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-horizontal-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-horizontal-link li {
    display: inline-block;
}

.footer-horizontal-link a {
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.footer-horizontal-link a:hover {
    color: #ffffff;
    opacity: 1;
    text-decoration: underline;
}

.footer-sub-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.footer-legal p {
    margin: 0;
    color: #94a3b8;
}

.footer-credits {
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
}

.footer-credits a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-credits a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ==========================================================================
   RESPONSIVE UYUMLULUK
   ========================================================================== */
@media (max-width: 1024px) {
    .booking-form {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) auto;
    }

    .rooms-grid.grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.4rem;
    }

    .intro-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .map-box {
        min-height: 380px;
    }

    .map-box iframe {
        min-height: 380px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        padding: 30px 25px;
        gap: 20px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #e2e8f0;
    }

    .nav-menu.active {
        display: flex;
    }

    .mobile-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .booking-bar-wrapper {
        margin-top: -35px;
    }

    .booking-bar {
        padding: 20px;
    }

    /* Mobilde 2'şerli yan yana, altta buton tam genişlik */
    .booking-form {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .booking-form .booking-btn {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 5px;
    }

    .rooms-grid.grid-cols-2,
    .rooms-grid.grid-cols-3 {
        grid-template-columns: 1fr;
    }

    .footer-main-row {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }

    .footer-corp-link {
        text-align: center;
    }

    .footer-horizontal-link {
        justify-content: center;
        gap: 16px;
    }

    .footer-sub-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding-top: 16px;
    }

    .footer-credits {
        text-align: center;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   BİLEŞEN SINIFLARI (INLINE CSS TEMİZLİĞİ)
   ========================================================================== */
.hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.bg-light-section {
    background: var(--light-bg);
}

.btn-outline-white {
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
}

.btn-outline-white:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--primary, #1e242b) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.room-book-btn {
    width: 100%;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.video-card {
    display: block;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #1a1a1a;
    text-decoration: none;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.video-thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #0f172a;
}

.video-thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.video-card:hover .video-thumb-wrap img {
    transform: scale(1.06);
    opacity: 1;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary, #262262);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    padding-left: 3px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.video-card:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: var(--accent, #005AAB);
    color: #ffffff;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 12px;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tab-centered-panel {
    text-align: center;
    padding: 35px 0;
}

.doc-btn {
    font-size: 1.05rem;
    padding: 14px 32px;
}

.brochure-embed-box {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto 20px;
}

.brochure-embed-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sustain-title {
    color: #14532d;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.sustain-title i {
    color: #16a34a;
    margin-right: 8px;
}

.sustain-body {
    color: #334155;
    margin-bottom: 20px;
}

.sustain-item-text {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 12px;
}

.sustain-link {
    font-weight: 600;
    color: #16a34a;
    font-size: 0.85rem;
}

.contact-stars {
    color: #f59e0b;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.directions-link {
    color: var(--accent);
    font-weight: 600;
}

.btn-whatsapp-box {
    margin-top: 20px;
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    width: 100%;
}

.btn-whatsapp:hover {
    background: #20bd5a;
    color: #ffffff;
}

.footer-hotel-title {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.footer-hotel-addr {
    font-size: 0.85rem;
    color: #64748b;
}