.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-658 .elementor-element.elementor-element-7dc14f2 > .elementor-widget-container{padding:50px 100px 50px 100px;}.elementor-658 .elementor-element.elementor-element-7dc14f2{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}.elementor-658 .elementor-element.elementor-element-7dc14f2 a{color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6815ecf *//* Hero Section */
        .submit-hero1 {
            position: relative;
            min-height: 85vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
            padding: 80px 20px;
        }

        .submit-hero1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 30% 20%, rgba(78,205,196,0.3) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(15,95,80,0.4) 0%, transparent 60%);
            animation: pulseBackground 8s ease-in-out infinite;
        }

        .submit-hero1::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('http://www.planethike.org/wp-content/uploads/2025/10/01-scaled.jpg');
            background-size: cover;
            background-position: center;
            opacity: 0.15;
            z-index: 0;
        }

        .hero-content1 {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            animation: fadeInUp 1s ease;
        }

        .hero-icon1 {
            font-size: 5rem;
            margin-bottom: 30px;
            animation: float 4s ease-in-out infinite;
            filter: drop-shadow(0 10px 30px rgba(78,205,196,0.6));
        }

        .submit-hero1 h1 {
            font-size: 4rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: linear-gradient(135deg, #fff, #4ECDC4, #fff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 4s ease infinite;
            text-shadow: 0 0 40px rgba(78,205,196,0.5);
        }

        .submit-hero1 .subheadline {
            font-size: 1.5rem;
            color: #EAF7EB;
            margin-bottom: 50px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
            font-weight: 400;
        }

        .submit-hero1 .subheadline strong {
            color: #4ECDC4;
            font-weight: 700;
        }/* End custom CSS */