.page-block {
    padding: 340px 0 150px;
    background-image: url(../images/about-images/breadcumb.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--theme-secondary);
    opacity: 0.4;
}

/* Milestone Block */

.milestone-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.milestone-number {
    color: var(--theme-secondary);
}

.image-holder {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image-holder::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #16243e7d;
}

.image-holder img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.milestone-space {
    color: var(--theme-primary);
    font-size: 8px;
    opacity: 0.8;
}

/* Partner Slider */

.partner-slider {
    background-color: var(--theme-secondary);
    padding: 30px 30px !important;
    border-radius: 30px;
    margin: 50px 0 0 !important;
}

.partner-logo {
    text-align: center;
    padding: 16px 16px;
    background-color: #ffffff10;
    border: 1px solid #ffffff20;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: all 0.3s;
}

/* Advisor Block */

.advisor-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: -50px 0 0;
}

.advisor-milestone {
    width: 120px;
    height: 120px;
    border: 1px solid var(--theme-fade);
    background-color: #ffffff30;
    backdrop-filter: blur(10px);
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Gallery Slider */

.gallery-property {
    width: 100%;
}

.gallery-property-wrapper {
    position: relative;
    min-height: 400px;
    width: 100%;
}

.gallery-property-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-property-image img,
.gallery-property-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-property-content {
    padding: 20px 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
    left: 25px;
    z-index: 2;
    border-radius: 16px;
    background-color: var(--white-color);
}

.gallery-property-content-img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    border-radius: 16px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 100px;
}

.gallery-property-slider .swiper-pagination,
.property-feature-slider .swiper-pagination-dots,
.testimonial-slider .swiper-pagination-testi {
    position: relative !important;
    inset: 0 !important;
    margin: 20px 0 0;
    text-align: center;
}

.gallery-property-slider .swiper-pagination-bullet,
.property-feature-slider .swiper-pagination-bullet,
.testimonial-slider .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-radius: 1px;
    background: var(--white-color);
}

.gallery-property-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.property-feature-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-primary) !important;
}

/* Service Block */

.service-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    padding: 20px 20px;
    transition: all 0.3s ease-in-out;
}

.service-icon {
    width: 96px;
    height: 96px;
    line-height: 93px;
    border-radius: 50%;
    border: 1px solid var(--theme-fade);
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-filter: brightness(9) contrast(0.4);
    filter: brightness(9) contrast(0.4);
}

.service-block:hover .service-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: none;
    filter: none;
}

.service-block:hover .service-icon {
    background: var(--theme-fade);
}

.service-block .service-img {
    width: 100%;
    height: 340px;
    border-radius: 20px;
    object-fit: cover;
}

/* Feature Intro */

.feature-intro {
    padding: 340px 0 150px;
    background-image: url(../images/about-images/feature-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.feature-wrapper {
    padding: 50px 90px;
    background-color: var(--theme-secondary);
    border-radius: 30px;
}

.ptype-block {
    width: 100%;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ptype-icon {
    width: 82px;
    height: 82px;
    min-width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    padding: 16px;
    transition: all 0.5s;
}

.ptype-block:hover .ptype-icon {
    border-color: var(--theme-primary);
}

.ptype-block:after,
.ptype-block:before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 20px;
}

.ptype-block::after {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgba(22, 36, 62, 1);
}

.ptype-block:before {
    background: var(--theme-primary);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.ptype-block:hover:before,
.ptype-block:focus:before,
.ptype-block.active:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Testimonial Block */

.testimonial-slider .swiper-slide {
    height: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
}

.testi-block {
    background: #ffffff10;
    border: 1px solid #ffffff30;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    padding: 30px 30px;
    overflow: hidden;
    transition: all 0.3s;
}

.fade-text {
    opacity: 0.9;
    font-weight: 500 !important;
}

.rating-block {
    display: flex;
    align-items: center;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--theme-primary);
    gap: 5px;
}

.testi-img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
}

.testi-des {
    color: var(--white-color);
    opacity: 0.6;
}

/* Team Block */

.team-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
}

.team-block {
    text-align: center;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-img {
    width: 100%;
    max-width: 250px;
    margin: auto;
    border-radius: 50%;
    border: 12px solid #ffffff;
    overflow: hidden;
    position: relative;
    outline: 1px solid rgb(242 180 66 / 32%);
}

.cta-block {
    padding: 0 0 0 90px;
    background-color: var(--theme-secondary);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.cta-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #16243eb8;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-block {
    position: absolute;
    inset: 0;
}

.video-block video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.cta-blk-con {
    padding-block: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1399px) {


}

@media screen and (max-width: 991px) {

    .page-block {
        padding: 280px 0 100px;
    }

    .milestone-wrapper {
        justify-content: center;
    }

    .team-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .feature-wrapper {
        padding: 40px 20px;
    }

    .marque-stroke {
        font-size: 60px !important;
    }

    .cta-block {
        padding: 0;
    }

    .cta-blk-con {
        padding: 50px 30px !important;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {

    .page-block {
        padding: 200px 0 100px;
    }

    .testi-block,
    .partner-logo {
        padding: 20px 20px;
    }

    .gallery-property-slider .swiper-pagination-bullet, .property-feature-slider .swiper-pagination-bullet, .testimonial-slider .swiper-pagination-bullet {
        width: 30px;
    }

    .milestone-block {
        text-align: center;
    }

}

@media screen and (max-width: 500px) {

    .marque-stroke {
        font-size: 38px !important;
    }

    .team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}