.hero-section-wrapper-cc667299 {
    position: relative;
    width: 100%;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    /* Default size, but overridden by Elementor controls */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-overlay-cc667299 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.hero-header-cc667299 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    z-index: 999;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.hero-logo-cc667299 {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.hero-nav-cc667299 ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.hero-nav-cc667299 ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.hero-content-cc667299 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
}

.hero-large-text-cc667299 {
    margin-bottom: 20px;
}

.hero-small-text-cc667299 {
    margin-bottom: 30px;
}

.hero-cta-cc667299 {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-extra-text-cc667299 {
    margin-bottom: 0;
}

.hero-trust-bar-cc667299 {
    padding: 15px;
    text-align: center;
    z-index: 2;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Hamburger Menu Toggle */
.hero-nav-toggle-cc667299 {
    display: none;
    background: none;
    border: none;
    color: inherit;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .hero-header-cc667299 {
        padding: 15px;
        position: static;
    }

    .hero-nav-toggle-cc667299 {
        display: block;
        z-index: 1000;
        position: relative;
    }
    
    .hero-nav-cc667299 {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: rgba(17, 24, 39, 0.98);
        padding: 20px;
        text-align: center;
        z-index: 9999;
    }

    .hero-nav-cc667299.active {
        display: block;
    }

    .hero-nav-cc667299 ul {
        flex-direction: column;
        gap: 15px;
    }

    .hero-nav-cc667299 ul li a {
        color: #ffffff !important;
        display: block;
        padding: 10px;
    }
}