.three-islands {
    position: relative;
    background: url('../../../library/images/about-gradient-sand.png') bottom / cover no-repeat;
}

.three-islands-inn {
    padding: 75px 0 95px 0;
}

.three-islands p {
    max-width: 600px;
    margin: 17.29px auto 27.15px auto;
}

.islands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.single-island {
    background-size: cover;
    min-height: 370px;
    position: relative;
    border-radius: 28px;
    box-shadow: 0 14px 36px 0 rgba(25, 141, 187, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 26px;
    align-items: flex-start;
    z-index: 1;
}

.single-island::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 28px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(25, 141, 187, 0.00) 0%, rgba(25, 141, 187, 0.10) 30%, rgba(25, 141, 187, 0.85) 100%);
}

.single-island h3,
.single-island span.island_title {
    font-family: 'Anton', sans-serif;
    color: var(--white);
}

.single-island span.island_title {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 20.8px;
    letter-spacing: 1.5px;
    background: var(--orange);
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 18px;
    right: 18.67px;
}

.single-island h3 {
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.50);
    font-size: 38px;
    line-height: 60.8px;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.single-island p.island-areas {
    font-size: 13px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0px 0 16px 0;
    color: var(--white);
    text-align: left;
}

.single-island .btn-white {
    padding: 9px 20px 11px 20px;
    border: 0;
}

.single-island .btn-white span {
    line-height: 20px;
    font-size: 12.5px;
    letter-spacing: 0.4px;
}

.three-islands .h2_label {
    padding-bottom: 22px;
}

.three-islands-v1,
.three-islands-v2 {
    position: absolute;
    opacity: 0.8;
}

.three-islands-v2.img{
    max-width: 101px;
}

.three-islands-v1 {
    top: 97px;
    width: 143px;
    height: 143px;
    left: 57px;
    transform: rotate(-26.692deg);
}

.three-islands-v2 {
    right: 46px;
    margin-top: 15px;
}

.three-islands.inner_service_areas {
    background: linear-gradient(180deg, #FFF 0%, #FFEDCE 100%);
}

.three-islands.inner_service_areas .three-islands-wave,
.three-islands.inner_service_areas .three-islands-v2,
.three-islands.inner_service_areas .three-islands-v1,
.three-islands.inner_service_areas .three-islands-inn p.content,
.three-islands.inner_service_areas .three-islands-inn .divider {
    display: none;
}

.three-islands.inner_service_areas .three-islands-inn .h2_label {
    padding-bottom: 12px;
}

.three-islands.inner_service_areas .three-islands-inn h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.44px;
}

.three-islands.inner_service_areas .three-islands-inn h2 span {
    font-size: 30px;
    line-height: 34.5px;
}

.three-islands.inner_service_areas .three-islands-inn .single-island::before {
    background: linear-gradient(180deg, rgba(8, 22, 32, 0.00) 32%, rgba(8, 22, 32, 0.82) 100%);
}

.three-islands.inner_service_areas .three-islands-inn .islands {
    margin-top: 48px;
}

.three-islands.other_service_areas.inner_service_areas {
    background: url('../../../library/images/sand.jpg') center / cover no-repeat;
    position: relative;
}

.three-islands.other_service_areas.inner_service_areas::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F7ECD2;
    opacity: .4;
}

@media(min-width:992px) {
    .inner_service_areas .islands {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .inner_service_areas .islands .single-island {
        flex: 0 0 33.33%;
    }
}

@media(max-width:1200px) {
    .single-island {
        min-height: 300px;
    }

    .single-island p.island-areas {
        font-size: 10px;
        line-height: 12px;
    }

    .three-islands-v1 {
        left: 10px;
    }
}

@media(max-width:992px) {
    .three-islands-v1 {
        display: none;
    }

    .three-islands {
        background: linear-gradient(180deg, #FFF 0%, #FFEDCE 100%);
    }

    .islands {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }

    .single-island h3 {
        font-size: 36.422px;
        line-height: 58.276px;
        letter-spacing: 1.438px;
        text-shadow: 0 3.834px 15.336px rgba(0, 0, 0, 0.50);
    }

    .single-island p.island-areas {
        font-size: 12.46px;
        line-height: 19.936px;
        letter-spacing: 1.15px;
    }

    .single-island .btn-white {
        padding: 9.585px 19.17px;
    }

    .single-island span.island_title {
        font-size: 12.46px;
        line-height: 19.936px;
        letter-spacing: 1.438px;
    }

    .three-islands-inn {
        padding: 44px 12px 50px 12px;
    }

    .single-island {
        min-height: 276.101px;
    }

    .three-islands p {
        margin: 18px auto;
        color: #595E66;
        line-height: 148%;
        font-size: 14px;
        font-weight: 500;
    }

    .three-islands h2 span {
        font-size: 32px;
        line-height: normal;
    }

    .three-islands h2 {
        margin-bottom: 18px;
    }

    .three-islands-wave img.wave-img {
        height: 32.482px;
        object-fit: cover;
        z-index: 2;
    }

    .three-islands-v2 {
        margin-top: 30px;
        width: 60px;
        height: 40px;
        right: 10px;
        z-index: -1;
    }

    .three-islands .h2_label {
        padding-bottom: 10px;
    }

    .three-islands.inner_service_areas .single-island {
        min-height: 210px;
    }

    .three-islands.other_service_areas.inner_service_areas {
        background-size: contain;
        background-repeat: repeat;
        background-position: inherit;
    }
}

@media(max-width:767px) {
    .three-islands.inner_service_areas .three-islands-inn h2 span {
        font-size: 34px;
        line-height: 39.1px;
        display: block;
        margin-top: 13px;
    }
}