* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

header {
    position: relative;
    height: 105vh;
    background-image: url('../assets/img/bg-img/ty.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity as needed */
}

.startnow {
    background: #154f7b;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .offcanvas.offcanvas-end {
        width: 270px !important;
    }
}

.quote-con {
    position: relative;
    width: 100%;
    height: 100vh; 
}

.quote {
    position: absolute;
    width: 100%;
    height: fit-content;
    margin-top: 50px;
    bottom: -700px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(20, 24, 28, 0.6);
}

@media (max-width: 768px) {
    .quote {
        height: 90vh;
        overflow: scroll;
    }
}

.quote-title h4 {
    font-weight: 800;
    font-size: 32px;
}

.icon-space {
    padding: 0 2px;
}

.pick-up {
    font-size: 0.875rem;
    font-weight: 600;
}

.bi-info-circle {
    color: rgb(72, 72, 229);
}

.country label {
    font-size: 0.875rem;
    font-weight: normal;
}

.form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 36px;
    font-size: 1.1875rem;
    border-radius: inherit;
    height: inherit;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

option {
    color: #000 !important;
}

.form-select {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6) !important;
    border-radius: inherit;
    height: inherit;
    line-height: 36px;
}

.subt {
    background: #154f7b;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    width: 100%;
    border: none;
    border-radius: inherit;
    padding: 0.75rem 0rem;
}


.custom-rate h4 {
   font-size: 30px;
   font-weight: 800;
}

.custom-rate p {
    text-align: justify;
}

.custom-rate-btn a {
    text-decoration: none;
    background-color: #154f7b;
    color: #fff;
    display: inline-block;
    padding: 13px 50px;
}

.values-con {
    background-color: #000000e0;
    border-radius: 10px;
}

.values-icon .bi {
    font-size: 40px;
}

.values-text h4 {
    font-size: 20px;
}

.bg-cust {
    background-color: #F3F3F3;
}

.sell-trucks h4 {
    font-size: 30px;
    font-weight: 700;
}

.sell-trucks-img-con {
    background-color: #000;
    height: 200px;
    position: relative;
}

/* .sell-trucks-body {
    height: 300px;
} */

.sell-trucks-header h4 {
    font-size: 22px;
    font-weight: 700;
}

.sell-trucks-btn a {
    text-decoration: none;
    background-color: #154f7b;
    color: #fff;
    display: inline-block;
    padding: 13px 50px;
}

/* FOOTER START */
footer {
    background-color: #0a1d2c;
}

.footer-head h5 {
    font-size: 17px;
    margin-bottom: 20px;
    opacity: .7;
}

.footer-text p {
    font-size: 14px;
}

.footer-link ul {
    padding: 0;
    list-style: none;
}

.footer-link ul li {
    margin-bottom: 11px;
}

.footer-link ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.footer-link ul li a:hover {
    color: #154f7b;
}

.footer-bottom-text {
    border-top: 1px solid #154f7b;
    padding: 20px 10px;
}

.footer-bottom-text a {
    margin-right: .375rem;
    padding-right: .375rem;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
}

.footer-bottom-text span {
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
    color: #fff;
}
/* FOOTER END */