.orbit-caption {
    height: 100%;
    background-color: rgba(6, 22, 58, 0.5);
    display: flex;
    align-items: center;
}
.orbit-caption > div {
    text-align: center;
    padding: 0 20%;
    width: 100%;
}

.orbit-previous {
    left: 1.25em;
}

.orbit-next {
    right: 1.25em;
}

.orbit {
    height: 464px;
}

.orbit-image{
    height: 464px;
    object-fit: cover;
}

.home-section-1 {
    background-color: #06163a;
    padding: 2.5em 70px;
    color: #fff;
}
.home-section-1 p {
    font-size: .825em;
    font-weight: bold;
}
.home-section-1 span {
    font-size: .825em;
    display: block;
    line-height: initial;
}

.home-section-1 .get-started {
    padding: 0.85em 4em;
}

.home-services-section {
    background-color: #fff;
    padding: 2.5em 0;
}

.services-container {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.service-box {
    width: 270px;
    height: 270px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 14px #909090;
}

.service-box > img {
    object-fit: cover;
    width: 270px;
    height: 270px;
}

.service-box figure {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .825em;
    padding: 0 15px;
    font-weight: bold;
}

.service-box figure .icon {
    display: block;
    margin: 0 auto 8px;
}

.home-commitment-section {
    min-height: 120vh;
    background-image: url(../img/S3IMG.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    padding: 70px 0;
}

.content-subtitle {
    font-weight: bold;
    font-size: small;
    margin-bottom: 0;
}

.content-title {
    color: #EA2425;
}

.commitments-container {
    margin-top: 50px;
    background: #ffffff42;
    border-radius: 15px;
}

.commitments-container .icon {
    background: #fff;
    box-shadow: 0 0 10px grey;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.commitments-container .commitment-description {
    color: #6f6f6f;
}

.commitment-body p:not(:first-of-type) {
    color: #6f6f6f;
}


.home-section-2 {
    background-color: #06163a;
    padding: 2.5em 15%;
    color: #fff;
}
.home-section-2 > .grid-x {
    justify-content: center!important;
}

.home-section-2 img {
    height: 40px;
}

.home-updates-section {
    padding: 7% 15%;
    background-image: url(../img/S5IMG.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    min-height: 60vh;
}

.home-updates-section input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    outline: none;
    margin-right: 12px;
}

.home-quote-request-section {
    background-image: url(../img/S6BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    position: relative;
}

.home-quote-request-section .form-container {
    width: 370px;
    background: white;
    box-shadow: 0 2px 7px #a09f9f;
    padding: 28px;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 10%;
}

.home-quote-request-section input, .home-quote-request-section select, .home-quote-request-section textarea {
    border-radius: 25px;
    padding: 8px 18px;
}
.home-quote-request-section textarea {
    resize: vertical;
    height: 120px;
}

.home-feedback-section {
    padding: 7% 1em;
}

.feedbacks-container {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #FFFFFF;
    flex-wrap: wrap;
}

.feedback-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px #bdbdbd;
    overflow: hidden;
    width: 400px;
    padding: 25px 10px;
}

.feedback-box p {
    font-size: .725em;
    color: #9f9f9f;
}
.feedback-box span {
    font-size: .725em;
}
.feedback-box img {
    width: 80%;
}

.home-section-3 {
    padding: 2.5em 10%;
    background: #EA2425;
    color: #fff;
}


@media (max-width: 425px) {
    .home-quote-request-section .form-container {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .commitments-container {
        background: #ffffffd6;
    }
    .home-commitment-section {
        background-position: bottom;
        background-size: auto;
    }
    .home-updates-section {
        display: flex;
        padding: 0;
    }
    .home-updates-section > div {
        background: rgba(255, 255, 255, 0.91);
        width: 100%;
        padding: 20px;
    }
    .home-feedback-section {
        padding-top: 40%;
    }
    .home-section-1 .large-3 > .grid-x {
        margin-top: 1rem!important;
    }
}