* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

:root {
    --primary: #2c5aa0;
    --secondary: #ffc107;
    --dark: #1a1a1a;
    --light: #f8f9fa;
}

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: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 5px;
    padding-right: 10px;
}

.startnow i {
    padding: 7px 12px;
    background-color: #fff;
    color: #000;
    margin-right: 4px;
    border-radius: 50px;
}

@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;
}

.reserve-form .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;
}

.reserve-form input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.reserve-form .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.reserve-form option {
    color: #000 !important;
}

.reserve-form .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: var(--primary);
    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: var(--primary);
    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;
    overflow: hidden;
}

.sell-trucks-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Feature Cards */
.feature-card {
    background: white;
    border-radius: 15px;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2rem;
    color: var(--primary);
}

.feature-title {
    color: var(--dark);
    font-weight: 600;
}

.feature-text {
    color: #6c757d;
    line-height: 1.6;
}

.section-badge {
    background: var(--secondary);
    color: var(--dark);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 1rem;
}

/* .sell-trucks-body {
    height: 300px;
} */

.sell-trucks-header h4 {
    font-size: 22px;
    font-weight: 700;
}

.sell-trucks-btn a {
    text-decoration: none;
    border: 1px solid #474747;
    border-radius: 30px;
    color: #474747;
    white-space: nowrap;
    display: inline-block;
    padding: 13px 50px;
    transition: all 0.3s ease;
}

.sell-trucks-btn a:hover {
    background-color: #474747;
    color: #fff;
}

/* VEHICLES PAGE STYLES */
.all-trucks-con a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary);
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.gg {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.trucks-img-con {
  background-color: #fff;
  height: 120px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.trucks-img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .trucks-img-con {
    height: 150px;
  }
}

/* VEHICLES PAGE STYLES */

/* TRUCKS FOR SALE STYLES */

.truck-sale {
    position: relative;
    height: 105vh;
    background-image: url('../assets/img/bg-img/ty.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.truck-sale a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary);
    padding: 10px 60px;
    text-align: center;
    margin-bottom: 10px;
}

/* TRUCKS FOR SALE STYLES */

/* ABOUT US STYLING */

.about-con {
    background-color: #fff;
    padding: 200px 0 80px 0;
}

.value-con {
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.value-con i {
    font-size: 25px;
    color: var(--primary);
}

@media (max-width: 768px) {
  .about-con {
    padding: 150px 0 80px 0;
}
}

/* ABOUT US STYLING */

/* PARTNERS US STYLING */

.partners-img-con {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
}

.partners-img-con img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.partners-img-body p{
    text-align: justify;
}

/* PARTNERS US STYLING */

/* FOOTER START */
footer {
    background-color: #F4F4F4;
}

.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: #000;
}

.footer-link ul li a:hover {
    color: var(--primary);
}

.footer-bottom-text {
    border-top: 1px solid #474747;
    padding: 20px 10px;
}

.footer-bottom-text a {
    margin-right: .375rem;
    padding-right: .375rem;
    border-right: 1px solid #000;
    color: #000;
    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: #000;
}
/* FOOTER END */