.elementor-10514 .elementor-element.elementor-element-115a5c61{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5c2ac60 *//* ================================
   MAJOR PROJECTS TIMELINE
================================ */

.mp-projects-section {
    padding: 100px 20px;
    background: #f5f8fb;
    font-family: Arial, Helvetica, sans-serif;
}

.mp-projects-container {
    max-width: 1250px;
    margin: 0 auto;
}


/* Heading */

.mp-projects-heading {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.mp-projects-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #0b75bb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mp-projects-heading h2 {
    margin: 0 0 18px;
    color: #10233c;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}

.mp-projects-heading p {
    margin: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}


/* Timeline */

.mp-timeline {
    position: relative;
}

.mp-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 68px;
    width: 2px;
    background: #d7e1e9;
}


/* Year */

.mp-year-block {
    position: relative;
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 45px;
    margin-bottom: 100px;
}

.mp-year-block:last-child {
    margin-bottom: 0;
}


/* Year Marker */

.mp-year-marker {
    position: relative;
    z-index: 3;
    padding-top: 20px;
}

.mp-year-marker::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 58px;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 6px solid #0b75bb;
    border-radius: 50%;
    box-sizing: border-box;
}

.mp-year-marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 55px;
    background: #10233c;
    color: #fff;
    border-radius: 8px;
    font-size: 21px;
    font-weight: 700;
}


/* Year Content */

.mp-year-content {
    min-width: 0;
}


/* Featured Section */

.mp-year-featured {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 340px;
    margin-bottom: 28px;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(15, 35, 60, 0.08);
}

.mp-year-featured.mp-reverse .mp-year-image {
    order: 2;
}

.mp-year-featured.mp-reverse .mp-year-info {
    order: 1;
}

.mp-year-image {
    min-height: 340px;
    overflow: hidden;
}

.mp-year-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mp-year-featured:hover .mp-year-image img {
    transform: scale(1.04);
}

.mp-year-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}

.mp-year-label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 15px;
    padding: 7px 13px;
    background: #e9f5fc;
    color: #0b75bb;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mp-year-info h3 {
    margin: 0 0 15px;
    color: #10233c;
    font-size: 29px;
    line-height: 1.3;
}

.mp-year-info p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}


/* Project Grid */

.mp-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


/* Project Card */

.mp-project-card {
    position: relative;
    min-height: 205px;
    padding: 30px 25px 25px;
    background: #fff;
    border: 1px solid #e5ebf0;
    border-radius: 14px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.mp-project-card:hover {
    transform: translateY(-6px);
    border-color: #bcdcf0;
    box-shadow: 0 15px 35px rgba(15, 35, 60, 0.10);
}

.mp-project-number {
    display: block;
    margin-bottom: 20px;
    color: #0b75bb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.mp-project-card h4 {
    margin: 0 0 10px;
    color: #10233c;
    font-size: 18px;
    line-height: 1.4;
}

.mp-project-card p {
    margin: 0 0 22px;
    color: #65758b;
    font-size: 14px;
    line-height: 1.7;
}

.mp-location {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #edf1f4;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}


/* International Featured Card */

.mp-feature-card {
    background: #10233c;
    border-color: #10233c;
}

.mp-feature-card h4,
.mp-feature-card .mp-location {
    color: #fff;
}

.mp-feature-card p {
    color: #cbd5e1;
}

.mp-feature-card .mp-project-number {
    color: #66c7ff;
}

.mp-feature-card .mp-location {
    border-color: rgba(255,255,255,0.15);
}

.mp-special-tag {
    position: absolute;
    top: 22px;
    right: 20px;
    padding: 6px 10px;
    background: #0b75bb;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

    .mp-projects-section {
        padding: 80px 20px;
    }

    .mp-projects-heading h2 {
        font-size: 36px;
    }

    .mp-timeline::before {
        left: 49px;
    }

    .mp-year-block {
        grid-template-columns: 100px 1fr;
        gap: 25px;
        margin-bottom: 80px;
    }

    .mp-year-marker span {
        width: 82px;
        height: 48px;
        font-size: 17px;
    }

    .mp-year-marker::before {
        top: 31px;
        left: 41px;
        width: 18px;
        height: 18px;
        border-width: 5px;
    }

    .mp-year-featured {
        grid-template-columns: 1fr;
    }

    .mp-year-featured.mp-reverse .mp-year-image,
    .mp-year-featured.mp-reverse .mp-year-info {
        order: initial;
    }

    .mp-year-image {
        min-height: 280px;
        max-height: 330px;
    }

    .mp-year-image img {
        min-height: 280px;
    }

    .mp-year-info {
        padding: 32px;
    }

    .mp-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .mp-projects-section {
        padding: 65px 15px;
    }

    .mp-projects-heading {
        margin-bottom: 55px;
    }

    .mp-projects-heading h2 {
        font-size: 31px;
    }

    .mp-projects-heading p {
        font-size: 15px;
    }

    .mp-timeline::before {
        left: 19px;
    }

    .mp-year-block {
        display: block;
        padding-left: 45px;
        margin-bottom: 70px;
    }

    .mp-year-marker {
        padding: 0;
        margin-bottom: 20px;
    }

    .mp-year-marker span {
        width: auto;
        height: auto;
        padding: 9px 18px;
        font-size: 16px;
    }

    .mp-year-marker::before {
        top: 9px;
        left: -34px;
        width: 18px;
        height: 18px;
        border-width: 5px;
    }

    .mp-year-featured {
        border-radius: 14px;
    }

    .mp-year-image {
        min-height: 220px;
    }

    .mp-year-image img {
        min-height: 220px;
    }

    .mp-year-info {
        padding: 25px 22px;
    }

    .mp-year-info h3 {
        font-size: 23px;
    }

    .mp-project-grid {
        grid-template-columns: 1fr;
    }

    .mp-project-card {
        min-height: auto;
        padding: 24px 20px;
    }

}


/* Very Small Screens */

@media (max-width: 480px) {

    .mp-year-block {
        padding-left: 35px;
    }

    .mp-timeline::before {
        left: 10px;
    }

    .mp-year-marker::before {
        left: -33px;
    }

    .mp-projects-heading h2 {
        font-size: 27px;
    }

}/* End custom CSS */