.elementor-kit-6{--e-global-color-primary:#0693E3;--e-global-color-secondary:#1A2F50;--e-global-color-text:#36454F;--e-global-color-accent:#FF6700;--e-global-color-3c9fe96:#FFFFFF;--e-global-color-eec75ac:#004080;--e-global-color-89e1ce3:#006C9B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2rem;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:22px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:#36454F;font-family:"Poppins", Sans-serif;font-size:1rem;font-weight:400;word-spacing:0em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-3c9fe96 );font-size:1rem;font-weight:500;word-spacing:0em;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;font-size:36px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-weight:800;}.elementor-kit-6 h4{font-size:1.25px;font-weight:600;letter-spacing:-0.01em;}.elementor-kit-6 h5{font-size:1.15rem;font-weight:500;line-height:1.3em;letter-spacing:-0.01em;}.elementor-kit-6 h6{font-size:1rem;font-weight:500;line-height:1.4em;letter-spacing:0em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- EzyCurrent Fluid Responsive Headings (H1-H3) --- */

h1 {
    /* Scale from 40px (2.5rem) up to 72px (4.5rem) */
    font-size: clamp(2.5rem, 7vw, 4.5rem); 
    font-weight: 800; /* Extra Bold */
    line-height: 1.1; /* Tight line height for impact */
    letter-spacing: -0.03em; /* Tighten kerning for large text */
    color: var(--e-global-color-secondary); /* Deep Navy Blue */
}

h2 {
    /* Scale from 28.8px (1.8rem) up to 48px (3rem) */
    font-size: clamp(1.8rem, 4.5vw, 3rem); 
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--e-global-color-text); /* Charcoal Gray */
}

h3 {
    /* Scale from 22.4px (1.4rem) up to 36px (2.25rem) */
    font-size: clamp(1.4rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--e-global-color-text); /* Charcoal Gray */
}

/* EZY CURRENT: MISSION HERO SECTION STYLES */

.ezy-current-mission-hero {
    /* Use Secondary Color as a strong background */
    background-color: var(--e-global-color-secondary); 
    padding: 60px 20px; 
    text-align: center;
}

.mission-content-wrapper {
    max-width: 900px; 
    margin: 0 auto;
    /* Color all text inside to the white variable for contrast */
    color: var(--e-global-color-3c9fe96); 
}

/* H1 - Mission Title Styling */
.mission-title {
    /* Use global primary typography styles */
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: 1.2;
    font-size: 2.5rem; 
    margin-bottom: 25px;
    color: inherit; 
}

/* Highlight the key phrase with the primary color */
.primary-color-text {
    color: var(--e-global-color-primary); /* #0693E3 */
}

/* Paragraph Text Styling */
.mission-statement-text {
    /* Use global text typography styles */
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.5; 
    font-size: 1.15rem;
    margin-bottom: 40px;
    color: inherit; 
}

/* Call to Action Button Styling */
.mission-cta-button {
    /* Main CTA background uses Accent for visibility: #FF6700 */
    background-color: var(--e-global-color-accent); 
    color: var(--e-global-color-3c9fe96); /* White Text */
    
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase;
    
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.mission-cta-button:hover {
    /* Hover state uses a darker blue for a professional touch */
    background-color: var(--e-global-color-eec75ac); /* #004080 */
    cursor: pointer;
}

/* Responsiveness adjustments for smaller screens */
@media (max-width: 768px) {
    .ezy-current-mission-hero {
        padding: 40px 15px;
    }
    .mission-title {
        font-size: 1.8rem;
    }
    .mission-statement-text {
        font-size: 1rem;
    }
}
/* EZY CURRENT: COMPANY OVERVIEW / IMAGE-TEXT BLOCK STYLES */

.ezy-current-overview-section {
    display: flex;
    flex-wrap: wrap; /* Allows stacking on mobile */
    align-items: center;
    justify-content: space-between;
    padding: 80px 20px;
    background-color: var(--e-global-color-3c9fe96); /* White Background */
    gap: 40px;
}

.overview-content-left,
.overview-image-right {
    flex: 1 1 45%; /* Takes up roughly half the space */
    min-width: 300px; /* Minimum width before wrapping */
}

/* H2 - Overview Title Styling */
.overview-title {
    /* Uses Primary typography for bold look */
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: 1.2;
    font-size: 2rem;
    margin-bottom: 15px;
}

/* Color Helper Classes */
.secondary-color-text {
    color: var(--e-global-color-secondary); /* Dark Blue */
}
.primary-color-text {
    color: var(--e-global-color-primary); /* Bright Blue */
}

/* Lead Paragraph Styling */
.overview-lead-text {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight); /* 500 weight */
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Body Paragraph Styling */
.overview-body-text {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.6;
    font-size: 1rem;
    color: var(--e-global-color-text#36454F); /* Dark Gray Text */
    margin-bottom: 15px;
}

/* Image Styling */
.company-overview-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Soft rounding */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* CTA Button Styling (Reusing mission-cta-button styles for consistency, but with a different class) */
.overview-cta-button {
    /* Background uses Primary Color: #0693E3 */
    background-color: var(--e-global-color-primary); 
    color: var(--e-global-color-3c9fe96); /* White Text */
    
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase;
    
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-size: 0.95rem;
    margin-top: 25px;
}

.overview-cta-button:hover {
    /* Hover state uses Accent color: #FF6700 */
    background-color: var(--e-global-color-accent); 
    cursor: pointer;
}

/* Responsiveness adjustments */
@media (max-width: 768px) {
    .ezy-current-overview-section {
        padding: 50px 15px;
        /* Force single column stack */
        flex-direction: column;
    }
    .overview-content-left,
    .overview-image-right {
        flex: 1 1 100%; 
        min-width: unset;
    }
    .overview-image-right {
        order: -1; /* Puts the image above the text on mobile */
        margin-bottom: 25px;
    }
    .overview-title {
        font-size: 1.75rem;
    }
} 
/* EZY CURRENT: CORE VALUES SECTION STYLES */

.ezy-current-values-section {
    padding: 80px 20px;
    background-color: var(--bs-gray-100); /* Use a subtle light gray background for distinction */
    text-align: center;
}

.values-header {
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Reusing the H2 heading style from the previous section */
.section-heading {
    /* Uses Primary typography for bold look */
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: 1.2;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-subheading {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text#36454F);
    font-size: 1.1rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.value-card {
    background-color: var(--e-global-color-3c9fe96); /* White background for the card */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(26, 47, 80, 0.08); /* Subtle shadow from secondary color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(26, 47, 80, 0.15); /* Lifted and more pronounced shadow */
}

.value-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    /* Primary color: #0693E3 */
    color: var(--e-global-color-primary); 
}

.card-title {
    /* Uses Accent typography for a semi-bold title */
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight); /* 500 weight */
    font-size: 1.3rem;
    color: var(--e-global-color-secondary); /* Dark Blue title */
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-text {
    /* Uses Text typography */
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.6;
    color: var(--e-global-color-text#36454F);
    font-size: 0.95rem;
}

/* Responsiveness adjustments (Grid handles most responsiveness, but this is a fail-safe) */
@media (max-width: 600px) {
    .values-grid {
        grid-template-columns: 1fr; /* Stack cards vertically on very small screens */
    }
}/* End custom CSS */