.frame-7-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.what-we-offer {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: "Quicksand-Bold", Helvetica;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.frame-7-sub-header {
    color: var(--text-002, #5E5F5F);
    text-align: center;
    font-family: "Quicksand-Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.services {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.frame-7-service {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 20px;
    width: 262px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(212, 235, 255, 0.90) 0%, rgba(212, 235, 255, 0.90) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 4px 4px 24px 1px rgba(94, 94, 94, 0.23);
}

.frame-7-service-header {
    padding: 5px 0px;
    color: #0157A2;
    font-family: "Quicksand-Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.frame-7-service-content {
    color: var(--text-001, #1D242B);
    font-family: "Quicksand-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-height: 100px;
    overflow: scroll;
    scrollbar-width: none;
}


.frame-7-service::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
}

.service-1-bg::before {
    background-image: url('static/img/service-1.png');
    background-size: 100% 150px;
}

.service-2-bg::before {
    background-image: url('static/img/service-2.png');
    background-size: 100% 150px;
}

.service-3-bg::before {
    background-image: url('static/img/service-3.png');
    background-size: 100% 150px;
}

.service-4-bg::before {
    background-image: url('static/img/service-4.png');
    background-size: 100% 150px;
}

.service-5-bg::before {
    background-image: url('static/img/service-5.png');
    background-size: 100% 150px;
}

.service-6-bg::before {
    background-image: url('static/img/service-6.png');
    background-size: 100% 150px;
}

.service-7-bg::before {
    background-image: url('static/img/service-7.png');
    background-size: 100% 150px;
}

.service-8-bg::before {
    background-image: url('static/img/home-engineering-services.jpg');
    background-size: 100% 150px;
}

.service-9-bg::before {
    background-image: url('static/img/architecture&bim.jpg');
    background-size: 100% 150px;
}

.service-10-bg::before {
    background-image: url('static/img/asset-management.jpg');
    background-size: 100% 150px;
}

.service-11-bg::before {
    background-image: url('static/img/software\ solutions.jpg');
    background-size: 100% 150px;
}

.frame-7-service:hover::before {
    opacity: 1;
}

.frame-7-service>* {
    position: relative;
    z-index: 1;
}


.who-we-are-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.who-we-are {
    display: flex;
    padding: 26px 22px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* align-self: stretch; */
    background: #F0F0F3;
    justify-content: center;
    border-radius: 48px;
    width: 90%;
    border: 1px solid #0157A2;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px 0px #FFF, 10px 10px 30px 0px rgba(174, 174, 192, 0.40);
}


.wwa-header {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: "Quicksand";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wwa-content {
    color: var(--text-002, #5E5F5F);
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
}

.wwa-footer {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-choose-us-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.why-choose-us {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    gap: 20px;
    width: 257px;
    height: 269px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #FFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;/
}

.why-choose-us:hover {
    /* background: rgba(240, 240, 243, 1); */
    transform: translateY(-2px) scale(1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 0.01px solid blue;

}

.choose-us-header {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: "Quicksand";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.choose-us-content {
    color: var(--text-002, #5E5F5F);
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.approach-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    background: #FFF;
    /* box-shadow: 4px 4px 12px #5E5F5F;   */
    margin-top: 3%;

}

.approach {
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.approach-content {
    color: #5E5F5F;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-left: 5%;
    padding-right: 5%;
    /* 160% */
}


.approach-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: fit-content;
}

.approach-tiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;/
}

.approach-tiles:hover {
    /* background: rgba(240, 240, 243, 1); */
    transform: translateY(-2px) scale(1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 18px;

}

.approach-tiles-header {
    color: var(--text-001, #1D242B);
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.approach-tiles-content {
    color: var(--text-002, #5E5F5F);
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-we-offer,
.frame-7-sub-header,
.frame-7-service-header,
.frame-7-service-content {
    font-family: Quicksand;
}


.cards-main-div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.card-rows {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3%;
}

.single-card {
    width: 20%;
    border-radius: 18px;
    /* padding: 1%; */
    background: rgba(212, 235, 255, 0.9);

    /* background-image: url('static/img/asset-management.jpg'); */
    opacity: 0.5;
    border: 0.25px solid blue;
}

.single-card:hover {

    opacity: inherit;
    border: 0px;

}

.card-img {
    width: 100%;
    height: 150px;
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}

.fesible-head {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;

}

.fesible-text {
    padding: 2%;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;

}

.view-more {
    padding-left: 5%;
    /* padding-top: 2%; */
    padding-bottom: 5%;
    font-family: Quicksand;
    font-size: 15px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
    display: none;
    cursor: pointer;
}

.graph-1 {
    width: 100%;
    display: none;
}

.graph-2 {
    width: 80%;
    display: none;
}

.graph-3 {
    width: 80%;
    display: none;
}

.frame-7-block {
    padding-top: 5%;
}


/* Scrollbar width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #2a74b5;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #2a74b5;
}



@media(max-width:768px) {
    .approach-footer {
        display: block;
    }

    .what-we-offer,
    .frame-7-service-header,
    .wwa-header,
    .wwa-footer,
    .choose-us-header,
    .approach,
    .approach-tiles-header {
        font-size: 18px;
    }

    .frame-7-sub-header,
    .frame-7-service-content,
    .wwa-content,
    .choose-us-content,
    .approach-content,
    .approach-tiles-content {
        font-size: 14px;
    }

    .approach-tiles {
        padding-top: 5px;
    }

    .approach-tiles-header,
    .approach-tiles-content {
        text-align: center;
    }

    .who-we-are-main {
        padding-left: 5%;
        padding-right: 5%;
    }

    .card-rows {
        display: block;
    }

    .single-card {
        width: 100%;
        margin-bottom: 5%;
    }

    .card-img {
        height: 240px;
    }

    .fesible-text {
        font-size: 14px;
    }
}


@media(max-width:425px) {
    .card-img {
        height: 150px;
    }
}