﻿
.header .navbar-logo img {
    max-width: 100%;
    height: 60px;
}


.video, .microsoft-form, .google-form {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: auto;
}

[dir="rtl"] .topbar__social-menu::before {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

[dir="ltr"].topbar__social-menu::before {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

p iframe {
    width: 100% !important;
}

p img {
    width: 100% !important;
    height: auto;
    padding: 0 0 10px 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.google-form iframe, .microsoft-form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    border: 0
}



.funfact-one .funfact-one__icon img {
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #115da9;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.WhatsAppLink {
    font-size: 23px !important;
    border-radius: 100%;
    background: #25d366 !important;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    bottom: 10px;
}


.page-banner__title {
    font-size: 50px;
}

@media (max-width: 767px) {
    .page-banner__title {
        font-size: 30px;
    }
}

.justify-center {
    justify-content: center !important;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 80px;
    right: 35px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999999;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 0;
}

.modal-content, .modal {
    z-index: 9999999 !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


@media screen and (max-width: 767px) {
    .btn-whatsapp-pulse {
        bottom: 75px;
        right: 10px;
        font-size: 25px;
        padding: 20px;
    }
}

.img_slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.background-black {
    background-color: #115da9;
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #ffffff;
}


select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: rgba(244, 244, 244, 0.5);
    color: #43435C;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
}


.sectionp {
    padding: 80px 0 80px !important;
}


.footer-widget .footer-widget__info li a {
    color: #fff;
}

.modal {
    z-index: 999999;
}


/**/
[dir="rtl"] .blog-area .blog__single-content .time {
    right: auto;
    left: 30px;
}

[dir="rtl"] .team-area .content {
    direction: rtl;
}

[dir="rtl"] .breadcrumb-item::before {
    padding-left: 12px;
    float: right;
    padding-right: 1px !important;
}

.common-banner .breadcrumb {
    max-width: fit-content;
}

.cm-sidebar-overview {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

    .cm-sidebar-overview .parallax-image-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    .cm-sidebar-overview .parallax-image-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(4px) brightness(0.8); /* تشويش + تغميق بسيط */
        transition: transform 0.6s ease, filter 0.6s ease;
    }

    .cm-sidebar-overview:hover .parallax-image-inner img {
        transform: scale(1.2);
        filter: blur(0px) brightness(1); /* إزالة التشويش + وضوح كامل */
    }

    .cm-sidebar-overview::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .cm-sidebar-overview .cm-content {
        position: relative;
        bottom: 20px;
      
        color: #fff;
        z-index: 2;
        transform: translateY(40px);
        opacity: 1;
        transition: all 0.6s ease;
    }

    .cm-sidebar-overview h4 {
        font-size: 1.4rem;
        margin-bottom: 10px;
        transition: color 0.4s ease;
    }

    .cm-sidebar-overview p {
        font-size: 1rem;
        line-height: 1.5;
        transition: color 0.4s ease;
    }

    /* تأثير الهوفر */
    .cm-sidebar-overview:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 25px rgba(0,0,0,0.25);
    }

        .cm-sidebar-overview:hover .parallax-image-inner img {
            transform: scale(1.2);
        }

        .cm-sidebar-overview:hover::after {
            opacity: 1;
        }

        .cm-sidebar-overview:hover .cm-content {
            transform: translateY(0);
            opacity: 1;
        }

        .cm-sidebar-overview:hover h4 {
            color: #ffcc00; /* لون مميز عند الهوفر */
        }

        .cm-sidebar-overview:hover p {
            color: #ffffff;
        }


/*        counter box styles custom
*/

.containerc {
    margin-top: 100px
}



.counter-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .counter-box i {
        font-size: 40px;
        color: #529ef2;
        margin-bottom: 15px;
        display: block;
        transition: transform 0.5s ease, color 0.5s ease;
    }

    .counter-box span {
        display: block;
        font-size: 2rem;
        font-weight: bold;
        transition: color 0.4s ease, transform 0.4s ease;
    }

    .counter-box p {
        margin: 0;
        font-size: 1.1rem;
        transition: color 0.4s ease;
    }

    /* ✨ التأثير الأساسي */
    .counter-box:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 15px 25px rgba(0,0,0,0.2);
        background: linear-gradient(135deg, #529ef2, #89d274);
        color: #fff;
    }

        /* تغيير لون الأيقونة + حركة دوران */
        .counter-box:hover i {
            transform: rotate(15deg) scale(1.2);
            color: #fff;
        }

        /* تكبير الرقم بلطف */
        .counter-box:hover span {
            transform: scale(1.2);
            color: #fff;
        }

        /* تغيير لون النص */
        .counter-box:hover p {
            color: #f1f1f1;
        }

    /* ✨ خلفية متحركة عند الهوفر */
    .counter-box::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.2);
        transform: skewY(-15deg);
        transition: 0.6s;
    }

    .counter-box:hover::before {
        top: 100%;
    }

/* ✨ أنيميشن نبض */
@keyframes pulsec {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

/* تشغيل النبض عند الهوفر */
.counter-box:hover span {
    animation: pulsec 0.8s ease-in-out infinite;
    color: #fff;
}
.bannerc {
    margin-top: 0px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bannerc::before {
    content: "";
    position: absolute;
    inset-block: 0px;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 9.94%, rgba(9, 31, 27, 0.17) 22.52%, rgba(9, 31, 27, 0.37) 36.84%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 79.8%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -3;
}
    .bannerc .banner__slider__slider-bg {
        position: absolute;
        inset: 0px;
        z-index: -4;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .bannerc .swiper-slide-active .banner__slider__slider-bg {
        -webkit-animation: backgroundAnimation 12s ease-in-out;
        animation: backgroundAnimation 12s ease-in-out;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        z-index: -4;
    }
    .bannerc .banner__slider__slider-single {
        padding-block: 310px 300px;
        position: relative;
        z-index: 1;
    }

 
    .bannerc .banner__slider .circle-shape {
        position: absolute;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: linear-gradient(138deg, rgba(18, 47, 42, 0) 20.66%, #122f2a 91.54%);
        -webkit-backdrop-filter: blur(6.5px);
        backdrop-filter: blur(6.5px);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: -4;
        justify-self: center;
        align-self: center;
    }
    .bannerc .banner__slider__slider-single::after {
        content: "";
        position: absolute;
        inset-block: 0px;
        inset-inline-start: 0px;
        width: 100%;
        height: 100%;
        background-color: var(--black);
        opacity: 0.5;
        z-index: -3;
    }


    .bannerc .banner__content .sub-title,
    .bannerc .banner__content h1,
    .bannerc .banner__content p,
    .bannerc .banner__content .banner__content-cta {
        color: #fff;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

.bannerc .sub-title,
.bannerc h1,
.bannerc p {
    color: var(--white);
}

/*.bannerc h1 {
    font-weight: 800;
    margin-block: 15px 20px;
}*/

   /* .bannerc h1 span {
        color: var(--base-bg);
    }*/

/*.bannerc p {
    max-width: 800px;
    margin-inline: auto;
}*/

.testimonial-two__single {
    background: #fff;
    border-radius: 10px !important; /* حواف ناعمة */
    padding: 30px 25px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    position: relative;
    cursor: default;
}
.testimonial-two-slider{
    z-index:4;
}
/* العنوان */
.testimonial-two__single-content h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

/* النص */
.testimonial-two__single-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* ✨ تأثير الهوفر الرسمي */
.testimonial-two__single:hover, testimonial-two__single h6:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    background: #fafafa; /* تغيير خفيف للخلفية */
}

    /* تغيير بسيط للعنوان عند الهوفر */
    .testimonial-two__single:hover h6 {
        color: #0077b6; /* لون أزرق رسمي */
    }

    /* النص عند الهوفر */
    .testimonial-two__single:hover p {
        color: #333;
    }

.footer__widget .social {
    display: flex;
    gap: 12px; /* المسافة بين الأيقونات */
    margin-top: 15px;
}

    .footer__widget .social a {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f4f4f4;
        border-radius: 10px; /* حواف ناعمة */
        color: #444;
        font-size: 18px;
        transition: all 0.3s ease;
    }

        .footer__widget .social a:hover {
            background: #222; /* خلفية داكنة عند الهوفر */
            color: #fff; /* الأيقونة تتحول للون الأبيض */
            transform: translateY(-4px); /* ارتفاع خفيف */
            box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* ظل خفيف */
        }

