.elementor-1657 .elementor-element.elementor-element-9f494dd{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-33a1e4f *//* ========================================
   MORAN ENGINEERING - ABOUT PAGE STYLES
   Professional Corporate Design
   ======================================== */

/* CSS Variables */
:root {
    --oil-black: #000000;
    --gear-grey: #7A7A7A;
    --eco-green: #00D02D;
    --electric-blue: #1C3FAA;
    --pure-white: #FFFFFF;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--oil-black);
    overflow-x: hidden;
    line-height: 1.6;
}

/* ========================================
   HERO SECTION - REAL PEOPLE, REAL SOLUTIONS
   ======================================== */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0d2570 0%, var(--electric-blue) 50%, #1a4dbf 100%);
    overflow: hidden;
    padding: 80px 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 208, 45, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(0, 208, 45, 0.06) 0%, transparent 50%);
    z-index: 1;
}

/* Background Pattern */
.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.05) 35px, rgba(255,255,255,.05) 70px);
    z-index: 1;
}

/* Container */
.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ========================================
   LEFT CONTENT
   ======================================== */
.hero-content {
    color: var(--pure-white);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 208, 45, 0.15);
    border: 2px solid var(--eco-green);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.hero-badge i {
    color: var(--eco-green);
    font-size: 18px;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-title .highlight {
    color: var(--eco-green);
    display: block;
}

.hero-description {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    max-width: 550px;
}

/* Value Badges */
.hero-values {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.value-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.value-badge:hover {
    background: rgba(0, 208, 45, 0.2);
    border-color: var(--eco-green);
    transform: translateY(-2px);
}

.value-badge i {
    color: var(--eco-green);
    font-size: 16px;
}

/* ========================================
   RIGHT IMAGE SECTION
   ======================================== */
.hero-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-frame {
    position: relative;
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 30px;
    display: flex;
    align-items: flex-end;
}

.overlay-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--eco-green);
    color: var(--pure-white);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0, 208, 45, 0.4);
}

.overlay-badge i {
    font-size: 18px;
}

/* ========================================
   COMPANY STORY SECTION
   ======================================== */
.company-story-section {
    background: linear-gradient(145deg, #f0f4f8, var(--pure-white));
    padding: 100px 40px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    color: #111;
    position: relative;
    overflow: hidden;
}

.story-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://moranengineering.dulegend.com/wp-content/uploads/2025/08/Blog-Powering-Up-for-a-Clean-Energy-Transition-10-12-23-1.jpg') no-repeat center;
    background-size: cover;
    opacity: 0.03;
    z-index: 0;
}

.company-story-content {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.98);
    padding: 70px;
    border-radius: 20px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(28, 63, 170, 0.08);
}

/* Story Header */
.story-header {
    text-align: center;
    margin-bottom: 50px;
}

.story-subtitle {
    display: inline-block;
    color: var(--eco-green);
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.story-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: var(--electric-blue);
    margin-bottom: 20px;
    font-weight: 700;
}

.header-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--electric-blue), var(--eco-green));
    margin: 0 auto;
    border-radius: 2px;
}

/* Story Content */
.story-main {
    max-width: 900px;
    margin: 0 auto;
}

.story-main p {
    font-size: 17px;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.9;
}

.story-intro {
    font-size: 18px !important;
    font-weight: 500;
    color: #222;
}

.company-story-highlight {
    font-weight: 700;
    color: var(--electric-blue);
    background: linear-gradient(120deg, rgba(28, 63, 170, 0.1) 0%, rgba(0, 208, 45, 0.1) 100%);
    padding: 4px 12px;
    border-radius: 6px;
    display: inline-block;
}

.story-conclusion {
    font-size: 18px !important;
    font-weight: 500;
    color: var(--electric-blue);
}

.story-final {
    background: linear-gradient(135deg, rgba(0, 208, 45, 0.08), rgba(28, 63, 170, 0.08));
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid var(--eco-green);
    font-size: 18px !important;
    color: #222;
    margin-top: 30px;
}

/* Values Section */
.values-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid rgba(28, 63, 170, 0.1);
}

.values-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: var(--electric-blue);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.value-item {
    text-align: center;
    padding: 30px 20px;
    background: var(--pure-white);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid rgba(28, 63, 170, 0.1);
}

.value-item:hover {
    border-color: var(--eco-green);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 208, 45, 0.15);
}

.value-item i {
    font-size: 36px;
    color: var(--electric-blue);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.value-item:hover i {
    color: var(--eco-green);
    transform: scale(1.1);
}

.value-item h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: var(--oil-black);
    font-weight: 700;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-values {
        justify-content: center;
    }

    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
        min-height: auto;
    }

    .hero-container {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 18px;
    }

    .hero-values {
        flex-direction: column;
        width: 100%;
    }

    .value-badge {
        width: 100%;
        justify-content: center;
    }

    .company-story-content {
        padding: 40px 30px;
    }

    .story-header h2 {
        font-size: 32px;
    }

    .values-section h3 {
        font-size: 24px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
    }

    .story-header h2 {
        font-size: 28px;
    }

    .company-story-content {
        padding: 30px 20px;
    }

    .story-main p {
        font-size: 16px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-item {
        padding: 25px 15px;
    }
}/* End custom CSS */