.elementor-679 .elementor-element.elementor-element-761c93b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-e831ed4 *//* Unique Hero Section Template - ID: hero-fs-template-2024 */
/* Reset and base styles */
#hero-fs-template-2024 * {
    box-sizing: border-box;
}

#hero-fs-template-2024.hero-fullscreen-section-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 40px;
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Content (left side on desktop) */
#hero-fs-template-2024 .hero-content-area-left {
    flex: 1;
    padding-right: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
}

#hero-fs-template-2024 .hero-brand-label-top {
    color: #64B5F6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

#hero-fs-template-2024 .hero-main-heading-primary {
    font-size: 48px;
    font-weight: 700;
    color: #2E3A59;
    line-height: 1.2;
    margin-bottom: 24px;
}

#hero-fs-template-2024 .hero-sub-heading-secondary {
    font-size: 24px;
    font-weight: 500;
    color: #4A5568;
    line-height: 1.4;
    margin-bottom: 20px;
}

#hero-fs-template-2024 .hero-description-text {
    font-size: 16px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Media area (right side on desktop) */
#hero-fs-template-2024 .hero-media-area-right {
    flex: 1;
    position: relative;
    min-height: 60vh;
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
}

/* Video container */
#hero-fs-template-2024 .hero-video-container-embed {
    position: relative;
    width: 100%;
    height: 60vh;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fafc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#hero-fs-template-2024 .hero-video-container-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Image container */
#hero-fs-template-2024 .hero-image-container-display {
    width: 100%;
    height: 60vh;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fafc;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-fs-template-2024 .hero-image-container-display img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tablet styles */
@media (max-width: 1024px) {
    #hero-fs-template-2024.hero-fullscreen-section-wrapper {
        gap: 30px;
        padding: 40px 30px;
        min-height: 80vh;
    }

    #hero-fs-template-2024 .hero-content-area-left {
        max-width: none;
        margin-left: 0;
        padding-right: 20px;
    }

    #hero-fs-template-2024 .hero-media-area-right {
        max-width: none;
        margin-right: 0;
        min-height: 50vh;
    }

    #hero-fs-template-2024 .hero-main-heading-primary {
        font-size: 40px;
    }

    #hero-fs-template-2024 .hero-sub-heading-secondary {
        font-size: 20px;
    }

    #hero-fs-template-2024 .hero-video-container-embed,
    #hero-fs-template-2024 .hero-image-container-display {
        height: 50vh;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    #hero-fs-template-2024.hero-fullscreen-section-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
        text-align: center;
        min-height: auto;
        width: 100%;
        position: static;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
    }

    #hero-fs-template-2024 .hero-content-area-left {
        padding-right: 0;
        order: 1; /* Content comes first on mobile */
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    #hero-fs-template-2024 .hero-media-area-right {
        order: 2; /* Media comes after content on mobile */
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        min-height: auto;
    }

    #hero-fs-template-2024 .hero-main-heading-primary {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #hero-fs-template-2024 .hero-sub-heading-secondary {
        font-size: 18px;
        margin-bottom: 16px;
    }

    #hero-fs-template-2024 .hero-description-text {
        font-size: 15px;
    }

    #hero-fs-template-2024 .hero-video-container-embed,
    #hero-fs-template-2024 .hero-image-container-display {
        height: 280px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    #hero-fs-template-2024.hero-fullscreen-section-wrapper {
        padding: 20px 10px;
    }

    #hero-fs-template-2024 .hero-main-heading-primary {
        font-size: 28px;
    }

    #hero-fs-template-2024 .hero-sub-heading-secondary {
        font-size: 16px;
    }

    #hero-fs-template-2024 .hero-video-container-embed,
    #hero-fs-template-2024 .hero-image-container-display {
        height: 240px;
    }
}/* End custom CSS */