 <style>
              @font-face {
            font-family: "Lama-sans";
            src: url("/assets/font/ArbFONTS-LamaSans-Regular.ttf") format("woff");
          

        }
        :root {
            --primary-color: #153052;
            --primary-dark: #153052;
            --primary-light: #153052;
            --secondary-color: #2d1b1b;
            --accent-color: #d4af37;
            --text-dark: #2d3748;
            --text-light: #718096;
            --bg-light: #f7fafc;
            --bg-card: #ffffff;
            --border-color: #e2e8f0;


/* nav root */
            --charcoal: #2C3E50;
            --silver-mist: #BDC3C7;
            --petroleum: #153052;
            --rose-gold: #e8c468;
            --pure-white: #FFFFFF;
            --dark-charcoal: #1A252F;
            --light-silver: #ECF0F1;
            --deep-petroleum: #153052;
            --warm-rose: #e8c468;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
           font-family: "Lama-sans";
            line-height: 1.7;
            color: var(--text-dark);
            background-color: var(--bg-light);
            font-size: 16px;
        }
        /* start nav */

              .luxury-gradient {
            background: var(--petroleum);
        }

        .rose-gradient {
            background: var(--petroleum);
        }

        .container-custom {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .luxury-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: 2px solid var(--petroleum);
            border-radius: 20px;
           
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .luxury-card:hover {
            transform: translateY(-10px) scale(1.02);
            
            border-color: var(--deep-petroleum);
        }

        .navbar {
            background: var(--petroleum);
            backdrop-filter: blur(20px);
            border-bottom: 2px solid var(--petroleum);
        }

        .nav-link {
            color: var( --rose-gold);
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            padding: 8px 16px;
            border-radius: 25px;
        }

        .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background: var( --rose-gold);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            width: 80%;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var( --rose-gold);
            background: rgba(26, 188, 156, 0.1);
        }

        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100vh;
            background: linear-gradient(135deg, var(--dark-charcoal), var(--charcoal));
            backdrop-filter: blur(20px);
            border-left: 2px solid var(--petroleum);
            transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000;
            padding: 80px 30px 30px;
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .hamburger {
            width: 30px;
            height: 20px;
            position: relative;
            cursor: pointer;
            z-index: 1001;
        }

        .hamburger span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: var( --rose-gold);
            border-radius: 2px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .hamburger span:nth-child(1) { top: 0; }
        .hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
        .hamburger span:nth-child(3) { bottom: 0; }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg);
            top: 50%;
            margin-top: -1.5px;
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg);
            bottom: 50%;
            margin-bottom: -1.5px;
        }

        .section-padding {
            padding: 6rem 0;
        }

                .luxury-btn {
            background: linear-gradient(135deg, var(--petroleum), var(--deep-petroleum));
            color: var(--rose-gold);
            padding: 14px 28px;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            transition: all 0.4s ease;
            font-weight: 600;
             font-family: "Lama-sans";
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
            border: 2px solid var( --rose-gold);
            
        }

        .luxury-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px  box-shadow: 0 8px 25px var(--rose-gold, 0.3)
        }
/* end nav */
        
        
        .main-title {
            font-family: "Lama-sans";
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .section-title {
            font-family: "Lama-sans";
            color: var(--primary-color);
            border-bottom: 3px solid var(--primary-color);
            padding-bottom: 12px;
            margin-bottom: 32px;
            font-weight: 700;
        }
        
        .highlight-box {
            
            color: black;
            border-radius: 16px;
            padding: 32px;
            margin: 32px 0;
            box-shadow: 0 10px 30px rgba(143, 19, 50, 0.2);
        }
        
        .info-card {
            background: var(--bg-card);
            border-radius: 16px;
            padding: 32px;
            margin: 24px 0;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            border-left: 5px solid var(--primary-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(143, 19, 50, 0.12);
        }
        
        .icon-wrapper {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: white;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 28px;
            box-shadow: 0 8px 20px rgba(143, 19, 50, 0.3);
        }
        
        .stats-card {
            background: var(--bg-card);
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            border: 2px solid var(--border-color);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .stats-card:hover {
            border-color: var(--primary-color);
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(143, 19, 50, 0.15);
        }
        
        .quote-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-right: 6px solid var(--primary-color);
            padding: 28px;
            margin: 32px 0;
            font-style: italic;
            border-radius: 12px;
            position: relative;
        }

        .quote-box::before {
            content: '"';
            font-size: 60px;
            color: var(--primary-color);
            position: absolute;
            top: -10px;
            right: 20px;
            opacity: 0.3;
        }
        
        .tip-box {
            background: linear-gradient(135deg, #fff8dc 0%, #fef3c7 100%);
            border: 2px solid var(--accent-color);
            border-radius: 12px;
            padding: 24px;
            margin: 24px 0;
        }
        
        .warning-box {
            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
            border: 2px solid #f87171;
            border-radius: 12px;
            padding: 24px;
            margin: 24px 0;
        }
        
        .success-box {
            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
            border: 2px solid #22c55e;
            border-radius: 12px;
            padding: 24px;
            margin: 24px 0;
        }
        
        .table-container {
            background: var(--bg-card);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            margin: 32px 0;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
        }
        
        th {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: white;
            padding: 20px;
            text-align: right;
            font-weight: 600;
            font-size: 14px;
        }
        
        td {
            padding: 18px;
            border-bottom: 1px solid var(--border-color);
            font-size: 14px;
        }
        
        tr:hover {
            background-color: #f8f9fa;
        }
        
        .progress-bar {
            background: var(--border-color);
            border-radius: 10px;
            height: 24px;
            overflow: hidden;
            margin: 12px 0;
        }
        
        .progress-fill {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            height: 100%;
            border-radius: 10px;
            transition: width 0.8s ease;
        }
        
        .checklist-item {
            display: flex;
            align-items: center;
            margin: 18px 0;
            padding: 16px;
            background: var(--bg-card);
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .checklist-item:hover {
            transform: translateX(-8px);
            box-shadow: 0 6px 20px rgba(143, 19, 50, 0.1);
        }
        
        .checklist-item i {
            color: var(--primary-color);
            margin-left: 16px;
            font-size: 20px;
        }
        
      

        .meuvex-badge {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            margin: 0 8px;
            transition: all 0.3s ease;
        }

        .meuvex-badge:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(143, 19, 50, 0.3);
            text-decoration: none;
            color: white;
        }
        
        @media print {
            body {
                background: white;
                color: black;
            }
            
            .nav-sticky {
                display: none;
            }
            
            .highlight-box {
                background: #f0f0f0 !important;
                color: #333 !important;
            }

            .info-card {
                break-inside: avoid;
            }

            .table-container {
                break-inside: avoid;
            }
        }
        
        .fade-in {
            animation: fadeIn 0.8s ease-in;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .card-hover {
            transition: all 0.3s ease;
        }

        .card-hover:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(143, 19, 50, 0.15);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 16px;
            }
            
            .highlight-box, .info-card {
                padding: 24px;
            }
            
            .stats-card {
                padding: 24px;
            }
        }
    </style>


        /* style footer */
         style {
          }

        .footer-gradient {
            background:  var(--deep-petroleum);
            padding: 50px;
        }

        .footer-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .footer-section-title {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 1.25rem;
            color: var(--rose-gold);
            margin-bottom: 1.5rem;
            position: relative;
        }

        .footer-section-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, var(--petroleum), var(--rose-gold));
            border-radius: 2px;
        }

        .footer-link {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            margin-bottom: 0.75rem;
             font-family: "Lama-sans";
        }

        .footer-link:hover {
            color: var(--rose-gold);
            transform: translateX(-5px);
        }

        .footer-link i {
            margin-left: 10px;
            width: 20px;
            text-align: center;
        }

        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: var(--pure-white);
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .social-icon:hover {
            background: var(--petroleum);
            transform: translateY(-3px) scale(1.1);
            
        }

        .social-icon.facebook:hover {
            background: #1877F2;
        }

        .social-icon.twitter:hover {
            background: #1DA1F2;
        }

        .social-icon.instagram:hover {
            background: linear-gradient(45deg, #F56040, #E1306C, #C13584);
        }

        .social-icon.linkedin:hover {
            background: #0A66C2;
        }

        .social-icon.whatsapp:hover {
            background: #25D366;
        }

        .contact-info {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
             font-family: "Lama-sans";
        }

        .contact-info i {
            margin-left: 12px;
            
            width: 20px;
            text-align: center;
            padding: 0.5rem;
            
        }

        .logo-section {
            text-align: center;
            margin-bottom: 2rem;
        }

        .company-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--rose-gold), var(--rose-gold));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .company-tagline {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.1rem;
             font-family: "Lama-sans";
            font-style: italic;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 2rem;
            margin-top: 3rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
             font-family: "Lama-sans";
        }

        .footer-bottom p {
            margin-bottom: 0.5rem;
        }

        .footer-bottom a {
            color: var(--rose-gold);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-bottom a:hover {
            color: var(--rose-gold);
        }

        @keyframes footerFloat {
            0% { transform: translateY(100vh) rotate(0deg); }
            100% { transform: translateY(-100px) rotate(360deg); }
        }

        .newsletter-input {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 25px;
            padding: 12px 20px;
            color: var(--pure-white);
            font-family: 'Tajawal', sans-serif;
            width: 100%;
            margin-bottom: 1rem;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .newsletter-input:focus {
            outline: none;
            border-color: var(--petroleum);
            
        }

        .newsletter-input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .newsletter-btn {
            background: linear-gradient(135deg, var(--petroleum), var(--deep-petroleum));
            color: var(--pure-white);
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            font-family: 'Tajawal', sans-serif;
            width: 100%;
            
        }

        .newsletter-btn:hover {
            transform: translateY(-2px);
           
            background: linear-gradient(135deg, var(--deep-petroleum), var(--charcoal));
        }

        @media (max-width: 768px) {
            .company-logo {
                font-size: 2rem;
            }
            
            .footer-section-title {
                font-size: 1.1rem;
            }
            
            .social-icon {
                width: 40px;
                height: 40px;
            }
        }
    </style>









