.elementor-1635 .elementor-element.elementor-element-24b8739{--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;--justify-content:flex-end;--overlay-opacity:0.5;--padding-top:200px;--padding-bottom:200px;--padding-left:200px;--padding-right:200px;}.elementor-1635 .elementor-element.elementor-element-24b8739:not(.elementor-motion-effects-element-type-background), .elementor-1635 .elementor-element.elementor-element-24b8739 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-kadence6 );}.elementor-1635 .elementor-element.elementor-element-24b8739::before, .elementor-1635 .elementor-element.elementor-element-24b8739 > .elementor-background-video-container::before, .elementor-1635 .elementor-element.elementor-element-24b8739 > .e-con-inner > .elementor-background-video-container::before, .elementor-1635 .elementor-element.elementor-element-24b8739 > .elementor-background-slideshow::before, .elementor-1635 .elementor-element.elementor-element-24b8739 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1635 .elementor-element.elementor-element-24b8739 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1635 .elementor-element.elementor-element-1533a22 > .elementor-widget-container{background-image:url("https://moranengineering.dulegend.com/wp-content/uploads/2025/08/simple-blue-curve-background-vector-business_53876-171630.avif");}.elementor-1635 .elementor-element.elementor-element-1533a22{text-align:center;}.elementor-1635 .elementor-element.elementor-element-1533a22 .elementor-heading-title{color:var( --e-global-color-kadence6 );}.elementor-1635 .elementor-element.elementor-element-f42f63e{--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;}@media(max-width:767px){.elementor-1635 .elementor-element.elementor-element-1533a22 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1635 .elementor-element.elementor-element-1533a22.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-1635 .elementor-element.elementor-element-1533a22{text-align:start;}}/* Start custom CSS for shortcode, class: .elementor-element-f128094 *//* ============================================
   MORAN ENGINEERING - COMPANY NEWS SECTION
   Professional Corporate Design (No JavaScript Required)
   ============================================ */

/* BASE STYLES */
.moran-company-news {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}

.moran-company-news .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* SECTION HEADER */
.section-header {
    margin-bottom: 70px;
}

.section-header.centered {
    text-align: center;
}

.section-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1C3FAA;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.section-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #00D02D;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #7A7A7A;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* NEWS GRID */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

/* NEWS CARD */
.news-card {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(28, 63, 170, 0.2);
}

.news-card.featured {
    grid-column: span 1;
}

/* NEWS IMAGE CONTAINER */
.news-image-container {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.news-card.featured .news-image-container {
    height: 450px;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.news-card:hover .news-image {
    transform: scale(1.12);
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    transition: all 0.5s ease;
}

.news-card:hover .news-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(28, 63, 170, 0.5) 100%);
}

/* CATEGORY BADGE */
.news-category-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px 24px;
    background: #00D02D;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 50px;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(0, 208, 45, 0.4);
}

.news-category-badge.partnership {
    background: #1C3FAA;
    box-shadow: 0 5px 20px rgba(28, 63, 170, 0.4);
}

.news-category-badge.project {
    background: #7A7A7A;
    box-shadow: 0 5px 20px rgba(122, 122, 122, 0.4);
}

/* NEWS CONTENT */
.news-content {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7A7A7A;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.news-icon {
    width: 16px;
    height: 16px;
    color: #1C3FAA;
}

.news-read-time {
    padding: 4px 12px;
    background: #F8F9FA;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.news-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.news-card:hover .news-title {
    color: #1C3FAA;
}

.news-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #7A7A7A;
    line-height: 1.8;
    margin-bottom: 25px;
    flex: 1;
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #00D02D;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.news-link:hover {
    gap: 15px;
    color: #1C3FAA;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.news-link:hover .arrow-icon {
    transform: translateX(5px);
}

/* ============================================
   CSS-ONLY IMAGE SLIDER
   ============================================ */
.image-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Animation for 7 slides - 28 seconds total (4 seconds per slide) */
.slider-item.slide-1 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 0s;
}

.slider-item.slide-2 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 4s;
}

.slider-item.slide-3 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 8s;
}

.slider-item.slide-4 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 12s;
}

.slider-item.slide-5 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 16s;
}

.slider-item.slide-6 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 20s;
}

.slider-item.slide-7 {
    animation: slideAnimation7 28s infinite;
    animation-delay: 24s;
}

@keyframes slideAnimation7 {
    0% { opacity: 0; transform: scale(1); }
    3.57% { opacity: 1; transform: scale(1); }
    14.29% { opacity: 1; transform: scale(1.08); }
    17.86% { opacity: 0; transform: scale(1.08); }
    100% { opacity: 0; transform: scale(1.08); }
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optional: Pause animation on hover */
.news-card:hover .slider-item {
    animation-play-state: paused;
}

/* ============================================
   CTA BUTTON
   ============================================ */
.news-cta {
    text-align: center;
    margin-top: 20px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 45px;
    background: #00D02D;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    border: 2px solid #00D02D;
    box-shadow: 0 8px 25px rgba(0, 208, 45, 0.3);
    transition: all 0.4s ease;
}

.btn-primary:hover {
    background: #000000;
    border-color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 208, 45, 0.4);
    gap: 18px;
}

.btn-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-primary:hover .btn-icon {
    transform: translateX(5px);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .news-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 35px;
    }
}

@media (max-width: 992px) {
    .moran-company-news {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .news-image-container {
        height: 300px;
    }
    
    .news-card.featured .news-image-container {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .moran-company-news {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .news-content {
        padding: 30px;
    }
    
    .news-title {
        font-size: 22px;
    }
    
    .news-image-container,
    .news-card.featured .news-image-container {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .moran-company-news .container {
        padding: 0 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .news-content {
        padding: 25px;
    }
    
    .btn-primary {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */