

        :root {
            --primary-blue: #0569B0;
            --secondary-blue: #2C7BAD;
            --light-blue: #EAF2F7;
            --orange: #F5B034;
            --dark-orange: #E56844;
            --white: #FFFFFF;
            --off-white: #FCF0EC;
            --light-bg: #F2FAFF;
            --dark-text: #502418;
            --section-padding: 80px 5%;
            --border-radius: 17px;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Cairo', sans-serif;
        }
        @font-face {
            font-family: Cairo;
            src: url(fonts/alfont_com_Cairo-Regular.ttf);
            font-weight: normal;
            font-style: normal;
        }
        body {
            background-color: #fff;
            color: #502418;
            overflow-x: hidden;
        }
        
       
        
        /* الهيرو section */
        .hero {
            height: 901px;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('assets/images/Rectangle\ 134.png');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #ECFFFB;
            padding: 0 20px;
        }
        
        .hero-content {
            max-width: 800px;
        }
        
        .hero h1 {
            font-size: 40px;
            font-weight: 700;
            color: #F5B034;
            margin-bottom: 40px;
            line-height: 1.4;
        }
        
        .hero-features {
            font-size: 32px;
            font-weight: 700;
            line-height: 1.8;
            text-align: right;
        }
        
        .scroll-down {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #ECFFFB;
        }
        
        .scroll-circle {
            width: 101px;
            height: 101px;
            background: #E56844;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .scroll-arrow {
            width: 72px;
            height: 72px;
            background: #ECFFFB;
            transform: rotate(180deg);
        }
        
        /* العنوان الرئيسي */
        .main-heading {
            text-align: center;
            padding: 60px 20px;
        }
        
        .main-heading h2 {
            color: #072380;
            font-size: 64px;
            font-weight: 700;
        }
        
        /* ميزات الشركة */
        .features {
            padding: 40px 20px;
        }
        
        .feature {
            background: #EAF2F7;
            border-radius: 17px;
            padding: 35px 45px;
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .feature-content {
            flex: 1;
            text-align: right;
            color: #1A4A68;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.6;
        }
        
        .feature-content h3 {
            margin-bottom: 15px;
            font-size: 28px;
            color: #1A4A68;
        }
        
        .feature-icon {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-right: 30px;
            flex-shrink: 0;
        }
        
        .feature-icon i {
            color: white;
            font-size: 40px;
        }
        
        /* قسم العملاء */
        .clients {
            padding: 80px 20px;
            text-align: right;
            background-image: url(assets/images/Search.svg);
            background-repeat: no-repeat;   /* تمنع التكرار */
            background-position: center;   /* تخليها بالنص (أفقياً وعمودياً) */
            background-size: auto; 
            border-radius: 60px;
            margin: 40px;
        }
        
        .clients h2 {
            color: #286F9C;
            font-size: 64px;
            font-weight: 700;
            margin-bottom: 40px;
        }
        
        .clients-list {
            color: #AC4E33;
            font-size: 32px;
            font-weight: 700;
            line-height: 2.5;
        }
        
        /* قسم الختام */
        .conclusion {
            text-align: center;
            padding: 80px 20px;
        }
        
        .conclusion p {
            color: #286F9C;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.6;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .conclusion p span.highlight {
            color: #AC4E33;
        }
        
        /* فواصل */
        .divider {
            height: 17px;
            background: #F2A437;
            margin: 40px 0;
        }
        
        /* قسم الاشتراك */
        .footer {
            width: 100%;
            background-color: var(--secondary-blue);
            color: var(--white);
            padding: 20px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
        }
        
        .footer-info {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .footer-logo {
            width: 200px;
            height: 100px;
            background: image(url(/img/الشعار.png));
            border-radius: var(--border-radius);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--white);
            font-weight: 700;
            font-size: 1.5rem;
        }
        .contact-info {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
            text-align: center;
        }
        .subscribe {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .subscribe-title {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        
        .subscribe-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .submit-btn {
            background: var(--primary-blue);
            color: #DFEBF3;
            border: none;
            font-family: Cairo;
            padding: 15px 30px;
            border-radius: 8px;
            font-size: 20px;
            cursor: pointer;
            width: 30%;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #0f2e44;
        }
                .form-input {
            background-color: var(--off-white);
            border-radius: 8px;
            padding: 15px 20px;
            border: none;
            text-align: right;
            font-size: 1rem;
            color: #333;
                        font-family: Cairo;

        }
        
        .form-input::placeholder {
            color: #999;
        }
        
        .contact-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 40px;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group.full {
            grid-column: 1 / span 2;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border-radius: 8px;
            border: none;
            font-size: 16px;
        }
        
        .form-group textarea {
            height: 130px;
        }
        
        .submit-btn {
            background: #1A4A68;
            color: #DFEBF3;
            border: none;
            padding: 15px 30px;
            border-radius: 8px;
            font-size: 20px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #0f2e44;
        }
        
        .social-icons {
            display: flex;
            gap: 29px;
            margin-top: 40px;
        }
        
        .social-icon {
            width: 30px;
            height: 30px;
            background: #DD8B52;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }
        
        /* WhatsApp icon */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 400px;
            left: 40px;
            background-color: #25d3663b;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 1s;
        }
        .whatsapp-float:hover{
            background-color: #25d366;
            transition: 1s;
        }
        /* Responsive design */
        @media (max-width: 1024px) {
            .hero h1 {
                font-size: 32px;
            }
            
            .hero-features {
                font-size: 28px;
            }
            
            .main-heading h2 {
                font-size: 48px;
            }
            
            .feature-content {
                font-size: 20px;
            }
            
            .clients h2 {
                font-size: 48px;
            }
            
            .clients-list {
                font-size: 28px;
            }
            
            .conclusion p {
                font-size: 32px;
            }
        }
        
        @media (max-width: 768px) {
            nav {
                flex-direction: column;
                height: auto;
                padding: 20px;
            }
            
            .nav-links {
                flex-wrap: wrap;
                justify-content: center;
                margin-top: 20px;
            }
            
            .hero {
                height: auto;
                padding: 80px 20px;
            }
            
            .hero h1 {
                font-size: 28px;
            }
            
            .hero-features {
                font-size: 22px;
            }
            
            .main-heading h2 {
                font-size: 36px;
            }
            
            .feature {
                flex-direction: column-reverse;
                text-align: center;
                padding: 25px;
            }
            
            .feature-content {
                text-align: center;
                margin-top: 20px;
            }
            
            .feature-icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
            
            .clients {
                margin: 20px;
                padding: 40px 20px;
            }
            
            .clients h2 {
                font-size: 36px;
            }
            
            .clients-list {
                font-size: 22px;
            }
            
            .conclusion p {
                font-size: 24px;
            }
            
            .contact-form {
                grid-template-columns: 1fr;
            }
            
            .form-group.full {
                grid-column: 1;
            }
        }
    