/*=============================================================
CUSTOM FIXES - User Requests
=============================================================*/

/* ----- TOPBAR BIGGER TEXT ----- */
.topbar {
    font-size: 15px !important;
}

.topbar-left a,
.topbar-left span {
    font-size: 15px !important;
    letter-spacing: 0.3px;
}

.topbar-right a {
    font-size: 14px !important;
    font-weight: 600;
}

/* ----- LOGO SIZE ----- */
.navbar-brand {
    width: 220px !important;
    max-width: 220px;
}

.navbar-brand img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-scrolled .navbar-brand {
    width: 180px !important;
}

/* ----- HERO HEIGHT INCREASE ----- */
#hero {
    height: 100vh;
    min-height: 720px;
}

.heroSlider {
    height: 100%;
}

@media (max-width: 1399px) {
    #hero {
        min-height: 680px;
    }
}

@media (max-width: 991px) {
    #hero {
        height: 85vh;
        min-height: 620px;
    }
}

@media (max-width: 767px) {
    #hero {
        height: 75vh;
        min-height: 560px;
    }
}

/* ----- 6 COLOR OPTIONS ----- */
.color-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.color {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.25s;
}

.color.active,
.color:hover {
    border-color: #ff6a00;
    transform: scale(1.15);
}

/* ----- ALL BUTTONS UPPERCASE ----- */
.btn-orange,
.btn-outline-orange,
.btn-card,
.service-button,
.service-form button,
.contact-form-modern button,
.hero-buttons a {
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

/* ----- CONTACT SECTION SPACING ----- */
#contact {
    padding-bottom: 80px !important;
    margin-bottom: 0;
}

/* ----- CONTACT FORM MODERN (ORANGE LINES) ----- */
.contact-form-modern {
    margin-top: 28px;
}

.contact-form-modern .form-group {
    margin-bottom: 22px;
    position: relative;
}

.contact-form-modern label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #ff6a00;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-form-modern input,
.contact-form-modern textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 106, 0, 0.45);
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 0;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
    border-bottom-color: #ff6a00;
}

.contact-form-modern input::placeholder,
.contact-form-modern textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.contact-form-modern button {
    margin-top: 10px;
    width: 100%;
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.contact-form-modern button:hover {
    background: #ff8d2b;
}

/* ----- MAP BLACK + ALIGNED ----- */
.map-area {
    height: 100%;
    min-height: 520px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 106, 0, 0.25);
}

.map-area iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

/* ----- FOOTER SPACING + GLOW LINES ----- */
#footer {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.footer-top-glow,
.footer-bottom-glow {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.7;
}

.footer-top-glow {
    top: 0;
}

.footer-bottom-glow {
    bottom: 0;
}

/* Footer headings orange + uppercase */
.footer-widget h4 {
    color: #ff6a00 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 18px;
}

/* ----- COPYRIGHT - NO SOCIAL ----- */
#copyright {
    padding: 22px 0;
    border-top: none;
}

.copyright-wrapper {
    justify-content: center !important;
    text-align: center;
}

.copyright-wrapper p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* ----- WHATSAPP + BACK TO TOP NO OVERLAP ----- */
#whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    z-index: 9990;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.3s ease;
    text-decoration: none;
}

#whatsapp:hover {
    transform: scale(1.08);
    color: #fff !important;
}

#backToTop {
    position: fixed;
    bottom: 100px; /* WhatsApp üstünde */
    right: 32px;
    width: 48px;
    height: 48px;
    z-index: 9980;
}

@media (max-width: 575px) {
    #whatsapp {
        bottom: 20px;
        right: 16px;
        width: 50px;
        height: 50px;
    }
    #backToTop {
        bottom: 85px;
        right: 20px;
        width: 42px;
        height: 42px;
    }
}

/* Navbar links uppercase */
.navbar-nav .nav-link {
    font-family: "Anton", Impact, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.service-button {
    font-family: "Anton", Impact, sans-serif !important;
}

/* Section titles already uppercase in HTML */
.section-title h2 {
    text-transform: uppercase;
}


/* ----- SERVICE FORM (same style as contact) ----- */
.service-form h3 {
    font-family: "Anton", Impact, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.service-form-modern {
    margin-top: 8px;
}

.service-form-modern .form-group {
    margin-bottom: 22px;
    position: relative;
}

.service-form-modern label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #ff6a00;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.service-form-modern input,
.service-form-modern textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 106, 0, 0.45);
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 0;
}

.service-form-modern input:focus,
.service-form-modern textarea:focus {
    border-bottom-color: #ff6a00;
}

.service-form-modern input::placeholder,
.service-form-modern textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.service-form-modern button {
    margin-top: 10px;
    width: 100%;
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Anton", Impact, sans-serif;
    transition: 0.3s;
    cursor: pointer;
}

.service-form-modern button:hover {
    background: #ff8d2b;
}

/* ----- MODELS HORIZONTAL SLIDER ----- */
.models-slider-wrap {
    position: relative;
    padding: 0 48px;
}

.modelsSlider {
    overflow: hidden;
    width: 100%;
}

.modelsSlider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.modelsSlider .motorcycle-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modelsSlider .motorcycle-card .price {
    margin-top: auto;
}

.modelsSlider .motorcycle-card .btn-card {
    flex: 0 0 52px;
    margin-top: 0;
}

/* Kart renkleri: tek sırada 6 görünür renk ve gerektiğinde kaydırma okları */
.card-color-picker {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    margin: 0 auto 14px;
}

.card-color-picker.has-navigation {
    grid-template-columns: 26px auto 26px;
    gap: 6px;
}

.card-color-picker .color-options {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.card-color-picker .color-options-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 26px;
}

.card-color-picker .color {
    flex: 0 0 18px;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    padding: 0;
    border: 2px solid rgba(255,255,255,.25);
    border-radius: 50%;
    appearance: none;
}

.card-color-picker .color[hidden] { display: none !important; }

.card-color-picker .color-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid rgba(255,106,0,.75);
    border-radius: 50%;
    background: #0b0b0b;
    color: #ff6a00;
    font-size: 10px;
    cursor: pointer;
}

.card-color-picker .color-nav:hover:not(:disabled) { background: #ff6a00; color: #fff; }
.card-color-picker .color-nav:disabled { opacity: .28; cursor: default; }
.motorcycle-image { cursor: pointer; }
.motorcycle-image img { transition: opacity .18s ease, transform .45s ease !important; }
.motorcycle-image img.is-changing { opacity: .35; }

/* Mobil kategori adı iki turuncu çizginin arasında tek satır kalır */
@media (max-width: 767px) {
    .motorcycle-section .section-title {
        display: flex;
        flex-wrap: nowrap;
        gap: 7px;
        width: 100%;
    }

    .motorcycle-section .section-title .title-line {
        flex: 1 1 auto;
        width: auto;
        min-width: 7px;
    }

    .motorcycle-section .section-title h2 {
        flex: 0 1 auto;
        min-width: 0;
        margin: 0;
        white-space: nowrap;
        font-size: clamp(11px, 3.7vw, 23px) !important;
        letter-spacing: .35px !important;
        line-height: 1.15;
    }

    .card-color-picker.has-navigation {
        grid-template-columns: 24px auto 24px;
        gap: 4px;
    }

    .card-color-picker .color-options-track { gap: 6px; }
    .card-color-picker .color-nav { width: 24px; height: 24px; }
}

.models-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #ff6a00;
    background: rgba(5, 5, 5, 0.85);
    color: #ff6a00;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: 0.3s;
    padding: 0;
}

.models-nav:hover {
    background: #ff6a00;
    color: #fff;
}

.models-prev {
    left: 0;
}

.models-next {
    right: 0;
}

.models-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 767px) {
    .models-slider-wrap {
        padding: 0 40px;
    }
    .models-nav {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* =============================================================
   SERVICE SECTION - image + overlay
============================================================= */
#service {
    padding: 80px 0;
}

.service-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 480px;
    height: 100%;
}

.service-image > img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

/* black overlay 30% */
.service-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    pointer-events: none;
}

.service-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px 32px;
    pointer-events: none;
}

.service-overlay span {
    display: inline-block;
    font-family: "Anton", Impact, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #ff6a00;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-overlay h2 {
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    max-width: 90%;
}

.service-overlay p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    max-width: 95%;
}

.service-form {
    padding: 20px 10px 20px 24px;
}

@media (max-width: 991px) {
    .service-image {
        min-height: 360px;
        margin-bottom: 28px;
    }
    .service-image > img {
        min-height: 360px;
    }
    .service-form {
        padding: 0;
    }
}

/* =============================================================
   RENTAL SECTION - full width banner + overlay
============================================================= */
#rental {
    padding: 0;
    margin: 0;
}

.rental-image {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}

.rental-image > img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* black overlay 30% */
.rental-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    pointer-events: none;
}

.rental-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.rental-overlay .container {
    position: relative;
    z-index: 2;
}

.rental-overlay span {
    display: inline-block;
    font-family: "Anton", Impact, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #ff6a00;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.rental-overlay h2 {
    font-family: "Anton", Impact, sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.rental-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 0 28px 0;
}

.rental-overlay .btn-orange {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .rental-image,
    .rental-image > img {
        min-height: 420px;
    }
    .rental-overlay {
        align-items: flex-end;
        padding-bottom: 40px;
    }
}


/* =============================================================
   SECTION FRAMES (rounded, matching site orange glow lines)
============================================================= */
.motorcycle-section .container,
#service .container,
#contact .container {
    position: relative;
}

/* Frame wrapper for model sections */
.motorcycle-section {
    padding: 50px 0 60px;
}

.motorcycle-section .container {
    border: 1px solid rgba(255, 106, 0, 0.28);
    border-radius: 22px;
    padding: 40px 28px 48px;
    background: rgba(8, 8, 8, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 106, 0, 0.06),
        inset 0 1px 0 rgba(255, 106, 0, 0.12);
}

/* Top orange glow line inside frame */
.motorcycle-section .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.85;
    border-radius: 2px;
}

/* Bottom glow line */
.motorcycle-section .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.55;
    border-radius: 2px;
}

/* Service section frame */
#service .container {
    border: 1px solid rgba(255, 106, 0, 0.28);
    border-radius: 22px;
    padding: 40px 28px;
    background: rgba(8, 8, 8, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 106, 0, 0.06),
        inset 0 1px 0 rgba(255, 106, 0, 0.12);
}

#service .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.85;
}

/* Contact section frame */
#contact {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}

#contact .container {
    border: 1px solid rgba(255, 106, 0, 0.28);
    border-radius: 22px;
    padding: 40px 28px 48px;
    background: rgba(8, 8, 8, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 106, 0, 0.06),
        inset 0 1px 0 rgba(255, 106, 0, 0.12);
}

#contact .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.85;
}

#contact .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff6a00, transparent);
    opacity: 0.55;
}

/* Rental bottom spacing so it doesn't merge with contact */
#rental {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .motorcycle-section .container,
    #service .container,
    #contact .container {
        padding: 28px 16px 36px;
        border-radius: 16px;
    }
}

/* =============================================================
   MODEL NAV THUMBS (hero altı 5 kategori kartı)
============================================================= */
.model-item .model-icon {
    display: none !important;
}

.model-item {
    min-height: 220px !important;
    padding: 18px 12px 16px !important;
    justify-content: flex-end !important;
}

.model-thumb {
    width: 100%;
    flex: 1 1 auto;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    overflow: visible;
}

.model-thumb img {
    max-width: 96%;
    max-height: 155px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.5));
    transition: transform 0.35s ease;
}

.model-item span {
    position: relative;
    z-index: 2;
    margin-top: 6px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.8px !important;
    padding: 0 4px;
    font-family: "Anton", Impact, sans-serif !important;
}

.model-item:hover .model-thumb img,
.model-item.active .model-thumb img {
    transform: scale(1.04);
}

@media (max-width: 1199px) {
    .model-thumb img {
        max-height: 130px;
    }
}

@media (max-width: 991px) {
    .model-item {
        min-height: 180px !important;
        padding: 14px 10px 12px !important;
    }
    .model-thumb {
        min-height: 100px;
    }
    .model-thumb img {
        max-height: 110px;
        max-width: 94%;
    }
    .model-item span {
        font-size: 13px !important;
    }
}

@media (max-width: 575px) {
    .model-item {
        min-height: 150px !important;
    }
    .model-thumb {
        min-height: 80px;
    }
    .model-thumb img {
        max-height: 85px;
    }
}

/* =============================================================
   CONTACT SECTION - title, spacing, icons
============================================================= */
.contact-information > h2 {
    color: #ff6a00 !important;
    font-family: "Anton", Impact, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px !important;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 106, 0, 0.25);
}

.contact-information > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.contact-information > ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px !important;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.contact-information > ul li:last-child {
    margin-bottom: 8px !important;
}

.contact-information > ul li i {
    color: #ff6a00 !important;
    font-size: 16px;
    margin-top: 3px;
    min-width: 18px;
    text-align: center;
}

/* Footer contact icons orange */
.footer-contact li i,
.footer-widget .footer-contact i,
#footer .fa-location-dot,
#footer .fa-phone,
#footer .fa-envelope {
    color: #ff6a00 !important;
}

.footer-contact li {
    margin-bottom: 14px !important;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact li i {
    margin-top: 3px;
    min-width: 16px;
}


/* =============================================================
   GLOBAL FONT OVERHAUL — Oswald + Barlow
============================================================= */
html, body {
  font-family: "Barlow", system-ui, -apple-system, sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.section-title h2,
.product-title,
.hero-content h1,
.hero-content h2,
.model-item span,
.rental-overlay h2,
.service-overlay h2,
.contact-information > h2,
.btn, .btn-orange, .btn-card, .btn-outline-orange,
.navbar .nav-link,
.topbar,
.motorcycle-card h3,
.price,
.footer-widget h4 {
  font-family: "Oswald", Impact, sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

p, li, input, textarea, label, .desc, .motorcycle-card .price small {
  font-family: "Barlow", sans-serif !important;
}

/* Local Anton @font-face override if present */
@font-face {
  font-family: "Anton";
  src: local("Oswald");
}

/* =============================================================
   EVENTS GRID (after Grand American)
============================================================= */
.events-section {
    padding: 40px 0 50px;
}

.events-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
    min-height: 420px;
}

.event-card-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.event-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 106, 0, 0.28);
    text-decoration: none !important;
    color: #fff;
    min-height: 200px;
    background: #111;
}

.event-card-large {
    min-height: 420px;
    height: 100%;
}

.event-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    transition: transform 0.5s ease;
}

.event-card:hover .event-card-bg {
    transform: scale(1.05);
}

.event-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.75) 100%);
    z-index: 1;
}

.event-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px 26px;
}

.event-badge {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #ff6a00;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.event-card-content h3 {
    font-family: "Oswald", sans-serif !important;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.event-card-content p {
    font-family: "Barlow", sans-serif;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.82);
    margin: 0 0 14px;
    line-height: 1.5;
    max-width: 90%;
}

.event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 1.5px solid #ff6a00;
    border-radius: 999px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
}

.event-card:hover .event-btn {
    background: rgba(255, 106, 0, 0.15);
}

@media (max-width: 991px) {
    .events-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .event-card-large {
        min-height: 320px;
    }
}

/*=============================================================
   NEWSLETTER (after Cruiser)
============================================================= */
.newsletter-section {
    padding: 40px 0 50px;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 16px;
    min-height: 280px;
}

.newsletter-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 106, 0, 0.28);
    min-height: 280px;
    background: #111;
}

.newsletter-card-info {
    display: block;
}

.newsletter-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    transition: transform 0.5s ease;
}

.newsletter-card-info:hover .newsletter-card-bg {
    transform: scale(1.05);
}

.newsletter-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.82) 100%);
    z-index: 1;
}

.newsletter-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 30px;
}

.newsletter-badge {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #ff6a00;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsletter-card-content h3,
.newsletter-form-inner h3 {
    font-family: "Oswald", sans-serif !important;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.newsletter-card-content p,
.newsletter-form-inner p {
    font-family: "Barlow", system-ui, sans-serif;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.55;
}

.newsletter-card-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #121212 0%, #0a0a0a 100%);
}

.newsletter-form-inner {
    width: 100%;
    padding: 28px 30px;
}

.newsletter-form-inner p {
    margin-bottom: 18px;
}

.newsletter-form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newsletter-form-row input[type="email"] {
    flex: 1 1 180px;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 106, 0, 0.55);
    background: #111111;
    color: #fff;
    font-family: "Barlow", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
}

.newsletter-form-row input[type="email"]::placeholder {
    color: rgba(255,255,255,0.45);
}

.newsletter-form-row input[type="email"]:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.2);
}

.newsletter-form-row button {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1.5px solid #ff6a00;
    background: transparent;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.newsletter-form-row button:hover {
    background: rgba(255, 106, 0, 0.15);
}

.newsletter-note {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    font-family: "Barlow", system-ui, sans-serif;
}

@media (max-width: 991px) {
    .newsletter-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .newsletter-card {
        min-height: 240px;
    }
}

/* =============================================================
   HERO + MODEL NAV overlap fix
   - Alt: kategori kartları butonların üstüne binmesin
   - Üst: hero başlık/subtitle fixed menünün altında kalmasın
============================================================= */

/* Fixed header (topbar ~60 + navbar ~80) için güvenli üst boşluk */
#hero .heroSlider .swiper-slide > .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 180px;   /* menünün altında kalsın */
    padding-bottom: 150px; /* model-nav negatif margin için */
    box-sizing: border-box;
}

#hero .hero-content {
    padding-top: 0 !important;
    margin-top: 0;
    max-width: 720px;
    position: relative;
    z-index: 6;
}

#hero .hero-subtitle {
    position: relative;
    z-index: 7;
}

#hero .hero-buttons {
    position: relative;
    z-index: 7;
}

/* Model nav: kontrollü negatif margin */
#model-navigation {
    margin-top: -70px;
    z-index: 40;
    position: relative;
}

@media (min-width: 1400px) {
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 200px;
        padding-bottom: 160px;
    }
    #model-navigation {
        margin-top: -80px;
    }
}

/* Laptop / küçük monitör */
@media (max-width: 1399.98px) {
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 170px;
        padding-bottom: 170px;
    }
    #hero .hero-content h1 {
        font-size: clamp(2.4rem, 4vw, 3.2rem) !important;
    }
    #hero .hero-content p {
        margin-bottom: 28px !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }
    #model-navigation {
        margin-top: -55px;
    }
    .model-item {
        min-height: 190px !important;
    }
    .model-thumb {
        min-height: 110px;
    }
    .model-thumb img {
        max-height: 120px;
    }
}

@media (max-width: 1199.98px) {
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 160px;
        padding-bottom: 180px;
    }
    #model-navigation {
        margin-top: -45px;
    }
    .model-item {
        min-height: 170px !important;
        padding: 14px 10px 12px !important;
    }
    .model-thumb {
        min-height: 95px;
    }
    .model-thumb img {
        max-height: 100px;
    }
    .model-item span {
        font-size: 0.72rem !important;
    }
}

/* Tablet — topbar gizli, navbar daha kısa */
@media (max-width: 991.98px) {
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 110px;
        padding-bottom: 190px;
        align-items: flex-end;
    }
    #hero .hero-content {
        padding-bottom: 8px;
    }
    #hero .hero-content h1 {
        font-size: clamp(1.9rem, 5vw, 2.4rem) !important;
        margin-bottom: 14px !important;
    }
    #hero .hero-content p {
        margin-bottom: 20px !important;
        font-size: 0.92rem !important;
    }
    #hero .hero-buttons {
        gap: 12px;
    }
    #hero .hero-buttons a {
        width: auto;
        min-width: 140px;
        height: 48px;
        font-size: 13px;
    }
    #model-navigation {
        margin-top: -30px;
    }
    .model-navigation-wrapper {
        gap: 12px !important;
    }
    .model-item {
        min-height: 150px !important;
    }
}

/* Mobil: negatif margin yok, üst boşluk navbar kadar */
@media (max-width: 767.98px) {
    #hero {
        height: auto !important;
        min-height: 0 !important;
    }
    #hero .heroSlider {
        height: auto !important;
        min-height: 520px;
    }
    #hero .heroSlider .swiper-slide {
        min-height: 520px;
    }
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 135px;
        padding-bottom: 36px;
        align-items: center;
    }
    #hero .hero-content h1 {
        font-size: 1.75rem !important;
        margin-bottom: 12px !important;
    }
    #hero .hero-content p {
        font-size: 0.88rem !important;
        margin-bottom: 18px !important;
        line-height: 1.5 !important;
    }
    #hero .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        max-width: 280px;
    }
    #hero .hero-buttons a {
        width: 100%;
        height: 48px;
    }
    #model-navigation {
        margin-top: 16px !important;
        z-index: 5;
    }
    .model-navigation-wrapper {
        gap: 10px !important;
        padding-bottom: 4px;
    }
    .model-item {
        min-height: 140px !important;
        min-width: 130px;
    }
    .model-thumb {
        min-height: 75px;
    }
    .model-thumb img {
        max-height: 80px;
    }
}

@media (max-width: 575.98px) {
    #hero .heroSlider,
    #hero .heroSlider .swiper-slide {
        min-height: 480px;
    }
    #hero .heroSlider .swiper-slide > .container {
        padding-top: 125px;
        padding-bottom: 28px;
    }
    #hero .hero-content h1 {
        font-size: 1.5rem !important;
    }
    #model-navigation {
        margin-top: 12px !important;
    }
}

/* =============================================================
   MOBILE MENU FIX
   Sabit navbar height collapse menüyü kesiyordu
============================================================= */

.navbar {
    height: auto !important;
    min-height: 95px;
    overflow: visible !important;
}

#header {
    overflow: visible !important;
}

.navbar .container-fluid {
    position: relative;
    overflow: visible !important;
}

/* Hamburger görünür ve tıklanabilir */
.navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1.5px solid rgba(255, 106, 0, 0.65) !important;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff !important;
    box-shadow: none;
    z-index: 100001;
    position: relative;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.25) !important;
    outline: none;
}

.navbar-toggler i,
.navbar-toggler .fa-bars {
    font-size: 1.25rem;
    color: #ff6a00;
    pointer-events: none;
}

/* XL ve üzeri: toggler gizli (Bootstrap expand-xl) */
@media (min-width: 1200px) {
    .navbar {
        height: 95px !important;
    }
    .navbar-toggler {
        display: none !important;
    }
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        background: transparent !important;
        position: static !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

/* Mobil / tablet menü paneli */
@media (max-width: 1199.98px) {
    .navbar-toggler {
        display: inline-flex !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100000;
        background: rgba(8, 8, 8, 0.98);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-top: 1px solid rgba(255, 106, 0, 0.22);
        border-bottom: 1px solid rgba(255, 106, 0, 0.18);
        padding: 12px 16px 20px;
        margin: 0;
        max-height: min(70vh, 520px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Bootstrap .collapse varsayılanı gizler; .show ile açılır */
    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }
    .navbar-collapse.collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        margin: 0 0 12px 0 !important;
        width: 100%;
    }

    .navbar-collapse .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .navbar-collapse .nav-link {
        display: block;
        width: 100%;
        padding: 14px 8px !important;
        font-size: 15px !important;
        color: #fff !important;
    }

    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link:focus {
        color: #ff6a00 !important;
    }

    .navbar-collapse .service-button {
        display: flex !important;
        width: 100% !important;
        max-width: 100%;
        margin: 8px 0 4px;
        height: 48px;
    }
}

/* Topbar mobilde gizli — navbar üstte kalsın */
@media (max-width: 991.98px) {
    .navbar {
        min-height: 72px;
    }
    .navbar-brand {
        width: 160px !important;
        max-width: 55vw;
    }
}
