.arch-dim-service {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    /* padding: 20px 0px; */
    background: #F0F0F3;
    flex-wrap: wrap;
}

.arch-dim-service-image img {
    width: 100%;
    border-radius: 100px 10px 10px 10px;
    max-width: 500px;

    flex-shrink: 0;
}

.arch-dim-service-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.arch-dim-service-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    width: 50%;
    padding-left: 5%;
}

.arch-dim-service-header {
    font-size: 32px;
    color: var(--text-001, #1D242B);
    text-align: center;

    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.arch-dim-service-details p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 18px;
}

.arch-dim-service-details li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
}

.dim-final-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    width: 100%;
    padding: 20px;
}

.dim-final-content-first {
    width: 50%;
    text-align: justify;
}

.dim-final-content-second {
    width: 50%;
    flex-direction: column;
    display: flex;
    width: 50%;
    justify-content: start;
    align-items: start;
}

.dim-final-content p {
    margin: 10px 0;
    line-height: 1.6;
    font-size: 18px;
    padding-left: 5%;
}

.dim-final-content li {
    margin: 10px 0;
    line-height: 1.6;
    list-style-type: circle;
    font-size: 18px;
}

.arch-dim-service {
    /* padding-top: 8%; */
}

.arch-dim-service-content,
.dim-final-content {
    font-family: Quicksand;
}

.arch-dim-service-header {
    padding-top: 1%;
    padding-bottom: 3%;
}

.home-div {
    width: 100%;
}

.six-divs {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(240, 240, 243, 1);
    padding-top: 1%;
    padding-bottom: 1px;
    display: flex;
    justify-content: space-around;
}

.bims {
    width: 30%;
    background: rgba(255, 255, 255, 1);
    padding: 1%;
    border-radius: 24px;
    box-shadow: 0px 0px 0px 1px rgba(27, 31, 35, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.02);
    border-color: aqua;
    padding-top: 2%;
    padding-bottom: 2%;
    box-shadow: 0px 0px 0px 1px rgba(27, 31, 35, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;/
}

.bims:hover {
    /* background: rgba(240, 240, 243, 1); */
    transform: translateY(-2px) scale(1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.bim-para {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
    padding: 2%;

}

.bim-text {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    color: rgba(29, 36, 43, 1);
    padding: 2%;
    line-height: 20px;
}

.full-screen {
    padding-bottom: 3%;
    padding-top: 3%;
}

.global-display {
    width: 100%;
    display: flex;
}

.global-world {
    width: 40%;
}

.world-text {
    width: 60%;
    background: rgba(255, 255, 255, 1);
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 2%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.img-world {
    width: 100%;
}

.world-para {

    font-family: Quicksand;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;

}

.world-words {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 2%;
    padding-bottom: 2%;


}


.sceen-screen {
    width: 100%;
    display: flex;
}

.sceen-text-div {
    width: 60%;
    padding-left: 5%;
    padding-right: 2%;
    display: flex;
    align-items: center;
}

.global-sceen {
    width: 40%;
}

.global-sceen-img {
    width: 100%;
}

.sceen-head {
    font-family: Quicksand;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.sceen-text {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-top: 2%;
    padding-bottom: 2%;
}


@media(max-width:768px) {
    .arch-dim-service-header {
        font-size: 18px;
    }

    .arch-dim-service {
        /* padding-top: 12%; */
    }

    .arch-dim-service-content {
        display: block;
    }

    .arch-dim-service {
        gap: 0px;
    }

    .arch-dim-service-details {
        width: 100%;
    }

    .arch-dim-service-details p {
        font-size: 14px;
    }

    .arch-dim-service-image {
        display: flex;
        justify-content: center;
    }

    .arch-dim-service-image img {
        border-radius: 0px;
        padding-top: 3%;
    }

    .dim-final-content {
        display: block;
    }

    .dim-final-content-first {
        width: 100%;
        padding-right: 5%;
    }

    .dim-final-content p {
        font-size: 14px;
    }

    .dim-final-content li {
        font-size: 14px;
    }

    .dim-final-content-second {
        width: 100%;
    }

    .arch-dim-service-details {
        padding-right: 5%;
    }

    .bim-para {
        font-size: 16px;
    }

    .bim-text,
    .world-words {
        font-size: 14px;
    }

    .world-para {
        font-size: 18px;
    }

    .global-display {
        display: block;
    }

    .global-world,
    .world-text {
        width: 100%;
    }

    .world-text {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .world-words {
        line-height: 22px;
    }

    .sceen-screen {
        display: block;
    }

    .sceen-text-div,
    .global-sceen {
        width: 100%;
    }

    .sceen-head {
        font-size: 18px;
    }

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

    .inner-sceen {
        text-align: center;
    }

    .sceen-text {
        line-height: 22px;
    }

    .sceen-text-div {
        padding: 5%;
    }


}

@media(max-width:600px) {
    .arch-dim-service {
        /* padding-top: 15%; */
    }

    .arch-dim-service-image img {
        width: 80%;
    }
}

@media(max-width:425px) {
    .arch-dim-service {
        /* padding-top: 20%; */
    }

    .dim-final-content ul {
        padding-left: 5%;
    }

    .feasibility-study-actual-content {
        line-height: 22px;
    }

    .six-divs {
        display: block;
    }

    .bims {
        width: 100%;
        margin-bottom: 3%;
    }
}

@media(max-width:375px) {
    .arch-dim-service {
        /* padding-top: 25%; */
    }
}

@media(max-width:320px) {
    .arch-dim-service {
        /* padding-top: 30%; */
    }
}