:root {
    --main-gradient: linear-gradient(90deg, #ff2a2a, #cc0000, #660000);
     --main-color: #E30A17;          /* الأحمر الأساسي (علم تركيا) */
    --accent-color: #FF4D5A;        /* أحمر فاتح للتدرجات */
    --light-bg: #FCECEC;            /* خلفية فاتحة تناسب الأحمر */
    --dark-text: #2c1b47;           /* تسيبه كما هو */
    --city-btn: #8B0006;            /* أحمر غامق للأزرار */
    --swiper-theme-color: #E30A17;  /* نفس الأحمر الأساسي */
    --swiper-preloader-color: #E30A17;
}



.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-theme-color);
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
}

/* ====================== تصميم الموقع بدون أي أزرق ====================== */

.slider-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.prev,
.next {
    width: 100px;
    height: 50px;
    background: #e6ebeb;
    display: inline-block;
    border-radius: 15px;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
}

.prev:before {
    content: "\2192";
    font-weight: 900;
    margin-left: 8px;
    color: var(--main-color);
    font-size: 25px;
}

.next:before {
    content: "\2190";
    font-weight: 900;
    margin-left: 8px;
    color: var(--main-color);
    font-size: 25px;
}

.customer-slider {
    box-shadow: 0px 0px 12px 0 rgb(0 0 0 / 8%);
    padding: 22px 25px;
    margin: 13px;
}

.customer-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.handle-p p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #404040;
}

.title-right h3,
.title-right h2 {
    border-right: 5px solid var(--main-color);
    padding-right: 15px;
    color: var(--main-color);
    margin: 10px 0px 10px 0px;
}

img.car {
    position: absolute;
    left: 0;
    bottom: 0;
}

.outline-blue {
    outline: 3px solid var(--main-color);
    outline-offset: 19px;
    border-radius: 1px;
}

.mb-60 {
    margin-bottom: 120px;
}

.icon-white {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: var(--main-gradient);
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.services-boxs .col-3 {
    background: #fff;
    color: var(--main-color);
    padding: 44px 21px 11px;
    outline: 2px solid #fff;
    outline-offset: 5px;
    border-radius: 3px;
    margin-bottom: 55px;
    width: 100%;
}

.services-boxs .col-3:nth-child(odd) {
    background: #f0e8f5;
}

.aboutus-innr {
    margin: 15px auto 15px auto;
    width: 90%;
}

.hero-innr h1:after,
.feature-box h3:before,
.services-boxs h3:before {
    content: " ";
    height: 3px;
    width: 81px;
    display: block;
    background: var(--main-gradient);
    margin: auto;
    margin-top: 10px;
}

a.call-wrapp {
    background: #e6d9f2;
    display: inline-block;
    border-radius: 15px;
}

span.call-num {
    padding: 9px 11px 9px 40px;
    display: inline-block;
    background: #e6d9f2;
    border-radius: 15px;
}

span.call-txt {
    background: var(--main-gradient);
    color: #fff;
    padding: 13px 37px;
    font-weight: 900;
    border-radius: 9px;
    position: relative;
}

.customer-title h3 {
    margin: 0;
    color: var(--main-color);
}

.customer-title {
    margin-right: 27px;
}

.customer-title p {
    color: #6e6e6e;
}

.customer-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.slider-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--main-color);
}

.hero-innr strong {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}

.hero-innr.d-flex {
    align-items: center;
}

.bottom-border-right {
    border-bottom: 3px solid var(--main-color);
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    color: var(--main-color);
}

.call-icon {
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 29px;
    line-height: 24px;
    border-radius: 3px;
    color: var(--main-color);
    text-align: center;
}

.contact-btn {
    margin: 12px 0 56px 0;
}

.contact-btn .call-now {
    background: #fff;
    color: var(--main-color);
}

.contact-btn .call-icon {
    background: var(--main-gradient);
    color: #fff;
}

.hero-innr h1 {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 900;
    color: var(--main-color);
}

.bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.bottom-border:after {
    content: " ";
    background: var(--main-gradient);
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}

.services-box a {
    text-decoration: none;
}

.hero-innr p {
    font-size: 22px;
    margin-bottom: 40px;
    color: #505050;
}

.hero-content {
    padding: 0 15px 0 15px;
    color: #000;
    background: rgb(255 255 255 / 73%);
    outline: 3px solid #fff;
    outline-offset: 11px;
    border-radius: 1px;
}

.hero-innr {
    padding: 200px 12px 0 12px;
}

.city-list li {
    list-style: none;
    display: inline-block;
}

.city-list a {
    display: block;
    background: var(--city-btn);
    padding: 6px 30px;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

ul.city-list {
    text-align: center;
    padding: 50px 0;
}

.our-features {
    width: 91%;
    margin: -61px auto;
    background: #fff;
    padding: 23px 43px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    border-radius: 12px;
    position: relative;
    z-index: 999;
}

.feature-box {
    padding: 19px 25px;
}

.services-boxs {
    padding-top: 101px;
}

.services-box {
    width: 48%;
    margin-bottom: 30px;
}

.more-services {
    background-color: #f4f5f6;
    padding: 20px 0;
}

.moreserv-img {
    width: 28%;
}

.moreserv-content {
    width: 62%;
}

.more-services .d-flex {
    align-items: center;
}

.moreserv-content a {
    background: #fb9902;
    color: #ffffff;
    padding: 7px 17px;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
}

.moreserv-content p {
    padding-bottom: 15px;
}

.plans {
    padding: 80px 0;
}

.plans .section-title {
    margin-bottom: 40px;
}

.plan {
    text-align: center;
    width: 75%;
    margin: auto auto 40px auto;
}

.plan-img {
    background: var(--light-bg);
    margin: 0 27px;
    border-radius: 12px 12px 0 0;
    padding-top: 6px;
}

.title-price {
    background: var(--light-bg);
    border-radius: 12px;
    padding: 13px 0;
}

.plan h3 {
    margin: 0;
    margin-bottom: 5px;
    color: var(--dark-text);
    font-size: 17px;
}

.plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 48px;
}

.plan ul li {
    margin-bottom: 10px;
    color: #455565;
}

.plan ul li:before {
    content: "\2605";
    color: #c33764;
    margin-left: 11px;
}

.title-price strong {
    color: #363636;
}

.plan-body {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    margin: 0 15px;
    padding: 27px 15px 23px 15px;
    text-align: right;
}

a.ordernow {
    background: #c33764;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 800;
}

.bg-green {
    background: var(--main-gradient);
    color: #fff;
}

.cars-boxs {
    margin-top: 74px;
    background: rgb(255 255 255 / 73%);
    padding: 20px 25px;
    border-radius: 19px;
}

.contact-us {
    padding: 40px 0;
}

.aboutus-box {
    margin: 25px 0;
    padding: 15px;
    border-radius: 15px;
}

.aboutus-box span {
    display: block;
    font-weight: 900;
    font-size: 44px;
}

.aboutus-box h3 {
    margin: 0;
    font-size: 21px;
}

.contact-information {
    width: 86%;
    color: #fff;
    position: relative;
    z-index: 999;
}

.contact-information ul {
    list-style: none;
    padding: 0;
}

.contact-information .ico {
    margin-left: 17px;
}

.contact-information ul li {
    margin-bottom: 22px;
}

.cities-boxs {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 17px 57px;
    margin-top: 80px;
}

.services-box img {
    border: 3px solid var(--main-color);
}

.faqs {
    padding: 40px 0;
}

.faqs-box {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
    border-radius: 15px;
    margin-bottom: 16px;
}

.faqs-title {
    font-size: 21px;
    color: #000000;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
}

.faqs-title:after {
    content: "+";
    position: absolute;
    left: 23px;
}

.faqs-box.active .faqs-title:after {
    content: "−";
    color: var(--accent-color);
}

.faqs-answer {
    display: none;
    padding: 0 20px 20px;
    color: #000;
    text-align: right;
}

.faqs-box.active .faqs-answer {
    display: block;
}

.m-t-40 {
    margin-top: 40px;
}

.faqs-box.active {
    border: 1px solid var(--accent-color);
}

.feature-box {
    width: 100%;
}

.features-content {
    margin-bottom: 31px;
}

.mar-p p {
    margin-bottom: 30px;
}

.city-box {
    width: 29%;
    margin-bottom: 18px;
}

/* Media Queries */
@media (max-width: 992px) {
    .contact-us {
        padding: 40px 0;
        background-size: auto !important;
    }
}

@media (min-width: 992px) {
    .aboutus-innr {
        margin: 15px auto 21px auto;
        width: 71%;
    }
    .padd-80 {
        padding: 80px 0;
    }
    .col-2 {
        width: 50%;
    }
    .col-3 {
        width: 30.33333%;
    }
    .services-center {
        width: 63%;
    }
    .section-header {
        width: 60%;
        margin: auto;
    }
    .hero-content {
        width: 41%;
        padding: 53px 15px 73px 15px;
    }
    .our-features {
        width: 58%;
        margin: -71px auto;
    }
    .features-content {
        width: 50%;
    }
    .feature-box {
        width: 27%;
    }
    .features-boxs {
        width: 44%;
    }
    .services-box {
        width: 46%;
    }
    .plan {
        width: 22%;
    }
    .contact-information {
        width: 49%;
    }
    .services-boxs .col-3 {
        width: 30%;
    }
    .faq-img {
        width: 35%;
    }
    .city-box {
        width: 7%;
    }
    .hero-innr h1 {
        font-size: 35px;
        color: var(--main-color);
    }
    span.call-num {
        padding: 9px 11px 9px 125px;
    }
    .hero-innr {
        padding: 299px 0 234px 0;
    }
}

/* Blog Section */
.blog {
    background: #f5eff8;
    padding: 80px 0;
}

.blog .boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog .boxs .box {
    width: 31%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px #9191914b;
    transition: 0.3s ease-in-out;
}

.blog .boxs .box:hover {
    box-shadow: 5px 5px 22px #5d5d5db8;
}

.blog .boxs .box .div_img {
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

.blog .boxs .box .div_img img {
    width: 100%;
    height: 100%;
    z-index: -1;
    scale: 1;
    transition: 0.3s ease;
    border-radius: 10px;
}

.blog .boxs .box .div_img .img_serv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.blog .boxs .box:hover .div_img img {
    scale: 1.1;
}

.blog .boxs .box .content {
    padding: 0px 15px 40px;
}

.blog .boxs .box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--main-color);
}

.blog .boxs .box p {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #666666;
}

@media(max-width:1000px) {
    .blog .boxs .box {
        width: 49%;
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .blog .boxs {
        justify-content: center;
    }
    .blog .boxs .box {
        width: 90%;
        margin-bottom: 30px;
    }
    .blog .boxs .box .div_img .img_serv {
        height: 170px;
    }
}

.hatem-center {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    color: #000;
}