/* ========================================
   VARIABLES & GLOBAL SETTINGS
   ======================================== */

:root {
    --primary-red: #ff0000;
    --primary-red-dark: #e60012;
    --text-dark: #333;
    --text-light: #ffffff;
    --bg-light: #f5f5f5;
    --bg-white: #ffffff;
    --shadow-default: 0 5px 20px rgba(0, 0, 0, 0.15);
    --transition-default: all 0.3s ease;
}

/* ========================================
   BASE STYLES & RESET
   ======================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* normalize css start*/
html {line-height:1.15;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* normalize css finis*/
/** Remove most spacing . */
table {border-collapse: collapse;border-spacing: 0;}td, th {padding: 0;}html {box-sizing: border-box;}*, *:before, *:after {box-sizing: inherit;}ul:not(.browser-default) {padding-left: 0;list-style-type: none;}ul:not(.browser-default) > li {list-style-type: none;}

/* GOOGLE ÇEVİRİ STİL SIFIRLAMA - TEST EDİLDİ */
font, font font, h1 font, h2 font, h3 font, h4 font, p font, span font, div font, button font, .intro-text font, .title font, .content font {
    /* font-family: inherit !important; */
    /* font-size: inherit !important; */
    /* font-weight: inherit !important; */
    /* color: inherit !important; */
    /* line-height: inherit !important; */
    /* text-decoration: inherit !important; */
    /* text-transform: inherit !important; */
    /* letter-spacing: inherit !important; */
}	
	
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

/* Utility Classes */


html, body {
            overflow-x: hidden;
            font-family: 'Oswald', sans-serif, Segoe UI, Tahoma, Geneva, Verdana;
                font-size: 14px;
        }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

h1,h2,h3,h4,h5 {
    font-weight: 500;
}


.d-none{
   display:none;
}

.bgimage {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

a {
    text-decoration: none;
}


.langsbtns {
  cursor: pointer;
}

.langsbtns img{
    border-radius: 10px;
    margin-top: -4px;
}

.langsbtns span {
    display: none;
}

button{
cursor: pointer;
}

.main-slider-btn-outline i,
.iconstyle {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}



.c-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    gap: 1rem 2rem;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    line-height: 1.4;
}


.c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-6, .c-col-md-8 {
    position: relative;
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}




@media (min-width: 768px) {
    .c-col-md-2 { flex: 0 0 16.666%; max-width: 16.666%; }
    .c-col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .c-col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .c-col-md-6 { /*flex: 0 0 50%; max-width: 50%;*/ flex: 1;}
    .c-col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
    
      

}

.mb-3 { margin-bottom: 1rem; }
.mb-4 {margin-bottom: 7rem;}

.c-row img {
 max-width: 100%;
     border-radius: 12px;
 
 }

@media (max-width: 768px) {
    
    .order-mobile-first { order: -1; } /* veya order: 0 */
   .c-row img {
    width: 100%!important;
    object-fit: cover;
 }

.mb-4
 {
    margin-bottom: 3rem;
} 
 
}


/* ========================================
   HEADER SECTION
   ======================================== */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-container {
        display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
}

/* Logo */
.logo img {
    height: 33px;
    width: auto;
    object-fit: contain;
}

/* Desktop Navigation */
.desktop-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 25px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 4.4rem;
}

.desktop-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.desktop-nav a:hover,
.has-dropdown:hover > a {
    color: var(--primary-red);
}

.desktop-nav i {
    font-size: 10px;
    transition: transform 0.3s;
}

.has-dropdown:hover i {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.has-dropdown {
    position: relative;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 15px;
    padding: 10px 0;
    background: var(--bg-white);
    border-radius: 4px;
    list-style: none;
    box-shadow: var(--shadow-default);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition-default);
    z-index: 100;
}

/* Hover alanı için görünmez köprü */
.dropdown::before {
        content: '';
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 37px;
    /*background: yellow;*/
}

.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown li a {
    display: block;
    width: 100%;
    min-width: 220px;
    padding: 12px 20px;
    color: var(--text-dark);
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}

.dropdown li:last-child a {
    border-bottom: none;
}

.dropdown li a:hover {
    background: #f9f9f9;
    color: var(--primary-red);
}

/* Mega Menu */
.has-dropdown.mega-menu {
    position: static;
}

.has-dropdown.mega-menu .dropdown {
    top: 6.3rem;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 0;
    padding: 30px;
}

.mega-content {
    display: flex;
    gap: 40px;
    width: 100%;
}

.mega-col {
    flex: 1;
}

.mega-col h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: var(--text-dark);
    font-size: 16px;
    border-bottom: 2px solid var(--primary-red);
}

.mega-col ul {
    flex-direction: column;
    gap: 0;
}

.mega-col li a {
    padding: 8px 0;
    border: none;
}

/* Header Right */
.header-right a {
    color: var(--text-light);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
}

.header-right a:hover {
    color: var(--primary-red);
}

.header-right i {
    margin-right: 8px;
    font-size: 24px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    padding: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

.mobile-menu-btn span {
    display: block;
    height: 3px;
    margin: 5px 0;
    background: var(--text-light);
    transition: width 0.3s, background-color 0.3s;
}

.mobile-menu-btn span:nth-child(1) { width: 30px; }
.mobile-menu-btn span:nth-child(2) { width: 24px; }
.mobile-menu-btn span:nth-child(3) { width: 18px; }

.mobile-menu-btn:hover span {
    width: 30px;
    background-color: var(--bg-white);
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -85%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    overflow-y: auto;
    background: var(--bg-white);
    border-right: 1px solid var(--text-dark);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1002;
}

.mobile-nav.active {
    left: 0;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1001;
}

.mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #000;
    border-bottom: 2px solid var(--primary-red);
}

.mobile-nav-header .logo img {
    height: 30px;
    filter: brightness(0) invert(1);
}

.mobile-close-btn {
    display: none;
}

.mobile-menu {
    margin: 0;
    padding: 0 0 200px;
    overflow-y: auto;
    list-style: none;
    scroll-snap-type: y mandatory;
    max-height: 95vh;
}

.mobile-menu > li {
    border-bottom: 1px solid #ddd;
    scroll-snap-align: start;
}

.mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-default);
}

.mobile-menu > li > a:hover,
.mobile-menu > li > a.active {
    background: #f9f9f9;
    color: var(--primary-red);
}

.mobile-menu i {
    font-size: 12px;
    transition: transform 0.3s;
}

.mobile-menu > li > a.active i {
    transform: rotate(180deg);
}

/* Mobile Submenu */
.submenu {
    max-height: 0;
    overflow: hidden;
    background: #f5f5f5;
    list-style: none;
    transition: max-height 0.3s ease;
}

.submenu.active {
    max-height: 300px;
}

.submenu li a {
    display: block;
    padding: 15px 20px 15px 40px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition-default);
}

.submenu li a:hover {
    padding-left: 45px;
    color: var(--primary-red);
}

/* Mobile Phone */
.mobile-phone {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary-red);
}

.mobile-phone a {
    justify-content: center !important;
    color: var(--text-light) !important;
}

.mobile-phone a:hover {
    background: var(--primary-red-dark) !important;
}

/* ========================================
   HEADER MEDIA QUERIES
   ======================================== */

@media (min-width: 769px) {
    header:hover {
        background-color: #000000A3;
        transition: transform 0.3s;
    }
    
    .mobile-menu-btn {
        opacity: 0;
        z-index: -1;
                visibility: hidden;
        display: none;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }
    
    .header-container {
        justify-content: space-between;
        padding: 30px;
    }
    
    .header-right {
        position: absolute;
        top: 71px;
        display: block;
        width: 88%;
        margin: auto;
        text-align: center;
    }
    
    .header-right a {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 12px 20px;
    }
    
    .logo img {
        height: 28px;
    }
}

/* ========================================
     Main Slider
   ======================================== */

#main-slider-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 2rem;
}

#main-slider-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}

.main-slider-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    animation: main-slider-fade-up 1s ease-out;
}

@keyframes main-slider-fade-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-slider-badge {
    display: none;
    padding: 0.5rem 1.5rem;
    background: #ff0000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.main-slider-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    color: var(--primary-red);
    line-height: 1.1;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.main-slider-subtitle {
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    color: rgb(255 255 255);
  
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.main-slider-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.main-slider-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    backdrop-filter: blur(10px);
}

.main-slider-btn-primary {
    background: #ff0000;
    color: #fff;
    box-shadow: 0 10px 30px rgba(255,0,0,0.3);
}

.main-slider-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255,0,0,0.4);
}

.main-slider-btn-outline {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}

.main-slider-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.2);
}

.main-slider-hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.7);
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: main-slider-bounce 2s infinite;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
}

@keyframes main-slider-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}



/* ========================================
   Main Slider MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    #main-slider-hero {
        min-height: 80vh;
        padding: 1.5rem;
    }
    
    .main-slider-cta {
               flex-wrap: nowrap;
        width: 100%;
        margin: auto;
    }
    
    .main-slider-btn {
                width: 100%;
        justify-content: center;
        font-size: 1.2rem;
        padding: 0.8rem 1rem;
    }
    
    .main-slider-hero-scroll {
        /*display: none; */
        font-size: 14px;
    }
}


/* ========================================
   COOKIE BANNER
   ======================================== */

.cookie-content {
    position: fixed;
    right: 29px;
    bottom: 16px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: var(--text-dark);
    font-size: 12px;
    line-height: 1.6;
    opacity: 0;
    z-index: -1;
}

.cookie-content.show {
    opacity: 1;
    z-index: 1;
}

.cookie-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    max-width: 600px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    font-size: 13px;
    line-height: 1.6;
    border-radius: 5px;
}

.cookie-banner a {
    color: var(--primary-red);
}

.cookie-btn {
    width: 292px;
    margin-top: 10px;
    padding: 8px 20px;
    background: var(--primary-red);
    color: var(--text-light);
    border-radius: 5px;
    cursor: pointer;
}

/* ========================================
   COOKIE BANNER MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    .cookie-content {
        right: 0;
        bottom: 9px;
        justify-content: center;
    }
    
    .cookie-banner {
        max-width: 370px;
        font-size: 13px;
    }
}

/* ========================================
   DARK SECTION
   ======================================== */

.dark-section {
    padding: 45px 0;
    background: #1a1a1a;
    color: var(--text-light);
}

.dark-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dark-left h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
}


.dark-left  {
    max-width: 500px;
}

.dark-right {
    max-width: 500px;
    font-size: 22px;
    font-weight: 300;
    line-height: 42px;
}

/* ========================================
   DARK SECTION MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    
    .dark-left h2 {
    font-size: 26px;
    }
     
    .dark-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}

/* ========================================
   ENGINE SECTION
   ======================================== */

.engine-section {
    padding: 80px 0;
    background: var(--bg-light);
    text-align: center;
}

.engine-section h2 {
    margin-bottom: 30px;
    color: var(--primary-red);
    font-size: 45px;
    font-weight: 900;
}

.engine-section p {
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-dark);
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

.yerli-badge {
    display: inline-block;
    margin-bottom: 50px;
    padding: 10px 30px;
    font-weight: 700;
    border: 1px solid var(--text-dark);
}

.yerli-badge a {
    color: var(--text-dark);
    text-decoration: none;
}

@media (max-width: 768px) {
    
    .engine-section h2 {
    font-size: 34px;
   }

}

/* ========================================
   CAR SHOWCASE SECTION
   ======================================== */

.car-showcase {
    padding: 55px 0;
    background: var(--bg-white);
}

.showcase-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase-left {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.showcase-left h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
}

.showcase-left h2 {
    margin-bottom: 30px;
    color: var(--primary-red);
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
}

.showcase-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 235px;
    max-width: 200px;
}

.btn-outline {
    display: inline-block;
    padding: 12px 30px;
    color: var(--text-dark);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--text-dark);
    transition: var(--transition-default);
}

.btn-outline:hover {
    background: transparent;
    color: var(--primary-red);
    border-color: var(--primary-red);
}

/* 360 Viewer */
.car-360-viewer {
    position: relative;
    width: 100%;
    max-width: 1025px;
    overflow: hidden;
    border-radius: 8px;
    cursor: grab;
}

.car-360-viewer:active,
.car-360-viewer.active-360:active {
    cursor: grabbing;
}

.showcase-right {
    position: relative;
    flex: 2;
}

.viewer-static,
.viewer-360 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    transform: scale(1.1);
}

.viewer-static img,
.viewer-360 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s;
}

/* 360 Icon Overlay */
.icon-360-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100px;
    height: 100px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--primary-red-dark);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition-default);
    cursor: pointer;
}

.icon-360-overlay:hover {
    background: var(--primary-red-dark);
    color: var(--text-light);
    transform: translate(-50%, -50%) scale(1.1);
}

.icon-360-overlay:hover img {
    filter: brightness(1) invert(0);
}

.icon-360-overlay img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}


.icon-360-overlay span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Viewer Navigation */
.viewer-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    pointer-events: none;
}

.car-360-viewer:hover .viewer-nav,
.car-360-viewer.active-360 .viewer-nav {
    opacity: 1;
}

.nav-btn {
    display: none !important;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-red-dark);
    font-size: 20px;
    border: 2px solid var(--primary-red-dark);
    border-radius: 50%;
    transition: var(--transition-default);
    cursor: pointer;
    pointer-events: all;
}

.nav-btn:hover {
    background: var(--primary-red-dark);
    color: var(--text-light);
}

/* Loading State */
.loading-360 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 150px;
    padding: 30px 50px;
    background: rgba(0, 0, 0, 0.85);
    color: var(--text-light);
    font-size: 16px;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--primary-red);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-360 span {
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Color Picker */
.color-picker {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    margin-left: 27rem;
}

.car-thumb {
    position: relative;
    width: 120px;
    height: 80px;
    overflow: hidden;
    background: #f0f0f0;
    border: 3px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: var(--transition-default);
    cursor: pointer;
}

.car-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.car-thumb:hover,
.car-thumb.active {
    border: 1px solid var(--primary-red);
    box-shadow: 0 0 15px rgba(230, 0, 18, 0.4);
}

.car-thumb:hover img,
.car-thumb.active img {
    transform: scale(1.1);
}

/* 360 Mode Toggle */
.car-360-viewer.active-360 .viewer-static {
    display: none;
}

.car-360-viewer.active-360 .viewer-360 {
    display: flex !important;
}

/* ========================================
   CAR SHOWCASE MEDIA QUERIES
   ======================================== */

@media (max-width: 1024px) {
    .showcase-content {
        flex-direction: column;
    }
    
    .showcase-left h2 {
        font-size: 48px;
    }
    
    .car-360-viewer {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .showcase-left h2 {
        font-size: 48px;
    }
    
    .icon-360-overlay {
        width: 80px;
        height: 80px;
    }
    
    .icon-360-overlay img {
        width: 55px;
        height: 55px;
    }
    
    .icon-360-overlay span {
        font-size: 10px;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .car-thumb {
        width: 80px;
        height: 60px;
    }
    
    .color-picker {
        margin-left: 0;
        padding: 0 7px;
    }
}

@media (max-width: 480px) {
    .showcase-left h2 {
        font-size: 48px;
    }
    
    .car-thumb {
        width: 80px;
        height: 60px;
        gap: 10px;
    }
}

/* ========================================
   WARRANTY SECTION
   ======================================== */

.warranty-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.warranty-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.warranty-left {
    flex: 1;
}

.warranty-left h2 {
    margin-bottom: 20px;
    color: var(--primary-red);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
}

.warranty-left p {
    margin-bottom: 15px;
    color: var(--text-dark);
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
}

.warranty-right {
    flex: 0 0 auto;
}

.warranty-right img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.warranty-badge {
    display: block;
    max-width: 300px;
    height: auto;
}

/* Hover Effects */
.warranty-right:hover img,
.imghovers:hover img {
    transform: scale(1.1);
    transition: transform 0.3s;
}

/* ========================================
   WARRANTY SECTION MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    .warranty-content {
        flex-direction: column;
        text-align: center;
    }
    
    .warranty-left h2 {
        font-size: 32px;
    }
    
    .warranty-badge {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .warranty-left h2 {
        font-size: 28px;
    }
    
    .warranty-badge {
        max-width: 200px;
    }
}

/* ========================================
   NEWS SECTION
   ======================================== */

.news-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.section-title {
    margin-bottom: 50px;
    color: var(--primary-red);
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.news-card {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    background: #f9f9f9;
}

.news-image {
    flex: 1;
}

.news-image img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.news-content {
    flex: 1;
    padding: 40px;
}

.news-content h3 {
    margin-bottom: 20px;
    color: #3a3a4a;
    font-size: 30px;
}

.news-content p {
    color: #3a3a4a;
    font-size: 18px;
    line-height: 1.8;
}

.view-all {
    margin-top: 55px;
    text-align: center;
}

.view-all a {
    padding-bottom: 5px;
    color: var(--text-dark);
    font-weight: 600;
    text-decoration: none;
        font-size: 16px;
}

/* ========================================
   NEWS SECTION MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    .news-card {
        flex-direction: column;
    }
    
    .news-content {
        padding: 20px;
    }
}

/* ========================================
   QUICK LINKS SECTION
   ======================================== */

.quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 3rem auto 0;
    padding: 0 15px 80px;
}

.quick-card {
    position: relative;
    min-height: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.quick-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.quick-card:hover img {
    transform: scale(1.1);
}

.quick-card.overlay-gray,
.quick-card.overlay-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
}

.quick-card.overlay-gray {
    background: #3a3a4a;
}

.quick-card.overlay-red {
    background: var(--primary-red);
}

.quick-card span {
    margin-bottom: 10px;
    font-size: 18px;
}

.quick-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.quick-card i {
    margin-top: 15px;
    font-size: 32px;
}

.qleft-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    padding: 0 0 80px;
}

.qright-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 17px;
    padding: 0 20px 80px;
}

.qcenter-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/* ========================================
   QUICK LINKS MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    .quick-links {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   FOOTER SECTION
   ======================================== */

footer {
    padding: 60px 0 30px;
    background: #f0f0f0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-col h4 {
    margin-bottom: 20px;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 700;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: var(--primary-red);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 40px auto 0;
    padding: 20px 30px 0;
    color: #666;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

.footer-bottom a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: var(--primary-red);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background: var(--text-dark);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 50%;
}

.social-links a i {
    font-size: 20px;
}

/* ========================================
   FOOTER MEDIA QUERIES
   ======================================== */

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}

/* ========================================
   FLOATING BUTTONS
   ======================================== */


/* ========================================
   FLOATING BUTTONS MEDIA QUERIES
   ======================================== */







/* ========================================
   PAGES  SECTION
   ======================================== */



/* Banner Section */
.pages-banner {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.pages-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.pages-banner h1 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 1rem 2rem;
    border-radius: 50px;
}

/* İçerik Section */
.pages-content-section {
    padding: 0rem 0;
   /* background: #fafafa; */
     background: #f5f5f5; 
}

.content-grid{ 
    padding: 2rem 0;
    
}

/* Grid Yapısı */
.content-grid {
    display: flex;

    gap: 4rem;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
 
}



/* Sol Grid - Başlık ve Description */
.content-left h1 {
    font-size: 33px;
    font-weight: 400;
    color: #ff0000;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 0rem;
}

.content-left h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
   /* background: #c9a86c;*/
}

.content-description {
    font-size: 19px;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
   white-space: pre-line;
}


/* Sol Grid - Başlık ve Yazı */
.content-left {
        flex: 1;
        text-align: center;
}

/* Sağ Grid - Resim */
.content-right {
        flex: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.15);
}

.content-right img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
        object-fit: cover;
      aspect-ratio: 8 / 6;
      background: #fff
}

.content-right:hover img {
    transform: scale(1.03);
}

/* Content Message */
.content-message {
    font-size: 19px;
   
    color: #333;
    font-weight: 300;
    /*border-top: 1px solid #eee;*/
    margin-top: 0rem;
    white-space: pre-line;
}


@media (max-width: 768px) {
    
    .pages-banner h1 {
    font-size: 28px;
    }
    
    .content-grid {
       flex-direction: column;
         gap: 2rem;
    }
    
 
    
    .content-left h1 {
    font-size: 26px;
    
    }
}



/* Galeri Section */
.pages-gallery-section {
    padding: 5rem 0;
    background: #f8f8f8;
}

.gallery-title {
    font-size: 33px;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.gallery-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
   /* background: #c9a86c;*/
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    
}

.gallery-item {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}


.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    cursor:pointer;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item p {
    padding: 1rem;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #333;
    border-top: 1px solid #eee;
}

@media (max-width: 768px) {
    .gallery-title {
    font-size: 26px;
  }
}





/* ========================================
   VİDEOS GALLERY  SECTION
   ======================================== */



/* Videos Banner Section */
.video-banner {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.video-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.video-banner h1 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 1rem 2rem;
    border-radius: 50px;
}

/* İçerik Section */
.video-content-section {
    padding: 0rem 0;
    background: #fafafa; 
    /* background: #f5f5f5; */
}


@media (max-width: 768px) {
    
    .video-banner h1 {
    font-size: 28px;
    }
    
    
}

/* Galeri Section */

.videos-gallery-section {
    padding: 5rem 0;
    background: #f8f8f8;
}

.videos-gallery-title {
    font-size: 33px;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.videos-gallery-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
   /* background: #c9a86c;*/
}

.videos-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    
}

.videos-gallery-item {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}


.videos-gallery-item img {
    width: 456px;
    height: 256px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.videos-gallery-item:hover img {
    transform: scale(1.1);
}

.videos-gallery-item p {
    padding: 1rem;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #333;
    border-top: 1px solid #eee;
    position: relative;
    background: #ffffff;
}

@media (max-width: 768px) {
    .videos-gallery-title {
    font-size: 26px;
  }
}





/* ========================================
   ALERT  SECTION
   ======================================== */





.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: rgba(0, 0, 0, 0.5);

    will-change: opacity; 
}

/* Mesaj Kutusu */
.alert {
    position: relative;
    padding: 1.5rem 2rem;
    border-radius: 24px;
    font-size: 1rem;
    line-height: 1.5;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #f0f0f0;
    will-change: transform, opacity;
}


.alert-success {
    color: #1e5f0e;
    border-left: 6px solid #4CAF50;
}

.alert-danger {
    color: #9e2f2f;
    border-left: 6px solid #d9534f;
}


.alert span {
    flex: 1;
    padding-right: 1rem;
    word-break: break-word;
}


.alert .close {
    background: #f5f5f5;
    border: none;
    font-size: 0.9rem;
    color: #666;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 1px solid #eee;
    transition: background-color 0.2s ease; 
    font-weight: 500;
}

.alert .close:hover {
    background: #ebebeb;
    color: #333;
}


.alert::before {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    margin-right: 16px;
    font-weight: 300;
    line-height: 1;
}

.alert-success::before {
    content: "✓";
    color: #4CAF50;
}

.alert-danger::before {
    content: "!";
    color: #d9534f;
    font-weight: bold;
}


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert {
    animation: slideIn 0.25s ease-out; 
}

/* Mobil - Minimum değişiklik */
@media (max-width: 768px) {
    .alert {
        padding: 1.2rem 1.5rem;
        flex-wrap: wrap;
        gap: 12px;
        text-align: center;
        width: 92%;
        max-width: 380px;
    }
    
    .alert span {
        width: 100%;
        padding-right: 0;
    }
    
    .alert .close {
        width: 100%;
        justify-content: center;
        padding: 0.8rem;
    }
    
    .alert::before {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 2rem;
    }
}


@media (max-width: 380px) {
    .alert {
        padding: 1rem 1.2rem;
    }
}








