.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-440 .elementor-element.elementor-element-c791281{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Velix Digital</title>
    
    <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap" rel="stylesheet">

    <style>
        /* --- RESET & VARIABLES --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --font-sans: 'Manrope', sans-serif;
            --font-serif: 'Playfair Display', serif;
            --velix-gold: #C59D5F;
            --velix-pale: #E5D0B1;
        }

        /* --- 1. NEW BACKGROUND CSS (Applied Here) --- */
        body, html {
            /* Base Color (Lighter, Richer Royal Purple) */
            background-color: #240A2E !important; 

            /* Scattered Gold & Purple Lights */
            background-image: 
                /* Strong Gold Glow (Top Right) */
                radial-gradient(circle at 90% 10%, rgba(197, 157, 95, 0.35) 0%, transparent 50%),
                
                /* Scattered Gold Glow (Bottom Left) */
                radial-gradient(circle at 10% 85%, rgba(197, 157, 95, 0.25) 0%, transparent 40%),
                
                /* Small Gold Highlight (Center-Left) */
                radial-gradient(circle at 30% 40%, rgba(229, 208, 177, 0.1) 0%, transparent 20%),

                /* Deep Purple Depth (Bottom Right - keeps it grounded) */
                radial-gradient(circle at 80% 80%, #130018 0%, transparent 60%);

            /* Essential Settings */
            background-attachment: fixed; /* Keeps background still when scrolling */
            background-size: cover;
            background-repeat: no-repeat;
            
            /* Text Settings */
            color: white;
            min-height: 100vh;
            width: 100%;
            overflow-x: hidden;
        }

        /* --- LAYOUT UTILITIES --- */
        .hero-section {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 5rem 1.5rem;
            text-align: center;
            overflow: hidden;
            background: transparent; /* Transparent so body background shows */
        }

        .z-content {
            position: relative;
            z-index: 10;
            max-width: 64rem;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 3rem;
            align-items: center;
        }

        /* --- TYPOGRAPHY & ELEMENTS --- */
        
        /* 1. Subheading Group */
        .sub-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }

        .arrow-down {
            font-size: 1.5rem;
            color: var(--velix-gold);
            animation: bounce 1s infinite;
        }

        .sub-text {
            font-family: var(--font-sans);
            color: var(--velix-pale);
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.4em;
            text-transform: uppercase;
        }

        /* 2. Main Heading */
        .main-title {
            font-family: var(--font-serif);
            font-weight: 700;
            line-height: 0.9;
            color: white;
            font-size: 3.75rem;
        }

        @media (min-width: 768px) { .main-title { font-size: 6rem; } }
        @media (min-width: 1024px) { .main-title { font-size: 8rem; } }

        .text-gradient {
            background: linear-gradient(to right, #E5D0B1, #C59D5F);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-style: italic;
        }

        /* 3. Description Paragraph */
        .description {
            font-family: var(--font-sans);
            color: #e5e7eb;
            font-size: 1.125rem;
            font-weight: 300;
            line-height: 1.625;
            max-width: 36rem;
            margin: 0 auto;
            
            /* Glassmorphism */
            background-color: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(4px);
            padding: 1.5rem;
            border: 1px solid rgba(197, 157, 95, 0.2);
        }

        /* 4. Button */
        .btn-container {
            padding-top: 1.5rem;
        }

        .btn-angled {
            display: inline-block;
            text-decoration: none;
            position: relative;
            padding: 1.25rem 4rem;
            font-family: var(--font-sans);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            font-size: 0.875rem;
            color: #E5D0B1;
            background: rgba(0,0,0,0.3);
            border: 1px solid #C59D5F;
            /* Futuristic Cut Corner Shape */
            clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .btn-angled:hover {
            background: #C59D5F;
            color: #130018;
            /* Shape flips on hover */
            clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
        }

        /* --- ANIMATIONS --- */
        
        @keyframes bounce {
            0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
            50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
        }

        /* Rain Background */
        .rain-wrapper {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
            -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
            mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
        }

        .drop {
            position: absolute;
            top: -100px;
            width: 1px;
            background: linear-gradient(to bottom, transparent, #C59D5F);
            animation: fall linear infinite;
            opacity: 0.4;
        }

        @keyframes fall {
            to { transform: translateY(120vh); }
        }
    </style>
</head>
<body>

    <section class="hero-section">
        
        <div class="rain-wrapper">
            <div class="drop" style="left: 10%; height: 100px; animation-duration: 3s; animation-delay: 0s;"></div>
            <div class="drop" style="left: 25%; height: 150px; animation-duration: 2s; animation-delay: 1s;"></div>
            <div class="drop" style="left: 40%; height: 80px; animation-duration: 4s; animation-delay: 2s;"></div>
            <div class="drop" style="left: 60%; height: 200px; animation-duration: 3.5s; animation-delay: 0.5s;"></div>
            <div class="drop" style="left: 80%; height: 120px; animation-duration: 2.5s; animation-delay: 1.5s;"></div>
            <div class="drop" style="left: 95%; height: 160px; animation-duration: 4.5s; animation-delay: 3s;"></div>
            <div class="drop" style="left: 50%; height: 140px; animation-duration: 3s; animation-delay: 0.2s;"></div>
            <div class="drop" style="left: 15%; height: 90px; animation-duration: 5s; animation-delay: 2.2s;"></div>
            <div class="drop" style="left: 70%; height: 180px; animation-duration: 3.2s; animation-delay: 0.8s;"></div>
        </div>

        <div class="z-content">
            
            <div class="sub-group">
                <span class="arrow-down">↓</span>
                <h2 class="sub-text">Your Business, Our Vision.</h2>
            </div>

            <h1 class="main-title">
                Transform Vision <br>
                Into <span class="text-gradient">Velocity</span>
            </h1>

            <p class="description">
                As Ahmedabad's leading digital marketing agency, Velix Digital fuses speed with strategic structure to propel your brand forward. 3x lead growth guaranteed.
            </p>

            <div class="btn-container">
                <a href="https://wa.me/917627091499" target="_blank" class="btn-angled">Book a Call</a>
            </div>

        </div>

    </section>

</body>
</html>/* End custom CSS */