﻿
.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: 99999;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 0;
}

.modal-content, .modal {
    z-index: 999999 !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: 99999;
}


/**/
[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); /* ظل خفيف */
        }


/* Value Cards */
.value-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}

.value-card {
    background: linear-gradient(135deg,var(--teal-light),rgba(0,89,101,.02));
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(0,89,101,.1);
    transition: var(--transition);
    text-align: center
}

    .value-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,89,101,.12);
        border-color: var(--bronze-light)
    }

.value-icon {
    color: var(--bronze);
    margin: 0 auto 12px;
    stroke-width: 1.5px
}

.value-card h4 {
    font-size: 18px;
    color: var(--teal);
    margin: 0;
    font-weight: 700
}






/* ===== قسم القيم المؤسسية ===== */
.values-section {
    padding: 100px 0;
    background: linear-gradient(135deg,rgba(0,89,101,.015),rgba(206,142,105,.015));
    position: relative;
    overflow: hidden
}

    .values-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to left,transparent,var(--teal-light),transparent)
    }

    .values-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle,rgba(206,142,105,.08),transparent);
        pointer-events: none;
        border-radius: 50%
    }

/* Values Header */
.values-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1
}

    .values-header .section-badge {
        display: inline-block;
        padding: 10px 24px;
        background: linear-gradient(135deg,var(--teal-light),rgba(0,89,101,.05));
        color: var(--teal);
        font-size: 13px;
        font-weight: 600;
        border-radius: 999px;
        margin-bottom: 20px;
        border: 1px solid rgba(0,89,101,.15);
        box-shadow: 0 4px 12px rgba(0,89,101,.08)
    }

    .values-header .section-title {
        font-size: 44px;
        color: var(--teal);
        margin: 0 0 20px;
        font-weight: 700;
        letter-spacing: -0.5px
    }

.values-subtitle {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.9;
    margin: 0;
    max-width: 700px;
    margin-inline: auto
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
    position: relative;
    z-index: 1
}

/* Value Card */
.value-card-main {
    background: #fff;
    border-radius: 28px;
    padding: 36px 28px;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,89,101,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    isolation: isolate
}

    .value-card-main::before {
        content: '';
        position: absolute;
        inset: -2px;
        background: linear-gradient(135deg,var(--teal),var(--bronze));
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: 28px;
        z-index: -2
    }

    .value-card-main::after {
        content: '';
        position: absolute;
        inset: 0;
        background: #fff;
        opacity: 1;
        transition: opacity 0.4s ease;
        border-radius: 26px;
        z-index: -1
    }

    .value-card-main:hover {
        transform: translateY(-16px) scale(1.02);
        box-shadow: 0 24px 64px rgba(0,89,101,.15);
        border-color: transparent
    }

        .value-card-main:hover::before {
            opacity: 1
        }

        .value-card-main:hover::after {
            opacity: 0
        }

    /* Gradient variations per card */
    .value-card-main:hover::before {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    }


/* Value Icon */
.value-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    background: transparent
}

.value-icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--secondary-color),rgba(0,89,101,.05));
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1)
}

.value-card-main:hover .value-icon-wrapper {
    transform: rotate(-10deg) scale(1.15)
}

.value-card-main:hover .value-icon-bg {
    background: rgba(255,255,255,.15);
    transform: rotate(20deg)
}

.value-icon-main {
    color: var(--primary-color);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 8px rgba(0,89,101,.2))
}

.value-card-main:hover .value-icon-main {
    color: #fff;
    transform: scale(1.1);
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.3))
}

/* Value Content */
.value-content {
    position: relative;
    z-index: 1
}

.value-name {
    font-size: 22px;
    color: var(--secondary-color);
    margin: 0 0 14px;
    font-weight: 700;
    transition: var(--transition);
    letter-spacing: -0.3px
}

.value-card-main:hover .value-name {
    color: #fff;
    transform: translateY(-2px)
}

.value-description {
    font-size: 14px;
    color: var(--basic-color);
    line-height: 1.75;
    margin: 0;
    transition: var(--transition)
}

.value-card-main:hover .value-description {
    color: rgba(255,255,255,.9)
}

@media (max-width:768px) {
    .value-cards {
        grid-template-columns: 1fr;
        gap: 12px
    }
    .values-section {
        padding: 60px 0
    }

    .values-header .section-title {
        font-size: 32px
    }

    .values-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 24px
    }

    .value-card-main {
        padding: 32px 24px
    }

    .value-icon-wrapper {
        width: 80px;
        height: 80px
    }

    .value-name {
        font-size: 20px
    }

}

@media (max-width:480px) {
    .value-card {
        padding: 20px
    }

    .values-header .section-title {
        font-size: 28px
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .value-card-main {
        padding: 28px 20px
    }

    .value-icon-wrapper {
        width: 70px;
        height: 70px
    }

    .value-icon-main {
        width: 40px;
        height: 40px
    }

    .value-name {
        font-size: 18px
    }

    .value-description {
        font-size: 13px
    }


}
