.hero_banner-bg img {
    /* max-height: 726px; */
    max-height: 760px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero_banner-main_img {
    position: absolute;
    top: 15.5%;
    width: 100%;
    height: 503px;
}

.hero_banner-main_img img {
    width: 100%;
    height: 100%;
    padding: 2rem;
    object-fit: cover;
}

.hero_banner-h1 {
    padding: 32px;
}

.hero_banner-h1 h1 {
    line-height: 61px;
    font-size: 3.5rem;
    color: #fff;
}

.hero_banner-content {
    position: absolute;
    bottom: 0;
    padding: 40px;
    transform: translateY(11%);
}

.hero_banner-p {
    padding: 0 32px;
    width: 60%;
}

.hero_banner-p p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.our-services .header {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 32px;
}

.our-services .header h2 {
    line-height: 38px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 12px 0;
    max-width: 65%;
    width: 25%;
    z-index: 1;
    background: #fff;
}

.our-services .header span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #009dea;
}

.service-card .service-hover {
    display: none;
}

.service-card:hover>.service-hover {
    background: #FAC33E;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.service-hover div button {
    color: #fff;
    border: 2px solid #fff;
    padding: 0.5rem 2rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em;
}

.service-card img {
    margin-bottom: 15px;
}

.service-card .img img {
    border-radius: 7px;
    opacity: 1;
    animation: fadeTop 2s cubic-bezier(.77, 0, .175, 1) 1;
    height: 223px;
    width: 100%;
    object-fit: cover;
}

.service-card-content h4 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* Modal styles */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1050;
    /* Behind modal content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
}

.modal-dialog {
    position: relative;
    margin: 10% auto;
    background-color: #fff;
    max-width: 100%;
    width: 70%;
    border-radius: 5px;
    padding: 15px;
}

.modal-header,
.modal-footer {
    padding: 10px;
}

.modal-header h5 {
    margin: 0;
}

.modal-body {
    padding: 15px 0;
}

/* Close button */
.close {
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

/* Button Styling */
button {
    margin: 10px;
    padding: 10px 15px;
    cursor: pointer;
}

/* Modal styles ends */

.modal-body div ul li {
    list-style: disc;
}

.join-our-team-content h2 {
    line-height: 38px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.join-our-team-content p {
    color: #fff;
    line-height: 23px;
    font-size: 1.125rem;
}

.join-our-team-content a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.join-our-team-content svg {
    width: 9px;
    fill: #fac33e;
}

.join-team-btn {
    width: 263px;
}

.join-team-btn a {
    color: #fac33e;
    font-size: 13px;
    background: #fff;
    line-height: normal;
    font-weight: 700;
    margin: 0;
    transition: all 222ms ease-out;
    padding: 12px 24px;
    border: 1px solid #fff;
    gap: 10px;
}

.join-team-btn a:hover {
    background-color: #f6f5e6;
}

.fs-18 {
    font-size: 18px;
}

@media (max-width: 991px) {
    .hero_banner-content {
        top: 0;
    }
    .fs-18 {
        font-size: 16px;
    }
    .our-services .header h2 {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .hero_banner-h1 {
        padding: 32px 0 0;
    }
    .hero_banner-h1 h1 br {
        display: none;
    }
    .hero_banner-h1 h1 {
        line-height: 1;
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    .our-services .header h2 {
        width: 45%;
    }
    .hero_banner-bg img {
        height: 503px;
    }
    .row.ssn-engineers p {
        margin-bottom: 0;
    }
    .join-team-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .hero_banner-content {
        top: 0;
    }
}
@media (max-width: 455px) {
    .our-services .header h2 {
        width: 60%;
    }
    .fs-18 {
        font-size: 14px;
    }
    .hero_banner-h1 h1 {
        font-size: 2rem;
    }
}
