﻿
:root {
    --dark-blue: #0f2f47;
    --light-blue: #457aa8;
}
/*****************Navbar****************************/
.menu2 {
    background-color: #fff;
    border-bottom: 1px solid var(--dark-blue);
}

    .menu2 .dropdown-item:hover, .menu1 .dropdown-item:focus {
        color: #09acfb;
        background-color: unset;
    }

    .menu2 .nav-link {
        text-transform: capitalize;
        color: #000 !important;
        font-weight: 500;
        margin-right: 5px;
    }

    .menu2 .navbar-nav {
        margin-left: auto !important;
        margin-right: unset !important;
    }

    .menu2 .navbar-brand {
        padding: 0px;
    }

    .menu2 .logo {
        width: 200px;
        transition: 0.4s;
    }

    .menu2 .navbar-nav .active > .nav-link {
        color: #ffffff !important;
        /* border-bottom: 2px solid #ffca62!important; */
        border-radius: 30px;
        background-color: var(--light-blue);
        padding: 10px 15px;
    }

    .menu2 .navbar-nav .nav-link:hover {
        color: #ffffff !important;
        color: #fff;
        border-radius: 30px;
        background-color: var(--light-blue);
    }

    .menu2 .navbar {
        padding: 0.2rem 1rem;
    }

    .menu2 .navbar-toggler {
        border: none;
        margin-right: 28px;
        cursor: pointer;
    }

        .menu2 .navbar-toggler i {
            font-size: 25px;
            color: #457aa8;
        }

    .menu2 .navbar-brand {
        padding: 5px;
    }

    .menu2 .navbar-light .navbar-nav .nav-link:hover, .menu1 .navbar-light .navbar-nav .nav-link:focus {
        color: var(--dark-blue);
        transition: 0.4s;
    }

    .menu2 .navbar {
        padding: 0.5rem 0px;
    }

    .menu2 .dropdown-item:hover, .menu1 .dropdown-item:focus {
        color: #457aa9;
        background-color: unset;
    }

    .menu2 .dropdown-item {
        padding: 0.2rem 1rem;
        color: #212529;
        font-size: 15px;
        font-size: 14.5px;
        padding-right: 12px;
        letter-spacing: 0px;
    }

    .menu2 .navbar {
        padding: 0px 10px;
    }

    .menu2 .qq .dropdown-toggle::after {
        float: right;
        margin-top: 7px;
        transform: rotate(270deg);
    }

@media(max-width:767px) {
    .menu2 .nav-link {
        padding-left: 15px;
    }

    .menu2 .nav-item {
        margin-bottom: 5px;
    }
}

/* Top Header */
.top-header {
    background-color: var(--dark-blue);
    font-size: 1.3em;
    padding: 10px 15px;
}

    .top-header .left-info i,
    .top-header .right-links i {
        color: var(--light-blue);
        margin-right: 5px;
    }

        .top-header .right-links i:hover {
            color: var(--blue);
            transform: rotate(360deg);
            transition: 0.5s;
        }

/* Sticky Navbar */
.menu2 {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Gradient Button - Request a Service */
.btn-gradient {
    background: linear-gradient(135deg, var(--dark-blue), var(--light-blue));
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.menu2 .nav-item .btn-gradient {
    color: #fff !important;
    padding: 10px 15px;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, var(--light-blue), var(--dark-blue));
    color: #fff !important;
    transform: translateY(-2px);
    padding: 10px 15px;
}


/*****************Slider****************************/
.swiper {
    text-align: center;
}

.swiper-container {
    width: 100vw;
    height: 100vh;
}

.swiper-slide {
    /* background-color: #fcfcfc; */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fcfcfc;
    font-size: 24px;
}

    .swiper-slide > .swiper-slide-cover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent no-repeat 50% 50% /cover;
    }

    .swiper-slide .slide-01 {
        background-image: url(../../images/bann4.jpg);
        transform-origin: 50% 50%;
    }

    .swiper-slide .slide-02 {
        background-image: url(../../images/bann51.jpg);
        transform-origin: 50% 50%;
    }

    .swiper-slide .slide-03 {
        background-image: url(../../images/bann81.jpg);
        transform-origin: 50% 50%;
    }

    .swiper-slide .slide-04 {
        background-image: url(../../images/bann10.jpg);
        transform-origin: 50% 50%;
    }


.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
}

:root {
    --swiper-pagination-bottom: 40px;
    --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    opacity: 0.55;
    --swiper-navigation-color: rgba(252, 252, 252, 0.85);
    transition: opacity 0.3s ease, color 0.3s ease;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: transparent;
        opacity: 0.85;
        --swiper-navigation-color: #fcfcfc;
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
    --swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-slide .info {
    position: absolute;
    width: 100%;
    top: 50%;
    /* left: 50%; */
    /* background: rgba(0, 0, 0, 0.4); */
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); */
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

    .swiper-slide .info > div {
        display: inline-block;
        vertical-align: middle;
    }

.swiper-slide .title {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    animation: fadeInUp 1s ease-out forwards;
}

.swiper-slide .description {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 1.5s ease-out 0.5s forwards;
}

@keyframes slideInTop {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 767px) {
    .swiper-slide .title {
        font-size: 40px;
    }

    .swiper-slide .description {
        font-size: 16px;
        width: 80%;
    }
}

@media (max-width: 400px) {
    .swiper-slide .title {
        font-size: 30px;
    }

    .swiper-slide .description {
        font-size: 14px;
        width: 90%;
    }
}

/*****************About Us****************************/
.about-section {
    padding: 60px 20px 100px;
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.about-head {
    float: right;
    margin-right: -5%;
}

.about-subtitle {
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: 500;
    margin-bottom: 10px;
}

.about-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--light-blue);
    margin-bottom: 30px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.about-image {
    flex: 1 1 45%;
}

    .about-image img {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        position: absolute;
        top: -26%;
    }

.about-text {
    flex: 1 1 50%;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

    .about-text p {
        margin-bottom: 20px;
    }

.about-content {
    position: relative;
    display: -webkit-inline-box;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    z-index: 1;
}

/* نقاط خلف النص */
.dot-decoration {
    position: absolute;
    top: -38%;
    right: 0;
    width: 180px;
    opacity: 0.5;
    z-index: 0;
}

    .dot-decoration img {
        width: 100%;
    }

/* أمواج خلف الصورة */
.wave-decoration {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 200px;
    z-index: 18;
    opacity: 0.5;
    animation: waveFloat 4s ease-in-out infinite;
}


    .wave-decoration img {
        width: 100%;
    }

/* محتوى أعلى الزخرفة */
.about-image,
.about-text {
    position: relative;
    z-index: 1;
    float: left;
}

/* Responsive */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }

    .about-title {
        font-size: 24px;
    }

    .about-subtitle {
        font-size: 16px;
    }

    .dot-decoration,
    .wave-decoration {
        display: none;
    }

    .about-content {
        display: flex;
        flex-direction: column; /* يخلي كل العناصر تحت بعض */
        align-items: center; /* يوسّطهم أفقياً */
        text-align: center;
        gap: 20px; /* مسافة بين العناصر */
    }

    .about-head {
        float: none;
        margin: 0 auto 20px auto; /* يخلي العنوان في النص */
        text-align: center;
    }

    .about-image {
        order: 2; /* الصورة تيجي بعد العنوان */
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

        .about-image img {
            position: relative; /* يلغي الـ absolute */
            top: 0;
            width: 100%;
            max-width: 400px; /* عشان ما تبقاش ضخمة أوي */
            height: auto;
            margin: 0 auto;
        }

    .about-text {
        order: 3; /* النص ييجي بعد الصورة */
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .dot-decoration,
    .wave-decoration {
        display: none; /* إخفاء الزخارف */
    }
}

@keyframes waveFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*****************Services****************************/
.serv {
    height: 150vh;
    width: 100%;
    display: grid;
    place-items: center;
}

    .serv .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }

    .serv .column {
        width: 100%;
        padding: 0 1em 1em 1em;
        text-align: center;
    }

    .serv .card {
        width: 100%;
        height: 100%;
        padding: 2em 1.5em;
        background: linear-gradient(#ffffff 50%, var(--light-blue) 50%);
        background-size: 100% 200%;
        background-position: 0 2.5%;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        transition: 0.5s;
    }

    .serv h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--dark-blue);
        margin: 1em 0;
    }

    .serv p {
        color: #575a7b;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.03em;
    }

    .serv .icon-wrapper {
        background-color: var(--light-blue);
        position: relative;
        margin: auto;
        font-size: 30px;
        height: 2.5em;
        width: 2.5em;
        color: #ffffff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: 0.5s;
    }

    .serv .card:hover {
        background-position: 0 100%;
    }

        .serv .card:hover .icon-wrapper {
            background-color: #ffffff;
            color: var(--light-blue);
        }

        .serv .card:hover h3 {
            color: #ffffff;
        }

        .serv .card:hover p {
            color: #f0f0f0;
        }

@media screen and (min-width: 768px) {
    .serv {
        padding: 0 2em;
    }

        .serv .column {
            flex: 0 50%;
            max-width: 50%;
        }
}

@media screen and (min-width: 992px) {
    .serv {
        padding: 5em 3em;
    }

        .serv .column {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }
}

.serv-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.serv-subtitle {
    font-size: 18px;
    color: var(--light-blue);
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.serv-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 10px;
    position: relative;
}

.underline {
    width: 80px;
    height: 4px;
    background: var(--light-blue);
    margin: 0 auto;
    border-radius: 2px;
    animation: slideInUnderline 1.2s ease-out forwards;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
}

@media (max-width: 768px) {
    .serv {
        height: auto;
    }
}

/* Animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUnderline {
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .fade-in-up.in-view {
        opacity: 1;
        transform: translateY(0);
    }


/*****************Projects****************************/
.base-template {
    padding: 8em 0em 8em;
}

.base-template__wrapper {
    max-width: 1560px;
    overflow: visible;
    /* padding: 15% 0; */
}

.base-template__text {
    margin-bottom: 60px;
}

/**
 * Slider Instance
 */

.swiper {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.emotions-slider {
    --color-gray: #818181;
    --color-gray-dark: #1e1e1e;
    padding-inline: 98px;
    position: relative;
}

.emotions-slider__slide {
    display: flex;
    align-items: center;
    /* min-height: 550px; */
}

@media screen and (max-width: 767.9px) {
    .emotions-slider {
        padding: 0;
        margin-inline: -20px;
    }

    .base-template__wrapper {
        overflow: hidden;
    }
}

/**
 * Slider Navigation
 */

.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    z-index: 1;
    pointer-events: none;
}

.slider-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 48px;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .slider-nav__item.disabled {
        cursor: default;
        opacity: 0.5;
    }

    .slider-nav__item path {
        stroke: currentColor;
    }

@media (hover: hover) and (pointer: fine) {
    .slider-nav__item:not(.disabled):hover {
        color: var(--color-blue);
    }
}

@media (hover: none) {
    .slider-nav__item:not(.disabled):active {
        color: var(--color-blue);
    }
}

@media screen and (max-width: 767.9px) {
    .slider-nav {
        display: none;
    }
}

/**
 * Slider Pagination
 */

.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 40px;
}

.swiper-pagination-lock {
    display: none !important;
}

.slider-pagination__item {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--dark-blue);
    transition: all 0.3s ease-out;
    opacity: 0.2;
    margin-bottom: 2%;
}

    .slider-pagination__item.active {
        width: 30px;
        opacity: 1;
    }

/**
 * Slider Item
 */

.swiper-slide {
    width: auto;
    height: auto;
}

@keyframes btn-arrow-move {
    0% {
        translate: 0;
    }

    100% {
        translate: 100% -100%;
    }
}

.emotions-slider-item {
    --border-radius: 10px;
    width: calc(100dvw - 60px);
    max-width: 400px;
    background: var(--light-blue);
    border-radius: var(--border-radius);
    position: relative;
    overflow: visible;
}

.emotions-slider-item__badge {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px 4px 5px;
    background: #00000066;
    border-bottom-right-radius: var(--border-radius);
    font-size: 14px;
    line-height: calc(24 / 14);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

    .emotions-slider-item__badge::before {
        content: "";
        flex-shrink: 0;
        display: block;
        aspect-ratio: 1;
        width: 18px;
        background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-star.svg") center center no-repeat;
        background-size: 100%;
    }

.emotions-slider-item__image {
    aspect-ratio: 400 / 270;
    overflow: hidden;
}

    .emotions-slider-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.emotions-slider-item__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
}

.emotions-slider-item__header,
.emotions-slider-item__footer {
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.6s ease-in;
}

.emotions-slider-item__header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.emotions-slider-item__price {
    font-weight: 600;
    font-size: 22px;
    line-height: calc(24 / 22);
}

.emotions-slider-item__author {
    display: flex;
    align-items: center;
    gap: 4px;
}

.emotions-slider-item__author-image {
    flex-shrink: 0;
    aspect-ratio: 1;
    width: 20px;
    border-radius: 100%;
    overflow: hidden;
}

    .emotions-slider-item__author-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.emotions-slider-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.emotions-slider-item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.7;
}

.emotions-slider-item__btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.emotions-slider-item__btn-icon {
    flex-shrink: 0;
    display: block;
    aspect-ratio: 1;
    width: 24px;
    position: relative;
    overflow: hidden;
}

    .emotions-slider-item__btn-icon::before,
    .emotions-slider-item__btn-icon::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url("https://bato-web-agency.github.io/bato-shared/img/slider-1/icon-btn-arrow.svg") center center no-repeat;
        background-size: 100%;
    }

    .emotions-slider-item__btn-icon::after {
        position: absolute;
        top: 100%;
        right: 100%;
    }

.emotions-slider__slide:not(.swiper-slide-active) .emotions-slider-item__header,
.emotions-slider__slide:not(.swiper-slide-active)
.emotions-slider-item__footer {
    max-height: 0;
}

@media (hover: hover) and (pointer: fine) {
    .emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::before,
    .emotions-slider-item__btn:hover .emotions-slider-item__btn-icon::after {
        animation: btn-arrow-move 0.4s ease forwards;
        color: var(--dark-blue);
    }
}

@media (hover: none) {
    .emotions-slider-item__btn:active .emotions-slider-item__btn-icon::before,
    .emotions-slider-item__btn:active .emotions-slider-item__btn-icon::after {
        animation: btn-arrow-move 0.4s ease forwards;
    }
}

.fade-in-up.in-view h1,
.fade-in-up.in-view h2 {
    animation: fadeUp 1s ease forwards;
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.emotions-slider-item {
    background: linear-gradient(145deg, #1f2a40, #29354b);
    color: #fff;
}


/*****************Blogs****************************/
.plugin-2 {
    padding: 50px 0px;
}

    .plugin-2 .programs-section {
        background: #efefef;
        padding-bottom: 0;
    }

    .plugin-2 .packages-row [class^="col-"] {
        padding: 0;
    }

    .plugin-2 .program-box {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .plugin-2 .prog-img {
        background-size: 100% 100%;
        background-position: center;
        transition: .5s;
    }

    .plugin-2 .program-box:hover .prog-img {
        background-size: 110% 110%;
    }

    .plugin-2 .prog-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; /* transform: translate(-50%, -50%); */
        color: #FFF !important;
        font-size: 20px;
        transition: .5s;
        text-align: left;
        padding: 75px 15px 15px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .plugin-2 .program-box:hover .prog-title {
        padding: 75px 15px 45px;
    }

    .plugin-2 .prog-more {
        position: absolute;
        bottom: 13px;
        left: 0;
        padding-left: 15px;
        color: #FFF;
        opacity: 0;
        transition: .5s;
        font-size: 17px;
    }

        .plugin-2 .prog-more:hover, focus {
            color: var(--light-blue) !important;
            font-weight: 500;
        }

    .plugin-2 .program-box:hover .prog-more {
        opacity: 1;
    }

    .plugin-2 .news-over-lay {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .plugin-2 .program-box:hover .news-over-lay {
        background-color: #00000066;
    }

    .plugin-2 .more-news {
        color: #05aa4e;
        font-weight: 600;
    }

        .plugin-2 .more-news:hover {
            color: #9bcc3c;
        }

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 40px;
}

.blog-pagination__item {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--dark-blue, #123456); /* fallback color */
    transition: all 0.3s ease-out;
    opacity: 0.2;
}

    .blog-pagination__item.active {
        width: 30px;
        opacity: 1;
    }

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.program-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .program-box:hover {
        transform: translateY(-5px);
    }

.prog-img {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.news-over-lay {
    position: absolute;
    inset: 0;
    /* background-color: rgba(0,0,0,0.4); */
}

.prog-title {
    display: block;
    padding: 1rem;
    color: #222;
    text-decoration: none;
}

    .prog-title h5 {
        margin-top: 0.5rem;
        font-size: 1.1rem;
        font-weight: bold;
    }

.prog-more {
    display: block;
    padding: 0.5rem 1rem 1rem;
    color: #0074c2;
    font-weight: bold;
    text-decoration: underline;
}


/*****************Why Choose us****************************/
.about-page13 {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    overflow: visible;
    background: #fff;
    margin: 4% 0% 0% 0%;
}

.why-left {
    flex: 1;
    background: url('../../images/img16.jpg') no-repeat center/cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background-color: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    padding: 4%;
    /* margin-top: 40%; */
}

.overlay h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

.overlay .subtitle {
    font-size: 18px;
    color: #ccc;
}

.about-page13 .icon-circles {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateX(-50px) translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
    opacity: 0;
    transition: all 0.8s ease-out;
}

    .about-page13 .icon-circles.visible {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }

.about-page13 .circle-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #2c3e50;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin-bottom: 140%;
}

    .about-page13 .circle-icon img {
        width: 45px;
        height: 45px;
        filter: none; /* No color filter needed for SVGs that use currentColor */
        filter: brightness(0) saturate(100%) invert(36%) sepia(21%) saturate(1209%) hue-rotate(174deg) brightness(96%) contrast(90%);
    }

    .about-page13 .circle-icon:hover {
        background: var(--light-blue);
        color: #fff;
        transform: scale(1.1);
    }

        .about-page13 .circle-icon:hover img {
            filter: brightness(0) invert(1);
        }

.why-right {
    flex: 1.5;
    padding: 80px 40px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.why-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

    .why-item h3 {
        color: var(--dark-blue);
    }

    .why-item.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .why-item:nth-child(1) {
        transition-delay: 0.2s;
    }

    .why-item:nth-child(2) {
        transition-delay: 0.4s;
    }

    .why-item:nth-child(3) {
        transition-delay: 0.6s;
    }

@media (max-width: 768px) {
    .why-left {
        height: 400px;
        min-height: 400px;
        display: block;
    }

    .overlay {
        padding: 30px 20px;
    }

        .overlay h2 {
            font-size: 24px;
        }

    .about-page13 .icon-circles {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin: 20px 0;
        animation: none;
        opacity: 1;
        transform: translateX(0) translateY(-15%) !important;
    }

    .why-right {
        padding: 60px 20px;
    }

    .content {
        padding: 0;
    }
}

/*****************Certificates****************************/
.slider-p11 section {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 6rem 0;
}

    .slider-p11 section > div {
        width: 50%;
    }

.slider-p11 .slider-p:after {
    content: "";
    display: block;
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F1F7FA 93%);
    z-index: 1;
}

.slider-p11 .slider-p img {
    border-radius: 20px;
    margin: 10px;
    width: 300px;
    height: 500px;
}

.slider-p11 .slick-track {
    margin-left: calc(50vw - 210px);
}

.slider-p11 .content {
    /* margin-right: calc( (100% - 1400px) / 2 ); */
    padding: 0 2rem;
}

    .slider-p11 .content h2 {
        color: var(--dark-blue);
    }

.slider-p11 button {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background-color: #0273A3;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767px) {
    .slider-p11 section {
        flex-direction: column-reverse;
    }

        .slider-p11 section > div {
            width: 100%;
        }

    .slider-p11 .slider-p:after {
        background: none;
    }

    .slider-p11 .content {
        margin-right: auto;
        padding: 0 2rem;
    }
}

/*****************Footer****************************/
a:hover {
    text-decoration: none !important;
    color: #000;
}

a {
    text-decoration: none !important;
    color: #000;
}

.footer1 {
    background-color: var(--grau-white);
    padding-top: 45px;
    padding-bottom: 45px;
}

    .footer1 .about-footer img {
        width: 230px;
        margin-bottom: 10px;
    }

.about-footer a {
    color: var(--light-blue);
}

.links h3 {
    margin-bottom: 24px;
    position: relative;
}

    .links h3::before {
        content: "";
        background-color: var(--light-blue);
        height: 3px;
        width: 22%;
        position: absolute;
        left: 0px;
        top: 42px;
    }

.footer1 ul a {
    color: #000;
}

.footer1 ul i {
    margin-right: 5px;
    color: var(--light-blue);
}

.footer1 ul li {
    margin-bottom: 5px;
}

.footer ul {
    margin-top: 19px;
}

@media(min-width:992px) {
    .footer1 .links {
        margin-top: 44px;
    }
}

.footer1 .links img {
    width: 27px;
    margin-right: 2px;
}

.footer1 .social {
    margin-top: 10px;
}

    .footer1 .social li {
        display: inline-block;
        font-size: 15px;
    }

    .footer1 .social i {
        font-size: 20px;
        transition: 0.5s;
    }

        .footer1 .social i:hover {
            color: var(--blue);
            transform: rotate(360deg);
            transition: 0.5s;
        }

.footer1 .flag li {
    display: inline-block;
}

.footer1 .flag {
    margin-top: -17px;
    margin-left: 3px;
}

ul {
    list-style: none;
    margin-left: -37px;
}

.comp1 {
    text-align: center;
    background-color: var(--dark-blue);
    border-bottom: 1.5px solid var(--light-blue);
    color: #fff;
    padding-top: 8px;
    font-family: var(--font1);
}

    .comp1 a {
        color: var(--grau-white);
    }

/***************Banner Page****************/
.inner-page-banner {
    position: relative;
    background-image: url('../../images/bann4.jpg'); /* ضع صورة مناسبة هنا */
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 32, 64, 0.5); /* لون تغبيش فوق الخلفية */
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.banner-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-description {
    font-size: 1.2rem;
    line-height: 1.6;
}

/********************Value********************/
.values-section {
    background-color: #f9f9f9;
    padding: 4rem 0;
    text-align: center;
}

.values-head {
    margin-bottom: 2rem;
}

.values-subtitle {
    color: var(--primary-color, #004080);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.values-title {
    font-size: 2rem;
    font-weight: 800;
    color: #222;
}

.values-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    max-width: 300px;
    text-align: left;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.value-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary-color, #004080);
}

.value-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/***************cta****************/
.cta-section {
    background: linear-gradient(135deg, #004080, #0074c2);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.cta-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.cta-button {
    background-color: #ffffff;
    color: #004080;
    padding: 0.8rem 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

    .cta-button:hover {
        background-color: #e0e0e0;
    }

/*****************FAQ****************/
.faq-section {
    background-color: #f9f9f9;
    padding: 4rem 2rem;
}

.faq-head {
    text-align: center;
    margin-bottom: 2rem;
}

    .faq-head h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        color: #004080;
    }

.faq-item {
    max-width: 800px;
    margin: 1rem auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    color: #004080;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

    .faq-question:hover {
        background-color: #eef6ff;
    }

.faq-item.active .faq-question {
    background-color: #e6f0ff;
    color: #002d66;
    box-shadow: 0 4px 12px rgba(0, 64, 128, 0.15);
}

.faq-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #0074c2;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #003366;
}

.faq-answer {
    display: none;
    font-size: 1rem;
    margin-top: 1rem;
    color: #555;
    padding-left: 2.5rem;
}

.faq-item.active .faq-answer {
    display: block;
}

.subscribe-section {
    background: linear-gradient(135deg, #004080, #0074c2);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.subscribe-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.subscribe-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-input {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 6px;
    flex: 1 1 300px;
    max-width: 100%;
    font-size: 1rem;
    outline: none;
}

.cta-button {
    background-color: #ffffff;
    color: #004080;
    padding: 0.8rem 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

    .cta-button:hover {
        background-color: #e0e0e0;
    }


#projects .prog-img {
    height: 400px;
}

#projects .prog-title {
    text-align: center !important;
}

.subscribe-section {
    background: linear-gradient(135deg, #004080, #0074c2);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.subscribe-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.subscribe-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-input {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 6px;
    flex: 1 1 300px;
    max-width: 100%;
    font-size: 1rem;
    outline: none;
}

.cta-button {
    background-color: #ffffff;
    color: #004080;
    padding: 0.8rem 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

    .cta-button:hover {
        background-color: #e0e0e0;
    }


.contact-page6 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-page6 {
    font-family: "Poppins", sans-serif;
}

.contact-page6-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;
    /* background-color: #fafafa; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page6-form {
    width: 100%;
    /* max-width: 820px; */
    background-color: #fff;
    border-radius: 4px;
    /* box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* z-index: 1000; */
    overflow: hidden;
}

.contact-page6-contact-info-form {
    background-color: #37678f;
    position: relative;
}

.contact-page6-circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #1b405d);
    position: absolute;
}

    .contact-page6-circle.one {
        width: 130px;
        height: 130px;
        top: 130px;
        right: -40px;
    }

    .contact-page6-circle.two {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 30px;
    }

.contact-page6-contact-info-form::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #36668e;
    transform: rotate(45deg);
    bottom: 66px;
    left: -13px;
}

.contact-page6-contact-info-form form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.contact-page6-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.contact-page6-social-input-containers {
    position: relative;
    margin: 1rem 0;
}

.contact-page6-input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: 0.3s;
}

    .contact-page6-input::placeholder {
        color: #fff;
    }

.contact-page6-social-input-containers.textarea textarea {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 4px;
    resize: none;
    overflow-y: auto;
}

.contact-page6-social-input-containers label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #fafafa;
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.contact-page6-social-input-containers.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.contact-page6-btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #37678f;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

    .contact-page6-btn:hover {
        background-color: #37678f;
        color: #fff;
    }

.contact-page6-contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

    .contact-page6-contact-info .contact-page6-title {
        color: #37678f;
    }

.contact-page6-text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.contact-page6-social-information {
    display: flex;
    align-items: center;
    color: #555;
    margin: 0.7rem 0;
    font-size: 0.95rem;
}

    .contact-page6-social-information i {
        font-size: 22px;
        margin-right: 8px;
        color: #37678f;
    }

.contact-page6-social-media {
    padding: 2rem 0 0 0;
}

    .contact-page6-social-media p {
        color: #333;
    }

.contact-page6-social-icons {
    display: flex;
    margin-top: 0.5rem;
}

    .contact-page6-social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 43px;
        background: linear-gradient(45deg, #37678f, #204766);
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s;
    }

        .contact-page6-social-icons a:hover {
            background: #204766;
        }

@media (max-width: 850px) {
    .contact-page6-form {
        grid-template-columns: 1fr;
    }

    .contact-page6-contact-info-form::before {
        top: -13px;
        left: initial;
        right: 70px;
    }
}

@media (max-width: 480px) {
    .contact-page6-container {
        padding: 1.5rem;
    }

    .contact-page6-contact-info-form form,
    .contact-page6-contact-info {
        padding: 1.7rem 1.6rem;
    }

    .contact-page6-title {
        font-size: 1.15rem;
    }

    .contact-page6-input,
    .contact-page6-btn {
        padding: 0.45rem 1.2rem;
    }

    .contact-page6-social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.map iframe {
    width: 100%;
    height: 300px;
}

.map {
    margin-top: 10px;
}

/* Banner */


/* Blog Layout */
.blog-inner {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.blog-wrapper {
    display: grid;
    grid-template-columns: 2.2fr 0.8fr;
    gap: 2rem;
}

.blog-article {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.blog-image img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.blog-content h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #004080;
}

.blog-content p {
    line-height: 1.6;
    margin-top: 1rem;
}

.blog-content blockquote {
    background: #eef6ff;
    padding: 1rem 1.5rem;
    border-left: 4px solid #0074c2;
    margin: 2rem 0;
    font-style: italic;
}

/* Sidebar */
.blog-sidebar .sidebar-widget {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.sidebar-widget h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #004080;
}

.sidebar-widget ul li {
    margin-bottom: 0.8rem;
}

    .sidebar-widget ul li a {
        text-decoration: none;
        color: #0074c2;
        transition: color 0.3s;
    }

        .sidebar-widget ul li a:hover {
            color: #004080;
        }

/* Subscribe Box in Sidebar */
.subscribe-box form {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.subscribe-box input {
    flex: 1;
    padding: 0.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.subscribe-box button {
    background: #004080;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

    .subscribe-box button:hover {
        background: #0074c2;
    }

/* Responsive */
@media (max-width: 992px) {
    .blog-wrapper {
        grid-template-columns: 1fr;
    }

    .blog-inner {
        padding: 4em 0;
    }
}

/**********Projects page*************/
.project-details {
    padding: 60px 0;
    background: #f9f9f9;
}

.project-details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-main {
    flex: 1 1 65% !important;
}

.project-sidebar {
    flex: 1 1 30%;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

    .project-sidebar ul {
        list-style: none;
        padding: 0;
        line-height: 1.8;
        margin-left: 0;
    }

    .project-sidebar h3 {
        margin-top: 20px;
    }

.back-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #457aa8;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}

    .back-btn:hover {
        background: #457aa8;
        color: #153852;
    }

/* Project Gallery Slider */
.project-gallery {
    margin-top: 40px;
}

    .project-gallery img {
        width: 100%;
        border-radius: 8px;
    }

.swiper {
    margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #457aa8;
}

.swiper-pagination-bullet-active {
    background: #457aa8;
}

/* Swiper basic styling */
.project-slider {
    width: 100%;
    max-width: 800px; /* تمنعها تكسر عرض الصفحة */
    margin: auto;
}

    .project-slider img {
        width: 100%;
        border-radius: 8px;
    }

.project-main {
    flex: 1 1 calc(65% - 15px);
    max-width: calc(65% - 15px);
}

.project-sidebar {
    flex: 1 1 calc(35% - 15px);
    max-width: calc(35% - 15px);
}

@media (max-width: 991px) {
    .project-main,
    .project-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/******************Mobile*******************/
@media (max-width: 991px) {
    .top-header {
        padding: 0;
    }

        .top-header .container-fluid {
            justify-content: center !important;
            gap: 5px;
        }

    .serv-inner-head {
        margin-top: 10%;
    }
}


.swiper-home {
    margin-top: 0% !important;
}
