﻿.build-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
}

.high-line-height {
    line-height: 2;
}
.project-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.36px;
}

.let-us-info {
    margin-top: 10%;
}

.button {
    width: 184px;
    height: 53px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f99000;
}

    .button:hover {
        background-color: #f99000;
        color: #fff;
    }

.how-it-works {
    color: #f59e0b;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.play-icon img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.card-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.card-box {
    height: 345px;
    text-align: center;
    box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-box-1 {
    border: 12px solid #A9CCEA;
}

.card-box-2 {
    border: 12px solid #FFDCA9;
}

.card-box-3 {
    border: 12px solid #FFB7BB;
}

.card-box-4 {
    border: 12px solid #C9FFC8;
}

.card-box-5 {
    border: 12px solid #E3C5FB
}

.card-box-6 {
    border: 12px solid #80B3FF;
}

.card-box-7 {
    border: 12px solid #E5F1FF;
}

.card-box-8 {
    border: 12px solid #E3C5FB;
}

.card-box-9 {
    border: 12px solid #FFB7BB;
}

.card-box-Support {
    width: 100%;
    max-width: 100%;
    height: 374px;
    text-align: center;
    box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.card-box img {
    width: 139px;
    height: 142px;
    margin-bottom: 10px;
}

.card-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-box p {
    line-height: 1.5;
    font-size: 16px;
}

.container-five {
    display: flex;
    background-color: #F8ECE4;
    padding: 40px;
    border-radius: 20px;
    height: 434px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.left-section-1 {
    width: 50%;
    padding-right: 40px;
}

.right-section-1 {
    margin-top: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.new-project-text-one {
    font-size: 20px;
}

.schedule-button-1 {
    margin-top: 23px;
    background-color: #f99000;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .schedule-button-1:hover {
        background-color: #f99000;
        color: white;
    }

.technology-main-container {
    width: 100%;
    background-color: #F3F6F9;
    padding: 50px 20px;
    text-align: center;
}

.technology-services h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.technology-services p {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}


.technology-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
    justify-items: center;
    margin: 0 auto;
    max-width: 1114px;
}

.technology-card {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    max-width: 350px;
    min-height: 175px;
    height: 100%;
    text-align: left;
}

.technology-card img {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    object-fit: contain;
}

.technology-details {
    flex: 1;
}

.technology-details h2 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

.technology-details p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .technology-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .technology-container {
        grid-template-columns: 1fr;
    }

    .technology-services h2 {
        font-size: 28px;
    }

    .technology-services p {
        font-size: 14px;
    }

    .technology-details h2 {
        font-size: 16px;
    }

    .technology-details p {
        font-size: 13px;
    }
    .build-text {
        font-size: 28px;
        line-height: 26px;
    }
}

.get-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .get-section {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .img-section {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .card-section-second {
        display: block !important;
    }

    .card-box-8 {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .card-box-Support {
        width: 100%;
        max-width: 100%;
        height: 374px;
        display: flex;
        padding-top: 10%;
    }
}

.card-section-second {
    display: flex
}
@media (max-width: 992px) {
    .container-five {
        display: block;
        height: auto;
    }

    .left-section-1 {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .right-section-1 img {
        margin-left: 64px;
        margin-top: -16px;
    }
}
@media (min-width: 992px) {
    .container-five {
        margin-bottom: 91px;
    }
}
