﻿.high-line-height {
    line-height: 2;
}

.build-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
}

.project-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}

.about-hero {
    margin-bottom: 64px;
}

.about-hero-image {
    width: min(100%, 500px);
    max-height: 430px;
    object-fit: contain;
}

/*
 * The three-line About heading makes this hero row taller than the other
 * standard heroes. The row normally centers both columns, which pushes the
 * shorter image column down when the text column grows. Top-align this column
 * with the row so its image retains the shared hero's 48px top inset.
 */
@media (min-width: 992px) {
    .case-inspired-page .about-hero.standard-hero > .row > [class*="col-"]:last-child {
        align-self: flex-start;
    }
}


.services h2 {
    font-weight: 600;
    text-align: center;
    color: #333;
    font-size: 48px;
  
}

.services p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin: 0;/*
    padding: 0 18% 0 17%;*/
}

.buttons {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 26px;
}

.button {
    width: 184px;
    height: 53px;
    background-color: #f99000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    -webkit-align-items: inherit;
    align-items: center;
}

    .button:hover {
        background-color: #f99000;
        color: #fff;
    }

.how-it-works {
    color: #f59e0b;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.play-icon img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.get-section {
    display: flex;
    align-items: center;
    gap: 10px;
}
.container-two {
    display: flex;
    background-color: #F49811;
    padding: 40px;
    border-radius: 20px;
    height: 451px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 95px;
}
.mission-text {
    border-radius: 20px 0 0 20px;
    color: white;
}

.core-value-card {
    justify-content: center;
}

.right-section-2 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0;
    }
}
@media (max-width: 576px) {
    .build-text {
        font-size: 28px;
        line-height: 1.2;
    }

    .services h2 {
        font-size: 28px;
    }
}
/*@media (min-width: 992px) {
    .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}*/


.mission-img {
    display: block;
    padding: 0;
    margin: 0;
}



.card-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.card-box {
    height: 448px;
    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 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;
    }

@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: 1200px) {
    .container-two-right-section img {
        margin-left: 113px;
        margin-top: -37px;
    }
}
@media (max-width: 992px) {
    .container-two {
        display: block;
        height: auto;
        margin-top: 38px;
    }

    .left-section-1 {
        width: auto;
        padding-right: 0;
        text-align: center;
    }
}
@media( max-width: 576px) {
    .card-gap {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .card-box {
        height: 521px;
        text-align: center;
        box-shadow: 0 2px 5px #000000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}
