/* General Body & Typography */

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-v30-arabic_latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/cairo-v30-arabic_latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* بعدين استدعيه */

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    overflow-x: hidden !important;
    color: #333;
}
*{
    box-sizing: border-box;
}
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #198754;
    --info-color: #17a2b8;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
    --green-primary: #008080;
    --green-light: #4CAF50;
}

p {
    margin: 10px;
}

#checkoutModal {
    z-index: 9999999999;
}

.activePro {
    background-color: var(--success-color) !important;
    color: var(--light-gray) !important;
}

.btn-outline-primary {
    color: var(--success-color);
    border-color: var(--success-color) !important;
    background-color: #0000008c;
}

.btn-outline-primary:hover {
    background-color: var(--green-primary);
}

.row {
    justify-content: center;
}

.back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mainBack {
    display: none;
    position: fixed !important;
    background-color: #000000cc;
    z-index: 99;
}

.CountNumb {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 2px;
    margin: 0;
    font-size: 14px;
    box-shadow: 0 0 2px 0px #00000040;
    background-color: white;
    color: var(--success-color);
    position: absolute;
    top: -6px;
    right: -8px;
}

.text-primary {
    color: var(--green-primary) !important;
}

.btn-primary {
    background-color: var(--success-color);
    border-color: var(--success-color);
    color: white;
}

.btn-primary:hover {
    background-color: var(--green-primary);
    border-color: var(--green-primary);
}

.bg-gradient-primary {
    background: linear-gradient(to right, var(--green-primary), var(--green-light));
    /* Example gradient */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* Header & Navigation */
.main-header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 1020;
    padding: 4px 0 !important
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    color: var(--success-color);
    font-weight: bold;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--green-primary);
    /* Hover and active state color */
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

div#navbarNav {
    justify-content: space-between;
}

.iconNav {
    margin-left: 7px;
    display: flex;
    align-items: center;
}

.iconNavMob {
    width: 80%;
    padding: 0 10px;
    justify-content: space-evenly;
}

.iconNav i {
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 3px;
    box-shadow: 0 0 2px 0px #00000078;
    border-radius: 5px;
    font-weight: bold !important;
    margin: 0 6px;
    color: var(--success-color);
    width: 38px;
    height: 38px;
    transition: 0.5s ease;
}

.iconNav i:hover {
    color: white;
    background-color: var(--success-color);
}

.formNav input,
.formNav button {
    padding: 5px 10px;
}

/* Hero Section */
.hero-section {
    min-height: 80vh;
    color: white;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/back4.webp');
    animation: moveBackground 10s linear infinite;
}

@keyframes moveBackground {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -200px;
    }
}

/*****/

.back1 {
    background-color: #000000c2;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.hero-section .row {
    justify-content: flex-start !important;
}

.hero-section h1 {
    position: relative;
    font-size: 3rem;
    color: white;
    display: inline-block;
}

.hero-section p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
    .text-lg-end {
        text-align: right !important;
    }
}



/********* about  ***********/
.aboutIndex .weIndex img {
    max-width: 100%;
    border-radius: 10px;
    /*box-shadow: 1px 1px 6px 2px #0000003d;*/
    transition: transform 0.5s ease;
}

.weIndex {
    background-color: white;
    padding: 15px;
    /*box-shadow: 0px 1px 3px 0px #0000001f;*/
    border-radius: 10px;
    /*border: 1px solid #dddddd;*/
}

.aboutIndex .row h3 {
    font-size: 1.25rem;
    font-weight: unset !important;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 767px) {
    .features-section h3 {
        font-size: 1rem;
        /* حجم أصغر للموبايل */
    }
    .PhoneAddr {
        flex-direction: column;
    }
}

/********* category cars  ***********/
.features-section .feature-card {
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.linkLogo {
    color: var(--green-primary);
}

.features-section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.logoCarSec {
    transition: transform 0.5s ease;
}

.linkLogo:hover img {
    transform: scale(1.1);
    /* تكبير بنسبة 10% */
}

.titleCat {
    text-align: center;
    color: white;
    font-weight: bold;
    margin: 20px 0 40px 0;
}

/*********** offer Section ****************/

.scrollCategories {
    overflow-y: hidden !important;
    padding: 15px 10px;
    scroll-behavior: smooth;
}

.scrollCategories::-webkit-scrollbar {
    height: 8px;
}

.scrollCategories::-webkit-scrollbar-thumb {
    background-color: var(--success-color);
    border-radius: 10px;
}

.offerdiv {
    border: none;
    height: 250px;
    position: relative;
    box-shadow: 0 1px 3px 0px #00000036;
    transition: 0.3s ease;
}

.offerdiv:hover {
    transform: scale(1.03);
}

.booking {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 5px;
    color: var(--light-gray);
    background-color: var(--success-color);
    box-shadow: -1px 2px 3px 0px rgb(0 0 0 / 34%);
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/**************** Product Listing Section ****************/
@keyframes floatUpDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.product-card {
    transition: box-shadow 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
}

.product-card:hover {
    animation: floatUpDown 0.7s ease-in-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18) !important;
}

.product-card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-card .card-title {
    color: var(--dark-gray);
}

.product-card .card-text {
    font-size: 0.9rem;
}

.product-card .btn {
    background-color: #00000000 !important;
    border-radius: 50px;
}

.description {
    margin-bottom: 0;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
}

.AddcartDet {
    justify-content: space-between;
    margin-top: 10px;
}

.AcartD {
    cursor: pointer;
    border: none;
    color: var(--green-primary);
    transition: 0.5s ease;
}

.AcartD:hover .plusCart {
    color: var(--light-gray);
    background-color: var(--success-color);
}

.plusCart {
    width: 37px;
    margin-right: 10px;
    font-size: 20px;
    box-shadow: 0 0 2px 0px #00000073;
    padding: 7px;
    border-radius: 33px;
    transition: 0.5s ease !important;
    height: 35px;
    align-content: center;
    align-items: center;
}

.AcartD .fas {
    transition: 0.5s ease;
}

.AcartD.btn:hover {
    color: var(--bs-btn-hover-bg);
    background-color: #00000000 !important;
}

.AcartD:hover .fas {
    transform: translateX(-5px);
}

.starGold {
    color: gold;
}

.imgConPro {
    height: 220px;
}

/************** Newsletter Section *****************/
.newsletter-section {
    background-color: var(--light-gray);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.newsletter-section .form-control {
    border-radius: 50px;
    padding: 10px 20px;
}

.newsletter-section .btn {
    border-radius: 50px;
    padding: 10px 30px;
}

a.moreProIndex {
    text-decoration: none;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0px 1px 9px 1px #0000003b;
    background-color: var(--success-color);
    transition: 0.5s ease;
}

a.moreProIndex:hover {
    background-color: var(--green-primary);
}

.moreProIndex .fas {
    transition: transform 0.3s ease;
}

.moreProIndex:hover .fas {
    transform: translateX(-5px);
    display: inline-block;
}


/*************** App Download Section *******************/
.app-download-section {
    background: linear-gradient(to right, #005656, #008080);
    /* Example gradient, match design */
}

.app-download-section .btn-outline-light {
    border-color: white;
    color: white;
}

.app-download-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.app-download-section img {
    max-width: 100%;
    height: auto;
}

/* Footer */
.main-footer {
    background-color: #222;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.main-footer h5 {
    color: white;
    margin-bottom: 1rem;
}

.main-footer ul {
    padding-right: 0;
}

.main-footer ul li {
    margin-bottom: 0.5rem;
}

.main-footer a {
    color: var(--success-color);
     !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-footer p,
.main-footer li {
    color: var(--success-color);
     !important;
}

footer .fa-lg {
    color: var(--success-color);
}

.main-footer .social-icons a {
    font-size: 1.5rem;
    margin-left: 10px;
    /* Spacing between icons */
}

@media (max-width: 767.98px) {

    body {
        font-size: 16px;
    }

    .hero-section {
        padding-top: 0;
        min-height: 100vh;
        text-align: center !important;
    }

    .hero-section .display-4 {
        font-size: 2.5rem;
    }

    .hero-section img {
        max-width: 80%;
        margin-bottom: 20px;
    }

    /* Product Cards - Two per row on mobile */
    .product-listing-section .row.row-cols-2 {
        /* Bootstrap's g-4 creates column gaps, this should work */
    }

    .product-listing-section .col {
        flex: 0 0 50%;
        /* Ensures two items per row */
        max-width: 50%;
        /* Ensures two items per row */
        padding: 0.5rem;
        /* Adjust padding for tight fit */
    }

    .app-download-section .text-lg-end,
    .app-download-section .justify-content-lg-end {
        text-align: center !important;
        justify-content: center !important;
    }

    .main-footer .col-md-4 {
        text-align: center !important;
    }
}

/* Larger screens (e.g., tablets landscape and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    /* ... and so on for other headings and general text if needed */
}

/* Lazyload placeholder style */
img:not([src]):not([data-src]) {
    visibility: hidden;
}

img.lazyload {
    background-color: #f0f0f0;
    /* Light gray placeholder */
    transition: opacity 0.5s ease-in-out;
}

img.lazyloaded {
    opacity: 1;
}

/* Animations from Animate.css (examples) */
.animate__fadeInUp {
    animation-duration: 1s;
}

/* ... (Previous CSS for general body, colors, header, hero, features, product listing) ... */

/* Charging Stations Section */
.charging-stations-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.charging-stations-section .section-title {
    font-size: 2rem;
    color: var(--dark-gray);
}

.charging-stations-section .btn-link {
    font-size: 1.1rem;
    color: var(--success-color) !important;
    transition: color 0.3s ease;
}

.charging-stations-section .btn-link:hover {
    color: var(--green-primary) !important;
}

.charging-stations-section .btn-link i {
    transition: transform 0.3s ease;
}

.charging-stations-section .btn-link:hover i {
    transform: translateX(-5px);
    /* Subtle animation on hover */
}


.charging-station-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.charging-station-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18) !important;
}

.charging-station-card .card-img-top-wrapper {
    /* No specific style needed here unless you add overlay for example */
}

.charging-station-card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.charging-station-card .status-badge {
    border-radius: 5px;
    padding: 0.4em 0.7em;
    font-size: 0.85rem;
    font-weight: bold;
    color: white;
}

.charging-station-card .bg-success {
    background-color: #28a745 !important;
}

.charging-station-card .bg-warning {
    background-color: #ffc107 !important;
}

.charging-station-card .card-body {
    padding: 1.5rem;
}

.charging-station-card .card-title {
    font-size: 1.25rem;
    color: var(--dark-gray);
}

.charging-station-card .card-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.charging-station-card .card-text i {
    color: var(--green-primary);
    margin-left: 5px;
}

.charging-station-card .btn-outline-primary {
    border-color: var(--green-primary);
    color: var(--green-primary);
}

.charging-station-card .btn-outline-primary:hover {
    background-color: var(--green-primary);
    color: white;
}


/* Responsive Adjustments (Add to your existing media queries or within this section) */
@media (max-width: 767.98px) {

    .charging-stations-section .section-title {
        font-size: 18px;
    }

    .charging-stations-section .btn-link {
        font-size: 16px;
    }



    /* Override Bootstrap for product/charging station cards on mobile to be 2 per row */
    .charging-stations-section .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.5rem;
    }

    .charging-station-card .card-title {
        font-size: 1rem;
    }

    .charging-station-card .card-text {
        font-size: 0.85rem;
    }

    .charging-station-card .status-badge {
        font-size: 0.75rem;
    }

    .charging-station-card .card-img-top {
        height: 150px;
    }
}

/*********** sidebar *************/
#sidebar {
    border-bottom: 1px solid #dddddd;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    transition: right 0.3s ease-in-out;
}

#cartItems .align-items-center {
    padding-bottom: 10px;
    border-bottom: 1px solid #0000001f;
}

.mainBack2 {
    z-index: 9999
}

#sidebar.open {
    right: 0;
    /* يظهر داخل الشاشة */
}

#sidebar ul {
    list-style: none;
    padding-left: 0;
}

#sidebar ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

#sidebar ul ul {
    padding-left: 15px;
}

#sidebar ul a {
    font-size: 22px;
    text-decoration: none;
    color: #333;
}

.toggleSidebarIcon {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.rotated {
    transform: rotate(90deg);
    /* سهم لأسفل */
}

.submenu {
    display: none;
    /* نخفي الأقسام الفرعية مبدئيًا */
}

@media (max-width: 991.98px) {
    .navTopLarg {
        display: none !important;
    }

    .navBotMed {
        border-bottom: 1px solid #dddddd;
        box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.1);
        display: block !important;
        padding: 7px 20px;
        margin: 0 !important;
        position: fixed;
        z-index: 9;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: white;
    }
}

@media (min-width: 992px) {
    .mainBack {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .charging-stations-section .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.phone-popup {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.phone-popup .close-btn {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

/*********** email ****************/
/*********** email ****************/
.formEmail {
    direction: rtl;
    justify-content: center;
}

.formEmail * {
    margin: 5px;
    direction: rtl;
}

input.col-6.form-control.mb-3.mb-sm-0 {

    width: 50% !important;
}

/***********   Floating Button ****************/

.floating-menu {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
}

.phone-popup {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.phone-popup .close-btn {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.toggle-btn {
    box-shadow: 1px 2px 5px rgb(0 0 0 / 34%);
    width: 50px;
    height: 50px;
    background-color: var(--success-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-icons {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: var(--success-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 5px 0;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
}

#successMessage {
    position: fixed;
    top: -100px;
    width: 100%;
    right: 0;
    z-index: 9999;
    transition: top 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContSuccessMessage {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#successMessage * {
    margin: 0 5px
}

#hideSuccessMessage {
    background: none;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

/******************** نوافذ **************  */
.phone-popupp {
    border: none !important;
    background-color: white;
    padding: 0px 10px !important;
    border-radius: 10px;
    text-align: center;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
}

.PhoneAddr {
    justify-content: space-between;
}

.icon-btn {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    color: #333;
    transition: 0.3s;
}

.icon-btn:hover {
    color: #007bff;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 84%);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content-custom {
    background: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-btn {
    background-color: var(--success-color);
    transition: .3s ease;
}

.custom-btn:hover {
    background-color: #11613c;
}

/************ store **************/
.CatStoreCont a {
    text-decoration: none;
    color: #333;
}

.car-categories-section {
    background-color: #f5f7f9;
}

.category-card {
    background-color: white;
    border: 1px solid #ddd;
    transition: 0.3s;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-title {
    color: #1d1d1d;
    font-size: 1.8rem;
}

.carCat {
    font-size: 30px;
    margin: 5px;
}

/*///////////////////////*/
.product-categories-section {
    background-color: #f5f7f9;
}

.category-item {
    background-color: white;
    border: 1px solid #ddd;
    font-weight: bold;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.categories-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    margin: 5px;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
}

.carousel-indicators {
    position: inherit;
    display: flex;
    margin: 0 !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}

.category-item:hover {
    background-color: var(--success-color);
    color: var(--light-gray) !important;
}

/************* pagination ****************/
.pagination .page-link {
    color: #198754;
    /* أخضر */
    font-weight: bold;
}

.pagination .page-item.active .page-link {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

/*--------------dddddd------------------------*/
.breadcrumb {
    background-color: transparent;
}

.product-section {
    padding-top: 60px;
}

.product-image {
    max-width: 100%;
    border-radius: 8px;
}

.breadcrumb-item a {
    color: var(--green-primary);
}

.product-details h2 {
    font-weight: bold;
}

.btn-custom {
    border: none;
    background-color: var(--success-color);
    color: var(--light-gray);
}

.btn-custom:hover {
    background-color: var(--green-primary);

}

.specs-table td {
    font-weight: bold;
    color: var(--success-color);
}

.specs-table th {
    color: var(--dark-gray);
}

/*.dImage {*/
/*    width: 400px;*/
/*    height: 400px;*/
/*}*/

.dImage img {
    width: 100%;
    height: 100%;
}

.dRow {
    justify-content: center;
    flex-direction: row-reverse;
}

.urlde {
    margin-top: 100px !important;
}

.ddP {
    text-align: justify;
}

/*------------------------------------------*/
.ABB {
    background-image: url(../img/Dodge2.webp) !important;
    background-position: 50% 50%;
}

.backAbout {
    background-repeat: no-repeat;
    background-image: url(../img/chrysler-pica%20-%20Edited.webp);
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 80% 50%;
}

.heroAbout {
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.heroAbout .back {
    z-index: 9;
    background-color: #000000b8;
}

.heroAbout h1 {
    font-size: 48px;
}

.backAbout {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.heroAbout h1 {
    position: relative;
    z-index: 999;
}

.about-section {
    padding: 60px 0;
}

.about-section h2 {
    color: #8B0000;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 2;
    text-align: center;
}

/*------------------------------------------*/
#rowContact {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 1px 5px 1px #00000024;
}

.contact-icon {
    font-size: 30px;
    color: var(--success-color);
    margin-bottom: 10px;
}

.ConAddr a {
    text-decoration: none;
    color: var(--green-primary)
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
}

.contact-form .btn-danger {
    background-color: var(--success-color);
    border: none;
}

.contact-form .btn-danger:hover {
    background-color: var(--green-primary);
}

.heroAbout h3,
.heroAbout h5 {
    font-size: 35px !important;
    z-index: 999;
    color: white;
    position: relative;
}

.testimonial-card {
    background-color: white;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 1px #00000024;
}

.testimonial-card h6 {
    color: var(--success-color);
    font-weight: bold;
}

.form-row.d-flex {
    justify-content: space-between;
}

/*-------------------------------------*/
/*******************about********************/
.heroAbout h1 {
    position: relative;
    z-index: 999;
}

.about-section {
    padding: 60px 0;
}

.about {
    text-align: center;
}

.aboutWhy {
    box-shadow: 0 1px 3px 1px #00000047;
    border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
}

.AboutText {
    padding: 10px;
    background-color: white;
    border-radius: 0 15px 15px 0;
}

.aboutWhat,
.contactIconPage {
    padding: 20px 0;
    margin-top: 30px;
    background-color: white;
    border-radius: 15px;
}

/*-------------------------------------*/
.form-control {
    width: auto;
}

.fa-lg {
    font-size: 34px;
}

footer h5 {
    color: #eee !important;
}

.copyR {
    color: white !important;
}

/*************** invoice ********************/
.invoice-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #00000010;
    padding: 20px;
}

.invoice-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--success-color);
}

.product-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.product-item:last-child {
    border-bottom: none;
}

.product-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.status {
    font-weight: bold;
}

.status.waiting {
    color: #ffa500;
    text-align: center;
}

.status.delivered {
    text-align: center;
    color: var(--success-color);
}


.invoice h2 {
    font-weight: bold;
}

/*************** media ********************/
@media (max-width: 480px) {
    .hero-section {
        animation: moveBackgroundMobile 10s linear infinite;
    }

    @keyframes moveBackgroundMobile {
        from {
            background-position-x: -300px;
        }

        to {
            background-position-x: -400px;
        }
    }

    .invoice h2 {
        font-size: 26px !important;
    }

    .invoice h6 {
        margin-bottom: 0;
    }

    .PriStatusMed * {
        font-size: 16px;
    }

    .back1 {
        background-color: #000000ad;
    }

    button.navbar-toggler {
        font-size: 18px;
    }

    a.navbar-brand {
        padding: 0;
    }

    element.style {
        /* padding: 5px 0px !important; */
    }

    nav.navbar {
        padding: 5px 0px !important;
    }

    strong {
        font-size: 20px;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    .hero-section p {
        font-size: 18px !important;
    }

    .hero-section h2,
    .hero-section p {
        margin-bottom: 10px !important;
    }

    .hero-section a {
        font-size: 18px;
        padding: 5px 15px !important;
    }

    .aboutIndex {
        margin: 0px;
    }

    .aboutIndex .row h3 {
        text-align: center;
        margin-top: 20px;
        font-size: 16px !important;
    }

    .features-section h3 {
        font-size: 24px !important;
    }

    .aboutIndex .weIndex img {
        height: 200px;
        width: 100%;
    }

    .rounded {
        text-align: center;
    }

    .catCarIndex {
        padding: 5px;
    }

    .catCarIndex .feature-card {
        padding: 5px !important;
    }

    .titleCat {
        font-size: 20px !important;
    }

    .text-center {
        font-size: 20px !important;
    }

    .offerdiv {
        height: 180px;
    }

    .booking {
        font-size: 16px;
    }

    .iconNav i {
        border: 1px solid #00000030;
        box-shadow: none;
    }

    .iconNavMob {
        width: 100%;
    }

    .imgConPro {
        height: 160px;
    }

    span.badge.bg-success.position-absolute.top-0.end-0.m-2.status-badge {
        margin: 5px !important;
    }

    .starGold {
        margin: 5px !important;
    }

    .proIndex {
        padding: 3px;
    }

    .detelsIndex {
        padding: 10px 5px !important;
    }

    .description {
        font-size: 14px !important;
    }

    span.fw-bold.text-primary.fs-5 {
        font-size: 16px !important;
    }

    .product-card .btn {
        padding: 0px !important;
        font-size: 14px !important;
    }

    .plusCart {
        margin: 0 !important;
        width: 30px;
        font-size: 16px;
        height: 30px;
    }

    .floating-menu {
        text-align: -webkit-center;
        bottom: 100px;
        right: 20px;
    }

    .toggle-btn {
        width: 45px;
        height: 45px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .modal-content-custom {
        margin: 15px;
        padding: 45px 30px;
        border-radius: 10px;
    }

    li.nav-item.dropdown {
        display: none;
    }

    section.features-section.app-download-section {
        padding: 15px 0 !important;
    }

    section.newsletter-section.py-5.bg-white {
        padding: 15px 0 !important;
    }

    .contectIndex p,
    .contectIndex h4 {
        margin: 5px 0 !important;
        padding: 5px 0 !important;
    }

    .formEmail {
        justify-content: space-evenly;
    }

    .formEmail * {
        font-size: 16px;
        padding: 5px 10px !important;
        margin: 0 !important;
    }

    footer * {
        margin: 0 !important;
        font-size: 16px !important;
        padding: 0 !important;
    }

    footer h5 {
        color: #eee !important;
        margin: 10px 0 !important;
        font-size: 20px !important;
    }

    footer {
        padding: 10px;
    }

    .fa-lg {
        font-size: 28px !important;
    }

    .copyR {
        font-size: 18px !important;
    }

    .CatStoreCont {
        margin-top: 10px;
        padding: 2px;
    }

    .CatStoreText {
        padding: 10px 5px !important;
    }

    .carCat {
        font-size: 18px;
        margin: 0;
    }

    .category-item {
        font-size: 15px !important;
        padding: 7px;
        margin: 5px;
    }

    .GoSec {
        height: 25px;
        width: 25px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .pagination .page-link {
        padding: 11px;
        font-size: 14px;
    }

    .heroAbout {
        height: 450px;
    }

    .heroAbout h5 {
        margin: 0px !important;
        font-size: 24px !important;
    }

    .heroAbout h1 {
        font-size: 26px !important;
    }

    .contact-info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-3.ConAddr {
        margin-top: 10px;
    }

    .Opinion {
        margin-top: 20px;
    }

    .aboutWhy {
        flex-direction: column;
    }

    .aboutWhy p {
        font-size: 16px;
    }

    .PhoneAddr {
        flex-direction: column;
    }
    .invoice-card {
    padding: 5px;
}
    .invoice-title {
    margin-bottom: 0;
}

}
