 <style>
        @font-face {
            font-family: "Lama-sans";
            src: url("/assets/font/ArbFONTS-LamaSans-Regular.ttf") format("woff");
        }
        
        :root {
            --primary-color: #153052;
            --secondary-color: rgb(207, 41, 26);
            --accent-color: #153052;
            --text-dark: #153052;
            --text-light: #7f8c8d;
            --bg-light: #faf8f8;
            --bg-white: #ffffff;
            --border-color: #e6dede;
            --success-color: #153052;
            --bashir-color: #153052;
            --competitor-color: #153052;

             --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;
            --primary-color: #153052;
            --secondary-color: #e8c468;
        }
        
       
        
        body {
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.8;
             font-family: "Lama-sans"
        }
        
         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            
        }
        

        .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 style nav */

        .hero-section {
            background: var(--primary-color);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .hero-subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.9;
            margin-bottom: 2rem;
        }
        
        .content-section {
            background: var(--bg-white);
            margin: 2rem 0;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .content-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .section-header {
            background: linear-gradient(135deg, var(--primary-color));
            color: white;
            padding: 1.5rem 2rem;
            margin: 0;
            position: relative;
        }
        
        .section-header.bashir-header {
            background: var(--bashir-color);
        }
        
        .section-header.competitor-header {
            background: var(--competitor-color);
        }
        
        .section-header::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--secondary-color);
        }
        
        .section-header h2 {
            margin: 0;
            font-size: 1.8rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .section-header i {
            font-size: 1.5rem;
            opacity: 0.9;
        }
        
        .section-content {
            padding: 2.5rem;
        }
        
        .section-content h3 {
            color: var(--primary-color);
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-size: 1.4rem;
            border-right: 4px solid var(--secondary-color);
            padding-right: 15px;
        }
        
        .section-content h4 {
            color: var(--text-dark);
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.8rem;
            font-size: 1.2rem;
        }
        
        .section-content p {
            margin-bottom: 1.2rem;
            text-align: justify;
            color: var(--text-dark);
        }
        
        .section-content ul {
            margin-bottom: 1.5rem;
        }
        
        .section-content li {
            margin-bottom: 0.8rem;
            color: var(--text-dark);
        }
        
        .section-content strong {
            color: var(--primary-color);
            font-weight: 600;
        }
        
        .table-of-contents {
            background: var(--bg-white);
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            padding: 2rem;
            margin-bottom: 2rem;
            position: sticky;
            top: 20px;
        }
        
        .table-of-contents h3 {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 1.5rem;
            text-align: center;
            font-size: 1.3rem;
            border-bottom: 2px solid var(--secondary-color);
            padding-bottom: 10px;
        }
        
        .toc-list {
            list-style: none;
            padding: 0;
        }
        
        .toc-list li {
            margin-bottom: 0.8rem;
        }
        
        .toc-list a {
            color: var(--text-dark);
            text-decoration: none;
            display: block;
            padding: 8px 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .toc-list a:hover {
            background: var(--primary-color);
            color: white;
            transform: translateX(-5px);
        }
        
        .toc-list a i {
            margin-left: 10px;
            color: var(--secondary-color);
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            border-right: 5px solid var(--accent-color);
        }
        
        .highlight-box h4 {
            color: var(--accent-color);
            margin-bottom: 1rem;
        }
        
        .info-card {
            background: var(--bg-white);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 1.5rem;
            margin: 1rem 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .info-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }
        
        .info-card h5 {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .info-card i {
            color: var(--secondary-color);
        }
        
        .bashir-card {
            background: linear-gradient(135deg, #f8fff8, #e8f5e8);
            border: 2px solid var(--bashir-color);
            border-radius: 15px;
            padding: 2rem;
            margin: 1.5rem 0;
            box-shadow: 0 5px 20px rgba(44, 85, 48, 0.1);
        }
        
        .bashir-card h5 {
            color: var(--bashir-color);
            font-weight: 700;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .bashir-card .btn {
            background: var(--bashir-color);
            border: none;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }
        
        .bashir-card .btn:hover {
            background: #1e3c24;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(44, 85, 48, 0.3);
        }
        
        .competitor-card {
            background: linear-gradient(135deg, #fdf8f0, #f4ede0);
            border: 2px solid var(--competitor-color);
            border-radius: 15px;
            padding: 1.5rem;
            margin: 1rem 0;
            box-shadow: 0 3px 15px rgba(139, 69, 19, 0.1);
        }
        
        .competitor-card h5 {
            color: var(--competitor-color);
            font-weight: 600;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .competitor-card a {
            color: var(--competitor-color);
            text-decoration: none;
            font-weight: 600;
        }
        
        .competitor-card a:hover {
            color: #654321;
            text-decoration: underline;
        }
        
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            background: var(--primary-color);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .scroll-to-top:hover {
            background: var(--secondary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .timeline {
            position: relative;
            margin-top: 40px;
            padding-right: 20px;
            border-right: 3px solid #153052;
        }

        .timeline-step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 35px;
            position: relative;
        }

        .circle-icon {
            width: 50px;
            height: 50px;
            background: #153052;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            margin-left: 15px;
            flex-shrink: 0;
        }

        .step-content h5 {
            margin: 0;
            font-size: 18px;
            color: #333;
            margin-bottom: 8px;
        }

        .step-content p {
            color: #555;
            font-size: 15px;
            margin: 0;
        }
        
        .accordion-item {
            background: var(--bg-white);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        
        .accordion-button {
            background: none;
            border: none;
            width: 100%;
            padding: 1.5rem;
            text-align: right;
            font-weight: 600;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .accordion-button:hover {
            background: var(--bg-light);
        }
        
        .accordion-button::after {
            content: '+';
            font-size: 1.5rem;
            margin-left: 10px;
            transition: transform 0.3s ease;
        }
        
        .accordion-button[aria-expanded="true"]::after {
            transform: rotate(45deg);
        }
        
        .accordion-collapse {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .accordion-collapse.show {
            max-height: 500px;
        }
        
        .accordion-body {
            padding: 1.5rem;
            border-top: 1px solid var(--border-color);
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .section-content {
                padding: 1.5rem;
            }
            
            .table-of-contents {
                position: static;
                margin-bottom: 1rem;
            }
        }
    </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>