.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-632 .elementor-element.elementor-element-c7fdbff > .elementor-widget-container{padding:50px 100px 50px 100px;}.elementor-632 .elementor-element.elementor-element-c7fdbff{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}.elementor-632 .elementor-element.elementor-element-c7fdbff a{color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-632 .elementor-element.elementor-element-c7fdbff > .elementor-widget-container{padding:0px 20px 0px 20px;}}/* Start custom CSS for html, class: .elementor-element-349df16 *//* 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;
}

/* Background gradients */
.submit-hero1::before {
    content: '';
    position: absolute;
    inset: 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;
}

/* Background image */
.submit-hero1::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('http://www.planethike.org/wp-content/uploads/2025/10/IMG-20250914-WA0402-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;
}

/* Responsive Icon */
.hero-icon1 {
    font-size: clamp(2.5rem, 7vw, 5rem);
    margin-bottom: 30px;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(78,205,196,0.6));
}

/* Responsive Title */
.submit-hero1 h1 {
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #fff, #4ECDC4, #fff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 4s ease infinite;
    text-shadow: 0 0 40px rgba(78,205,196,0.5);
}

/* Responsive Subheadline */
.submit-hero1 .subheadline {
    font-size: clamp(1rem, 3.5vw, 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;
}

/* ------------------------------
   RESPONSIVE BREAKPOINTS
--------------------------------*/

/* Tablets */
@media (max-width: 992px) {
    .submit-hero1 {
        padding: 60px 20px;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .submit-hero1 {
        padding: 50px 15px;
        min-height: 75vh;
    }

    .submit-hero1 h1 {
        letter-spacing: 1px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .submit-hero1 {
        padding: 40px 10px;
        min-height: 70vh;
    }

    .submit-hero1 .subheadline {
        line-height: 1.6;
    }
}/* End custom CSS */