.elementor-1625 .elementor-element.elementor-element-1403980{--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-dd44626 *//* ========================================
   MORAN ENGINEERING - ABOUT PAGE STYLES
   Clean, Professional, Trustworthy Design
   ======================================== */

:root {
    --oil-black: #000000;
    --gear-grey: #7A7A7A;
    --eco-green: #00D02D;
    --electric-blue: #1C3FAA;
    --pure-white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* ========================================
   HERO SECTION
   ======================================== */
.about-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(28, 63, 170, 0.85), rgba(0, 0, 0, 0.7));
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--pure-white);
    max-width: 900px;
    padding: 0 20px;
}

.hero-badge {
    display: inline-block;
    background: rgba(0, 208, 45, 0.2);
    border: 2px solid var(--eco-green);
    color: var(--pure-white);
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.95;
}

/* ========================================
   MAIN CONTENT
   ======================================== */
.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Section Labels */
.section-label-container {
    margin-bottom: 15px;
}

.section-label-container.centered {
    text-align: center;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(28, 63, 170, 0.1), rgba(0, 208, 45, 0.1));
    color: var(--electric-blue);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Section Headings */
.about-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 30px;
}

.about-content h2.centered {
    text-align: center;
}

.centered-text {
    text-align: center;
    font-size: 18px;
    color: var(--gear-grey);
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* ========================================
   WHO WE ARE SECTION
   ======================================== */
.who-we-are {
    margin-bottom: 100px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.text-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.lead-text {
    font-size: 19px !important;
    font-weight: 500;
    color: #222 !important;
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ========================================
   CORE VALUES SECTION
   ======================================== */
.core-values {
    background: linear-gradient(145deg, #f8f9fa, var(--pure-white));
    padding: 80px 40px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: var(--pure-white);
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    border-color: var(--eco-green);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 208, 45, 0.15);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(28, 63, 170, 0.1), rgba(0, 208, 45, 0.1));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--electric-blue);
}

.value-card:hover .value-icon svg {
    stroke: var(--eco-green);
}

.value-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 12px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ========================================
   KEY CAPABILITIES SECTION
   ======================================== */
.capabilities-section {
    margin-bottom: 100px;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.capability-card {
    background: var(--pure-white);
    padding: 35px;
    border-radius: 15px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.capability-card:hover {
    border-color: var(--electric-blue);
    box-shadow: 0 10px 30px rgba(28, 63, 170, 0.15);
    transform: translateY(-5px);
}

.capability-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--electric-blue), #1a4dbf);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.capability-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--pure-white);
}

.capability-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 12px;
}

.capability-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ========================================
   CERTIFICATIONS SECTION
   ======================================== */
.certifications-section {
    background: linear-gradient(135deg, rgba(28, 63, 170, 0.05), rgba(0, 208, 45, 0.05));
    padding: 80px 40px;
    border-radius: 20px;
    margin-bottom: 100px;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.cert-card {
    background: var(--pure-white);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cert-card:hover {
    border-color: var(--eco-green);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 208, 45, 0.15);
}

.cert-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 208, 45, 0.1), rgba(28, 63, 170, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.cert-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--electric-blue);
}

.cert-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 8px;
}

.cert-card p {
    font-size: 14px;
    color: #666;
}

/* ========================================
   WHY CHOOSE US SECTION
   ======================================== */
.why-choose-us {
    margin-bottom: 100px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantage-item {
    padding: 30px;
    background: var(--pure-white);
    border-radius: 12px;
    border-left: 5px solid var(--eco-green);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.advantage-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: var(--eco-green);
    opacity: 0.3;
    margin-bottom: 10px;
}

.advantage-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 12px;
}

.advantage-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: var(--pure-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--eco-green), #00a023);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.cta-icon svg {
    width: 30px;
    height: 30px;
    stroke: var(--pure-white);
}

.cta-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--oil-black);
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-button.primary {
    background: var(--eco-green);
    color: var(--pure-white);
    border-color: var(--eco-green);
}

.cta-button.primary:hover {
    background: var(--oil-black);
    border-color: var(--oil-black);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.cta-button.secondary {
    background: transparent;
    color: var(--electric-blue);
    border-color: var(--electric-blue);
}

.cta-button.secondary:hover {
    background: var(--electric-blue);
    color: var(--pure-white);
    transform: translateY(-3px);
}

.btn-icon {
    width: 18px;
    height: 18px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
    }

    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .about-content {
        padding: 60px 20px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .core-values,
    .certifications-section {
        padding: 60px 25px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .cta-content {
        padding: 40px 30px;
    }

    .cta-content h2 {
        font-size: 26px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-hero {
        height: 400px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .about-content {
        padding: 40px 15px;
    }

    .about-content h2 {
        font-size: 24px;
    }

    .core-values,
    .certifications-section {
        padding: 40px 20px;
    }

    .certifications-grid {
        grid-template-columns: 1fr;
    }

    .cta-content {
        padding: 30px 20px;
    }

    .cta-content h2 {
        font-size: 22px;
    }
}/* End custom CSS */