.elementor-7234 .elementor-element.elementor-element-9f2eb39{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7234 .elementor-element.elementor-element-9f2eb39:not(.elementor-motion-effects-element-type-background), .elementor-7234 .elementor-element.elementor-element-9f2eb39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#123332;}.elementor-7234 .elementor-element.elementor-element-5fc778d{background-color:#979C82;}.elementor-7234 .elementor-element.elementor-element-8b5cfec{background-color:#130B35;}.elementor-7234 .elementor-element.elementor-element-88ea2e3{background-color:#000000;}.elementor-7234 .elementor-element.elementor-element-63f7d80{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-9f2eb39 */.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Add dark overlay */
.video-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity by changing 0.5 */
    z-index: 2;
}

.content-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.hero-title {
    color: white;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.accent-text {
    color: #d5b690;
    font-style: italic;
}

.hero-description {
    color: white;
    font-size: 1.2em;
}
.hero-description {
    color: white;
    font-size: 1.2em;
    max-width: 800px;
    line-height: 1.6;
    margin-top: 20px;
}

.video-hero::after {
    display: none !important;
}

/* Ensure only our dark overlay is present */
.video-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    animation: none !important; /* Prevent any animations */
}

/* Also check if Elementor is adding any overlays */
.elementor-background-overlay,
.elementor-element-overlay {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS */body {
    background-color: #123332 !important;
}

.sector-slide {
    position: relative;
    overflow: hidden;
}

.sector-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    transition: all 0.3s ease;
}

.sector-slide:hover .sector-content {
    bottom: 0;
}/* End custom CSS */