@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --primary: 1 83 164;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --rounded: .8rem;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #F6F6F6;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header Styles */
.header {
    background-color: #ffffff;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Logo */
.logo {
    width: 200px;
}


/* Navigation */
.nav {
    display: flex;
    gap: 35px;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.nav-link.active {
    color: #35D347;
    font-weight: 700;
}

.nav-link:hover {
    color: #35D347;
}

/* Dropdown Menu */
.nav-dropdown {
    position: relative;
}

.nav-link-dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
    width: 12px;
    height: 8px;
}

.nav-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    padding: 8px 0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dropdown-menu a:hover {
    background: #f8f9fa;
    color: #0BD728;
    padding-left: 24px;
}

/* Offcanvas Dropdown */
.offcanvas-dropdown {
    position: relative;
}

.offcanvas-nav-link-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-dropdown.active .offcanvas-dropdown-menu {
    max-height: 300px;
    padding: 8px 0;
}

.offcanvas-dropdown-menu li {
    margin: 0;
}

.offcanvas-dropdown-menu a {
    display: block;
    padding: 10px 20px 10px 40px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.offcanvas-dropdown-menu a:hover {
    background: #f8f9fa;
    color: #0BD728;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Offcanvas Menu */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.offcanvas-menu.active {
    right: 0;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.offcanvas-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.offcanvas-nav {
    display: flex;
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 0;
}

.offcanvas-nav-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: color 0.3s ease;
}

.offcanvas-nav-link:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.offcanvas-nav-link.active {
    color: #35D347;
    font-weight: 700;
}

.offcanvas-nav-link:hover {
    color: #35D347;
}

.offcanvas-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 30px 30px;
}

.offcanvas-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 10px 18px;
    font-size: 14px;
}

/* Header Actions */
.header-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* Desktop header buttons (smaller) */
.header-actions .btn {
    padding: 10px 10px;
    font-size: 12px;
}

.header-actions .btn svg {
    width: 18px;
    height: 18px;
}

/* Buttons */
.btn {
    padding: 10px 11px;
    border: none;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: inherit;
}

.btn svg {
    width: 26px;
    height: 26px;
}

.btn-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

.btn-blue {
    color: #ffffff;
    background-image: linear-gradient(to left, #2C82D7, #0D446E);

}

.btn-blue:hover {
    background-color: #0052a3;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 102, 204, 0.25);
}

.btn-green {
    background-image: linear-gradient(to left, #35D347,#128033);

    color: #ffffff;
}

.btn-green:hover {
    background-color: #00b359;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 204, 102, 0.25);
}

/* Main Content */
.main {
    padding: 0 0 80px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Title Section */
.title-section {
    text-align: center;
    margin-bottom: 45px;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.title-brand {
    color: #0066cc;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}

/* Form Section */
.form-section {
    margin-bottom: 70px;
}

.car-form {
    display: flex;
    gap: 12px;
    background-color: #f8f8f8;
    padding: 18px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    max-width: 950px;
    margin: 0 auto;
    align-items: center;
}

.form-group {
    flex: 1;
    min-width: 0;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #666666;
    z-index: 1;
    pointer-events: none;
}

.form-input {
    width: 100%;
    padding: 13px 13px 13px 42px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 15px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    font-family: inherit;
    color: #333;
}

.form-input:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-input::placeholder {
    color: #999999;
}

.btn-submit {
    background-color: #0066cc;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    flex-shrink: 0;
}

.btn-submit:hover {
    background-color: #0052a3;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 102, 204, 0.25);
}

/* Banner Section */
.banner-section {
    width: 100%;
    margin-top: 50px;
}

.banner-image {
    width: 100%;
    height: 550px;
    background-color: #f5f5f5;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .header-content {
        flex-wrap: wrap;
    }

    .nav {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }

    .main-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .breadcrumb-wrapper {
        padding: 18px 0;
    }

    .breadcrumb {
        font-size: 15px;
        gap: 10px;
    }

    .breadcrumb-item {
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 16px;
    }

    .breadcrumb-separator {
        font-size: 16px;
    }

    .header-content {
        flex-wrap: wrap;
        position: relative;
    }

    .mobile-menu-toggle {
        display: flex;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav {
        display: none;
        /* Hide desktop nav on mobile */
    }

    .header-actions {
        display: none;
        /* Hide desktop buttons on mobile */
    }

    .main-title {
        font-size: 28px;
    }

    .car-form {
        flex-direction: column;
    }

    .banner-image {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }

    .main-title {
        font-size: 24px;
    }

    .breadcrumb-wrapper {
        padding: 15px 0;
    }

    .breadcrumb {
        font-size: 14px;
        gap: 8px;
    }

    .breadcrumb-item {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 14px;
    }

    .breadcrumb-separator {
        font-size: 14px;
    }

    .offcanvas-menu {
        width: 280px;
        max-width: 85vw;
    }

    .logo-text {
        font-size: 22px;
    }

    .logo-barem::after {
        width: 18px;
        height: 3px;
        left: 6px;
    }

    .nav-link {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .banner-image {
        height: 300px;
    }
}

@media (max-width: 560px) {
    .container {
        padding: 0 10px;
    }

    .header {
        padding: 10px 0;
    }

    .logo {
        width: 120px;
        max-width: 60%;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .offcanvas-menu {
        width: calc(100vw - 20px);
        max-width: 300px;
    }

    .mobile-menu-toggle {
        right: 10px;
    }

    .offcanvas-nav {
        padding: 60px 20px 20px;
    }

    .offcanvas-actions {
        padding: 0 20px 20px;
    }
}


.top-banner {
    width: 100%;
    height: 90vh;
    position: relative;
}

.banner-union {
    position: absolute;
    bottom: 70px;
    right: 40px;
}

.banner-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.barem-underline {
    color: #35D347;
    line-height: 50px;
    position: relative;
}

.barem-underline::after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    background: url(../images/oto-fiyatla.svg);
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -27px;
    left: 0;
}

.proposal-area {
    display: flex;
    background: #F6F6F6;
    border: 1.41px solid #00000066;
    border-radius: 14px;
    padding: 20px 40px 20px 40px;
    gap: 30px;
    margin-top: 10px;
}

.proposal-item {
    display: flex;
    gap: 10px;
}

.home-form {
    display: flex;
    gap: 20px;
}

.proposal-icon {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.proposal-input select {
    width: 100%;
    height: 38px;
    border-radius: 8px;
    padding: 8px !important;
    background: #fff;
    border: none;
}

.proposal-height {
    height: 38px;
    margin-top: 25px;
}

.proposal-item:nth-child(1) .proposal-icon img {
    width: 28px;
}

.proposal-item:nth-child(2) .proposal-icon img {
    width: 40px;
}

section {
    padding: 20px 40px 20px 40px;
}

.cooperate-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cooperate-area .heading {
    max-width: 55%
}

.cooperate-area .heading h2 {
    font-size: 50px;
    text-align: center;
    line-height: 55px;
}

.cooperate-area .heading p {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.cooperate-box {
    margin-top: 40px;
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.cooperate-box .box-item {
    flex: 0 33%;
    border-radius: 41px;
    position: relative;
}

.cooperate-box .box-text {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -10px;
    left: 50%;
    color: #fff;
    font-size: 35px;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
}

.happy-customer .cooperate-box .box-item img {
    object-fit: none;
    height: 300px;

}

.cooperate-box .box-item img {
    width: 100%;
    display: block;
    border-radius: 41px;
}

.img-wrap {
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
}

.img-wrap img {
    display: block;
    width: 100%;
}

.cooperate-area .box-item .img-wrap a {
    height: 300px;
}


.car-area {
    background: linear-gradient(236.82deg, #35D347 -0.42%, #128033 102.34%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.car-area .heading h2 {
    font-size: 50px;
}

.car-area .heading p {
    text-align: center;
    font-size: 20px;
}

.text-white {
    color: #fff;
}

.car-item {
    background: #fff;
    border-radius: 40px;
	flex: 0 0 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	padding: 30px;
    max-height: 444px;
    min-height: 444px;
}

.car-img {
    position: relative;
    min-height: 258px;
}

.car-img img {
    max-height: 258px;
    min-height: 258px;
    object-fit: cover;
}

@media(max-width:560px) {
    .cooperate-box .box-item img {
        min-height: 250px;
    }

    .car-item {
        flex: 0 100%;
    }

    .barem-green-underline::after {
        bottom: -38px !important;
    }

    .barem-underline::after {
        bottom: -38px !important;
    }

    .barem-underline {
        line-height: 50px;
    }
}

.car-title {
    color: #000000;
    text-decoration: none;
}

.car-detail {
    display: flex;
    gap: 20px;
}

.car-detail .detail-item {
    font-size: 14px;
    color: rgba(146, 146, 146, 1);
    display: flex;
    align-items: center;
    gap: 5px;
}

.car-footer {
    display: flex;
    justify-content: space-between;
}

.car-price {
    font-size: 26px;
    font-weight: bold;
}

.car-title {
    font-size: 17px;
    font-weight: bold;
}

.car-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-slide {
    box-sizing: border-box;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.car-area {
    position: relative;
    overflow: hidden;
}

.car-img img {
    width: 100%;
}

.car-sliders .slick-slide {
    padding: 0 12px;
}

.car-sliders {
    margin: 0 -12px;
}

/* Loop modunda son slide'dan sonra boşluk olmasın */
.car-sliders.swiper {
    overflow: hidden;
}

.car-sliders .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Car slider slide'larının başlangıçta görünür olmasını sağla */
.car-sliders .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

.car-sliders .swiper-slide .car-item {
    opacity: 1 !important;
    visibility: visible !important;
}

.car-sliders .car-img img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    object-fit: contain;
}

/* Mobilde car-sliders için sadece 1 slide göster */
@media (max-width: 767px) {
    .car-sliders {
        margin: 0 !important;
        overflow: hidden;
        width: 100%;
    }

    .car-sliders .swiper-wrapper {
        display: flex;
    }

    .car-sliders .swiper-slide {
        width: 100% !important;
        flex-shrink: 0 !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .car-sliders .car-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .car-area {
        overflow: hidden;
    }
}

.swiper-button-prev {
    background: linear-gradient(180deg, #0BD728 0%, #11E93A 100%);
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
    color: #fff !important;
}

.swiper-button-next {
    background: linear-gradient(180deg, #0BD728 0%, #11E93A 100%);
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
    color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        fill: #fff;
        height: 43% !important;
    }
}

.mt-5 {
    margin-top: 1.5em;
}

.mb-5 {
    margin-bottom: 1.5em;
}

.fourth-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    .heading {
        max-width: 55%;

        h2 {
            font-size: 50px;
            text-align: center;
            line-height: 55px;
        }

        p {
            font-size: 18px;
            text-align: center;
            display: block;
            margin-top: 20px;
        }
    }

    .flex-section {
        display: flex;
        width: 100%;
        margin-top: 150px;

        .left-side {
            display: flex;
            flex: 0 50%;
            justify-content: center;

            .color-box {
                background: linear-gradient(236.82deg, #35D347 -0.42%, #128033 102.34%);
                max-height: 700px;
                min-height: 450px;
                width: 600px;
                position: relative;
                border-radius: 50px;

                img {
                    width: 612px;
                    position: absolute;
                    transform: translate(-50%, 0%);
                    bottom: 0;
                    left: 50%;
                }
            }
        }

        .right-side {
            display: flex;
            flex: 0 40%;
            flex-direction: column;
            gap: 20px;
            justify-content: space-evenly;

            .side-item {
                display: flex;
                align-items: flex-start;
                gap: 10px;

                .icon {
                    background: linear-gradient(180deg, #4098F2 0%, #0957A4 100%);
                    padding: 10px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 10px;
                    margin-top: 9px;
                    width: 60px;
                    height: 60px;

                    img {
                        width: 40px;
                        object-fit: contain;
                        height: 40px;
                    }
                }
            }
        }
    }

}


.barem-green-underline {
    color: rgba(11, 215, 40, 1);
    position: relative;
}

.barem-green-underline::after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    background: url(../images/barem-green-underline.svg);
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    left: 0;
}


.happy-customer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    .heading {
        max-width: 55%;

        h2 {
            font-size: 50px;
            text-align: center;
            line-height: 55px;
        }

        p {
            font-size: 18px;
            text-align: center;
            display: block;
            margin-top: 20px;
        }
    }

}

/* Happy Customer Slider */
.happy-customer-slider {
    width: 100%;
    position: relative;
    padding: 0 60px;
}

.happy-customer-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

.happy-customer-slider .box-item {
    width: 100%;
    max-width: 100%;
}

.happy-customer-prev,
.happy-customer-next {
    background: linear-gradient(180deg, #0BD728 0%, #11E93A 100%);
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
    color: #fff !important;
}

.happy-customer-prev {
    left: 0 !important;
}

.happy-customer-next {
    right: 0 !important;
}

@media (max-width: 991px) {
    .happy-customer-slider {
        padding: 0 50px;
    }
    
    .happy-customer-prev,
    .happy-customer-next {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (max-width: 767px) {
    .happy-customer-slider {
        padding: 0 40px;
    }
    
    .happy-customer-prev,
    .happy-customer-next {
        width: 45px !important;
        height: 45px !important;
    }
}


.why-us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    /* Car-line gif - boydan boya, list'in üstünde */
    &::after {
        content: '';
        display: block;
        position: absolute;
        width: 76%;
        left: 187px;
        top: 65px;
        height: 164px;
        background: url(../images/car-line.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .heading {
        max-width: 55%;

        h2 {
            font-size: 50px;
            text-align: center;
            line-height: 55px;
        }

        p {
            font-size: 18px;
            text-align: center;
            display: block;
            margin-top: 20px;
        }
    }


    .list {
        display: flex;
        margin-top: 40px;
        gap: 90px;

        .list-item {
            position: relative;

            z-index: 99999;
            /* SVG ::after kaldırıldı - gif artık .why-us section'ında */

            display: flex;
            flex-direction: column;
            flex: 0 25%;

            .count {
                background: linear-gradient(180deg, #65BAFF 0%, #038EFF 100%);
                display: flex;
                justify-content: center;
                align-items: center;
                width: 55px;
                height: 55px;
                border-radius: 10px;
                color: #fff;
                font-size: 24px;
            }

            h3 {
                font-size: 26px;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            p {
                font-size: 18px;
            }
        }
    }

}

.comments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .heading {
        max-width: 55%;

        h2 {
            font-size: 50px;
            text-align: center;
            line-height: 55px;
            background: linear-gradient(90deg, #0BD728 0%, #10E939 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;

        }

        p {
            font-size: 18px;
            text-align: center;
            display: block;
            margin-top: 20px;
        }
    }

    .comment-slider {
        position: relative;

        @media(max-width: 560px) {

            &::after,
            &::before {
                display: none !important;
            }
        }

        &::after {
            display: block;
            content: '';
            background: url(../images/comment-right.svg);
            width: 800px;
            height: 260px;
            z-index: 999999;
            position: absolute;
            top: 0;
            right: -91px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        &::before {
            display: block;
            content: '';
            background: url(../images/comment-left.svg);
            width: 800px;
            height: 260px;
            z-index: 999999;
            position: absolute;
            top: 0;
            left: -91px;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .comment-item {

        h3,
        p,
        span {
            color: #000;
            text-align: center;
            display: block;
        }

        h3 {
            font-size: 30px;
        }

        span {
            font-size: 12px;
        }

        p {
            font-size: 20px;
        }

    }
}



.who-us {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 80px 50px 80px 50px;
    background-image:
        url('../images/who-us-green.svg'),
        linear-gradient(255.53deg, #33CF46 12.14%, #53fb67 74.02%);

    background-repeat: no-repeat, no-repeat;
    flex-direction: column;

    .content {
        max-width: 55%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        h2,
        p {
            color: #fff;
        }

        h2 {
            font-size: 50px;
        }

        p {
            font-size: 20px;
        }

        .btn-grey {
            background: #F6F6F6;
            color: #158734;
            width: 200px;
            text-align: center;
            display: flex;
            justify-content: center;
            padding: 20px 50px 20px 50px;
        }
    }
}

/* Footer Styles */
.footer {
    background-color: #F6F6F6;
    padding: 60px 60px 40px;
    margin-top: 80px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-left {
    flex: 1;
    max-width: 50%;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 25px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.social-icon:hover {
    transform: translateY(-2px);
}

.footer-right {
    flex: 1;
    max-width: 50%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-link {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #35D347;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: #666666;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #35D347;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.footer-credits {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-credits strong {
    color: #ffffff;
    font-weight: 600;
}

/* Footer Responsive Styles */
@media (max-width: 1024px) {
    .footer-top {
        gap: 40px;
    }

    .footer-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Tablet and Mobile Responsive Styles */
@media (max-width: 1024px) {
    .footer-top {
        gap: 40px;
    }

    .footer-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .proposal-area {
        flex-wrap: wrap;
        padding: 20px;
    }

    section {
        padding: 20px 20px;
    }

    .cooperate-area .heading {
        max-width: 90%;
    }

    .cooperate-area .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .cooperate-box {
        flex-wrap: wrap;
    }

    .cooperate-box .box-item {
        height: 300px;
        flex: 0 48%;
    }

    .fourth-section .heading {
        max-width: 90%;
    }

    .fourth-section .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .fourth-section {
        padding: 20px;
    }

    .fourth-section .heading {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .fourth-section .flex-section {
        flex-direction: column;
        margin-top: 40px;
        gap: 40px;
        width: 100%;
    }

    .fourth-section .left-side {
        flex: 1;
        width: 100%;
        order: 2;
    }

    .fourth-section .right-side {
        flex: 1;
        width: 100%;
        order: 1;
        gap: 25px;
    }

    .fourth-section .color-box {
        width: 100%;
        max-width: 100%;
        min-height: 300px;
        margin: 0 auto;
        border-radius: 30px;
    }

    .fourth-section .color-box img {
        width: 250px;
        max-width: 80%;
    }

    .fourth-section .side-item {
        flex-direction: row;
        gap: 15px;
        align-items: flex-start;
    }

    .fourth-section .side-item .icon {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        padding: 8px;
    }

    .fourth-section .side-item .icon svg {
        width: 100%;
        height: 100%;
    }

    .fourth-section .side-item .detail h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .fourth-section .side-item .detail p {
        font-size: 14px;
        line-height: 1.5;
    }

    .why-us .heading {
        max-width: 90%;
    }

    .why-us .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .why-us .list {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .why-us .list-item {
        flex: 0 48%;
    }

    .why-us .list-item::after {
        display: none;
    }

    .happy-customer .heading {
        max-width: 90%;
    }

    .happy-customer .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .comments .heading {
        max-width: 90%;
    }

    .comments .heading h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .who-us {
        padding: 60px 30px;
    }

    .who-us .content {
        max-width: 90%;
    }

    .who-us .content h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 20px 30px;
    }

    .footer-copyright {
        padding: 15px 20px;
    }

    .footer-copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-top {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .footer-left,
    .footer-right {
        max-width: 100%;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer-description {
        font-size: 15px;
    }

    .social-icon img {
        width: 20px;
        height: 20px;
    }

    .footer-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-link {
        font-size: 14px;
    }

    .contact-link {
        font-size: 14px;
    }

    .contact-item {
        flex-wrap: wrap;
    }

    .top-banner {
        height: 70vh;
        background-position: center;
    }

    .banner-content {
        top: 20%;
        left: 50%;
        width: 90%;
        padding: 0 20px;
    }

    .banner-title h2 {
        font-size: 28px;
    }

    .banner-union {
        bottom: 30px;
        right: 20px;
    }

    .banner-union img {
        width: 100px;
    }

    .proposal-area {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .proposal-item {
        width: 100%;
    }

    .proposal-height {
        width: 100%;
        margin-top: 0;
    }

    .cooperate-area .heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .cooperate-area .heading p {
        font-size: 16px;
    }

    .cooperate-box {
        flex-direction: column;
        gap: 20px;
    }

    .cooperate-box .box-item {
        flex: 1;
    }

    .cooperate-box .box-text {
        font-size: 24px;
    }

    .car-area .heading h2 {
        font-size: 32px;
    }

    .car-area .heading p {
        font-size: 16px;
    }

    .car-detail {
        flex-wrap: wrap;
        gap: 10px;
    }

    .car-detail .detail-item {
        font-size: 14px;
    }

    .car-title {
        font-size: 15px;
    }

    .car-price {
        font-size: 22px;
    }

    .fourth-section {
        padding: 15px;
    }

    .fourth-section .heading {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .fourth-section .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .fourth-section .flex-section {
        margin-top: 30px;
        gap: 30px;
    }

    .fourth-section .color-box {
        max-width: 100%;
        min-height: 280px;
        border-radius: 25px;
    }

    .fourth-section .color-box img {
        width: 200px;
        max-width: 75%;
    }

    .fourth-section .right-side {
        gap: 20px;
    }

    .fourth-section .side-item {
        gap: 12px;
    }

    .fourth-section .side-item .icon {
        width: 45px;
        height: 45px;
    }

    .fourth-section .side-item .detail h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .fourth-section .side-item .detail p {
        font-size: 13px;
    }

    .why-us::after {
        display: none;
    }

    .why-us .heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .why-us .list {
        flex-direction: column;
        gap: 30px;
    }

    .why-us .list-item {
        flex: 1;
    }

    .happy-customer .heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .comments .heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .comment-item h3 {
        font-size: 24px;
    }

    .comment-item p {
        font-size: 16px;
    }

    .who-us {
        padding: 40px 20px;
    }

    .who-us .content h2 {
        font-size: 28px;
    }

    .who-us .content p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 15px 20px;
    }

    .footer-copyright {
        padding: 15px;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    .footer-credits {
        font-size: 12px;
    }

    .footer-top {
        gap: 25px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-description {
        font-size: 14px;
    }

    .social-icons {
        gap: 10px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .social-icon img {
        width: 18px;
        height: 18px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-heading {
        font-size: 15px;
    }

    .footer-link,
    .contact-link {
        font-size: 13px;
    }

    .contact-info {
        gap: 15px;
    }

    .contact-item svg {
        width: 16px;
        height: 16px;
    }

    section {
        padding: 15px;
    }

    .top-banner {
        height: 60vh;
    }

    .banner-content {
        top: 17%;
        width: 95%;
    }

    .banner-title h2 {
        font-size: 22px;
    }

    .banner-union {
        bottom: 20px;
        display: none !important;
        right: 15px;
    }

    .banner-union img {
        width: 80px;
    }

    .proposal-area {
        padding: 15px;
    }

    .cooperate-area .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .cooperate-box .box-text {
        font-size: 20px;
    }

    .car-area .heading h2 {
        font-size: 24px;
    }

    .car-item {
        padding: 20px;
    }

    .fourth-section .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .fourth-section .color-box {
        min-height: 300px;
        border-radius: 30px;
    }

    .fourth-section .color-box img {
        width: 200px;
    }

    .why-us::after {
        display: none;
    }

    .why-us .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .why-us .list-item h3 {
        font-size: 20px;
    }

    .why-us .list-item p {
        font-size: 14px;
    }

    .happy-customer .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .comments .heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .who-us {
        padding: 30px 15px;
    }

    .who-us .content h2 {
        font-size: 24px;
    }

    .who-us .content p {
        font-size: 14px;
    }
}



.car-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Breadcrumb */
.breadcrumb-wrapper {
    background-color: #F6F6F6;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.breadcrumb-item {
    display: inline-block;
    padding: 8px 16px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.breadcrumb-item:hover {
    background-color: #f8f8f8;
    transform: translateY(-1px);
}

.breadcrumb-item.active {
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    cursor: default;
    pointer-events: none;
    border-color: #000000;
}

.breadcrumb-separator {
    color: #929292;
    user-select: none;
    font-weight: 600;
    font-size: 18px;
}



.banner-bottom .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.banner-bottom .boxs .box-left,
.banner-bottom .boxs .box-right {
    position: relative;
    border-radius: var(--rounded);
    height: 450px;
    justify-content: center;
    gap: 50px;
}

.banner-bottom .boxs .box-left {
    width: 50%;
    background: rgb(229, 237, 246);
    border-top-right-radius: 0
}

.banner-bottom .boxs .box-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 1;
    background: rgb(229, 237, 246);
    width: 100px;
    height: 50%;
    -webkit-box-shadow: 5px -5px 0 5px white, 5px 5px 0 5px white;
    box-shadow: 5px -5px 0 5px white, 5px 5px 0 5px white;
    border-radius: 0 var(--rounded) var(--rounded) 0
}

.banner-bottom .boxs .box-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: 2;
    background: transparent;
    width: 80px;
    height: calc(50% - 10px);
    -webkit-box-shadow: -5px -5px 0 5px white, -20px -20px 0 0px rgb(229, 237, 246);
    box-shadow: -5px -5px 0 5px white, -20px -20px 0 0px rgb(229, 237, 246);
    border-radius: var(--rounded) 0 0 var(--rounded)
}

.banner-bottom .boxs .box-left ul {
    list-style: circle;
    padding-left: 0.8rem
}

.banner-bottom .boxs .box-left img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-bottom .boxs .box-right {
    width: 50%;
    background: rgb(var(--primary));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-bottom .boxs .box-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 2;
    background: transparent;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: -5px -5px 0 5px white;
    box-shadow: -5px -5px 0 5px white;
    border-radius: var(--rounded) 0 0 0
}

.banner-bottom .boxs .box-right:after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 450px;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 50%
}

.banner-bottom .boxs .box-right img {
    width: 400px;
    translate: 60px
}

.banner-bottom .boxs .box-right video {
    width: 400px;
    position: relative;
    z-index: 2;
    translate: 30px
}

@media (max-width: 768px) {
    .banner-bottom .shape-1 {
        bottom: 50%
    }

    .banner-bottom .title {
        width: 100%;
        font-size: 36px
    }

    .banner-bottom .boxs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .banner-bottom .boxs .box-left,
    .banner-bottom .boxs .box-right {
        width: 100%;
        border-radius: var(--rounded)
    }

    .banner-bottom .boxs .box-left:after,
    .banner-bottom .boxs .box-left:before {
        content: none
    }

    .banner-bottom .boxs .box-right:after {
        width: 100%;
        right: 0;
        bottom: 0
    }

    .banner-bottom .boxs .box-right:before {
        content: none
    }

    .banner-bottom .boxs .box-right img {
        width: 100%;
        height: 90%;
        translate: none;
        -o-object-fit: contain;
        object-fit: contain
    }

    .banner-bottom .boxs .box-right video {
        width: 100%;
        height: 90%;
        -o-object-fit: contain;
        object-fit: contain;
        translate: none
    }
}

.ps-md-1 {
    padding-left: 0.25rem !important
}

.ps-md-2 {
    padding-left: 0.5rem !important
}

.ps-md-3 {
    padding-left: 1rem !important
}

.ps-md-4 {
    padding-left: 1.5rem !important
}

.ps-md-5 {
    padding-left: 3rem !important
}

.ps-md-6 {
    padding-left: 4rem !important
}

.ps-md-7 {
    padding-left: 6rem !important
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.btn.btn-primary {
    color: #fff !important;
    background: rgb(var(--primary));
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.w-100 {
    width: 100% !important;
}

.btn.btn-sm {
    font-size: 0.85rem;
}

.form-yass label {
    font-size: 14px;
    font-weight: 500;
}

.fa-sr-only,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

.gap-3 {
    gap: 1rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

hr {
    color: rgb(var(--light) / 75%);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.form-hemen-sat label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.form-hemen-sat input {
    margin-right: 12px;
}

.form-hemen-sat {
    background: #f8f9fa;
    border: 2px solid #006494;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.d-none {
    display: none;
}

.valuecar-wrapper {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 5
}

.valuecar-wrapper:after,
.valuecar-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--rounded);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(242, 243, 245, 0.6);
    box-shadow: 0 0 0 0 rgba(242, 243, 245, 0.6)
}

.valuecar-wrapper:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.valuecar-wrapper a {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0.7rem 1.2rem;
    font-weight: 500;
    color: #fff;
    border-radius: var(--rounded);
    background: #4FCE5D;
    border: none;
    text-decoration: none
}

.valuecar-wrapper a>i {
    color: rgb(var(--primary));
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.valuecar-wrapper a:active {
    color: #666;
    -webkit-box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff
}

.valuecar-wrapper a:after {
    content: "";
    position: absolute;
    left: 55%;
    -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45);
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: rgb(var(--primary));
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1
}

.valuecar-wrapper a:hover {
    color: #fff
}

.valuecar-wrapper a:hover>i {
    color: #fff
}

.valuecar-wrapper a:hover:after {
    top: -45%;
    background-color: rgb(var(--primary));
    -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8)
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 30px rgba(10, 165, 205, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 30px rgba(10, 165, 205, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@media (max-width: 768px) {
    .valuecar-wrapper a {
        padding: 0.4rem 1rem
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-half-rem {
    margin-bottom: 0.9rem !important;
}


.blogs .b lock-item {
    border: 1px solid #dde1de;
    border-radius: var(--rounded);
    overflow: hidden
}

.blogs .block-item img {
    width: 415px;
    height: 415px;
    -o-object-fit: cover;
    object-fit: cover;

}

.blogs .block-item .detail {
    margin-top: -1.5rem;
    border-radius: 1rem 1rem 0 0;
    padding: 1.2rem;
    background: #fff;
    z-index: 2;
    position: relative
}

.block-item .detail .title {
    text-decoration: none;
    color: #000;
}

.block-item .detail .title:hover {
    color: rgb(var(--primary))
}

.block-item .detail .desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.block-item:hover img {
    width: 100%;
}

.blog-detail .trend-items {
    background: #fff;
    padding: 1.5rem;
    border-radius: var(--rounded);
    border: 1px solid #dde1de
}

.blog-detail .trend-items .item {
    color: rgb(var(--dark));
    text-decoration: none;
    margin-bottom: 20px;
}

.blog-detail .trend-items .item:hover {
    color: rgb(var(--primary))
}

.blog-detail .trend-items .item img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--rounded);
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}



.blog-detail .trend-items {
    background: #fff;
    padding: 1.5rem;
    border-radius: var(--rounded);
    border: 1px solid #dde1de
}

.blog-detail .trend-items .item {
    color: rgb(var(--dark));
    text-decoration: none
}

.blog-detail .trend-items .item:hover {
    color: rgb(var(--primary))
}

.blog-detail .trend-items .item img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--rounded);
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.faqs input[type=radio]:checked+.faq-item {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.faqs input[type=radio]:checked+.faq-item i {
    rotate: -90deg;
    color: rgb(var(--primary))
}

.faqs input[type=radio]:checked+.faq-item .question {
    background: rgb(var(--primary)/8%)
}

.faqs .faq-item {
    background: #fff;
    border: 1px solid #dde1de;
    border-radius: var(--rounded);
    overflow: hidden;
    height: 70px;
    -webkit-transition: height ease 0.3s;
    transition: height ease 0.3s
}

.faqs .faq-item i {
    -webkit-transition: rotate ease 0.3s;
    transition: rotate ease 0.3s
}

.faqs .faq-item .question {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 1.2rem;
    height: 70px
}

.faqs .faq-item .answer {
    padding: 0.8rem
}

.car-lists .filter-lists ul {
    max-height: 300px;
    overflow: overlay
}

.car-lists .filter-lists ul li input,
main section.car-lists .filter-lists ul li label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.car-lists .filter-lists .filter-search-btn {
    position: sticky;
    bottom: 10px
}

.social-items .social-item {
    text-decoration: none;
    color: rgb(var(--dark));
    display: flex !important;
    gap: 20px;
}

.social-items .social-item:hover {
    color: rgb(var(--primary))
}

.social-items .social-item:hover i {
    translate: 0 -5px
}

.social-items .social-item:hover span {
    color: rgb(var(--light)/75%)
}

.social-items .social-item i {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 2.6rem
}

.social-items .social-item span {
    color: rgb(var(--light))
}

.text-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

ul,
ol,
li {
    list-style-type: none !important;
}

.mobile-none {
    display: block;
}

.mobile-block {
    display: none;
}

@media(max-width:560px) {
    .mobile-buttons {
    
        flex-wrap: wrap;
        gap: 10px;
        padding: 22px;
    }

    .custom-width {
        width: 30%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-none {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .home-form {
        flex-direction: column;
    }

    .proposal-input {
        width: 100% !important;
    }

    .mobile-column {
        flex-direction: column !important;
    }

    .top-banner {
        background-position: -34px 75px !important;
        background-repeat: no-repeat;
        background: none !important;
        background-color: #fff !important;
    }

    .new-design-banner {
        height: 70vh !important;
    }

}

.btn-orange {
    color: #fff;
    background-image: linear-gradient(to left, #fa8445, #a35b08);
}

.btn-firsat {
    color: #fff;
    background-image: linear-gradient(to left, #ff4757, #c0392b);
}

.btn-firsat:hover {
    background-color: #b82d1f;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(192, 57, 43, 0.35);
}

@media(max-width:1000px) {
    .car-item {
        flex: 1 50%;
    }
}