:root {
    --page-theme: #325E44;
    --page-light: #E4E5DF;
    --theme-light: #EFF8FF;
    --text-grey: #3F4751;
}

.page-theme {
    background-color: var(--page-theme);
}

.page-light {
    background-color: var(--page-light);
}

.theme-light {
    background-color: var(--theme-light);
}

.text-grey {
    color: var(--text-grey) !important;
}

.button-primary {
    background-color: var(--page-theme);
}

.link-active,
.link-active:hover {
    color: var(--page-theme);
    text-decoration: underline !important;
}
/* Hero Section */

.banner-intro .swiper-slide {
    height: auto !important;
}

.banner-slide {
    padding: 90px 0;
    background-color: var(--page-theme);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.banner-slide.slide-1 {
    background-image: url(../images/abudhabi-images/slide-1.webp);
}

.banner-slide.slide-2 {
    background-image: url(../images/abudhabi-images/slide-2.webp);
}

.banner-slide.slide-3 {
    background-image: url(../images/abudhabi-images/slide-3.webp);
}

.banner-slide.slide-4 {
    background-image: url(../images/abudhabi-images/slide-4.webp);
}

.banner-slide.slide-5 {
    background-image: url(../images/abudhabi-images/slide-5.webp);
}

.slider-content {
    background: #FFFFFFDE;
    padding: 50px 50px;
}

/* Counter */

.counter-text.plus::after {
    content: '+';
}

.counter-text.k::after {
    content: 'K';
}

.counter-grid {
    padding: 60px 0 0;
    border-top: 1px solid #00000033;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    display: grid;
    gap: 20px;
}

.counter-theme {
    border-right: 1.5px solid #00000033;
    padding: 0 24px;
    text-align: center;
}

.counter-text {
    color: var(--page-theme);
}

/* Choose Block */

.container-block {
    padding: 70px 40px;
    background-color: var(--page-light);
}

.choose-img {
    width: 100%;
    max-width: 220px;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
}

.choose-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-sticky-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choose-block {
    background: var(--white-color);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    transition: all 0.3s;
    padding: 20px;
    gap: 20px;
    align-items: center;
    border-radius: 10px;
    position: sticky;
    border: 1px solid #ddd;
}

.choose-sticky-block .choose-block:nth-child(1) {
    top: 160px;
}

.choose-sticky-block .choose-block:nth-child(2) {
    top: 180px;
}

.choose-sticky-block .choose-block:nth-child(3) {
    top: 200px;
}

.choose-sticky-block .choose-block:nth-child(4) {
    top: 220px;
}

.choose-sticky-block .choose-block:nth-child(5) {
    top: 240px;
}

.choose-sticky-block .choose-block:nth-child(6) {
    top: 260px;
}

.choose-block:hover a {
    color: var(--page-theme);
    text-decoration: underline !important;
}
/* Property Slider */

.property-slide {
    position: relative;
    height: 100%;
    width: 100%;
}

.property-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tick-list {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}

.property-content {
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white-color);
    gap: 20px;
}

/* Service Block */

.service-block {
    padding: 30px 18px 18px;
    border-top: 2px solid #000000;
    transition: all 0.3s;
}

.service-title {
    color: var(--black-color);
}

.service-block:hover {
    border-color: var(--page-theme);
}

.service-block:hover .service-title {
    color: var(--page-theme);
}

/* Video Intro */

.transform-block .video-block {
    height: 650px;
}

.cta-block {
    background: #E4E5DFD6;
    padding: 50px 50px;
    width: 100%;
    max-width: 700px;
    position: absolute;
    bottom: -20px;
    right: 80px;
}

/* Process Intro */

.process-intro {
    background-color: var(--page-light);
}

.sticky-block {
    position: sticky;
    top: 180px;
}

.bordered-block {
    padding: 20px 20px;
    background-color: transparent;
    border: 1px solid #00000096;
    transition: all 0.3s;
}

.bordered-block:hover {
    background-color: var(--page-theme);
    color: var(--white-color);
    border-color: var(--page-theme);
    transform: translateY(-5px);
}

.bordered-block:hover .link-active {
    color: var(--white-color);
    text-decoration: underline !important;
}


/* Cta Block */

.cta-wrapper {
    background-color: var(--page-theme);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/abudhabi-images/cta-block.webp);
    padding: 140px 0;
}


/* Responsive Block */

@media screen and (max-width: 1399px) {

}

@media screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .container-block {
        padding: 30px 20px;
    }

    .cta-wrapper {
        padding: 60px 0;
        background-image: unset;
    }

    .transform-block .video-block {
        height: 400px;
    }

    .cta-block {
        padding: 20px 20px;
        max-width: 640px;
        bottom: -20px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .choose-block {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {

    .slider-content {
        padding: 30px 20px;
    }

    .service-img img {
        width: 100%;
    }

    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding: 30px 8px;
    }

    .counter-theme {
        padding: 0 10px;
    }

    .counter-theme:nth-child(2),
    .counter-theme:nth-child(4) {
        border: none !important;
    }

    .service-block {
        padding: 18px 18px 18px;
    }

    .choose-block {
        flex-direction: column-reverse;
    }

    .choose-img {
        max-width: 100%;
    }
}


@media screen and (max-width: 500px) {

    .property-content {
        padding: 10px;
        gap: 10px;
        background: linear-gradient(359.55deg, rgba(0, 0, 0, .66) .15%, transparent 120.84%);
        flex-direction: column;
        width: auto;
        align-items: baseline;
    }
}