:root {
    --main-gradient: linear-gradient(90deg, #1e3c72, #654ea3, #c33764);
    --main-color: #1e3c72;
    --accent-color: #c33764;
    --light-bg: #f0e8f5;           
    --dark-text: #2c1b47;          
    --city-btn: #654ea3;           
    --swiper-theme-color: #1e3c72;
    --swiper-preloader-color: #1e3c72;
}

.khaled-google-section {
    all: initial; display: block; font-family: arial, sans-serif;
    direction: rtl; width: 100%; padding: 80px 0; background: transparent;
}
.khaled-google-section * { box-sizing: border-box; }

.khaled-container {
    width: 100%; max-width: 100%; margin: 0 auto; padding: 0 20px;
    position: relative;
}

/* الـ Wrapper عشان الشاشتين يبدلوا على بعض */
.khaled-wrapper {
    width: 100%; max-width: 100%; margin: 0 auto;
}

/* شاشة البحث */
.khaled-google-screen {
    background: #fff; padding: 60px 40px; border-radius: 24px;
    box-shadow: 0 12px 50px rgba(0,0,0,0.16); text-align: center;
    transition: opacity 1s ease;
}
.khaled-logo {
    max-width: 300px; width: 100%; height: auto; margin: 0 auto 40px;
}

/* شريط البحث عريض جدًا وأيقونات في النص بالظبط */
.khaled-search-container {
    position: relative; margin: 0 auto; width: 100%; max-width: 800px;
}
#khaled-q {
    width: 100%; padding: 18px 70px 18px 60px; font-size: 19px;
    border: 1px solid #dfe1e5; border-radius: 50px; outline: none;
    box-shadow: 0 2px 8px rgba(32,33,36,0.28); transition: all 0.3s;
}
#khaled-q:focus { border-color: #4285f4; box-shadow: 0 3px 12px rgba(32,33,36,0.38); }

/* أيقونات في منتصف الشريط بالظبط (حتى لو عريض جدًا) */
.khaled-search-icon, .khaled-mic-btn {
    position: absolute; top: 33%; transform: translateY(-50%);
    width: 28px; height: 28px; background-size: contain; background-repeat: no-repeat;
}
.khaled-search-icon {
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23909090' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}
.khaled-mic-btn {
    right: 18px; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234285f4'%3E%3Cpath d='M12 15c1.66 0 3-1.34 3-3V6c0-1.66-1.34-3-3-3s-3 1.34-3 3v6c0 1.66 1.34 3 3 3z'/%3E%3Cpath d='M19 11c0 3.87-3.13 7-7 7s-7-3.13-7-7H3c0 4.97 4.03 9 9 9s9-4.03 9-9h-2z'/%3E%3C/svg%3E");
}

/* الاقتراحات */
.khaled-suggestions {
    position: absolute; top: 60%; left: 50%; transform: translateX(-50%);
    width: 100%; max-width: 800px; background: #fff; border-radius: 0 0 30px 30px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18); max-height: 60vh; overflow: auto;
    opacity: 0; pointer-events: none; transition: opacity 0.2s; z-index: 10;
}
.khaled-suggestions.show { opacity: 1; pointer-events: auto; }
.khaled-suggestions div { padding: 14px 24px; font-size: 17px; cursor: pointer; }
.khaled-suggestions div:hover { background: #f8f9fa; }
.khaled-suggestions .bold { font-weight: 700; color: #000; }

/* شاشة النتايج */
.khaled-final {
    opacity: 0; transform: translateY(30px); transition: all 1.4s cubic-bezier(0.22,1,0.36,1);
    width: 100%; max-width: 100%; margin: 0 auto;
}
.khaled-final.show { opacity: 1; transform: translateY(0); }

#khaled-main {
    background: #fff; padding: 30px; border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12); border: 1px solid #dadce0;
    margin-bottom: 32px;
}
.khaled-flex {
    display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap; justify-content: center;
}
.khaled-flex img {
    width: 140px; height: 140px; border-radius: 50%; object-fit: cover;
    border: 7px solid #fff; box-shadow: 0 12px 40px rgba(30,60,114,0.5); flex-shrink: 0;
}
@media (min-width: 768px) {
    .khaled-flex { flex-wrap: nowrap; justify-content: flex-start; }
}
#khaled-main h3 { font-size: 28px; margin: 0 0 8px; }
#khaled-main h3 a {
    text-decoration: none; font-weight: 900;
    background: linear-gradient(90deg,#1e3c72,#65549f,#c33764);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.khaled-url { color: #006621; font-size: 15px; margin: 6px 0; }
.khaled-rating { color: #ea8600; font-weight: bold; font-size: 17px; margin: 12px 0; }
.khaled-snippet { color: #333; font-size: 15.5px; line-height: 1.8; }
.khaled-links a { color: #1a0dab; margin-left: 24px; font-size: 15px; text-decoration: none; }
.khaled-links a:hover { text-decoration: underline; }

.khaled-result h3 { font-size: 21px; margin: 0 0 6px; }
.khaled-result h3 a { color: #1a0dab; text-decoration: none; }
.khaled-result .khaled-url { color: #006621; font-size: 15px; }
.khaled-result .khaled-snippet { color: #555; font-size: 15px; line-height: 1.6; }
.khaled-blurred { filter: blur(10px) brightness(0.78) saturate(1.3); pointer-events: none; opacity: 0.9; }

/* الصاروخ */
.khaled-rocket {
    position: absolute; bottom: -50vh; left: 50%; transform: translateX(-50%) rotate(-30deg);
    width: 180px; opacity: 0; z-index: 9;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 200"><path fill="%23c33764" d="M50 0 L30 80 L20 120 Q50 180 80 120 L70 80 Z"/><path fill="%23ff4500" d="M50 80 L40 140 L60 140 Z"/><circle cx="50" cy="30" r="20" fill="%23ffd700"/><path fill="%23ff4500" d="M35 160 L50 200 L65 160 Z"/></svg>') center/contain no-repeat;
}
.khaled-rocket.fly { animation: rocketFly 4s ease-out forwards; }
@keyframes rocketFly {
    0%   { bottom: -50vh; opacity: 0; transform: translateX(-50%) rotate(-30deg); }
    15%  { opacity: 1; }
    70%  { bottom: 50vh; transform: translateX(-50%) rotate(15deg); }
    100% { bottom: 130vh; opacity: 0; transform: translateX(-50%) rotate(45deg); }
}

.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;
}