﻿@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Black.woff2') format('woff2'), url('font/SFUIDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Bold.woff2') format('woff2'), url('font/SFUIDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Heavy.woff2') format('woff2'), url('font/SFUIDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Light.woff2') format('woff2'), url('font/SFUIDisplay-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Medium.woff2') format('woff2'), url('font/SFUIDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Semibold.woff2') format('woff2'), url('font/SFUIDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Thin.woff2') format('woff2'), url('font/SFUIDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('font/SFUIDisplay-Ultralight.woff2') format('woff2'), url('font/SFUIDisplay-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'SF UI Display';
    background: #f8f9ff;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

/* Section 1 */
.container {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 20px;
    padding: 40px;
}

.card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
}

    .card.large {
        grid-row: span 2;
    }

    .card h2 {
        color: #9FBF4F;
        font-size: 24px;
        margin: 10px 0;
        color: var(--Color, #1D2763);
        font-family: "SF UI Display";
        font-size: 36.303px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .card h3 {
        color: #9FBF4F;
        font-size: 18px;
        margin: 10px 0;
        color: var(--Color, #1D2763);
        font-family: "SF UI Display";
        font-size: 24.275px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .card p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        color: rgba(97, 97, 97, 0.80);
        text-align: justify;
        font-family: "SF UI Display";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

.icon {
    font-size: 40px;
    color: #9FBF4F;
}

/* Section 2 */
.services {
    background: url("images/Rectangle183.png") no-repeat center center/cover;
    padding: 74px 50px;
    color: white;
    text-align: center;
    margin: 0;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
}

    .services h2 {
        font-size: 36px;
        margin-bottom: 10px;
        color: #FFF;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px; /* 83.333% */
    }

        .services h2 span {
            color: #9FBF4F;
            color: #FFF;
            font-family: "SF UI Display";
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: 50px;
        }

    .services p {
        font-size: 20px;
        margin-bottom: 105px;
        line-height: 21px;
        padding-top: 14px;
    }

.service-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    width: 300px;
    color: #000;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
    border-radius: 10px;
    border: 0.143px solid #616161;
    background: #FFF;
    box-shadow: 0 6.278px 31.391px 0 rgba(0, 0, 0, 0.25);
}

.service-icon img {
    position: relative;
    top: -15px;
}

.service-icon {
    /* background: #9FBF4F; */
    color: white;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 20px auto;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-card p {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
    color: #5E5E5E;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.service-card a {
    display: inline-block;
    padding: 8px 18px;
    background: #9FBF4F;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    fill: #9FBF4F;
    stroke-width: 0.189px;
    stroke: rgba(97, 97, 97, 0.50);
}

/* Section 3 (Plans) */
.plans {
    text-align: center;
    padding: 60px 20px;
}

    .plans h2 {
        font-size: 32px;
        margin-bottom: 10px;
        color: var(--Color, #1D2763);
        font-family: "SF UI Display";
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 72px */
        text-transform: capitalize;
    }

        .plans h2 span {
            color: #9FBF4F;
            color: var(--Color-3, #9FBF4F);
            font-family: "SF UI Display";
            font-size: 60px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            text-transform: capitalize;
        }

    .plans p {
        margin-bottom: 30px;
        color: #616161;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 16.818px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 23.545px */
    }

.plan-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.plan-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 30px;
    width: 280px;
    text-align: center;
    transition: 0.3s;
    border-radius: 44.847px;
    background: #FFF;
    box-shadow: 0 9.343px 46.715px 0 rgba(135, 0, 155, 0.08);
}

    .plan-card:hover {
        transform: translateY(-5px);
    }

    .plan-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #333;
        color: #1D2763;
        font-family: "SF UI Display";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 33.6px */
    }

    .plan-card h1 {
        margin: 20px 0;
        color: #B31F36;
        font-family: "SF UI Display";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .plan-card ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        text-align: left;
    }

        .plan-card ul li {
            margin: 10px 0;
            font-size: 14px;
            color: #616161;
            text-align: left;
            font-family: "SF UI Display";
            font-size: 16.818px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%; /* 23.545px */
        }

            .plan-card ul li::before {
                content: "✔️ ";
                color: green;
            }

            .plan-card ul li.off::before {
                content: "❌ ";
                color: red;
            }

    .plan-card a {
        display: inline-block;
        margin-top: 0;
        padding: 10px 20px;
        background: transparent;
        color: white;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 9.343px;
        border: 0.934px solid #1D2763;
        color: #1D2763;
        font-family: "SF UI Display";
        font-size: 16.818px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.highlight {
    color: var(--Color-3, #9FBF4F);
    font-family: "SF UI Display";
    font-size: 60px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
/* Existing global styles... */
.highlight {
}

/* Capabilities Section */
.capabilities-section {
    text-align: center;
    padding: 60px 20px;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    gap: 20px;
    max-width: 954px;
    margin: 30px auto 0;
}

.capability {
    border: 1px solid #ddd;
    padding: 30px 15px;
    font-size: 16px;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s;
    color: var(--Color, #1D2763);
    font-family: "SF UI Display";
    font-size: 29.19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .capability:hover {
        border: 1px solid #9FBF4F;
        background: #FFF;
    }

/* Trust Section */
.trust-section {
    text-align: center;
    padding: 50px 20px;
    /* background: #fafafa; */
}

.logo-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
}

    .logo-bar img {
        height: 30px;
        object-fit: contain;
    }

    .logo-bar span {
        font-size: 18px;
        font-weight: bold;
        color: #555;
    }

/* Blog Section */
.blog-section {
    padding: 60px 20px;
    text-align: center;
    color: #1D2763;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 60px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 30px auto;
}

.blog-card {
    background: #fff;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: left;
}

    .blog-card img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .blog-card h3 {
        font-size: 18px;
        margin: 0;
        color: #1D2763;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .blog-card p {
        font-size: 14px;
        color: #666;
        margin: 0;
        color: #616161;
        text-align: justify;
        font-family: "SF UI Display";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #616161;
        padding-bottom: 15px;
    }

.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
    font-size: 13px;
    color: #8e2de2;
}

    .meta a {
        background: #8e2de2;
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        text-decoration: none;
        font-size: 13px;
        transition: 0.3s;
    }

        .meta a:hover {
            background: #6b16c9;
        }

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background-color: #fff;
    color: #333;
}

/* Contact Section */
.contact-section {
    padding: 60px 20px;
    color: white;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: url("images/footer1.png") no-repeat center center/cover #9FBF4F;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

    .contact-container h2 {
        font-size: 32px;
        margin-bottom: 10px;
        color: #FFF;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 90px */
    }

    .contact-container p {
        font-size: 16px;
        margin-bottom: 40px;
        color: #FFF;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 45px */
    }

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.left-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 50%;
}

.right-field {
    flex: 1;
    min-width: 48%;
}

input, textarea {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 14px;
}

textarea {
    height: 130px;
    resize: none;
}

button {
    margin-top: 20px;
    background: white;
    padding: 0px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
    background-color: #1D2763;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    color: #2D5786;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 22.815px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

    button:hover {
        background: #eee;
    }

/* Footer */
.footer {
    background: #080e1c;
    color: white;
    padding: 50px 20px;
    background: url(images/footer2.png) no-repeat center center / cover #9FBF4F;
}

.footer-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-about {
    flex: 2;
}

    .footer-about h3 {
        color: #fff;
        margin-bottom: 10px;
        color: #D9D9D9;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

.footer-links ul {
    list-style: none;
    color: #FFF;
    font-family: "SF UI Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px; /* 326.667% */
    text-transform: capitalize;
    margin: 0;
}

    .footer-links ul li {
        margin-bottom: 10px;
        vertical-align: top;
        height: auto;
    }

        .footer-links ul li a {
            color: #fff;
            text-decoration: none;
            vertical-align: top;
        }

            .footer-links ul li a:hover {
                text-decoration: underline;
            }

.footer-contact p {
    margin-bottom: 10px;
    font-size: 14px;
}
/* === Header Section (New) === */
.main-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 10px 30px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #9FBF4F;
}

.main-nav a {
    margin: 0 12px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s;
}

    .main-nav a:hover {
        color: #9FBF4F;
    }

.header-actions {
    margin-top: 0;
}

.appointment-btn {
    background: #7b4dff;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

    .appointment-btn:hover {
        background: #5a30c9;
    }

/* === Hero Section (New) === */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 30px;
    background: linear-gradient(to right, #f8f9ff, #ffffff);
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}

    .hero-content .text {
        flex: 1;
        padding-right: 40px;
        max-width: 600px;
    }

        .hero-content .text h1 {
            font-size: 36px;
            color: #000;
            margin-bottom: 20px;
            line-height: 1.3;
        }

            .hero-content .text h1 span {
                color: #9FBF4F;
            }

        .hero-content .text p {
            font-size: 16px;
            color: #555;
            margin-bottom: 25px;
        }

.hero-btn {
    background: orange;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s;
}

    .hero-btn:hover {
        background: #1D2763;
    }

.hero-image {
    flex: 1;
    max-width: 500px;
}

    .hero-image img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    }
/* === Hero Slider Styles === */
.hero-slider {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #f8f9ff, #ffffff);
}

.slides {
    display: flex;
    transition: transform 0.8s ease-in-out;
    width: 100%;
}

.slide {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

    .slide.active {
        opacity: 1;
        pointer-events: auto;
    }

    .slide .text-content {
        flex: 1;
        padding-right: 40px;
        max-width: 600px;
    }

        .slide .text-content h1 {
            font-size: 36px;
            color: #000;
            margin-bottom: 20px;
            color: #FFF;
            text-shadow: 0 16.408px 82.038px rgba(0, 0, 0, 0.20);
            font-family: "SF UI Display";
            font-size: 44.301px;
            font-style: normal;
            font-weight: 900;
            line-height: 41.019px; /* 92.593% */
        }

            .slide .text-content h1 span {
                color: #fff;
            }

        .slide .text-content p {
            color: #DBDBDB;
            font-family: "SF UI Display";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 29px; /* 145% */
            margin-top: 50px;
            margin-bottom: 50px;
        }

    .slide .image-content {
        flex: 1;
        max-width: 500px;
    }

        .slide .image-content img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
        }
/* Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff !important;
    background: #80A953 !important;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

    .slider-arrow:hover {
        background: #7b4dff;
        color: #fff;
    }

    .slider-arrow.left {
        left: 20px;
    }

    .slider-arrow.right {
        right: 20px;
    }

/* Dots */
.slider-dots {
    text-align: center;
    margin-top: 20px;
}

    .slider-dots .dot {
        height: 12px;
        width: 12px;
        margin: 0 6px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s;
        cursor: pointer;
    }

        .slider-dots .dot.active {
            background-color: #9FBF4F;
        }

.hero-btn {
    display: flex;
    background: #9FBF4F;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s;
    fill: #9FBF4F;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    height: 53.204px;
    display: flex;
    width: fit-content;
    align-content: center;
    align-items: center;
    background: url(images/Arrow1.png) #9FBF4F no-repeat 114px center;
    padding-right: 33px;
}

    .hero-btn:hover {
        background: #1D2763;
    }

.image-box {
    flex: 1 1 40%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 500px;
}

    .image-box img {
        width: 100%;
        border-radius: 20px;
        display: block;
    }

.content {
    flex: 1 1 50%;
}

    .content h2 {
        font-size: 32px;
        margin-bottom: 25px;
        color: #1D2763;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px; /* 83.333% */
        text-align: left;
    }

        .content h2 span {
            color: #7a3fff;
            color: #9FBF4F;
            font-family: "SF UI Display";
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 50px;
        }

.points {
    list-style: none;
    position: relative;
    padding-left: 15px;
}

    .points li {
        margin-bottom: 20px;
        position: relative;
        line-height: 1.6;
        color: #333;
        color: #616161;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 156.836%; /* 37.641px */
        letter-spacing: 0.48px;
    }

        .points li::before {
            content: '';
            position: absolute;
            left: -24px;
            top: 15px;
            width: 10px;
            height: 10px;
            background-color: #D9D9D9;
            border-radius: 50%;
        }

        .points li:not(:last-child)::after {
            content: '';
            position: absolute;
            left: -19px;
            top: 20px;
            width: 2px;
            height: calc(100%);
            background: linear-gradient(to bottom, #d9d9d9, #d9d9d9);
        }

.main-header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
}

.logo {
    font-size: 20px;
    font-weight: bold;
}

/* زر القائمة (يظهر فقط على الموبايل) */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* المنيو */
.main-nav {
    display: flex;
    gap: 20px;
}

    .main-nav a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        color: #1D2763;
        font-family: "SF UI Display";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.header-actions {
    /* margin-left: auto; */
}

.appointment-btn {
    background-color: #1D2763;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    fill: #1D2763;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    color: #FFF;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 17px;
    margin-top: 0;
}

/* ✅ responsive styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f8f8f8;
        margin-top: 10px;
    }

        .main-nav a {
            padding: 10px 20px;
            border-top: 1px solid #ddd;
        }

        .main-nav.active {
            display: flex;
        }

    .header-actions {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

.top-bar {
    background-color: #9FBF4F; /* اللون البنفسجي */
    color: white;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.contact-info span {
    margin-right: 20px;
    color: #FFF;
    font-family: "SF UI Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.contact-info i {
    margin-right: 5px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .social-media a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    .social-media span {
        margin-right: 10px;
        font-size: 13px;
    }

header.main-header .top-bar {
    background-color: transparent
}

.slide {
    display: none;
}

    .slide.active {
        display: flex; /* أو block حسب التنسيق */
    }

.slide {
    align-items: center;
    padding: 60px 87px;
    background-position: center;
    border-radius: 0;
    min-height: 600px; /* ارتفاع مناسب للسلايدر */
    color: #fff; /* يخلي الكلام أبيض */
    background-size: 100% 100%;
}


section.hero-slider {
    max-width: 100%;
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
    color: #1D2763;
}

.fa-phone-alt:before, .fa-phone-flip:before {
    content: "\f879";
    color: #1D2763;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #1D2763;
}

.top-bar {
    max-width: 1390px;
    margin: 0 auto;
}

.toppage {
    background-color: #9FBF4F;
}

.container {
    max-width: 1390px;
    margin: 0 auto;
}



.slider-arrow i {
    color: #fff; /* السهم أبيض */
    font-size: 20px; /* حجم السهم */
}

button.appointment-btn {
    background: url(images/Group3.png) #2D5786 no-repeat 12px center;
    padding-left: 40px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px; /* مسافة بين الزرارين */
}

.search-btn {
    background-color: #c8102e; /* أحمر زي الصورة */
    border: none;
    color: white;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 0;
}

    .search-btn:hover {
        background-color: #a00d25;
    }

.appointment-btn {
    background-color: #12275c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .appointment-btn:hover {
        background-color: #0d1c46;
    }

.container.blockscard {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 أعمدة */
    gap: 20px;
}

    /* الكارد الكبير في العمود الأول لوحده */
    .container.blockscard .card.large {
        grid-column: 1; /* العمود الأول */
        grid-row: 1 / span 2; /* يمتد على صفين */
    }

    /* باقي الكروت في العمودين 2 و3 */
    .container.blockscard .card:not(.large) {
        grid-column: span 1;
    }

.container.titeltop {
    padding: 0;
    text-align: center !important;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .container.titeltop .content {
        text-align: center;
        flex: none;
    }

.right-field textarea {
    min-height: 170px
}

.footer-about p {
    color: #FFF;
    font-family: "SF UI Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px; /* 158.333% */
    text-transform: capitalize;
    margin: 30px 0px;
}

.footer-container h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
    margin-bottom: 50px;
}



.footer-contact p {
    color: #FFF;
    font-family: "SF UI Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.13px; /* 187.533% */
}

.footer-contact .social-media a {
    color: white;
    text-decoration: none;
    font-size: 28px;
}


.footer-contact i:before {
    color: #9FBF4F;
    fill: #9FBF4F;
    margin-right: 15px;
}

.footerbut {
    background: var(--Color-3, #9FBF4F);
    color: var(--Color, #1D2763);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px;
    text-align: center;
}

section.blog-section h2 {
    font-size: 60px;
}

.blog-card .read-more a {
    display: inline-block;
    background: transparent; /* اللون الأساسي */
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 15px;
    border: 1px solid #1D2763;
    color: #1D2763;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: 2px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

    .blog-card .read-more a:hover {
        background: #9FBF4F;
        color: #FFF; /* لون أغمق عند الهوفر */
    }

.read-more {
    text-align: center;
}

.meta span {
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}

section.trust-section h2 {
    color: #1D2763;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    position: relative;
}

.logo-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.logo-slide {
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

    .logo-slide img {
        max-width: 150px;
        max-height: 70px;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.8;
        transition: all 0.3s ease;
    }

        .logo-slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }

section.capabilities-section h2 {
    color: var(--Color, #1D2763);
    text-align: center;
    font-family: "SF UI Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px; /* 83.333% */
}

.capability img {
    margin-top: 12px;
}

.plan-card:hover {
    border-radius: 44.847px;
    background: #F5FFDD;
    box-shadow: 0 9.343px 46.715px 0 rgba(135, 0, 155, 0.08);
}

.plan-card ul li::before {
    content: "\f00c"; /* check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 8px;
    background-color: green;
    padding: 5px;
    border-radius: 50%;
    font-size: 14px;
}

.plan-card ul li.off::before {
    content: "\f00d"; /* times (x) icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-right: 8px;
    background-color: red;
}

.plan-card ul li.arrow::before {
    content: "\f061"; /* arrow-right icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: blue;
    margin-right: 8px;
}

.services h2 {
    text-align: left;
}

.services p {
    text-align: left
}

.service-card:hover {
    border-radius: 10px;
    border: 0.143px solid #616161;
    background: #9FBF4F;
    box-shadow: 0 6.278px 31.391px 0 rgba(0, 0, 0, 0.25);
    color: white
}

    .service-card:hover * {
        color: white
    }

.footer-container.logofooter {
    margin-bottom: 30px;
}

.appointment-btn {
    background: #9fbf4f;
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: pulse 1.8s infinite;
}

/* أنيميشن النبض */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(159 191 79);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.prov {
    position: relative;
    padding-left: 30px; /* مسافة للسهم */
    font-size: 18px;
    color: #fff;
}

    .prov::before {
        content: "\f054"; /* أيقونة السهم Font Awesome */
        font-family: "Font Awesome 6 Free";
        font-weight: 900; /* علشان يظهر السهم */
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #00c851; /* أخضر زي الصورة */
        font-size: 18px;
    }

section.hero-slider.mob {
    display: none;
}

button.Signp {
    display: block;
    /* width: 100%; */
    padding: 12px 30px;
    color: white;
}

.hero-slider .slides .slide {
    width: 100%;
    height: 100vh; /* كل سلايد بنفس ارتفاع الشاشة */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/*---------------Solutions---------------*/
.container.wow.animate__fadeInUp.serv2 h2 {
    color: var(--Color, #2D5786);
    font-family: "SF UI Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    left: -31px;
}

.container.titeltop.wow.animate__fadeInUp.solit * {
    text-align: center;
    margin-top: 50px;
    /* margin-bottom: 50px; */
}

.serv2 .image-box {
    flex: 1 1 30%;
}

.serv2 .content {
    flex: 1 1 50%;
}

.serv2 li {
    color: #616161;
    text-align: left;
    font-family: "SF UI Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 133.333% */
}

.serv2 a {
    background-color: #9FBF4F;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    color: var(--Color, #2D5786);
    text-align: center;
    font-family: "SF UI Display";
    font-size: 23.842px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 17px;
    padding: 10px;
    text-decoration: none;
    float: right;
    margin-top: 30px;
}

.container.wow.animate__fadeInUp.serv2 {
    grid-template-columns: 1fr 2fr;
}

.serv2 .content {
    margin-left: 50px
}

.container.wow.animate__fadeInUp.serv2.sevop {
    grid-template-columns: 2fr 1fr;
}

.try i.fa-solid.fa-arrow-right {
    color: white;
}

.clients-section {
    text-align: center;
}

.clients-title {
    font-size: 40px;
    color: #8DC63F;
    margin-bottom: 2rem;
}

.clients-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

/* Card Styles */
.client-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    width: 28%;
    text-align: left;
    transition: transform 0.3s ease;
    border-radius: 5px;
    /* border: 0.143px solid #616161; */
    background: #FFF;
    box-shadow: 0 6.28px 31.39px 0 rgba(0, 0, 0, 0.25);
}

    .client-card:hover {
        transform: translateY(-5px);
    }

.client-logo {
    width: 40px;
    height: auto;
    margin-bottom: 1rem;
}

.client-name {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.green {
    color: #8DC63F;
}

.right-logo {
    float: right;
    margin-left: 1rem;
    margin-top: -5px;
}

.client-description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.location .container {
    padding: 40px;
}

.location h1 {
    text-align: center;
    font-size: 40px;
    color: #1a1a6b;
}

.location-content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.location-list {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.location-item {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    position: relative;
}

.location-title {
    color: #1a1a6b;
    margin: 0;
}

.location-address,
.location-time {
    margin: 4px 0;
}

.location-time {
    font-size: 13px;
    color: gray;
}

.location-icons {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    gap: 10px;
}

    .location-icons button {
        background-color: #a1cd59;
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        color: white;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .location-icons button:hover {
            background-color: #8bb547;
        }

.location-map {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .location-map img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

.containernew {
    max-width: 1390px;
    margin: 0 auto;
    padding: 40px 0px;
}

.container.wow.animate__fadeInUp.WhyLevel h2 {
    color: var(--Color, #2D5786);
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    left: -31px;
}

.content.Solutions {
    margin-bottom: 50px;
}

.container.titeltop.wow.animate__fadeInUp {
    /* margin-bottom: 50px; */
}

.container.wow.animate__fadeInUp.serv2.sevop {
    margin-bottom: 50px;
}

.container.wow.animate__fadeInUp.WhyLevel {
    margin-bottom: 50px;
}

section.clients-section {
    margin-bottom: 50px;
}

span.sup {
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px; /* 131.429% */
}

.content.Solutions h2 {
    text-align: center;
}

span.sup {
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px; /* 131.429% */
}

.content.Solutions h2 {
    text-align: center;
}

section.follow-us {
    text-align: center;
    padding: 30px;
    font-family: Arial, sans-serif;
}

    section.follow-us h2 {
        font-size: 24px;
        color: #2c3e50;
        color: #2D5786;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px; /* 83.333% */
    }

        section.follow-us h2 span {
            color: #8BC34A; /* لون أخضر */
            color: var(--Color-3, #9FBF4F);
            font-family: "SF UI Display";
            font-size: 60px;
            font-style: normal;
            font-weight: 600;
            line-height: 50px;
        }

.social-icons {
    margin-top: 20px;
}

    .social-icons a {
        color: #9FBF4F;
        margin: 0 10px;
        font-size: 29px;
        text-decoration: none;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #4CAF50;
        }
/*-------------------------lets ask*/


.contact-sectionbody .form-wrapper {
    background-color: #ffffff;
    padding: 50px 40px;
    border-radius: 8px;
}

.contact-sectionbody .title {
    font-size: 32px;
    font-weight: 600;
    color: #3d5a80;
    margin-bottom: 10px;
}

.contact-sectionbody .subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 40px;
}

.contact-sectionbody .lets-talk {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #6c757d;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.contact-sectionbody .contact-sectionbody .talk-text {
    color: #7fb069;
    font-weight: 500;
}

.contact-sectionbody .arrow {
    display: inline-block;
    color: #7fb069;
    font-size: 20px;
}

.contact-sectionbody .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-sectionbody .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-sectionbody .form-group {
    display: flex;
    flex-direction: column;
}

    .contact-sectionbody .form-group input,
    .contact-sectionbody .form-group select,
    .contact-sectionbody .form-group textarea {
        padding: 12px 15px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 14px;
        color: #333;
        background-color: #fafafa;
        transition: all 0.3s ease;
        border-radius: 60.285px;
        border: 1.206px solid rgba(97, 97, 97, 0.27);
        background: #FFF;
    }

        .contact-sectionbody .form-group input:focus,
        .contact-sectionbody .form-group select:focus,
        .contact-sectionbody .form-group textarea:focus {
            outline: none;
            border-color: #3d5a80;
            background-color: #ffffff;
        }

        .contact-sectionbody .form-group input::placeholder,
        .contact-sectionbody .form-group textarea::placeholder {
            color: #999;
        }

    .contact-sectionbody .form-group select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        padding-right: 40px;
        cursor: pointer;
    }

.contact-sectionbody .checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

    .contact-sectionbody .checkbox-group input[type="checkbox"] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin: 0;
    }

    .contact-sectionbody .checkbox-group label {
        font-size: 13px;
        color: #666;
        cursor: pointer;
        user-select: none;
    }

.contact-sectionbody .form-group textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.contact-sectionbody .submit-btn {
    background-color: #3d5a80;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto;
    display: block;
    min-width: 200px;
}

    .contact-sectionbody .submit-btn:hover {
        background-color: #2d4560;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(61, 90, 128, 0.3);
    }

    .contact-sectionbody .submit-btn:active {
        transform: translateY(0);
    }

.contact-sectionbody .privacy-text {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 1.5;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-sectionbody .form-wrapper {
        padding: 30px 20px;
    }

    .contact-sectionbody .title {
        font-size: 26px;
    }

    .contact-sectionbody .fo rm-row {
        grid-template-columns: 1fr;
    }

    .contact-sectionbody .lets-talk {
        font-size: 20px;
    }
}


section.contact-section {
}

section.contact-sectionbody {
    text-align: center;
}

.contact-sectionbody .form-group textarea {
    border-radius: 40px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .pagination button {
        background-color: #f1f1f1;
        border: 1px solid #ddd;
        padding: 10px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 15.526px;
        border: 1.553px solid var(--Color-3, #9FBF4F);
        box-shadow: 0 3.105px 15.526px 0 rgba(0, 0, 0, 0.50);
        width: 59px;
        height: 59px;
        flex-shrink: 0;
    }

        .pagination button.active {
            border: 1px solid #9FBF4F;
            color: #9FBF4F;
        }

        .pagination button:disabled {
            background-color: #ddd;
            cursor: not-allowed;
        }

    .pagination .prev, .pagination .next {
        background-color: #9FBF4F;
        color: white;
        border: none;
    }

    .pagination button.prev {
        color: black !important;
    }
/*-------------------blog details--------------
*/

.article-header h1 {
    color: #2D5786;
    font-family: "SF UI Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 47px; /* 116.667% */
}

.left-border-section .article-header h1 {
    font-size: 28px;
    margin: 0;
    color: #2d3e50;
}

.left-border-section .share-icons {
    margin-top: 5px;
}

    .left-border-section .share-icons img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        vertical-align: middle;
    }

.left-border-section .left-border-section .main-image {
    margin: 30px 0;
}

.left-border-section .main-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.left-border-section .content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.left-border-section .section-title {
    font-weight: bold;
    color: #2d3e50;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.left-border-section.article-header p {
    color: #616161;
    font-family: "SF UI Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.content P {
    color: #616161;
    font-family: "SF UI Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 158.333% */
    letter-spacing: 0.48px;
}

.content H2 {
    color: #616161;
    font-family: "SF UI Display";
    font-size: 40px;
    font-style: normal;
    font-weight: BOLD;
    line-height: 38px;
}

.article-header {
    display: flex;
}

.article-content {
    flex: 1;
    min-width: 250px;
}

    .article-content h1 {
        font-size: 28px;
        margin: 0 0 10px;
        line-height: 1.3;
    }

    .article-content p {
        color: #555;
        margin: 0;
    }

.left-border-section.article-header .social-media {
    display: block;
    align-items: center;
    gap: 12px;
    min-width: 224px;
    justify-content: flex-end;
}

    .left-border-section.article-header .social-media span {
        font-weight: bold;
        color: #333;
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 10px;
    }

    .left-border-section.article-header .social-media a {
        color: #9FBF4F;
        font-size: 18px;
        transition: 0.3s;
        border-radius: 52.891px;
        background: var(--Color-3, #9FBF4F);
        width: 52.891px;
        height: 52.891px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        width: 22%;
        float: left;
        margin: 2px;
    }

        .left-border-section.article-header .social-media a ::before {
            COLOR: WHITE;
        }

        .left-border-section.article-header .social-media a:hover {
            color: #6d8e34;
        }

/* 🌐 للموبايل */
@media (max-width: 768px) {
    .article-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .left-border-section.article-header .social-media {
        justify-content: flex-start;
    }
}

.topimgbar {
    background: url(images/webhaeder.png);
    height: 200px;
    background-size: 100% 100%;
}

.serv2 .points li::before {
    color: #616161;
    background-color: #616161;
    position: relative;
    top: 0;
    left: -15px;
}

.serv2 .points li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -19px;
    top: 20px;
    width: 2px;
    height: 0;
    background: transparent;
}

.serv2 li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    align-content: center;
}

.serv2.sevop a {
    float: left !important;
}



.content .points li::before {
    color: #616161;
    background-color: #616161
}


.content .points li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -19px;
    top: 20px;
    width: 2px;
    height: 0;
    background: transparent;
}
/*---------------------------about*/
.container.wow.animate__fadeInUp.aboutus {
    color: #616161;
    font-family: "SF UI Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 156.836%; /* 31.367px */
    letter-spacing: 0.4px;
}

.main-section {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 50px;
    padding: 20px;
}


.content-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    border-radius: 11.325px;
    border: 0.327px solid var(--Color-3, #9FBF4F);
    background: #FFF;
}

.box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    width: 60%;
}

.product-image {
    width: 40%;
    height: auto;
    border-radius: 8px;
}

.company-info {
    text-align: center;
    color: #888;
    margin-top: 0;
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

    .company-info p {
        font-size: 14px;
        line-height: 1.4;
        color: #616161;
        text-align: justify;
        font-family: "SF UI Display";
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.box h2 {
    color: var(--Color, #2D5786);
    font-family: "SF UI Display";
    font-size: 27.41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.box p {
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 15.1px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.value-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .value-section h2 {
        color: #3d4d6b;
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

    .value-section .tabs {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .value-section .tab {
        padding: 15px;
        font-size: 16px;
        background-color: #e0f2e9;
        color: #3d4d6b;
        border-radius: 5px;
        border: 0.5px solid #2D5786;
        background: #F8FFE5;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s;
        width: 18%;
        text-align: center;
    }

        .value-section .tab:hover {
            background-color: #9fbf4f;
        }

        .value-section .tab.active {
            background-color: #6dbf5a;
            color: #fff;
            border-radius: 5px;
            border: 0.5px solid #2D5786;
            background: var(--Color-3, #9FBF4F);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
        }

    .value-section .content {
        color: #666;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

.tab-contents .tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 10px 0px;
}

    .tab-contents .tab-content.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.content.aboutus * {
    text-align: center;
}

section.value-section {
    margin-bottom: 50px;
}

.intro {
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}

.testimonial {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    width: 30%;
    text-align: center;
    transition: transform 0.3s ease;
    border: 0.143px solid #616161;
    background: #FFF;
    box-shadow: 0 1.256px 4.709px 0 rgba(0, 0, 0, 0.25);
}

    .testimonial:hover {
        transform: translateY(-10px);
    }

.testimonial-img {
    border-radius: 0;
    height: 43px;
    object-fit: cover;
}

.testimonial-info {
    margin-top: 15px;
    text-align: left;
}

    .testimonial-info h3 {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--Color, #2D5786);
        font-family: "SF UI Display";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .testimonial-info p {
        font-size: 1rem;
        color: #555;
        margin-top: 10px;
        color: #606060;
        font-family: "SF UI Display";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.quote {
    font-style: italic;
    color: #888;
    margin-top: 10px;
}

section.clients h2 {
    text-align: center
}

p.quote {
    color: #616161;
    text-align: justify;
    font-family: "SF UI Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

    .form-section .image-container img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .form-section .form-container {
        flex: 1;
        padding-left: 20px;
        max-width: 592px;
        float: right;
    }

    .form-section .form-field {
        margin-bottom: 15px;
    }

        .form-section .form-field label {
            display: block;
            margin-bottom: 5px;
        }

        .form-section .form-field input {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            border-radius: 60.285px;
            border: 1.206px solid rgba(97, 97, 97, 0.27);
            background: #FFF;
            height: 50px;
            padding-left: 15px;
        }

    .form-section .submit-btn {
        padding: 10px 20px;
        background-color: #2D5786;
        color: white;
        border: none;
        cursor: pointer;
        fill: var(--Color, #2D5786);
        margin: 0 auto;
    }



.cv {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
}

    .cv label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .cv label img {
            width: 24px;
            height: auto;
            vertical-align: middle;
        }

        .cv label span {
            color: #b21e2d; /* لون أحمر مثل اللي في الصورة */
            font-weight: bold;
            font-size: 16px;
        }

    .cv input[type="file"] {
        display: none;
    }

.content.containernew {
    padding-top: 0;
}
/*--------------------clints
*/
.client-slider {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
}

.client-logo {
    min-width: 20%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .client-logo img {
        max-width: 100%;
        height: auto;
    }

.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
}

    button:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

/* Testimonial Section */
.testimonial {
    text-align: center;
    margin-top: 50px;
}

.cta {
    text-align: center;
    margin-top: 20px;
}

    .cta button {
        padding: 10px 20px;
        font-size: 18px;
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
    }

        .cta button:hover {
            background-color: #45a049;
        }

/*----------------------applaypage-------------*/
.form-container.apply {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 800px;
}

h2.apply {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

p.apply {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

form.apply {
    display: flex;
    justify-content: space-between;
}

.form-left {
    width: 48%; /* تخصيص المساحة لليسار */
}

.form-right {
    width: 48%; /* تخصيص المساحة لليمين */
}

label.apply {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

input.apply, textarea.apply {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%; /* اجعل الحقول تأخذ عرض كامل */
    border-radius: 50px;
    border: 1px solid #2D5786;
    background: #FFF;
    padding: 20px;
}

textarea.apply {
    resize: vertical;
}

button.btn.apply {
    padding: 11px;
    background-color: #005b96;
    color: #fff;
    border: none;
    border-radius: 50px !important;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%; /* جعل الزر يأخذ عرض كامل */
    fill: #2D5786;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

    button.btn.apply:hover {
        background-color: #003f7d;
    }

h2.apply {
    color: #2D5786;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 90px */
    text-transform: capitalize;
}

p.apply {
    color: #2D5786;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 45px */
}

form.apply {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* يسمح للعناصر تنزل تحت */
}

    form.apply .btn {
        width: 100%;
        margin-top: 15px;
    }
/*-----------------------thanks------*/

.thank-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.thank-container {
    text-align: center;
}

.thank-title {
    color: #2a4d7a;
    font-size: 24px;
    margin-bottom: 15px;
    color: #2D5786;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.thank-message {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    color: #616161;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 145% */
    letter-spacing: 0.8px;
}

.thank-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
    color: #616161;
    font-family: "SF UI Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.48px;
}

.thank-btn {
    display: inline-block;
    background-color: #2a4d7a;
    color: #fff;
    padding: 14px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
    min-width: 50%;
    color: #FFF;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .thank-btn:hover {
        background-color: #1d3c63;
    }
/*---------------faq---------------------
*/
.faq-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.faq-item {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

    .faq-item button {
        width: 100%;
        background-color: #e1f7d5;
        text-align: left;
        border: none;
        font-size: 18px;
        padding: 10px;
        cursor: pointer;
        border-radius: 10px;
        background: #F5FFDD;
        box-shadow: 0 9.343px 46.715px 0 rgba(135, 0, 155, 0.08);
        color: #616161;
        font-family: "SF UI Display";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 232% */
        letter-spacing: 0.5px;
    }

        .faq-item button:focus {
            outline: none;
        }

    .faq-item .answer {
        display: none;
        margin-top: 10px;
        font-size: 16px;
    }

    .faq-item p {
        color: #616161;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px; /* 366.667% */
        letter-spacing: 0.48px;
    }

/*----------subscrib--------------*/
.subscrib .left-fields {
    color: #FFF;
    font-family: "SF UI Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.subscrib button.Signp {
    background-color: #2D5786;
}

.subscrib .contact-form {
    align-content: center;
    align-items: center;
}
/*--------------clints-----------------*/
.clint .clients-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
    margin-top: 50px;
}

.clint .client-logo {
    width: 150px;
    height: auto;
}

.clint .clients-container h1 {
    color: #4CAF50;
}

section.containernew.clint h1 {
    color: #2D5786;
    text-align: center;
    font-family: "SF UI Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}


section.containernew.clint span {
    color: #8EC34E;
    font-family: "SF UI Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.custom-slider {
    width: 80%;
    margin: 0 auto;
}

    .custom-slider .slider-item {
        text-align: center;
        font-family: 'Arial', sans-serif;
        background: #fff;
        padding: 30px;
        border-radius: 0px;
        border-right: 1px solid #9FBF4F;
        border-left: 1px solid #9FBF4F;
    }

        .custom-slider .slider-item:hover {
            transform: scale(1.05);
        }

    .custom-slider h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
        color: #616161;
        text-align: center;
        font-family: "SF UI Display";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px; /* 95% */
        letter-spacing: 0.8px;
    }

    .custom-slider p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
        line-height: 1.6;
        color: #616161;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0.48px;
    }

    .custom-slider h3 {
        font-size: 22px;
        color: #007BFF;
        color: var(--Color, #2D5786);
        text-align: center;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 48px; /* 200% */
        letter-spacing: 0.48px;
    }

    .custom-slider .slick-prev,
    .custom-slider .slick-next {
        font-size: 18px;
        color: #007BFF;
        opacity: 1;
        z-index: 1;
        color: var(--Color-3, #9FBF4F);
        text-align: center;
        font-family: "SF UI Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px; /* 200% */
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }

        .custom-slider .slick-prev:hover,
        .custom-slider .slick-next:hover {
            color: #0056b3;
        }

    .custom-slider .slick-dots {
        bottom: -30px;
    }

        .custom-slider .slick-dots li button:before {
            font-size: 16px;
            color: #007BFF;
        }

        .custom-slider .slick-dots li.slick-active button:before {
            color: #0056b3;
        }

    .custom-slider .slick-prev {
        left: -88px;
    }

    .custom-slider .slick-next {
        right: -40px;
    }

        .custom-slider .slick-next:before {
            content: '';
        }

    .custom-slider .slick-prev:before {
        content: '';
    }

p.nametes {
    color: var(--Color, #2D5786);
    text-align: center;
    font-family: "SF UI Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px; /* 200% */
    letter-spacing: 0.48px;
}

.healthcare-banner {
    background-color: #1e3d58;
    padding: 20px 50px;
    text-align: center;
    border-radius: 10px;
    color: white;
    width: 100%;
    max-width: 871px;
    margin: 50px auto;
    border-radius: 0 30px;
    background: var(--Color, #2D5786);
}


.demo-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #a3d39c;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 15px;
    border: 15px solid rgba(33, 162, 163, 0.25);
    background: #9FBF4F;
    min-width: 361px;
    margin: 0 auto;
    position: relative;
    top: 51px;
}

    .demo-btn:hover {
        background-color: #88c18f;
        border-radius: 15px;
        border: 15px solid rgba(33, 162, 163, 0.25);
        background: #9FBF4F;
        margin: 0 auto;
    }

section.custom-slider {
    margin-bottom: 100px;
}
p.titeln {
    color: #c8102e;
}