.elementor-16149 .elementor-element.elementor-element-c50fdbb{--display:flex;}/* Start custom CSS for container, class: .elementor-element-c50fdbb */<style>
    :root {
        --primary-blue: #003366;
        --accent-gold: #c5a059;
        --light-bg: #f4f7f9;
        --text-dark: #333333;
    }

    .riyadh-page-container {
        font-family: 'Segoe UI', Roboto, sans-serif;
        color: var(--text-dark);
        line-height: 1.6;
    }

    /* Hero Section */
    .hero-box {
        background: linear-gradient(135deg, rgba(0,51,102,0.9) 0%, rgba(0,20,40,0.8) 100%), 
                    url('https://images.unsplash.com/photo-1582647509711-c8aa8a8bda71?q=80&w=2000');
        background-size: cover;
        background-position: center;
        padding: 100px 20px;
        text-align: center;
        color: white;
        border-radius: 8px;
    }

    .hero-box h1 {
        font-size: 3rem;
        font-weight: 800;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .hero-box p {
        font-size: 1.25rem;
        max-width: 800px;
        margin: 0 auto 30px;
    }

    /* Feature Grid */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: -50px;
        padding: 0 20px;
    }

    .feature-card {
        background: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        text-align: center;
        transition: transform 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-10px);
    }

    .feature-card h3 {
        color: var(--primary-blue);
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    /* Content Section */
    .content-section {
        padding: 60px 20px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .content-section h2 {
        text-align: center;
        color: var(--primary-blue);
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .spec-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        background: white;
    }

    .spec-table th {
        background: var(--primary-blue);
        color: white;
        padding: 15px;
        text-align: left;
    }

    .spec-table td {
        padding: 15px;
        border: 1px solid #ddd;
    }

    .cta-button {
        display: inline-block;
        background: var(--accent-gold);
        color: white !important;
        padding: 15px 35px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: opacity 0.3s;
    }

    .cta-button:hover {
        opacity: 0.9;
    }

    @media (max-width: 768px) {
        .hero-box h1 { font-size: 2rem; }
    }
</style>

<div class="riyadh-page-container">
    <!-- Hero Section -->
    <div class="hero-box">
        <h1>High-Performance Raised Floor in Riyadh</h1>
        <p>Your local Saudi partner for SASO-compliant access flooring engineered for Vision 2030 Giga-projects.</p>
        <a href="#quote" class="cta-button">Request Project Quotation</a>
    </div>

    <!-- Feature Section -->
    <div class="features-grid">
        <div class="feature-card">
            <h3>Riyadh Inventory</h3>
            <p>Ready-to-ship inventory in Riyadh and Dammam to eliminate international logistics delays.</p>
        </div>
        <div class="feature-card">
            <h3>Local Engineering</h3>
            <p>Fast-track technical submittals and shop drawings tailored to Royal Commission standards.</p>
        </div>
        <div class="feature-card">
            <h3>Vision 2030 Ready</h3>
            <p>Our locally sourced materials support LEED points for sustainable building in the Kingdom.</p>
        </div>
    </div>

    <!-- Main Content -->
    <div class="content-section">
        <h2>Premium Raised Access Floor Systems in Riyadh</h2>
        <p>As Riyadh rapidly transforms into a global financial hub, the demand for flexible, high-load infrastructure has never been higher. Our <strong>raised floor in Riyadh</strong> provides the structural versatility required for modern data centers, government headquarters, and commercial skyscrapers.</p>
        
        <table class="spec-table">
            <thead>
                <tr>
                    <th>System Type</th>
                    <th>Best For</th>
                    <th>Standard</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td><strong>Steel Cementitious</strong></td>
                    <td>Data Centers & Control Rooms</td>
                    <td>CISCA / EN 12825</td>
                </tr>
                <tr>
                    <td><strong>Calcium Sulphate</strong></td>
                    <td>Corporate HQs & Secure Facilities</td>
                    <td>Fire Rated Class A</td>
                </tr>
                <tr>
                    <td><strong>Airflow Panels</strong></td>
                    <td>Server Rooms & IT Hubs</td>
                    <td>Precision Cooling</td>
                </tr>
            </tbody>
        </table>

        <div style="text-align: center; margin-top: 40px;">
            <h3>Targeting Major Projects in Riyadh</h3>
            <p>We are proud to support contractors working on <strong>King Abdullah Financial District (KAFD)</strong>, <strong>NEOM</strong>, and the <strong>New Murabba</strong> project with high-durability <strong>raised access flooring</strong>.</p>
            <br>
            <a href="#catalog" class="cta-button" style="background: var(--primary-blue);">Download Technical Catalog</a>
        </div>
    </div>
</div>/* End custom CSS */