/* Where we operate */
.wm-operate-section {
    padding: 60px 0;
    background-color: #001632;
    position: relative;
    overflow: hidden;
}

.wm-operate-section::before {
    position: absolute;
    content: '';
    background-image: url(../../images/operate-pattern.png);
    width: 486px;
    height: 796px;
    background-size: cover;
    bottom: -80px;
    left: -80px;
    opacity: 0.84;
}

.wm-operate-section .exl-shell {
    padding: 0 68px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .wm-operate-section .exl-shell {
        padding: 0 60px;
    }
}

.wm-operate-heading {
    margin-bottom: 40px;
}

.wm-operate-heading h1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    width: 242px;
    text-align: left;
    line-height: 38px;
    letter-spacing: 0;
    position: relative;
    margin: 0;
}

.wm-operate-grid h1 span {
    color: #FB4E0B;
}

.wm-operate-row {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.wm-operate-row .wm-operate-card {
    height: 100%;
    width: 100%;
    border-radius: 14px;
    background: linear-gradient(23.94deg, rgba(0, 22, 50, 0.2) 0.24%, rgba(37, 72, 118, 0.2) 70.1%, rgba(124, 137, 154, 0.2) 116.2%);
    padding: 0;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
}

.wm-operate-card-image {
    height: 240px;
}

.wm-operate-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.wm-operate-card-copy {
    padding: 32px;
}

.wm-operate-column{
    height: 100%;
}


.wm-operate-row .wm-operate-column h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #FEF7F4;
    letter-spacing: -0.45px;
    margin-bottom: 16px !important;
}

.wm-operate-row .wm-operate-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A6A7B2;
    margin:0 !important;
    transition: all 0.3s linear;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.badge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 24px;
}

.badge-grid .badge {
    display: flex;
    height: 39px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #A6A7B2;
    border-radius: 39px;
    padding: 0 20px;
    text-transform: uppercase;
    border: 1px solid #A6A7B2;
    background-color: transparent;
}

@media screen and (min-width: 1200px) {
    .wm-operate-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    /* 3 cards = single row */
    .wm-operate-row:has(.wm-operate-column:nth-child(3)) {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1199px) {
    .wm-operate-section .exl-shell {
        padding: 0 0 0 68px;
    }

    .wm-operate-row {
        margin: 0 !important;
        padding-bottom: 32px;
    }

    .wm-operate-row .wm-operate-column {
        padding: 0 12px;
    }

    .wm-operate-row .slick-track {
        display: flex;
        height: 100%;
        justify-content: stretch;
    }


    .wm-operate-row .wm-operate-column:first-child {
        padding-left: 0;
    }

    .wm-operate-row .wm-operate-column:last-child {
        padding-right: 68px;
    }

    .wm-operate-slider .slick-dots {
        position: absolute;
        bottom: 0;
        display: flex;
        padding: 32px 0 0 !important;
        margin: 0 !important;
    }
    
    .wm-operate-slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 12px 0 0 !important;
    }
    
    .wm-operate-slider .slick-dots li button:before {
        display: none;
    }
    
    .wm-operate-slider .slick-dots li button {
        width: 28px;
        height: 2px;
        border-radius: 4px;
        background-color: #6D727B;
        overflow: hidden;
        padding: 0;
    }
    
    .wm-operate-slider .slick-dots li.slick-active button {
        border: 1.5px solid;
        border-image-source: linear-gradient(90deg, #F74D0C 0%, #FFA82B 100%);
        background: #FB4E0B;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wm-operate-grid h1 {
        font-size: 30px;
        width: 350px;
    }

    .wm-operate-row {
        gap: 60px;
    }

    .wm-operate-row .wm-operate-column h4 {
        font-size: 20px;
    }

    .wm-operate-row .wm-operate-column p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    .wm-operate-section {
        padding: 45px 0;
    }

    /* .wm-operate-section .exl-shell {
        padding: 0 24px;
    } */

    .wm-operate-section .exl-shell {
        padding: 0 0 0 24px;
    }

    .wm-operate-row .wm-operate-column {
        padding: 0 6px;
    }

    .wm-operate-row .wm-operate-column:first-child {
        padding-left: 0;
    }

    .wm-operate-row .wm-operate-column:last-child {
        padding-right: 24px;
    }

    .wm-operate-card-image {
        height: 200px;
    }

    .wm-operate-card-copy {
        padding: 24px;
    }

    .wm-operate-heading {
        margin-bottom: 32px;
    }

    .wm-operate-grid h1 {
        font-size: 36px;
        width: 350px;
        letter-spacing: 0;
        position: relative;
        top: 0;
    }

    .wm-operate-row {
        display: flex;
        justify-content: center;
        gap: 12px;
    }


    .wm-operate-row .wm-operate-column h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .wm-operate-row .wm-operate-column p {
        font-size: 16px;
    }

    .badge-grid .badge {
        height: 36px;
        font-size: 14px;
        font-weight: 400;
        color: #A6A7B2;
        border-radius: 36px;
        padding: 0 16px;
        display: inline-flex;
    }
}