.elementor-31502 .elementor-element.elementor-element-7eaa5bf{--display:flex;}.elementor-31502 .elementor-element.elementor-element-20b454b.elementor-element{--align-self:center;}.elementor-31502 .elementor-element.elementor-element-10f5eb3{--display:flex;}.elementor-31502 .elementor-element.elementor-element-7a3720b{--display:flex;}.elementor-31502 .elementor-element.elementor-element-7cbe663{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-31502 .elementor-element.elementor-element-7cbe663{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-92d1692 *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: radial-gradient(circle at center, #0a1525 0%, #050a14 100%);
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 4rem 2rem;
}

/* Header Styles */
header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tag {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #a0c4ff;
}

.tag i {
    color: #a0c4ff;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 900px;
}

.highlight {
    background: linear-gradient(90deg, #3a8eff 0%, #4eb5ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.subtitle {
    font-size: 1.1rem;
    max-width: 800px;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.location i {
    color: #ff9f5a;
}

.cta-button {
    background: linear-gradient(90deg, #ff9f5a 0%, #ff7e36 100%);
    color: white;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 126, 54, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(255, 126, 54, 0.4);
}

.cta-button i {
    font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .container {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
    
    .tag {
        font-size: 0.8rem;
    }
    
    .cta-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
}/* End custom CSS */