@media (max-width: 1199px) {
    .img-box4 .img1 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    .hero-style9 .hero-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
        max-width: 669px;
        /*display: none;*/
    }

    .service-list_text {
        display: block;
    }

    .service-list_title {
        display: block;
    }

    .service-list_title {
        font-size: 12px !important;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--title-color);
        margin-bottom: 0;
        -webkit-transition: 0.4sease-in-out;
        transition: 0.4sease-in-out;
    }

    .hero-9 .hero-img {
        position: absolute;
        top: 140px;
        right: 0;
        z-index: 2;
        max-width: 74% !important; 
        height: 100%;
    }

    .hero-9 .hero-img::before {  
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(left, #4a4a4a -7.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 93.18%) !important;
        background: linear-gradient(90deg, #4a4a4a -7.56%, rgba(74, 74, 74, 0.920498) 11.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 93.18%) !important;
        z-index: 1;
    }

}
 
.advantage-list_wrapper .checklist {
    max-width: 300px;
}

.advantage-img {
    max-width: 130px;
    border-radius: 0px 0px 50px 0px;
}

.hero-9 .hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, #4a4a4a 1.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 77.18%);
  background: linear-gradient(90deg, #4a4a4a 1.56%, rgba(74, 74, 74, 0.920498) 10.26%, rgba(74, 74, 74, 0.857198) 17.55%, rgba(74, 74, 74, 0) 77.18%);
  z-index: 1;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 13px !important; 
    font-weight: 400;
}

.checklist li {
  color: var(--light-color);
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}

.advantage-text {
    color: var(--light-color);
    margin-bottom: 20px;
}

.info-card.style5 .info-card_text {
    font-size: 14px;
    color: var(--light-color);
}

.bg-title {
    background-color: #4a4a4a !important;
}

.header-layout9 .sticky-wrapper.sticky {
    background-color: #353535 !important;
}

.header-layout9 .logo-bg:before {
    content: '';
    position: absolute;
    top: -60%;
    left: 0;
    height: 570px;
    width: 80%;
    background-color: #353535 !important;
    -webkit-clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    clip-path: polygon(0% 0%, 79% 0, 100% 20%, 0 100%, 0% 100%);
    z-index: -1;
}

.header-layout9 .sticky-wrapper {
    position: relative;
    background-color: #353535;
    z-index: 6;
}

.header-layout9 .logo-bg:after {
    content: '';
    position: absolute;
    top: -30%;
    left: 0;
    height: 160px;
    width: 87%;
    background-color: rgb(0 0 0 / 0%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    z-index: -1;
}

.counter-item {
    position: relative;
    border-radius: 50%;
    background-color: #353535;
    text-align: center;
    padding: 40px 30px;
}

.newsletter-form input {
    background-color: transparent;
    border: 1px solid #8a8a8a;
}


.service-card.style2 .service-card_text:hover {
    margin-bottom: 28px;
    color: #e2e2e2;
}

.footer-layout9 .copyright-wrap {
    position: relative;
    z-index: 2;
    background-color: #262626;
}

hr.style1 { 
    margin: 0;
    border: 1px solid #5e5c5c;
}

.footer-layout9 .footer-info {
    margin-bottom: 28px;
    color: #a39f9f;
}

.hero-style9 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 23px;
    max-width: 669px;
    margin-left: 30px;
}

.main-menu > ul > li {
    margin: 0 4px;
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 21px;
    border-radius: 0;
    border: none;
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*whatsapp*/
/* الحاوية الرئيسية */
.whatsapp-fixed {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 2s;
}

/* حركة الدخول */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* زر الواتساب */
.whatsapp-fixed a {
    position: relative;
    width: 50px;
    height: 50px;
    /*background: #128C7E; /* أخضر داكن رسمي */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 
        0 0 0 8px rgba(18, 140, 126, 0.25), /* الهالة الداكنة الثابتة */
        0 10px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* تأثير موجة خفيف عند الضغط */
.whatsapp-fixed a:active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: ripple 0.4s ease;
}

@keyframes ripple {
    from {
        transform: scale(0.5);
        opacity: 0.6;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* صورة الأيقونة */
.whatsapp-fixed img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

/* Hover احترافي */
.whatsapp-fixed a:hover {
    transform: translateY(-6px) scale(1.07);
    box-shadow: 
        0 0 0 10px rgba(18, 140, 126, 0.35),
        0 15px 40px rgba(0, 0, 0, 0.3);
}

.whatsapp-fixed a:hover img {
    transform: rotate(8deg);
}

/* فقاعة النص */
.whatsapp-text {
    position: absolute;
    left: 80px;
    background: #222;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s ease;
    top: 0px;
}

.whatsapp-fixed:hover .whatsapp-text {
    opacity: 1;
    transform: translateX(0);
}

.service-taxi-wrapper .service-taxi-image img {
    width: revert-layer;
}

.service-item_title {
    font-weight: 600;
    font-size: 19px;
    line-height: 34px;
    color: var(--title-color);
    margin-bottom: 12px;
}

.service-item_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 18px;
}

.accordion-card.style4 .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 17px 70px 17px 25px;
    min-height: 56px;
    border-radius: 0px 0px 20px 0px;
}


.accordion-card .accordion-body {
    padding: 30px 0 20px 0;
    display: block;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 30px;
}


.title-area .sec-title {
    /*margin-bottom: 15px;*/
    width: 80%;
    text-align: center;
    margin: 0px auto;
}