.elementor-16404 .elementor-element.elementor-element-7c7c544{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16404 .elementor-element.elementor-element-e7cb5cd{--display:flex;--min-height:400px;}.elementor-16404 .elementor-element.elementor-element-e7cb5cd:not(.elementor-motion-effects-element-type-background), .elementor-16404 .elementor-element.elementor-element-e7cb5cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ecioffshore.com/wp-content/uploads/2025/04/Asset-6@2x-8.png");background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-16404 .elementor-element.elementor-element-97d6084{--display:flex;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-16404 .elementor-element.elementor-element-97d6084.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-16404 .elementor-element.elementor-element-463002c{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-16404 .elementor-element.elementor-element-463002c > .elementor-widget-container{padding:0px 0px 0px 50px;}.elementor-16404 .elementor-element.elementor-element-463002c .title-subtitle{font-weight:600;}.elementor-16404 .elementor-element.elementor-element-463002c .title{font-family:"Be Vietnam Pro", Sans-serif;}.elementor-16404 .elementor-element.elementor-element-463002c .title-after_title{font-family:"Be Vietnam Pro", Sans-serif;font-size:16px;}.elementor-16404 .elementor-element.elementor-element-762c794{--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;}.elementor-16404 .elementor-element.elementor-element-f894d33{--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;}.elementor-16404 .elementor-element.elementor-element-fbbd79e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-16404 .elementor-element.elementor-element-fbbd79e > .elementor-widget-container{padding:0px 0px 0px 100px;}.elementor-16404 .elementor-element.elementor-element-fbbd79e .title-subtitle{font-weight:600;}.elementor-16404 .elementor-element.elementor-element-fbbd79e .title-after_title{font-size:16px;}.elementor-16404 .elementor-element.elementor-element-2a2e899 .wd-marquee{--wd-marquee-speed:40s;--wd-marquee-gap:150px;}@media(max-width:1024px){.elementor-16404 .elementor-element.elementor-element-7c7c544{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-16404 .elementor-element.elementor-element-97d6084{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}@media(min-width:769px){.elementor-16404 .elementor-element.elementor-element-e7cb5cd{--width:35%;}.elementor-16404 .elementor-element.elementor-element-97d6084{--width:65%;}}@media(max-width:1024px) and (min-width:769px){.elementor-16404 .elementor-element.elementor-element-e7cb5cd{--width:100%;}.elementor-16404 .elementor-element.elementor-element-97d6084{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3885497 */.eci-global-container {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.eci-hero {
    background: linear-gradient(135deg, #1a365d 0%, #2a5298 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
}

.hero-content h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #ffffff; 
}

.hero-tagline {
    font-size: 1.8rem;
    font-weight: 600;
    color: #63b3ed;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.hero-quote {
    font-size: 1.3rem;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
}

/* Value Propositions */
.value-propositions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.prop-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.prop-card:hover {
    transform: translateY(-10px);
}

.prop-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.prop-card h2 {
    font-size: 1.5rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 600;
}

.build-card {
    border-top: 4px solid #4299e1;
}

.grow-card {
    border-top: 4px solid #48bb78;
}

.thrive-card {
    border-top: 4px solid #9f7aea;
}

/* Core Values */
.section-title {
    text-align: center;
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #1C37E0;
    margin: 15px auto 0;
    border-radius: 2px;
}

.core-values {
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.value-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #1C37E0;
}

.value-card h3 {
    font-size: 1.3rem;
    color: #2b6cb0;font-family: 'Be Vietnam Pro', sans-serif;
    margin-bottom: 15px;
}

/* Vision Section */
.vision-section {
    background: #ebf8ff;
    padding: 50px;
    border-radius: 12px;
    margin-bottom: 60px;
    text-align: center;
}

.vision-content {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.1rem;
}

/* Partners Section */
.partners-section {
    margin-bottom: 60px;
}

.partner-category {
    margin-bottom: 40px;
}

.partner-category h3 {
    font-size: 1.3rem;
    color: #2b6cb0;
    margin-bottom: 20px;
    text-align: center;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.partner-logo {
    background: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    color: #2c5282;
    border: 1px solid #e2e8f0;
}

/* Responsive */
@media (max-width: 768px) {
    .eci-hero {
        padding: 60px 20px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-tagline {
        font-size: 1.4rem;
    }
    
    .value-propositions, .values-grid {
        grid-template-columns: 1fr;
    }
    
    .vision-section {
        padding: 30px 20px;
    }
}/* End custom CSS */