﻿/* Reset and Base Styles */
/*font-family: "azo-sans-web";
font-family: "all-round-gothic";*/ /*küçük*/
/*font-family: "montserrat-alternates";*/ /*küçük*/
/*font-family: "ivypresto-text";*/ /*100 olur*/
/*font-family: "pf-marlet-display";*/ /*küçük harf güzel*/
/*font-family: "amandine";*/ /*küçük harf güzel*/
/*font-family: "the-seasons";
font-family: "mr-gabe";*/ /*güzel*/
/*font-family: "oso-sans-semicondensed";*/ /*güzel*/
/*font-family: "oso-sans";*/ /*güzel*/
/*font-family: "oso-serif";*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "montserrat";
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #504946;
    letter-spacing: 0.55px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0
}


table, a, select, button {
    font-family: "azo-sans-web";
    font-weight: 400;
    font-style: normal;
    font-family: "oso-sans";
}

.grdbgbottom {
    width: 100%;
    position: absolute;
    height: 25vh;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
}

.grdbg {
    width: 100%;
    position: absolute;
    height: 25vh;
    top: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
}

main {
    padding-top: 0;
}

.terscevir {
    flex-direction: row-reverse;
}

    .terscevir .dealer-intro-content {
        padding-left: 0;
        padding-right: 5%;
    }

/* Header Styles */

.centermenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(3px);
    background-color: rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.2s ease-in-out;
    min-height: 72px;
    align-items: center;
}

    .centermenu > .menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1250px;
        align-items: center;
        width: 90%;
    }

    .centermenu .menu * {
        color: #ffffff
    }

    .centermenu .menuLeft {
    }

    .centermenu .logo {
        position: absolute;
        height: auto;
        padding-top: 5px;
    }

    .centermenu .menuRight {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .centermenu .otherRight {
        display: flex;
        align-items: center;
        margin-left: 15px;
        line-height: 1;
        align-content: center;
    }

        .centermenu .otherRight .lang {
            font-weight: 300;
            letter-spacing: 2px;
            font-size: 13px;
            margin-right: 9px;
        }

            .centermenu .otherRight .lang > a {
                line-height: 1
            }

        .centermenu .otherRight .search {
            border-left: 1px solid #fff;
            padding-left: 9px;
            position: relative;
        }

        .centermenu .otherRight .icon-search {
        }

        .centermenu .otherRight svg {
            width: 13px;
            fill: #fff;
        }

            .centermenu .otherRight svg > path {
            }


    .centermenu div > ul {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        gap: 0 25px;
    }

        .centermenu div > ul > li {
            line-height: 1;
        }

            .centermenu div > ul > li > a {
                font-weight: 300;
                letter-spacing: 1px;
                font-size: 13px;
            }




.graniserlogo {
    margin-right: 0;
    /*    filter: brightness(0) invert(1);*/
    /* width: 100%; */
    /* max-width: 210px; */
    height: 55px;
}

    .graniserlogo > g > path:first-child {
    }

    .graniserlogo > g > path:last-child {
        fill: #fff;
    }

.centermenu.fixed { /* background-color: rgb(255 255 255 / 100%);*/ /* border-bottom: 1px solid #f4f4f2; */
}

    .centermenu.fixed::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        transform: translateY(-100%);
        animation: fillWhite .2s forwards;
        z-index: -1;
        border-bottom: 1px solid #f4f4f2;
    }

@keyframes fillWhite {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.centermenu.fixed .graniserlogo > g > path:last-child {
    fill: #000;
}

.centermenu.fixed .menu * {
    color: #504946;
    letter-spacing: .55px;
    font-weight: 300;
}

.centermenu.fixed .otherRight .search {
    /*border-left: 1px solid #504946;*/
}

    .centermenu.fixed .otherRight .search:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 60%;
        background: #dddddd;
        top: 20%;
        left: -2px;
    }

.centermenu.fixed .otherRight svg {
    fill: #504946;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(255 255 255);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding: 0 40px;
    display: none
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    height: 80px;
}

.header-menu {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
}

    .nav-list li {
        margin-right: 20px;
    }

    .nav-list a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: opacity 0.3s;
        font-family: "azo-sans-web";
        letter-spacing: 1px;
    }

        .nav-list a:hover {
            opacity: 0.7;
        }

.search-icon {
    /* margin-left: 10px; */
    display: flex;
    align-items: center;
}

    .search-icon a {
        color: #fff;
        font-size: 16px;
        display: flex;
    }

    .search-icon svg {
        width: 15px;
        height: 15px;
        fill: #fff;
    }

.dealer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .dealer-brand a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #fff;
    }

    .dealer-brand img {
        margin-right: 0;
        filter: brightness(0) invert(1);
        width: 100%;
        max-width: 130px;
    }

footer .dealer-brand img {
    opacity: 0.4;
}

.social-icons a:hover svg {
    /* fill: #ffffff; */
    opacity: .75;
}

.dealer-name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    user-select: none;
    background-color: #161718;
    touch-action: pan-y;
}

.hero-slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
}

    .hero-slide.active {
        /* No special active styles needed for transitions anymore */
    }

.hero-media {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
}

.hero-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.hero-video.playing + .hero-poster {
    opacity: 0;
}

.hero-image {
    height: 100%;
    width: 100%;
    pointer-events: none;
}

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
    }

.hero-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 3;
    padding: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    pointer-events: none;
}

.hero-subtitle {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 8px;
    letter-spacing: 12px;
    text-transform: uppercase;
    color: #fff;
}

.hero-title {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0;
    line-height: 1;
    font-family: "mr-gabe";
    font-family: "ivypresto-text";
    font-family: "pf-marlet-display";
    color: #fff;
}

.hero-tagline {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 28px;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #fff;
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn {
    text-decoration: none;
    letter-spacing: .55px;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    height: 50px;
    line-height: 24px;
    letter-spacing: 1px;
}

    .btn > svg {
        fill: #ffffff;
        width: 20px;
        margin-left: 3px;
    }

        .btn > svg.cevir {
            fill: #ffffff;
            -: 90%;
            transform: rotate(90deg);
        }

        .btn > svg > path {
        }

.btn-primary {
    background: #fff;
    color: #101010;
    border: 1px solid transparent;
    cursor: pointer;
}

    .btn-primary:hover {
        background: rgba(255, 255, 255, 0.9);
    }

.btn-secondary {
    color: #fff;
    background: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    box-shadow: 0 1px 3px rgba(18, 18, 18, .2), inset 0 1px .5px rgba(255, 255, 255, .12), inset 0 -1px 0 rgba(18, 18, 18, .08);
    cursor: pointer;
    padding: 14px 32px;
}

    .btn-secondary:hover {
        background: rgba(44, 45, 46, 0.9);
    }

.btn-news {
    background: #00665e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

    .btn-news:hover {
        background: #00665e;
    }

.hero-navigation {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.nav-prev,
.nav-next {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav-prev {
    left: 40px;
}

.nav-next {
    right: 40px;
}

.nav-model-prev {
    left: 40px;
    top: auto;
}

.nav-model-next {
    right: 40px;
    top: auto;
}

.nav-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .nav-indicators span {
        position: relative;
        width: 48px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        overflow: hidden;
    }

        .nav-indicators span.active {
            background-color: rgba(255, 255, 255, 0.3);
        }

        .nav-indicators span.filled::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background-color: #fff;
            animation: indicatorFill var(--slide-duration, 10s) linear forwards;
        }

@keyframes indicatorFill {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* Add a subtle overlay for better text readability */
.hero-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    /*background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);*/
    z-index: 2;
    pointer-events: none;
}

/* Search Section Styles */
.search-section {
    background-color: #00534C;
    padding: 80px 0;
    color: #fff;
}

.search-container {
    display: flex;
    margin: 0 auto;
    padding: 0 80px;
    justify-content: space-between;
}

.search-title {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
}

.search-options {
    display: flex;
    align-items: center;
    gap: 50px;
    min-width: 50%;
    justify-content: flex-end;
}

.radio-options {
    display: flex;
    gap: 40px;
}

.radio-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 100px;
}

    .radio-container input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        width: 26px;
        height: 26px;
        border: 2px solid #fff;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        outline: none;
        cursor: pointer;
    }

        .radio-container input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-radius: 50%;
        }

.radio-label {
    font-size: 16px;
    white-space: nowrap; /* Metni tek satırda tutar */
}

.select-container {
    position: relative;
    min-width: 400px;
    width: 100%;
}

.select-model {
    width: 100%;
    padding: 16px 16px;
    border: none;
    background-color: #014442;
    color: white;
    font-size: 16px;
    appearance: none;
    border: 1px solid #417371;
    border-radius: 2px;
    cursor: pointer;
}

.select-container::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.search-button {
    padding: 12px 32px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #00665e;
    border: 0;
}

    .search-button:hover {
        background-color: #f0f0f0;
    }

/* Quick Links Section Styles */
.quick-links-section {
    background-color: #ffffff;
    color: #000;
    padding: 80px 0;
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 auto;
    padding: 0 80px;
}

.quick-link-card {
    flex: 1;
    min-width: 230px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 6px;
    color: white;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
}

    .quick-link-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
        z-index: 0;
    }

    .quick-link-card:hover {
        transform: translateY(-5px);
    }

.quick-link-bg {
    display: none; /* Hide the img element, we'll use background-image instead */
}

#new-cars {
    background-image: url('/img/news-test.jpg');
}

#pre-owned {
    background-image: url('/img/news-test.jpg');
}

#service {
    background-image: url('/img/news-test.jpg');
}

#valuation {
    background-image: url('/img/news-test.jpg');
}

.quick-link-card h3, .quick-link-action {
    position: relative;
    z-index: 1;
}

.quick-link-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #fff;
}

.quick-link-action {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    float: left;
    width: fit-content;
}

.quick-link-card .quick-link-action {
    font-size: 14px;
}

.quick-link-action > div:first-child {
    display: flex;
    align-items: center;
}

    .quick-link-action > div:first-child p {
        margin-right: 6px;
        color: #fff;
    }

    .quick-link-action > div:first-child svg {
        width: 24px;
        height: auto;
        transition: transform 0.3s ease;
    }

.quick-link-action:hover > div:first-child svg {
    transform: translateX(4px);
}

.quick-link-action > div.ciz {
    background: #67b8af;
    height: 1px;
    width: 100%;
    margin-top: 1px;
}

.quick-link-action.green > div:first-child p {
    color: #00665e;
}

.quick-link-action.green > div:first-child svg {
}

    .quick-link-action.green > div:first-child svg > path {
        stroke: #00665e;
    }


@media (max-width: 1024px) {
    .search-options {
        flex-wrap: wrap;
        gap: 16px;
    }

    .quick-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .search-options {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-links {
        grid-template-columns: 1fr;
    }
}

/* Dealer Introduction Section Styles */
.dealer-intro-section {
    display: flex;
    background-color: #504946;
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 25px;
}

.dealer-intro-section-models {
    background-color: #fff;
}

    .dealer-intro-section-models h2, .dealer-intro-section-models p {
        color: #000 !important;
    }


.dealer-intro-container {
    display: flex;
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 40px; */
    gap: 60px;
    align-items: center;
}

.dealer-intro-container-left {
    /* padding-bottom: 5%; */
    display: flex;
    margin: 0 auto;
    /* padding: 0 40px; */
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.dealer-intro-container-right {
    display: flex;
    padding-bottom: 5%;
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 40px; */
    gap: 60px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.dealer-intro-image {
    flex: 1;
    max-width: 50%;
}

    .dealer-intro-image img {
        width: 100%;
        display: block;
        /* border-radius: 4px; */
    }

.dealer-intro-content {
    flex: 1;
    max-width: 35%;
    padding-left: 5%;
}

.dealer-intro-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    color: #ffffff;
    font-family: "pf-marlet-display";
}

.dealer-intro-text p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    color: #ffffff;
}

.dealer-intro-action {
    color: #00665e;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: #67b8af; /* Safari */
    text-decoration-color: #67b8af;
    text-underline-offset: 8px;
}

    .dealer-intro-action svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    .dealer-intro-action:hover svg {
        transform: translateX(4px);
    }

@media (max-width: 992px) {
    .dealer-intro-container {
        flex-direction: column;
        gap: 40px;
    }

    .dealer-intro-image,
    .dealer-intro-content {
        max-width: 100%;
    }
}

/* Specifications Section */
.specifications-section {
    background-color: #13433c;
    display: flex;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(8 48 47)), url(/img/specs-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 650px;
    color: #fff;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.specs-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.spec-item {
    flex: 1;
    display: flex;
    padding: 0 30px;
    min-width: 300px;
    margin: 20px 0;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

    .spec-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 70%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2);
    }

.spec-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    font-weight: 500;
}

    .spec-label span {
        font-size: 12px;
        opacity: 0.7;
        margin-left: 5px;
    }

.spec-value {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
}

.specs-actions {
    margin-top: 50px;
}

.btn-specs {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .btn-specs svg {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .btn-specs:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
    }

        .btn-specs:hover svg {
            transform: translateX(5px);
        }

@media (max-width: 992px) {
    .specs-container {
        flex-wrap: wrap;
    }

    .spec-item {
        flex: 0 0 50%;
        margin: 20px 0;
    }

        .spec-item:nth-child(2)::after {
            display: none;
        }

        .spec-item:nth-child(1)::after,
        .spec-item:nth-child(3)::after {
            height: 50%;
        }
}

@media (max-width: 576px) {
    .spec-item {
        flex: 0 0 100%;
        margin: 15px 0;
    }

        .spec-item::after {
            display: none;
        }

    .spec-value {
        font-size: 60px;
    }

    .specifications-section {
        padding: 50px 0;
    }
}

/* Aston Martin Intro Section Styles */
.aston-intro-section {
    background-color: #ffffff;
    color: #fff;
    padding-top: 5%;
}

.aston-intro-container {
    display: flex;
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 40px; */
    gap: 60px;
    align-items: center;
}

.aston-intro-container-left {
    padding-bottom: 7%;
    display: flex;
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 40px; */
    gap: 60px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

.aston-intro-container-right {
    display: flex;
    padding-bottom: 7%;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.aston-intro-image {
    flex: 1;
    max-width: 50%;
}

    .aston-intro-image > img {
        width: 100%;
        display: block;
        /* border-radius: 4px; */
    }

.aston-intro-content {
    flex: 1;
    max-width: 35%;
    padding-right: 4%;
    padding-left: 4%;
}

.aston-intro-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    color: black;
}

.aston-intro-text > p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    color: #121212;
}

.aston-intro-action {
    color: #00665e;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 8px;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: #67b8af; /* Safari */
    text-decoration-color: #67b8af;
    text-underline-offset: 8px;
}

    .aston-intro-action svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    .aston-intro-action:hover svg {
        transform: translateX(4px);
    }

@media (max-width: 992px) {
    .aston-intro-container {
        flex-direction: column;
        gap: 40px;
    }

    .aston-intro-image,
    .aston-intro-content {
        max-width: 100%;
    }
}

/* Why Dealer X Section Styles */
.why-dealer-section {
    background-color: #f4f4f2;
    color: #000;
    padding: 65px 0;
}

.why-dealer-container {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 80px;
}

.why-dealer-title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.features-container {
    display: flex;
    justify-content: space-between;
    gap: 4%;
}

.feature-item {
    flex: 1;
}

    .feature-item:last-child {
        border-right: none;
    }

    .feature-item h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4;
        color: #333;
    }

@media (max-width: 992px) {
    .features-container {
        flex-wrap: wrap;
    }

    .feature-item {
        flex: 1 1 40%;
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }

        .feature-item:nth-child(even) {
            border-right: none;
        }

        .feature-item:nth-last-child(-n+2) {
            border-bottom: none;
        }
}

@media (max-width: 576px) {
    .feature-item {
        flex: 1 1 100%;
    }

        .feature-item:nth-last-child(2) {
            border-bottom: 1px solid #e0e0e0;
        }
}

/* Model Showcase Styles */
.model-showcase {
    position: relative;
    height: 100vh;
    overflow: hidden;
    user-select: none;
    background-color: #161718;
}

.model-slide {
    position: relative;
    height: 100%;
    width: 100%;
}

.model-media {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.model-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.model-content {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
    z-index: 3;
}

.model-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding: 0 40px;
    max-width: 1920px;
    margin: 0 auto;
}

.model-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.model-title {
    font-size: 54px;
    font-weight: 400;
    margin-bottom: 32px;
    letter-spacing: 1px;
    line-height: 1;
}

.model-buttons {
    display: flex;
    gap: 16px;
}

.nav-model-prev,
.nav-model-next {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
}

    .nav-model-prev svg,
    .nav-model-next svg {
        width: 46px;
        height: 34px;
    }

/* Remove the old model-navigation styles */
.model-navigation {
    display: none;
}

/* Add overlay for better text readability */
.model-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

/* Split Screen Section Styles */
.split-screen-section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.split-half {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.split-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.split-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.split-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.split-half:hover .split-video.playing {
    opacity: 1;
}

.split-half:hover .split-poster {
    opacity: 0;
}

.split-content {
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index: 2;
    color: #fff;
}

.split-title {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.split-explore {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
}

    .split-explore svg {
        width: 13px;
        margin-left: 17px;
        fill: currentColor;
    }

        .split-explore svg path {
            stroke-width: 2;
            stroke: #fff;
        }

    .split-explore:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    /* Remove old animation styles */
    .split-explore::after {
        display: none;
    }

.split-title-top {
    position: absolute;
    top: 100px;
    left: 80px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Stories Section Styles */
.stories-section {
    padding: 60px 0;
    background: #fff;
    color: #000;
}

.stories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    max-width: 1400px;
    margin: 0 auto 16px;
}

.stories-title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
}

.stories-link {
    display: inline-block;
    padding: 10px 20px;
    background: #00665e;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    font-weight: 400;
}

    .stories-link:hover {
        background: #004d47;
    }

.stories-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 20px;
    padding: 0 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.stories-left {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.story-card {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    background: #fff;
    transition: transform 0.3s ease;
}

    .story-card:hover {
        transform: translateY(-4px);
    }

.story-image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 12px;
    overflow: hidden;
}

.story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-image {
    transform: scale(1.05);
}

.story-category {
    font-size: 11px;
    color: #00665e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
    font-weight: 500;
}

.story-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.story-date {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.5px;
}

.story-card.large {
    height: 100%;
}

    .story-card.large .story-image-container {
        padding-bottom: 89.5%;
    }

    .story-card.large .story-title {
        font-size: 22px;
    }

/* Footer Styles */
.site-footer {
    background-color: #121212;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 0 40px;
    gap: 35px;
    justify-items: center;
    justify-content: center;
}

.footer-group h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #535252;
}

.footer-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-group ul li {
        margin-bottom: 12px;
    }

    .footer-group ul li {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

        .footer-group ul li a:hover {
            color: #fff;
        }

.footer-group a {
    color: rgb(255 255 255 / 40%);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: AstonMartinSans;
    font-weight: 200;
}

    .footer-group a:hover {
        color: #fff;
    }

.footer-divider {
    max-width: 1750px;
    margin: 40px auto;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-bottom {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 80px;
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    row-gap: 5px;
}

.social-icons {
    display: flex;
    gap: 22px;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
    justify-content: flex-start;
}

    .social-icons a {
        /* color: rgb(82 83 83); */
        font-size: 18px;
        transition: color 0.3s;
        padding: 0;
        display: block;
    }

        .social-icons a:last-child {
            padding-right: 0
        }

        .social-icons a:hover {
            color: #fff;
        }

    .social-icons svg {
        width: 32px;
        height: 32px;
        fill: rgb(80 73 70);
        /*filter: brightness(0) invert(1);
        opacity:0.25*/
    }

        .social-icons svg > path {
        }

.footer-links {
    display: flex;
    gap: 24px;
    align-items: center;
}

    .footer-links a,
    .footer-links span {
        color: rgb(255 255 255 / 40%);
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 0.2px;
        transition: color 0.3s;
        font-family: AstonMartinSans;
        font-weight: 200;
    }

        .footer-links a:hover {
            color: #fff;
        }

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 20px 30px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
}

/* News Section Styles */
.news-section {
    background-color: #fff;
    padding: 40px 30px;
    color: #000;
    position: relative;
    overflow: hidden;
}

    .news-section .section-title {
        font-size: 42px;
        font-weight: 500;
        text-align: left;
    }

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.news-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
}

.news-track {
    display: flex;
    transition: transform 0.5s ease;
    margin-left: -20px;
    padding-right: 20px;
}

.not-news-track {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 70px 40px;
}


.news-card {
    padding: 0 20px;
    box-sizing: border-box;
}

.not-news-track .news-card {
    width: calc((100% / 3) - 27px);
    flex: none;
    padding: 0;
    min-width: auto;
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.news-image {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 24px;
    background: #f5f5f5;
    -webkit-user-drag: none;
    user-drag: none;
    aspect-ratio: 1/1;
}

    .news-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
        pointer-events: none;
    }

.news-link:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.news-date {
    display: block;
    font-size: 17px;
    color: #666;
    letter-spacing: 0.5px;
    white-space: nowrap;
    letter-spacing: 5px;
    font-family: "pf-marlet-display";
}

.news-content-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}



.news-content h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 1px;
    font-family: "azo-sans-web";
    font-family: "pf-marlet-display";
    text-transform: uppercase;
}

.news-content h2 {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.55px;
}

.news-content h3 {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.55px;
}


.news-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.news-nav-prev,
.news-nav-next {
    position: static;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

    .news-nav-prev svg,
    .news-nav-next svg {
        width: 45px;
        height: 35px;
    }

        .news-nav-prev svg path,
        .news-nav-next svg path {
            stroke: #000000;
        }

.news-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .news-indicators span {
        width: 40px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .news-indicators span.active {
            background-color: #000000;
        }

@media (max-width: 1200px) {
    .news-card {
        min-width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 60px 20px;
    }

        .news-section .section-title {
            font-size: 32px;
            margin-bottom: 40px;
        }

    .news-card {
        min-width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }

    .news-title {
        font-size: 20px;
    }
}

/* Where to find us section */
.where-to-find-us {
    /* padding: 80px 0; */
    background-color: #f4f4f2;
    color: #333;
}

    .where-to-find-us .container {
        /* max-width: 1400px; */
        margin: 0 auto;
        /* padding: 0 20px; */
    }

    .where-to-find-us .section-title {
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 5%;
        color: #000;
    }

.locations-wrapper {
    display: flex;
}

.location-list {
    display: flex;
    width: 45%;
    flex-direction: column;
    padding: 3% 4%;
}

.location-item {
    border-bottom: 1px solid #e2e4e4;
    margin-bottom: 3%;
    padding-bottom: 3%;
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
}

    .location-item > div {
        /* width: 30%; */
    }

.location-list .location-item:last-child {
    border-bottom: 0px solid #e2e4e4;
    margin-bottom: 0%;
    padding-bottom: 0%;
}

.loca-adres {
    width: 60%;
}

.dealer-logo {
    margin-bottom: 20px;
    width: 50%;
}

    .dealer-logo img {
        width: 90px;
        height: auto;
    }

.location-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}



.location-address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #666;
    font-family: AstonMartinSans;
    left: 0;
}

.location-phone {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #666;
    font-family: AstonMartinSans;
}

.location-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btn-full-details {
    background-color: #00665e;
    color: #fff;
    width: auto;
    font-size: 15px;
    margin-top: 15px;
    font-family: AstonMartinSans;
    font-weight: 200;
    letter-spacing: 0;
}

    .btn-full-details:hover {
        background-color: #00665e;
    }

.btn-more {
    display: inline-flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-more:hover {
        background-color: #e9e9e9;
    }

.location-directions-action {
    /* display: inline-flex; */
    align-items: center;
    font-size: 15px;
    color: #00665e;
    font-weight: 400;
    transition: color 0.2s;
    text-decoration: none;
    margin-top: 15px;
    text-decoration: underline;
    -webkit-text-decoration-color: #00665e; /* Safari */
    text-decoration-color: #67b8af;
    text-underline-offset: 8px;
}


    .location-directions-action svg {
        margin-left: 8px;
        transition: transform 0.3s ease;
        width: 16px;
        height: 16px;
    }

    .location-directions-action:hover {
        color: #005a45;
    }

        .location-directions-action:hover svg {
            transform: translateX(5px);
        }

.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 2px;
    margin-top: 5px;
}

    .dropdown-content.show {
        display: block;
    }

    .dropdown-content a {
        color: #333;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        transition: background-color 0.3s;
    }

        .dropdown-content a:hover {
            background-color: #f2f2f2;
        }

.locations-map {
    /* flex: 1; */
    width: 55%;
    position: relative;
    min-height: 500px;
    border-radius: 4px;
    overflow: hidden;
}

.map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}

@media (max-width: 992px) {
    .locations-wrapper {
        flex-direction: column;
    }

    .location-list {
        flex: 0 0 auto;
        width: 100%;
    }

    .locations-map {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .where-to-find-us {
        padding: 60px 0;
    }

        .where-to-find-us .section-title {
            font-size: 32px;
            margin-bottom: 30px;
        }

    .location-actions {
        flex-direction: column;
    }

    .btn-full-details, .btn-more {
        width: 100%;
    }
}

/* Map styling for Leaflet */
.map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f8f8;
}

/* Leaflet popup customization */
.leaflet-popup-content-wrapper {
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}

.leaflet-popup-content {
    margin: 12px 16px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #666;
    padding: 6px 6px 0 0;
}

/* Style for marker labels */
.aston-marker {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00665e;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
}

    .aston-marker span {
        transform: rotate(45deg);
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .aston-marker:hover {
        background-color: #005a45;
    }

/* Additional map styling */
.leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.8) !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
}

/* Style the container */
.locations-map {
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
    border-radius: 4px;
}

/* Testimonials Section Styles */
.testimonials-section {
    background-color: #222222;
    color: #ffffff;
    padding: 80px;
    position: relative;
    overflow: hidden;
}

    .testimonials-section .section-title {
        font-size: 42px;
        margin-bottom: 60px;
        text-align: left;
    }

.testimonials-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
    margin-left: -20px;
    padding-right: 20px;
}

.testimonial-card {
    min-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.testimonial-content {
    padding: 0 30px 30px 0;
    border-radius: 4px;
    height: 100%;
    box-sizing: border-box;
}

    .testimonial-content p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 24px;
        font-weight: 300;
        font-family: AstonMartinSans;
        color: #e2e4e4;
    }

.testimonial-author {
    font-size: 16px;
    color: #949696;
}

.testimonial-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.testimonial-nav-prev,
.testimonial-nav-next {
    position: static;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

    .testimonial-nav-prev svg,
    .testimonial-nav-next svg {
        width: 45px;
        height: 35px;
    }

        .testimonial-nav-prev svg path,
        .testimonial-nav-next svg path {
            stroke: #ffffff;
        }

.testimonial-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .testimonial-indicators span {
        width: 40px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .testimonial-indicators span.active {
            background-color: #ffffff;
        }

@media (max-width: 1200px) {
    .testimonial-card {
        min-width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 20px;
    }

        .testimonials-section .section-title {
            font-size: 32px;
            margin-bottom: 40px;
        }

    .testimonial-card {
        min-width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }

    .testimonial-content p {
        font-size: 16px;
    }
}

/* Video loading spinner */
.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top: 3px solid #fff;
    border-radius: 50%;
    z-index: 3;
    animation: videoSpin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.loading .video-loading {
    opacity: 1;
    visibility: visible;
}

@keyframes videoSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Hero video state styles */
.hero-media.loading .hero-poster {
    opacity: 1 !important;
}

/* Model video state styles */
.model-media.loading {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modeller Top Section Styles */
.modeller-top {
    position: relative;
    height: 75vh;
    overflow: hidden;
    background-color: #161718;
}

.modeller-top-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.modeller-top-media {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .modeller-top-media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.modeller-top-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 3;
    padding: 80px 80px 60px 80px;
}

.modeller-top-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: AstonMartinFlare;
}

.modeller-top-title {
    font-size: 54px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: AstonMartinFlare;
}

.modeller-top-tagline {
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
    font-family: AstonMartinFlare;
    color: rgba(255, 255, 255, 0.9);
}

/* Add subtle overlay for better text readability */
.modeller-top-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Modeller Intro Section Styles */
.modeller-intro {
    padding: 110px 0;
    background-color: #ffffff;
}

.modeller-intro-container {
    display: flex;
    margin: 0 160px;
    padding: 0 80px;
    width: 40%;
    flex-direction: column;
    align-content: flex-start;
}

.modeller-intro-title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #000000;
    font-family: AstonMartinFlare;
}

.modeller-intro-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    font-family: AstonMartinFlare;
    font-weight: 300;
}

@media (max-width: 768px) {
    .modeller-intro {
        padding: 80px 0;
    }

    .modeller-intro-container {
        padding: 0 40px;
    }

    .modeller-intro-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .modeller-intro-text {
        font-size: 16px;
    }
}

/* Models Section Styles */
.models-section {
    padding: 0;
    background-color: #f4f4f2;
    position: relative;
}

/* Models Navigation */
.models-nav {
    position: sticky;
    top: 80px; /* Account for header height */
    z-index: 999;
    background-color: #f4f4f2;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

.models-tabs {
    display: flex;
    justify-content: flex-start;
    padding: 0 80px;
    margin: 0 auto;
}

.model-tab {
    display: block;
    padding: 24px 20px;
    margin-right: 30px;
    color: #333;
    text-decoration: none;
    font-family: AstonMartinFlare;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

    .model-tab:first-child {
        margin-left: 0;
        /* padding-left: 0; */
    }

    .model-tab:hover {
        color: #00665e;
    }

    .model-tab.active {
        border-bottom: 2px solid #00665e;
        color: #00665e;
    }

/* Model Detail Section */
.model-detail-section {
    padding: 0px 80px;
    padding-top: 120px;
    margin: 0 auto;
}

.model-layout-container {
    display: flex;
    align-items: flex-start;
}

.model-main-content {
    flex: 0 0 36%;
    position: relative;
    overflow: hidden;
    height: 480px;
    border-radius: 4px;
}

.model-hero-image {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 100%;
    z-index: 1;
}

    .model-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.model-info {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.model-tagline {
    font-family: AstonMartinFlare;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #000000;
}

.model-name {
    font-family: AstonMartinFlare;
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000000;
}

.model-description {
    font-family: AstonMartinFlare;
    font-size: 16px;
    font-weight: 300;
    color: rgb(0 0 0 / 90%);
    max-width: 40%;
}

.model-variants-row {
    flex: 0 0 70%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
}

/* Styles for model variants slider */
.model-variants-slider {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column-reverse;
}

.model-variants-track {
    display: flex;
    transition: transform 0.5s ease;
    padding-right: 15px;
}

.model-variants-slider .model-variant-card {
    flex: 0 0 calc(50% - 30px);
    display: flex;
    box-sizing: border-box;
    max-width: 45%;
    margin-right: 30px;
    flex-direction: column;
}

.model-variants-navigation {
    display: flex;
    width: 92%;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 30px; */
}

.variant-nav-prev,
.variant-nav-next {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    transition: opacity 0.3s ease;
}

    .variant-nav-prev svg,
    .variant-nav-next svg {
        width: 30px;
        height: 24px;
    }

.variant-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .variant-indicators span {
        width: 40px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .variant-indicators span.active {
            background-color: #000000;
        }

.model-variant-card {
    flex: 1;
    background-color: #fff;
    overflow: hidden;
    border: solid 1px #e1e1df;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 45%;
}

.variant-name {
    font-family: AstonMartinFlare;
    font-size: 28px;
    font-weight: 400;
    padding: 20px;
    margin: 0;
    color: #000;
}

.variant-image {
    width: 100%;
    overflow: hidden;
}

    .variant-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.variant-actions {
    display: flex;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
}

.btn-explore, .btn-enquire, .btn-configure {
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-family: AstonMartinFlare;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    flex: 1;
}

.btn-explore {
    color: #ffffff;
    background-color: #00665e;
    margin-right: 10px;
}

    .btn-explore:hover {
        /* background-color: #f0f0f0; */
    }

.btn-enquire {
    color: #00665e;
    background-color: #eef0f0;
    margin-right: 10px;
}

    .btn-enquire:hover {
        /* background-color: #e6e6e6; */
    }

.btn-configure {
    color: #00665e;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-configure svg {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .btn-configure:hover {
        /* background-color: #005a45; */
    }

        .btn-configure:hover svg {
            transform: translateX(4px);
        }

/* Responsive adjustments for model variant sliders with many items */
@media (max-width: 767px) {
    .model-variants-slider .model-variant-card {
        flex: 0 0 calc(90% - 20px);
        max-width: 90%;
    }

    .model-variants-navigation {
        max-width: 90%;
    }

    .variant-indicators span {
        width: 30px;
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .model-layout-container {
        flex-direction: column;
    }

    .model-main-content {
        flex: 0 0 100%;
        height: 400px;
    }

    .model-variants-row {
        flex: 0 0 100%;
        flex-direction: row;
    }

    .model-variants-slider .model-variant-card {
        min-width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }
}

@media (max-width: 992px) {
    .model-variants-row {
        flex-direction: column;
    }

    .model-variant-card {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .models-tabs {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .model-tab {
        padding: 15px 10px;
        margin-right: 10px;
        font-size: 14px;
    }

    .model-detail-section {
        padding: 30px 20px;
    }

    .model-name {
        font-size: 48px;
    }

    .model-description {
        font-size: 18px;
        max-width: 100%;
    }

    .variant-actions {
        flex-direction: column;
        gap: 10px;
    }

    .btn-explore, .btn-enquire, .btn-configure {
        margin-right: 0;
        width: 100%;
    }
}

/* Features Section Styles */
.features-section {
    background-color: #f4f4f2;
    padding: 100px 80px;
}

    .features-section .section-title {
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 3%;
        color: #000000;
    }

.features-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.feature-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.left-column {
    width: 50%;
}

.right-column {
    width: 50%;
    gap: 30px;
}

.feature-item {
    display: flex;
    /* background-color: #fff; */
    overflow: hidden;
    position: relative;
}

.left-column .feature-item {
    flex-direction: column;
    height: 100%;
}

.right-column .feature-item {
    height: 50%;
    flex-direction: row;
}

    .right-column .feature-item.handling {
        flex-direction: row;
    }

    .right-column .feature-item.brakes {
        flex-direction: row;
    }

.feature-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.feature-image {
    position: relative;
    flex: 1;
}

    .feature-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.feature-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #777;
    font-weight: 500;
}

.feature-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #212121;
}

.feature-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

    .feature-text p {
        margin-bottom: 16px;
    }

        .feature-text p:last-child {
            margin-bottom: 0;
        }

.engine .feature-content {
    padding-bottom: 0;
}

.engine .feature-image {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .feature-content {
        padding: 30px;
    }

    .feature-title {
        font-size: 26px;
    }

    .feature-text {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .features-container {
        flex-direction: column;
    }

    .feature-column {
        width: 100%;
    }

    .left-column {
        flex: 0 0 auto;
    }

    .right-column {
        flex: 0 0 auto;
    }

    .left-column .feature-item {
        height: auto;
    }

    .right-column .feature-item {
        height: auto;
    }
}

@media (max-width: 768px) {
    .feature-item,
    .right-column .feature-item.handling,
    .right-column .feature-item.brakes {
        flex-direction: column;
    }

    .feature-content {
        order: 1;
        padding: 30px 20px;
    }

    .feature-image {
        order: 0;
        min-height: 250px;
    }
}

/* Remove the previous feature styles */
.feature-row,
.feature-col {
    display: none;
}

.right-column .feature-item .feature-content {
    flex: 0 0 45%;
    width: 45%;
}

.right-column .feature-item .feature-image {
    flex: 0 0 55%;
    width: 55%;
}

/* Quote Section Styles */
.quote-section {
    font-family: 'AstonMartinSans';
    background-color: #00665e;
    color: #fff;
    padding: 120px 80px;
    position: relative;
}

.quote-container {
    margin: 0 auto;
    padding: 0 160px;
}

.quote-content {
    position: relative;
}

.quote-text > a, .quote-text {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.quote-highlight {
    font-weight: 400;
    color: #fff;
}

.quote-text > a {
}

.quote-text.kisa {
    margin-bottom: 15px;
}

.quote-author {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
    padding-left: 60px;
}

    .quote-author:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 2px;
        background-color: rgb(255 255 255);
        transform: translateY(-50%);
    }

.author-name {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 4px;
}

.author-title {
    font-size: 18px;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .quote-section {
        padding: 80px 0;
    }

    .quote-container {
        padding: 0 40px;
    }

    .quote-content {
        max-width: 100%;
    }

    .quote-text {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .quote-section {
        padding: 60px 0;
    }

    .quote-container {
        padding: 0 20px;
    }

    .quote-text {
        font-size: 24px;
    }

    .author-name {
        font-size: 18px;
    }

    .author-title {
        font-size: 14px;
    }
}

.quote-section-alt {
    background-color: #252525;
}

    .quote-section-alt .quote-author:before {
        background-color: #3c8d84;
    }

.interior-hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    user-select: none;
    background-color: #161718;
    touch-action: pan-y;
}

.interior-slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.interior-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

    .interior-slide.active {
        opacity: 1;
        z-index: 2;
    }

    /* Slide transitions */
    .interior-slide.slide-in-right {
        animation: slideInRight 0.7s forwards;
    }

    .interior-slide.slide-in-left {
        animation: slideInLeft 0.7s forwards;
    }

    .interior-slide.slide-out-right {
        animation: slideOutRight 0.7s forwards;
    }

    .interior-slide.slide-out-left {
        animation: slideOutLeft 0.7s forwards;
    }

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.interior-media {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.interior-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.interior-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 3;
    padding: 80px 80px 60px 80px;
}

.interior-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: AstonMartinFlare;
}

.interior-title {
    font-size: 54px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: AstonMartinFlare;
}

.interior-tagline {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
    font-family: AstonMartinFlare;
    color: rgba(255, 255, 255, 0.9);
}

.interior-navigation {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.interior-nav-prev,
.interior-nav-next {
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

    .interior-nav-prev:hover,
    .interior-nav-next:hover {
        opacity: 1;
    }

.interior-nav-prev {
    left: 40px;
}

.interior-nav-next {
    right: 40px;
}

.interior-nav-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .interior-nav-indicators span {
        position: relative;
        width: 48px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        overflow: hidden;
    }

        .interior-nav-indicators span.active {
            background-color: #ffffff;
        }

/* Add a subtle overlay for better text readability */
.interior-media::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backface-visibility: hidden;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%);
    z-index: 2;
    pointer-events: none;
}

/* KVKK Pages Styles */
.terms-header {
    background-color: #000000;
    color: white;
    padding: 0px 80px;
    margin-bottom: 30px;
    height: 280px;
    min-height: 32vh;
    display: flex;
    align-items: flex-end;
}

    .terms-header h1 {
        margin: 0;
        font-weight: 600;
        font-size: 2.5rem;
    }

.terms-content {
    margin: 0 auto;
    padding: 0 80px;
}

.terms-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.terms-section {
    margin-bottom: 40px;
}

select:focus-visible, select:focus-visible {
    border: 0;
    outline: 0;
}

.terms-section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.terms-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.terms-section ul {
    margin-bottom: 15px;
    padding-left: 20px;
    list-style: disc;
}

    .terms-section ul li {
        margin-bottom: 8px;
        line-height: 1.6;
    }

.terms-section strong {
    font-weight: 600;
}

@media (max-width: 768px) {
    .terms-header h1 {
        font-size: 2rem;
    }

    .terms-section h2 {
        font-size: 1.3rem;
    }
}

.cokiees {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f4f2ef;
    padding: 2%;
    display: flex;
    justify-content: center;
    z-index: 99;
    display: none
}

    .cokiees > div {
        width: 100%;
        max-width: 1600px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 50px;
    }

    .cokiees .logo {
    }

        .cokiees .logo > svg {
            width: 100px
        }

            .cokiees .logo > svg > g > path:last-child {
                display: none
            }

    .cokiees .content {
    }

        .cokiees .content > .head {
            color: #504946;
            font-size: 17px;
            line-height: 1.75;
            font-weight: 700;
        }

        .cokiees .content > .txt {
            color: #504946;
            font-size: 13px;
            line-height: 1.75;
        }

            .cokiees .content > .txt #pathToPrivacy {
            }

                .cokiees .content > .txt #pathToPrivacy a {
                    color: #504946;
                    font-size: 13px;
                    line-height: 1.75;
                    font-weight: 600;
                }

    .cokiees .close {
        display: flex;
        width: 90px;
        cursor: pointer;
    }

        .cokiees .close > svg {
            width: 17px;
        }

            .cokiees .close > svg > path {
            }

    .cokiees .yonet {
    }

        .cokiees .yonet ul {
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

            .cokiees .yonet ul > li {
            }

                .cokiees .yonet ul > li button {
                    background: #796962;
                    border: 0;
                    color: #ffffff;
                    width: 250px;
                    padding: 16px 0;
                    font-size: 15px;
                    line-height: 1.4;
                    font-weight: 300;
                    letter-spacing: .55px;
                }

.colors {
}

.homegrid1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 1. satırda 3 eşit parça */
    /* 2 satır, her biri eşit yükseklikte */
    gap: 10px; /* Itemlar arasındaki boşluk */
    padding: 0 40px;
    padding-bottom: 40px;
}

    .homegrid1 .grid-item {
        background-color: #504946;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: span 2;
        height: 386px;
        overflow: hidden;
        color: #fff;
        /* 2 satır, her biri eşit yükseklikte */
        position: relative;
        overflow: hidden
    }


    /* 2. satırdaki öğelere 1,5 sütun genişlik verilmesi */
    .homegrid1 > .grid-item:nth-child(4),
    .homegrid1 > .grid-item:nth-child(5) {
        grid-column: span 3;
        height: 600px;
    }

    .homegrid1 > .grid-item:nth-child(6) {
        grid-column: span 4;
        height: calc(70vh + 386px);
        background: transparent;
    }

.grid-item.konsept {
    display: flex;
    flex-direction: column;
}

    .grid-item.konsept > div {
        width: 100%;
    }

        .grid-item.konsept > div.big {
            height: 70vh;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
        }

        .grid-item.konsept > div.ikili {
            height: 386px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }

            .grid-item.konsept > div.ikili > div {
                overflow: hidden;
                width: 100%;
                height: 100%;
                position: relative;
            }

.grid-item.konsept2 {
    display: flex;
    flex-direction: column;
    /* 2 satır, her biri eşit yükseklikte */
    height: auto;
    gap: 10px;
    background: transparent;
}

    .grid-item.konsept2 > div {
        width: 100%;
    }

        .grid-item.konsept2 > div:first-child {
            height: 376px;
            overflow: hidden;
            position: relative;
        }

        .grid-item.konsept2 > div:last-child {
            height: 70vh;
            background-color: #504946;
        }

            .grid-item.konsept2 > div:last-child h1 {
            }

            .grid-item.konsept2 > div:last-child h2 {
                font-size: 14px;
                font-weight: 300;
                letter-spacing: 1.55px;
                border-top: 1px solid #8f8b89;
                margin-top: 20px;
                padding-top: 20px;
            }

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1S;
    cursor: pointer
}

.grid-item:hover > img, .grid-item:hover > a > img {
    transform: scale(1.1)
}

.grid-item > div:hover > img, .grid-item > div > div:hover > img, .grid-item > div > a:hover > img, .grid-item > div > div > a:hover > img {
    transform: scale(1.1)
}

.grid-item .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    display: flex;
    align-items: flex-end;
    top: 0;
    transition: .5s
}

    .grid-item .txt:hover {
        background: rgb(0 0 0 / 0%);
    }


.blur1 {
}

.grid-item .txt > div {
    padding-bottom: 40px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.grid-item .txt h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 1px;
    font-family: "azo-sans-web";
    font-family: "pf-marlet-display";
    text-transform: uppercase;
    color: #504946;
    background: #ffffff;
    padding: 4px 28px;
    margin: 7px 0;
}

.grid-item .txt h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 2px;
    color: #fff;
    padding-left: 30px;
    margin-top: 5px;
    max-width: 520px;
}

.grid-item .txt.center {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .grid-item .txt.center svg {
        width: 70px;
        fill: #fff;
    }

.grid-item > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-item .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    display: flex;
    align-items: flex-end;
    top: 0;
}

    .grid-item .img.center {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .grid-item .img > img {
        width: auto;
    }

.haberler {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 5%;
}

    .haberler > .head {
        width: 100%;
    }

        .haberler > .head h1 {
            font-size: 12px;
            line-height: 1.4;
            margin: 0;
            letter-spacing: 3px;
            font-family: "azo-sans-web";
            /* font-family: "pf-marlet-display"; */
            text-transform: uppercase;
            color: #ffffff;
            margin: 7px 0;
        }

.txtslide, .txtslide .slick-list, .txtslide .slick-track {
    height: 100%
}

    .txtslide .tab1 {
    }

        .txtslide .tab1 > span {
            color: #fff;
            font-size: 10px;
            font-weight: 100;
            line-height: 1.4;
            margin: 0;
            letter-spacing: 3px;
            /* font-family: "azo-sans-web"; */
            /* font-family: "pf-marlet-display"; */
            margin: 7px 0;
        }

    .txtslide .tab2 {
        color: #fff;
        margin-bottom: 10%;
    }

    .txtslide .slick-slide {
        height: 100%;
    }

    .txtslide .tab2 p {
        color: #fff;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
        margin: 0;
        letter-spacing: 1px;
        font-family: "azo-sans-web";
        /* font-family: "pf-marlet-display"; */
        margin: 7px 0;
    }

    .txtslide .carousel__slide__inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


.slick-slide, .slider-nav-thumbnails .slick-slide {
    opacity: 1;
    transition: .22s ease-out;
    transition-property: opacity;
}

    .slick-slide.slick-current {
        opacity: 1;
    }


.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%) rotate(-180deg);
    width: 46px;
    height: 46px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 46 34' fill='none'%3E%3Cpath d='M1.66675 17H44.3334M44.3334 17L28.3334 1M44.3334 17L28.3334 33' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-position: center;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: .22s ease-out;
    /* transition-property: background-color; */
    /* border: 1px solid #ffffff; */
    border-radius: 100%;
    left: 30px;
}




    .slick-arrow.slick-next {
        left: auto;
        right: 30px;
        transform: translateY(-50%) rotate(0deg);
    }


    .slick-arrow:hover {
    }

.slick-dots {
    position: absolute;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 0;
    display: flex;
}

    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px;
        width: 70px;
        height: 20px;
        display: flex;
        align-content: center;
        align-items: center;
        cursor: pointer;
        border-radius: 0;
    }

        .slick-dots li.slick-active button {
            background-color: #000000;
        }


    .slick-dots button {
        display: block;
        width: 90%;
        height: 1px;
        padding: 0;
        border: 0;
        min-width: 0;
        background-color: rgb(178 178 178);
        border-radius: 100%;
        font-size: 0;
        margin: 0 auto;
        /* border: 1px solid #fff; */
        border-radius: 0;
    }

.txtslide .slick-dots li {
    width: 50px;
    <s
}

.txtslide .slick-arrow {
    filter: invert(1);
    background: url(/img/icon/next.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -17px;
    left: auto;
    right: 30px;
}

    .txtslide .slick-arrow.slick-next {
        left: auto;
        right: 0;
        transform: translateY(-50%) rotate(0deg);
    }

.txtslide .slick-dots button, .imgslide .slick-dots button {
    background-color: rgb(255 255 255 / 28%);
}

.txtslide .slick-dots li.slick-active button, .imgslide .slick-dots li.slick-active button {
    background-color: #fff;
}

.imgslide .slick-arrow {
    filter: invert(1);
    background: url(/img/icon/next.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    padding: 16px;
    background-size: 50%;
    border-radius: 0;
    top: 40px;
    right: 60px;
    left: auto;
}

    .imgslide .slick-arrow.slick-next {
        left: auto;
        right: 27px;
        transform: translateY(-50%) rotate(0deg);
    }

.carousel__slide__inner {
    position: relative
}



.leftslider .slick-list {
    padding-left: 0px !important;
}

.news-track .slick-dots {
    bottom: -66px;
}

.news-track .slick-arrow {
    top: auto;
    bottom: -100px;
}

    .news-track.slick-arrow.slick-next {
    }

.mobileapp {
    padding: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
}

    .mobileapp * {
        color: #fff;
        text-align: center;
    }

    .mobileapp > ul {
        display: flex;
        gap: 30px;
        flex-direction: row;
        align-items: center;
        margin: 35px 0;
    }

        .mobileapp > ul > li {
        }

            .mobileapp > ul > li:nth-child(2) {
                background: #827a77;
                width: 1px;
                height: 60%;
            }

    .mobileapp svg {
        fill: transparent;
        width: 70px;
    }

        .mobileapp svg > path {
            stroke: #fff;
            stroke-width: 0.25px;
            transition: .5s;
        }

    .mobileapp h3 { /* border:1px solid #827a77; */ /* padding:15px; */
        font-size: 10px;
        font-weight: 200;
        letter-spacing: 2px;
    }

    .mobileapp h1 {
        font-size: 43px;
        font-weight: 500;
        line-height: 1.25;
        margin: 0;
        letter-spacing: 1px;
        font-family: "azo-sans-web";
        font-family: "pf-marlet-display";
        margin: 7px 0;
    }

        .mobileapp h1 > span {
            font-family: "azo-sans-web";
            display: block;
            letter-spacing: 4px;
            line-height: 1;
        }

    .mobileapp a:hover svg {
        fill: #ffffff;
    }

        .mobileapp a:hover svg > path {
            stroke-width: 0px;
        }

.socialmedia {
    padding: 0 40px
}

    .socialmedia .head {
    }

        .socialmedia .head > h1 {
            font-size: 15px;
            line-height: 1.4;
            margin: 0;
            letter-spacing: 14px;
            font-family: "azo-sans-web";
            /* font-family: "pf-marlet-display"; */
            color: #504946;
            text-align: center;
        }

    .socialmedia .socialmediacontent {
        margin: 20px 0 40px 0;
    }

.socialmedia-grid-container {
    display: grid;
    grid-gap: 2px; /* Divler arasındaki boşluk */
    justify-content: center; /* Grid'i yatayda ortalar */
    grid-template-columns: repeat(5, 1fr);
}

.socialmedia-grid-item {
    background-color: #ccc; /* Arka plan rengi, isteğe göre değiştirilebilir */
    aspect-ratio: 1080/1350;
    position: relative;
    overflow: hidden;
}

    .socialmedia-grid-item > a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .socialmedia-grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 1S;
        cursor: pointer;
    }

    .socialmedia-grid-item > a:hover img {
        transform: scale(1.1)
    }

footer.footer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    background: #f1f1f1;
}

    footer.footer .footerMenu {
        max-width: 1250px;
        width: 90%;
    }

        footer.footer .footerMenu > .row {
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            width: 100%;
            justify-content: space-evenly;
            gap: 30px;
        }

        footer.footer .footerMenu .leftFooter ul {
            padding: 0;
            margin: 20px 0 0 0;
        }

            footer.footer .footerMenu .leftFooter ul li a {
                transition: .3s;
                text-decoration: none;
                font-size: 14px;
                opacity: .74;
                display: inline-block;
                font-weight: 300;
            }

                footer.footer .footerMenu .leftFooter ul li a:hover {
                    transition: .3s;
                    opacity: 1;
                    padding-left: 7px;
                }

.flogo {
    width: 160px;
}

.leftFooter {
    width: 20%;
}

.centerFooter {
    width: 41%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .centerFooter > .col {
        width: 50%
    }

.rightFooter {
    width: 33.3333333333%;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 40px 0;
}

footer.footer .footerMenu .col ul li a {
    transition: .3s;
    text-decoration: none;
    font-size: 15px;
    color: #504946;
    display: inline-block;
    padding: 5px 0;
    font-weight: 400;
    font-family: "azo-sans-web";
}

    footer.footer .footerMenu .col ul li a:hover {
        transition: .3s;
        opacity: 1;
        padding-left: 7px
    }

footer.footer .footerMenu .col ul li ul {
    margin: 5px 0 10px 0
}

    footer.footer .footerMenu .col ul li ul li a {
        font-size: 14px;
        /* color: #363636; */
        opacity: .74;
        padding: 0;
        font-weight: 300;
    }

footer.footer .footerMenu .social span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: "azo-sans-web";
}

footer.footer .footerMenu .social small {
    display: block;
    font-size: 14px;
    color: #363636;
    opacity: .74;
    margin-top: 0;
}

footer.footer .footerMenu .social ul {
    margin-top: 15px
}

    footer.footer .footerMenu .social ul li {
        display: inline-block;
        margin-right: 20px
    }

        footer.footer .footerMenu .social ul li:last-child {
            margin-right: 0
        }

        footer.footer .footerMenu .social ul li a {
            transition: .2s;
            display: block;
            position: relative;
            top: 0;
            padding: 0 !important
        }

            footer.footer .footerMenu .social ul li a:hover {
                transition: .2s;
                opacity: .7
            }

            footer.footer .footerMenu .social ul li a i {
                display: block;
                font-size: 21px
            }

                footer.footer .footerMenu .social ul li a i.icon-facebook, footer.footer .footerMenu .social ul li a i.icon-linkedin, footer.footer .footerMenu .social ul li a i.icon-pinterest, footer.footer .footerMenu .social ul li a i.icon-instagram {
                    font-size: 23px
                }

                footer.footer .footerMenu .social ul li a i.icon-twitter {
                    background: url(../images/x-logo.svg) center no-repeat;
                    width: 23px;
                    height: 23px
                }

                    footer.footer .footerMenu .social ul li a i.icon-twitter:before {
                        display: none
                    }

footer.footer .footerMenu .ebulletin {
    margin-top: 25px;
}

    footer.footer .footerMenu .ebulletin span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        font-family: "azo-sans-web";
        /* font-family: "pf-marlet-display"; */
    }

    footer.footer .footerMenu .ebulletin small {
        display: block;
        font-size: 12px;
        color: #363636;
        opacity: .74;
        margin-top: 5px;
    }

    footer.footer .footerMenu .ebulletin form .all {
        margin-top: 15px;
        position: relative;
        border: 1px solid #C2C2C2;
        border-radius: 5px;
        overflow: hidden;
    }

    footer.footer .footerMenu .ebulletin form input[type="email"], footer.footer .footerMenu .ebulletin form input[type="text"] {
        border: none;
        height: 40px;
        padding: 0 140px 0 13px;
        width: calc(100%);
        font-size: 14px;
        color: #363636;
        outline: 0;
        opacity: .74;
    }

    footer.footer .footerMenu .ebulletin form .submit {
        position: absolute;
        right: 0;
        top: -2px;
        height: 100%;
    }

        footer.footer .footerMenu .ebulletin form .submit input, footer.footer .footerMenu .ebulletin form .submit button {
            transition: .3s;
            cursor: pointer;
            background: none;
            border: none;
            height: 100%;
            /* border-radius: 0; */
            padding: 0px 22px;
            font-size: 15px;
            text-transform: uppercase;
            border-left: 1px solid #C2C2C2;
            background: #fff;
            font-weight: 500;
            color: #504946;
        }

    footer.footer .footerMenu .ebulletin form .formGroup .form-check input[type=checkbox] {
        transition: .3s;
        cursor: pointer;
        font-size: 15px;
        -webkit-appearance: none;
        width: 19px;
        height: 19px;
        border: 1px solid #848484;
        outline: 0;
        min-width: 19px;
        border-radius: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 4px;
        box-shadow: none;
    }

footer.footer .form-check-label, footer.footer .form-check-label a {
    font-size: 12px;
    color: #363636;
    opacity: .74;
    cursor: pointer;
    line-height: 1.2;
    margin-top: 10px;
    font-family: "montserrat";
}

footer.footer .footerMenu .ebulletin form .formGroup .form-check label a {
    color: #363636;
    line-height: 1;
}


footer.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0;
    font-size: 12px;
    max-width: 1250px;
    width: 90%;
    margin-top: 40px;
}

    footer.footer .copyright span {
        font-size: 12px;
        opacity: .55;
    }

    footer.footer .copyright a {
        transition: .3s;
        opacity: .51;
        font-size: 12px;
        color: #363636;
        text-decoration: none;
        font-weight: 100;
    }

        footer.footer .copyright a:hover {
            opacity: 1;
        }
