/* =========================================================
   FERMAN VIP TRANSFER
   ANA TASARIM DOSYASI
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --black: #050607;
    --black2: #090b0d;
    --panel: #0f1215;
    --panel2: #14181c;

    --gold: #d6a845;
    --gold-light: #f2cf77;
    --gold-dark: #8f6718;

    --white: #ffffff;
    --text: #f5f5f5;
    --muted: #a9aaad;

    --border: rgba(214, 168, 69, 0.34);
    --border-light: rgba(255, 255, 255, 0.09);

    --shadow:
        0 0 8px rgba(214, 168, 69, 0.18),
        0 0 25px rgba(214, 168, 69, 0.07);
}


/* =========================================================
   GENEL
========================================================= */

body {
    margin: 0;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(214,168,69,0.04),
            transparent 35%
        ),
        var(--black);

    color: var(--text);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(94%, 1500px);
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 9999;

    height: 76px;

    background:
        linear-gradient(
            180deg,
            rgba(3,4,5,0.98),
            rgba(5,6,7,0.95)
        );

    border-bottom:
        1px solid rgba(214,168,69,0.24);

    backdrop-filter: blur(15px);
}

.header-container {
    width: min(96%, 1580px);
    height: 100%;
    margin: auto;

    display: flex;
    align-items: center;
    gap: 28px;
}


/* =========================================================
   LOGO
========================================================= */

.logo {
    width: 190px;
    min-width: 190px;

    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
    max-height: 62px;
    object-fit: contain;
    object-position: left center;
}


/* =========================================================
   MENÜ
========================================================= */

.main-menu {
    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 31px;
}

.main-menu a {
    position: relative;

    padding: 28px 0 25px;

    color: #f1f1f1;

    font-size: 13px;
    font-weight: 700;

    white-space: nowrap;

    transition: 0.25s ease;
}

.main-menu a::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 15px;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            var(--gold-dark),
            var(--gold-light)
        );

    box-shadow:
        0 0 10px rgba(214,168,69,0.7);

    transition: width 0.25s ease;
}

.main-menu a:hover {
    color: var(--gold-light);
}

.main-menu a:hover::after,
.main-menu a.active::after {
    width: 100%;
}

.main-menu a.active {
    color: var(--gold-light);
}


/* =========================================================
   GİRİŞ BUTONU
========================================================= */

.login-button {
    min-width: 170px;

    padding: 14px 18px;

    border:
        1px solid var(--gold-dark);

    border-radius: 7px;

    color: var(--white);

    text-align: center;

    font-size: 13px;
    font-weight: 700;

    transition: 0.3s ease;
}

.login-button:hover {
    color: #090909;

    background:
        linear-gradient(
            135deg,
            var(--gold-dark),
            var(--gold-light)
        );

    border-color: var(--gold-light);

    box-shadow:
        0 0 12px rgba(214,168,69,0.55),
        0 0 28px rgba(214,168,69,0.20);

    transform: translateY(-1px);
}


/* =========================================================
   MOBİL MENÜ BUTONU
========================================================= */

.mobile-menu-button {
    display: none;

    margin-left: auto;

    background: none;
    border: 0;

    color: var(--white);

    font-size: 30px;

    cursor: pointer;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.98) 0%,
            rgba(0,0,0,0.84) 27%,
            rgba(0,0,0,0.42) 52%,
            rgba(0,0,0,0.12) 100%
        ),
        url("images/hero-vito.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-bottom:
        1px solid rgba(214,168,69,0.18);
}

.hero::after {
    content: "";

    position: absolute;
    inset: auto 0 0 0;

    height: 140px;

    background:
        linear-gradient(
            transparent,
            rgba(5,6,7,0.85)
        );

    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 75% 45%,
            transparent 0%,
            rgba(0,0,0,0.08) 30%,
            rgba(0,0,0,0.25) 100%
        );
}

.hero-container {
    position: relative;
    z-index: 2;

    width: min(94%, 1500px);
    margin: auto;
}

.hero-content {
    width: min(620px, 100%);

    padding: 60px 0 75px;
}

.hero-small-title {
    display: block;

    margin-bottom: 10px;

    color: var(--gold-light);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.7px;
}

.hero h1 {
    margin: 0;

    color: var(--white);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(54px, 5.5vw, 91px);

    line-height: 0.88;

    letter-spacing: -2px;

    font-weight: 500;

    text-shadow:
        0 4px 18px rgba(0,0,0,0.75);
}

.hero h1 span {
    display: block;
    color: var(--gold-light);
}

.hero p {
    max-width: 550px;

    margin-top: 25px;

    color: #f1f1f1;

    font-size: 17px;
    line-height: 1.7;

    text-shadow:
        0 2px 10px rgba(0,0,0,0.8);
}


/* =========================================================
   HERO ÖZELLİKLER
========================================================= */

.hero-features {
    margin-top: 32px;

    display: flex;
    flex-wrap: wrap;

    gap: 28px;
}

.hero-feature {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #f5f5f5;

    font-size: 13px;
}

.feature-icon {
    color: var(--gold-light);
    font-size: 20px;
}


/* =========================================================
   REZERVASYON
========================================================= */

.reservation-section {
    position: relative;
    z-index: 10;

    margin-top: -30px;

    padding-bottom: 35px;
}

.reservation-box {
    position: relative;

    padding: 19px 25px 24px;

    background:
        linear-gradient(
            145deg,
            rgba(17,20,23,0.97),
            rgba(8,10,12,0.98)
        );

    border:
        1px solid var(--gold-dark);

    border-radius: 11px;

    box-shadow:
        0 0 10px rgba(214,168,69,0.25),
        0 0 35px rgba(214,168,69,0.09),
        inset 0 0 30px rgba(255,255,255,0.015);
}

.reservation-box::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 7%;

    width: 22%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--gold-light),
            transparent
        );

    box-shadow:
        0 0 10px var(--gold);
}

.reservation-box h2 {
    margin-bottom: 15px;

    display: flex;
    align-items: center;

    gap: 9px;

    color: var(--gold-light);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    letter-spacing: 1px;
}

.reservation-form {
    display: grid;

    grid-template-columns:
        1.2fr
        45px
        1.2fr
        0.75fr
        0.65fr
        0.7fr
        auto;

    align-items: end;

    gap: 12px;
}

.form-group {
    min-width: 0;
}

.form-group label {
    display: block;

    margin-bottom: 7px;

    color: #dedede;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.4px;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 44px;

    padding: 0 13px;

    background: #090c0f;

    color: #f5f5f5;

    border:
        1px solid rgba(255,255,255,0.16);

    border-radius: 5px;

    outline: none;

    transition: 0.25s ease;
}

.form-group input::placeholder {
    color: #777d84;
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--gold);

    box-shadow:
        0 0 0 1px rgba(214,168,69,0.15),
        0 0 13px rgba(214,168,69,0.18);
}

.swap-icon {
    width: 38px;
    height: 38px;

    margin-bottom: 3px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid var(--gold-dark);

    border-radius: 5px;

    color: var(--gold-light);

    font-size: 20px;
}


/* =========================================================
   ALTIN BUTON
========================================================= */

.gold-button {
    height: 44px;

    padding: 0 22px;

    border: 0;
    border-radius: 5px;

    background:
        linear-gradient(
            135deg,
            #8d651c,
            #e3b956,
            #a87822
        );

    color: #080808;

    font-size: 12px;
    font-weight: 800;

    cursor: pointer;

    white-space: nowrap;

    box-shadow:
        0 0 14px rgba(214,168,69,0.22);

    transition: 0.25s ease;
}

.gold-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 0 12px rgba(242,207,119,0.7),
        0 0 28px rgba(214,168,69,0.30);
}


/* =========================================================
   BÖLÜM BAŞLIKLARI
========================================================= */

.services-section,
.vehicles-section,
.faq-section {
    padding: 20px 0 32px;
}

.section-title {
    margin-bottom: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.section-title span {
    width: 160px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            var(--gold)
        );
}

.section-title span:last-child {
    background:
        linear-gradient(
            90deg,
            var(--gold),
            transparent
        );
}

.section-title h2 {
    color: #f4f4f4;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    font-weight: 500;

    letter-spacing: 2px;

    text-align: center;
}


/* =========================================================
   HİZMET KARTLARI
========================================================= */

.services-grid {
    display: grid;

    grid-template-columns:
        repeat(8, 1fr);

    gap: 12px;
}

.service-card {
    position: relative;

    min-height: 155px;

    padding: 20px 13px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(20,23,26,0.94),
            rgba(8,10,12,0.98)
        );

    border:
        1px solid var(--border);

    border-radius: 8px;

    overflow: hidden;

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.service-card::before {
    content: "";

    position: absolute;

    top: -70px;
    left: 50%;

    width: 120px;
    height: 100px;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle,
            rgba(242,207,119,0.32),
            transparent 65%
        );

    opacity: 0;

    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);

    border-color: var(--gold-light);

    box-shadow:
        0 0 9px rgba(242,207,119,0.55),
        0 0 30px rgba(214,168,69,0.18),
        inset 0 0 25px rgba(214,168,69,0.035);
}

.service-card:hover::before {
    top: -30px;
    opacity: 1;
}

.service-icon {
    position: relative;
    z-index: 2;

    margin-bottom: 12px;

    color: var(--gold-light);

    font-size: 34px;

    transition: 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.10);

    text-shadow:
        0 0 12px rgba(242,207,119,0.75);
}

.service-card h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 8px;

    color: var(--gold-light);

    font-size: 12px;
    letter-spacing: 0.7px;
}

.service-card p {
    position: relative;
    z-index: 2;

    color: #c8c8c8;

    font-size: 11px;
    line-height: 1.45;
}


/* =========================================================
   ORTA BUTON
========================================================= */

.center-button {
    margin-top: 14px;

    display: flex;
    justify-content: center;
}

.outline-gold-button {
    min-width: 260px;

    padding: 8px 25px;

    border:
        1px solid var(--gold-dark);

    border-radius: 5px;

    color: var(--gold-light);

    text-align: center;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.7px;

    transition: 0.25s ease;
}

.outline-gold-button:hover {
    background:
        linear-gradient(
            135deg,
            rgba(214,168,69,0.17),
            rgba(214,168,69,0.05)
        );

    border-color: var(--gold-light);

    box-shadow:
        0 0 11px rgba(242,207,119,0.45),
        0 0 26px rgba(214,168,69,0.15);
}


/* =========================================================
   ARAÇLAR
========================================================= */

.vehicles-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}

.vehicle-card {
    position: relative;

    padding-bottom: 13px;

    background:
        linear-gradient(
            145deg,
            #121519,
            #080a0c
        );

    border:
        1px solid var(--border);

    border-radius: 8px;

    overflow: hidden;

    text-align: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-7px);

    border-color: var(--gold-light);

    box-shadow:
        0 0 10px rgba(242,207,119,0.45),
        0 0 32px rgba(214,168,69,0.16);
}

.vehicle-image {
    height: 145px;

    overflow: hidden;

    background: #0b0c0d;
}

.vehicle-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}

.vehicle-card:hover .vehicle-image img {
    transform: scale(1.055);
    filter: brightness(1.08);
}

.vehicle-card h3 {
    margin: 11px 10px 7px;

    color: #f4f4f4;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    letter-spacing: 0.7px;
}

.vehicle-info {
    margin-bottom: 10px;

    display: flex;
    justify-content: center;

    gap: 23px;

    color: #d6d6d6;

    font-size: 11px;
}

.vehicle-info span::first-letter {
    color: var(--gold-light);
}

.vehicle-button {
    display: inline-block;

    padding: 6px 23px;

    border:
        1px solid rgba(214,168,69,0.48);

    border-radius: 4px;

    color: var(--gold-light);

    font-size: 10px;

    letter-spacing: 0.6px;

    transition: 0.25s ease;
}

.vehicle-button:hover {
    border-color: var(--gold-light);

    box-shadow:
        0 0 10px rgba(242,207,119,0.40);

    background:
        rgba(214,168,69,0.08);
}


/* =========================================================
   İSTATİSTİKLER
========================================================= */

.statistics-section {
    padding: 5px 0 25px;
}

.statistics-box {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    background:
        linear-gradient(
            145deg,
            rgba(19,22,25,0.97),
            rgba(8,10,12,0.99)
        );

    border:
        1px solid var(--gold-dark);

    border-radius: 9px;

    box-shadow:
        0 0 10px rgba(214,168,69,0.28),
        0 0 30px rgba(214,168,69,0.08);

    overflow: hidden;
}

.stat-item {
    position: relative;

    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 17px;

    padding: 14px;
}

.stat-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 20%;

    width: 1px;
    height: 60%;

    background:
        rgba(214,168,69,0.20);
}

.stat-icon {
    color: var(--gold-light);

    font-size: 34px;
}

.stat-item strong {
    display: block;

    color: var(--gold-light);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
    font-weight: 500;

    letter-spacing: 1px;
}

.stat-item span {
    display: block;

    margin-top: 3px;

    color: #bcbcbc;

    font-size: 11px;
}


/* =========================================================
   SSS
========================================================= */

.faq-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 15px;
}

.faq-column {
    display: flex;
    flex-direction: column;

    gap: 8px;
}

.faq-item {
    border:
        1px solid rgba(214,168,69,0.27);

    border-radius: 5px;

    background:
        linear-gradient(
            145deg,
            #111417,
            #090b0d
        );

    overflow: hidden;

    transition: 0.25s ease;
}

.faq-item:hover {
    border-color:
        rgba(242,207,119,0.65);

    box-shadow:
        0 0 10px rgba(214,168,69,0.12);
}

.faq-question {
    width: 100%;

    padding: 12px 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: transparent;

    border: 0;

    color: #e8e8e8;

    text-align: left;

    font-size: 12px;

    cursor: pointer;
}

.faq-question span {
    color: var(--gold-light);

    font-size: 20px;

    transition: 0.25s ease;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;

    padding:
        0 15px 14px;

    color: #aaa;

    font-size: 12px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    margin-top: 20px;

    background:
        linear-gradient(
            180deg,
            #080a0c,
            #040506
        );

    border-top:
        1px solid rgba(214,168,69,0.25);
}

.footer-grid {
    padding: 28px 0;

    display: grid;

    grid-template-columns:
        1.3fr
        1fr
        1fr
        1fr
        1fr;

    gap: 45px;
}

.footer-brand img {
    width: 180px;

    margin-bottom: 13px;
}

.footer-brand p {
    max-width: 230px;

    color: #aaa;

    font-size: 12px;
    line-height: 1.55;
}

.footer-column {
    display: flex;
    flex-direction: column;

    gap: 6px;
}

.footer-column h4 {
    margin-bottom: 5px;

    color: #e4e4e4;

    font-size: 11px;

    letter-spacing: 0.8px;
}

.footer-column a,
.footer-column span {
    color: #a8a8a8;

    font-size: 11px;

    transition: 0.2s ease;
}

.footer-column a:hover {
    color: var(--gold-light);
}

.social-links {
    display: flex;

    gap: 9px;
}

.social-links a {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(214,168,69,0.25);

    border-radius: 50%;

    color: #ddd;

    transition: 0.25s ease;
}

.social-links a:hover {
    color: var(--gold-light);

    border-color: var(--gold-light);

    box-shadow:
        0 0 10px rgba(214,168,69,0.35);
}


/* =========================================================
   FOOTER ALT
========================================================= */

.footer-bottom {
    border-top:
        1px solid rgba(255,255,255,0.06);

    padding: 13px 0;
}

.footer-bottom-inner {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    color: #777;

    font-size: 10px;
}

.footer-bottom-inner div {
    display: flex;

    gap: 10px;
}

.footer-bottom a:hover {
    color: var(--gold-light);
}


/* =========================================================
   WHATSAPP
========================================================= */

.whatsapp-button {
    position: fixed;

    right: 22px;
    bottom: 75px;

    z-index: 999;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #15191c,
            #090b0d
        );

    border:
        1px solid var(--gold-dark);

    border-radius: 50%;

    color: var(--gold-light);

    font-size: 22px;

    box-shadow:
        0 0 15px rgba(214,168,69,0.20);

    transition: 0.25s ease;
}

.whatsapp-button:hover {
    transform: scale(1.08);

    border-color: var(--gold-light);

    box-shadow:
        0 0 15px rgba(242,207,119,0.50),
        0 0 30px rgba(214,168,69,0.18);
}


/* =========================================================
   YUKARI ÇIK
========================================================= */

.back-to-top {
    position: fixed;

    right: 22px;
    bottom: 20px;

    z-index: 999;

    width: 42px;
    height: 42px;

    border:
        1px solid var(--gold-dark);

    border-radius: 50%;

    background:
        rgba(8,10,12,0.95);

    color: var(--gold-light);

    font-size: 20px;

    cursor: pointer;

    transition: 0.25s ease;
}

.back-to-top:hover {
    border-color: var(--gold-light);

    box-shadow:
        0 0 13px rgba(214,168,69,0.4);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1250px) {

    .main-menu {
        gap: 18px;
    }

    .main-menu a {
        font-size: 11px;
    }

    .services-grid {
        grid-template-columns:
            repeat(4, 1fr);
    }

    .reservation-form {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .swap-icon {
        display: none;
    }

    .reservation-button {
        width: 100%;
    }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 900px) {

    .header {
        height: 70px;
    }

    .header-container {
        width: 94%;
    }

    .logo {
        width: 145px;
        min-width: 145px;
    }

    .mobile-menu-button {
        display: block;
    }

    .main-menu {
        position: absolute;

        top: 70px;
        left: 0;
        right: 0;

        display: none;

        padding: 15px 20px 22px;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        background:
            rgba(5,6,7,0.99);

        border-bottom:
            1px solid var(--gold-dark);

        box-shadow:
            0 15px 30px rgba(0,0,0,0.5);
    }

    .main-menu.open {
        display: flex;
    }

    .main-menu a {
        padding: 14px 5px;

        border-bottom:
            1px solid rgba(255,255,255,0.05);

        font-size: 13px;
    }

    .main-menu a::after {
        display: none;
    }

    .login-button {
        min-width: auto;

        padding: 11px 12px;

        font-size: 10px;
    }


    /* HERO */

    .hero {
        min-height: 650px;

        align-items: flex-end;

        background-position:
            63% center;

        background-image:
            linear-gradient(
                180deg,
                rgba(0,0,0,0.18) 0%,
                rgba(0,0,0,0.30) 30%,
                rgba(0,0,0,0.92) 68%,
                rgba(0,0,0,1) 100%
            ),
            url("images/hero-vito.jpg");
    }

    .hero-content {
        width: 100%;

        padding:
            260px 0 70px;
    }

    .hero-small-title {
        font-size: 11px;
    }

    .hero h1 {
        max-width: 600px;

        font-size:
            clamp(48px, 13vw, 72px);

        line-height: 0.92;
    }

    .hero p {
        font-size: 15px;
    }

    .hero-features {
        gap: 14px 20px;
    }


    /* REZERVASYON */

    .reservation-section {
        margin-top: -25px;
    }

    .reservation-form {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .reservation-button {
        grid-column:
            1 / -1;
    }


    /* HİZMET */

    .services-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    /* ARAÇ */

    .vehicles-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    /* İSTATİSTİK */

    .statistics-box {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .stat-item:nth-child(2)::after {
        display: none;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 30px;
    }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 600px) {

    .container {
        width: 92%;
    }


    /* HEADER */

    .logo {
        width: 118px;
        min-width: 118px;
    }

    .login-button {
        padding: 10px;

        font-size: 9px;
    }

    .mobile-menu-button {
        font-size: 26px;
    }


    /* HERO */

    .hero {
        min-height: 610px;

        background-position:
            64% center;
    }

    .hero-content {
        padding:
            255px 0 60px;
    }

    .hero-small-title {
        letter-spacing: 1px;
    }

    .hero h1 {
        font-size:
            clamp(43px, 14vw, 62px);

        letter-spacing: -1px;
    }

    .hero p {
        max-width: 95%;

        margin-top: 18px;

        font-size: 14px;
        line-height: 1.55;
    }

    .hero-features {
        margin-top: 24px;

        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 13px;
    }

    .hero-feature {
        font-size: 11px;
    }


    /* REZERVASYON */

    .reservation-box {
        padding:
            18px 15px;
    }

    .reservation-box h2 {
        font-size: 18px;
    }

    .reservation-form {
        display: flex;
        flex-direction: column;

        gap: 13px;
    }

    .form-group,
    .reservation-button {
        width: 100%;
    }


    /* BAŞLIKLAR */

    .section-title {
        gap: 10px;
    }

    .section-title span {
        width: 35px;
    }

    .section-title h2 {
        font-size: 19px;

        letter-spacing: 1px;
    }


    /* HİZMETLER */

    .services-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 9px;
    }

    .service-card {
        min-height: 150px;

        padding:
            17px 8px;
    }

    .service-icon {
        font-size: 29px;
    }

    .service-card h3 {
        font-size: 10px;
    }

    .service-card p {
        font-size: 10px;
    }


    /* ARAÇLAR */

    .vehicles-grid {
        grid-template-columns:
            1fr;

        gap: 15px;
    }

    .vehicle-image {
        height: 200px;
    }


    /* İSTATİSTİK */

    .statistics-box {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .stat-item {
        min-height: 95px;

        flex-direction: column;

        gap: 5px;

        text-align: center;
    }

    .stat-item::after {
        display: none;
    }

    .stat-icon {
        font-size: 26px;
    }

    .stat-item strong {
        font-size: 20px;
    }


    /* SSS */

    .faq-grid {
        grid-template-columns:
            1fr;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns:
            1fr 1fr;

        gap: 28px 20px;
    }

    .footer-brand {
        grid-column:
            1 / -1;
    }

    .footer-bottom-inner {
        flex-direction: column;

        text-align: center;
    }

}


/* =========================================================
   ÇOK KÜÇÜK TELEFON
========================================================= */

@media (max-width: 390px) {

    .login-button {
        display: none;
    }

    .hero h1 {
        font-size: 43px;
    }

    .services-grid {
        grid-template-columns:
            1fr;
    }

    .service-card {
        min-height: 135px;
    }

    .footer-grid {
        grid-template-columns:
            1fr;
    }

}

/* =========================================================
   HİZMETLERİMİZ SAYFASI
   FERMAN VIP TRANSFER
========================================================= */


/* =========================================================
   HİZMETLER SAYFASI ÜST BAŞLIK
========================================================= */

.services-title-area {
    position: relative;
    overflow: hidden;

    padding: 85px 0 70px;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(214, 168, 69, 0.12),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0b0d0f 0%,
            #050607 100%
        );

    border-bottom: 1px solid rgba(214, 168, 69, 0.20);
}

.services-title-area::after {
    content: "FERMAN";

    position: absolute;
    right: 2%;
    top: 50%;

    transform: translateY(-50%);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 8px;

    color: rgba(214, 168, 69, 0.035);

    pointer-events: none;
}

.services-title-area .container {
    position: relative;
    z-index: 2;
}

.services-title-area .section-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: #d6a845;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
}

.services-title-area h1 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    line-height: 1;
}

.services-title-area p {
    max-width: 760px;

    margin: 22px 0 0;

    color: #aeb2b6;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   ANA HİZMETLER BÖLÜMÜ
========================================================= */

.services-detail-section {
    padding: 100px 0 115px;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(214, 168, 69, 0.06),
            transparent 35%
        ),
        #060708;
}


/* SADECE HİZMETLER SAYFASINDAKİ BAŞLIK */

.services-detail-section .section-heading {
    max-width: 850px;

    margin: 0 auto 60px;

    text-align: center;
}

.services-detail-section .section-heading .section-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: #d6a845;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
}

.services-detail-section .section-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(37px, 4vw, 57px);
    font-weight: 500;
    line-height: 1.08;
}

.services-detail-section .section-heading h2 span {
    color: #f2cf77;
}

.services-detail-section .section-heading p {
    max-width: 720px;

    margin: 20px auto 0;

    color: #9da2a6;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   9 HİZMET KARTI
========================================================= */

.services-detail-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 25px;
}


/* KART */

.service-detail-card {
    position: relative;

    overflow: hidden;

    border: 1px solid rgba(214, 168, 69, 0.20);

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #121619,
            #090b0d
        );

    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.32);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* KART ÜZERİNE GELİNCE ALTIN IŞIK */

.service-detail-card:hover {
    transform: translateY(-8px);

    border-color: rgba(242, 207, 119, 0.70);

    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.55),
        0 0 18px rgba(214, 168, 69, 0.22),
        0 0 45px rgba(214, 168, 69, 0.08);
}


/* =========================================================
   KART RESMİ
========================================================= */

.service-detail-image {
    position: relative;

    height: 245px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #171b1e,
            #0a0c0e
        );
}

.service-detail-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 25%,
            rgba(0, 0, 0, 0.15) 50%,
            rgba(6, 7, 8, 0.95) 100%
        );
}

.service-detail-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.service-detail-card:hover .service-detail-image img {
    transform: scale(1.07);

    filter: brightness(1.08);
}


/* NUMARA */

.service-number {
    position: absolute;

    right: 20px;
    bottom: 15px;

    z-index: 3;

    color: #f2cf77;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;

    text-shadow:
        0 0 20px rgba(214, 168, 69, 0.35);
}


/* =========================================================
   KART İÇERİĞİ
========================================================= */

.service-detail-content {
    padding: 27px 27px 31px;
}

.service-small-title {
    display: block;

    margin-bottom: 9px;

    color: #d6a845;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
}

.service-detail-content h3 {
    margin: 0 0 14px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.service-detail-content p {
    min-height: 125px;

    margin: 0;

    color: #a6abb0;

    font-size: 14px;
    line-height: 1.75;
}

.service-detail-content a {
    display: inline-block;

    margin-top: 20px;

    padding-bottom: 4px;

    border-bottom: 1px solid rgba(214, 168, 69, 0.50);

    color: #f2cf77;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;

    transition:
        padding-left 0.25s ease,
        color 0.25s ease,
        text-shadow 0.25s ease;
}

.service-detail-content a:hover {
    padding-left: 7px;

    color: #ffffff;

    text-shadow:
        0 0 15px rgba(242, 207, 119, 0.50);
}


/* =========================================================
   EKSTRA HİZMETLER BÖLÜMÜ
========================================================= */

.extra-services-section {
    padding: 100px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.06);

    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(214, 168, 69, 0.08),
            transparent 38%
        ),
        #0a0c0e;
}

.extra-services-section .section-heading {
    max-width: 800px;

    margin: 0 auto 55px;

    text-align: center;
}

.extra-services-section .section-heading .section-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #d6a845;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
}

.extra-services-section .section-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 500;
}

.extra-services-section .section-heading h2 span {
    color: #f2cf77;
}

.extra-services-section .section-heading p {
    margin: 17px auto 0;

    max-width: 650px;

    color: #9ca1a5;

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   EKSTRA HİZMET KARTLARI
========================================================= */

.extra-services-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 18px;
}

.extra-service-card {
    position: relative;

    min-height: 205px;

    overflow: hidden;

    border: 1px solid rgba(214, 168, 69, 0.18);

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            #121619,
            #090b0d
        );

    transition:
        transform 0.30s ease,
        border-color 0.30s ease,
        box-shadow 0.30s ease;
}

.extra-service-card::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -60px;
    top: -60px;

    border-radius: 50%;

    background: rgba(214, 168, 69, 0.12);

    filter: blur(25px);

    opacity: 0;

    transition: opacity 0.30s ease;
}

.extra-service-card:hover {
    transform: translateY(-6px);

    border-color: rgba(242, 207, 119, 0.65);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(214, 168, 69, 0.15);
}

.extra-service-card:hover::before {
    opacity: 1;
}

.extra-service-content {
    position: relative;

    z-index: 2;

    padding: 27px;
}

.extra-service-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(242, 207, 119, 0.45);

    border-radius: 10px;

    background: rgba(214, 168, 69, 0.07);

    color: #f2cf77;

    font-size: 22px;

    transition:
        background 0.30s ease,
        box-shadow 0.30s ease;
}

.extra-service-card:hover .extra-service-icon {
    background: rgba(214, 168, 69, 0.15);

    box-shadow:
        0 0 20px rgba(214, 168, 69, 0.20);
}

.extra-service-content h3 {
    margin: 0 0 9px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.extra-service-content p {
    margin: 0;

    color: #999fa4;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   ALT ÇAĞRI / REZERVASYON ALANI
========================================================= */

.service-payment-section {
    padding: 95px 0 110px;

    background: #050607;
}

.service-payment-box {
    position: relative;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 45px;

    padding: 55px 60px;

    border: 1px solid rgba(214, 168, 69, 0.40);

    border-radius: 18px;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(214, 168, 69, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #131719,
            #090b0d
        );

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.42);
}

.service-payment-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 10%;
    right: 10%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #f2cf77,
            transparent
        );
}

.service-payment-box > div {
    position: relative;

    z-index: 2;

    max-width: 750px;
}

.service-payment-box .section-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #d6a845;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
}

.service-payment-box h2 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 500;
    line-height: 1.1;
}

.service-payment-box h2 span {
    color: #f2cf77;
}

.service-payment-box p {
    max-width: 680px;

    margin: 17px 0 0;

    color: #9ea3a7;

    font-size: 14px;
    line-height: 1.75;
}

.service-payment-box .gold-button {
    position: relative;

    z-index: 2;

    flex-shrink: 0;
}


/* =========================================================
   HİZMETLER SAYFASI ALTIN BUTON
========================================================= */

.service-payment-section .gold-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 0 28px;

    border-radius: 9px;

    background:
        linear-gradient(
            135deg,
            #f2cf77,
            #d6a845
        );

    color: #080808;

    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;

    box-shadow:
        0 10px 30px rgba(214, 168, 69, 0.20);

    transition:
        transform 0.30s ease,
        box-shadow 0.30s ease;
}

.service-payment-section .gold-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 40px rgba(214, 168, 69, 0.38);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .services-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .extra-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-payment-box {
        flex-direction: column;

        align-items: flex-start;
    }
}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 700px) {

    .services-title-area {
        padding: 60px 0 50px;
    }

    .services-title-area::after {
        font-size: 80px;

        right: -20px;
    }

    .services-title-area h1 {
        font-size: 44px;
    }

    .services-title-area p {
        font-size: 14px;
    }

    .services-detail-section {
        padding: 65px 0 75px;
    }

    .services-detail-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-image {
        height: 220px;
    }

    .service-detail-content p {
        min-height: auto;
    }

    .extra-services-section {
        padding: 65px 0;
    }

    .extra-services-grid {
        grid-template-columns: 1fr;
    }

    .service-payment-section {
        padding: 65px 0 80px;
    }

    .service-payment-box {
        padding: 35px 25px;
    }

    .service-payment-section .gold-button {
        width: 100%;
    }
}