:root {
      --primary: #1a2f4f;
      --primary-light: #2a4a7a;
      --gold: #f5b81b;
      --gold-light: #ffe28a;
      --gray-bg: #f4f7fc;
      --text-dark: #112233;
      --shadow-sm: 0 8px 24px rgba(0,20,40,0.06);
      --shadow-hover: 0 16px 40px rgba(0,20,40,0.12);
    }

    body {
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
      background: #ffffff;
      color: var(--text-dark);
    }
.theme-color{
    color: var(--primary) !important;
}
.sidebar {
    min-height: 100vh;
}
.sidebar a {
    color: #000000;
    padding: 17px 20px;
    display: block;
    text-decoration: none;
}
.sidebar a:hover {
    color: var(--primary);
}
.main-sidebar svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.main-sidebar a:hover svg{
    fill: var(--primary);
}
main{
    background: #eaeaea47;
}
.absolute{
    position: absolute;
}
.navbar.navbar-expand-lg{
    background-color: var(--gold) !important;
}
.navbar-auth-section{
    text-align: end;
}
.navbar-auth-section span{
    color: black;
    font-weight: 500;
    line-height: 1.4;
}
.navbar-auth-section .auth-span-1{
    font-size: 15px;
    margin-bottom: -30px;
    display: block;
}
#userDropdown .user-svg{
    width: 35px;
    background: var(--primary);
    padding: 7px;
    border-radius: 5px;
    margin: 0 10px;
    fill: white;
}
.navbar-auth-section .auth-span-2{
    font-size: 13px;
    margin-top: -5px;
}
.topnavbar-first{
    border-radius: 15px;
}
.main-sidebar .main-sidebar_ul{
    overflow-y: auto;
    height: 100vh;
}
.theme-btn,.theme-btn:focus{
    background-color: var(--primary) !important;
    color: white;
}
.theme-btn:hover{
    background-color: #239ba785 !important;
    color: black;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    width: 22%;
    position: fixed;
  }
  .mian-body {
        width: 78%;
  }
}
.sidebar .main-sidebar_ul .sidebar-li.active a{
    background: var(--primary);
    box-shadow: 2px 0px 8px -1px gray;
    border-radius: 5px;
    color: white;
}
.sidebar .main-sidebar_ul .sidebar-li.active svg{
    fill: white;
}
a{
    color: var(--primary);
}
footer{
    background: var(--primary);
}
.footer-logo{
    width: 230px;
}
.dropdown-menu-navbar{
    min-width: 610px;
}
@media only screen and (max-width: 991px) {
    .dropdown-menu-navbar{
        min-width: auto;
    }
}
.btn-primary,.bg-primary{
    background:#000000 !important;
    color:#fff !important;
    border-color:#000000 !important;
}
.text-primary{
    color:#000000 !important;
}
.text-secondary{
    color:var(--gold) !important;
}
.navbar-login,.navbar-login:focus{
    background: #000000;
    border:1px solid #000000;
    color: white;
    margin-left: 20px;
}
.navbar-login:hover{
    background: white;
    border:1px solid #000000;
    color: #000000;
    margin-left: 20px;
}
.truck-banner {
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
        ),url('../images/white-truck-banner.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; /* adjust as needed */
}
.search-container {
    background: #0000005c;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 100%;
    
}

.search-container .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.search-container .input-group {
    display: flex;
    flex-direction: column;
}

.search-container label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.search-container input {
    padding: 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
}

.search-container input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-container .search-btn {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-container .search-btn:hover {
    background-color: #1d4ed8;
}

@media (max-width: 600px) {
    .search-container .form-grid {
        grid-template-columns: 1fr;
    }
}
.suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style: none;
}

.suggestions li {
    padding: 10px;
    cursor: pointer;
}

.suggestions li:hover {
    background: #f2f2f2;
}
.search-container h2{
    font-weight: 600;
}
.how-it-works .icon-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.how-it-works .step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #2c3e50; /* Deep blue from your logo */
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.step-card {
    padding: 20px;
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
}

.testimonial-card {
    background: linear-gradient(145deg, #f3f4f6, #ffffff);
    border-radius: 20px;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.quote-icon {
    font-size: 4rem;
    color: #6366f1;
    opacity: 0.2;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #6366f1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6366f1;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}
.faq-section .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #004a99; /* Your logo blue */
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.faq-section .accordion-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 8px !important;
    overflow: hidden;
}

.faq-section .accordion-button {
    font-size: 1.1rem;
    padding: 1.25rem;
}









    /* ---- global section spacing ---- */
    section { padding: 70px 0; }
    .section-title {
      font-weight: 700;
      font-size: 2.2rem;
      letter-spacing: -0.02em;
      color: var(--primary);
      position: relative;
      display: inline-block;
      margin-bottom: 2rem;
    }
    .section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 64px;
      height: 4px;
      background: var(--gold);
      border-radius: 4px;
    }

    /* ---- hero (new modern) ---- */
    .hero-modern {
      background: linear-gradient(145deg, var(--primary) 0%, #0f1f33 100%);
      color: white;
      padding: 120px 0 100px;
      position: relative;
      overflow: hidden;
    }
    .hero-modern::after {
      content: '';
      position: absolute;
      right: -10%;
      top: -30%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(245,184,27,0.08) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    .hero-modern .badge-gold {
      background: var(--gold);
      color: var(--primary);
      font-weight: 700;
      padding: 8px 20px;
      border-radius: 40px;
      font-size: 0.9rem;
      letter-spacing: 0.02em;
      display: inline-block;
      margin-bottom: 1.5rem;
    }
    .hero-modern h1 {
      font-weight: 800;
      font-size: 3.8rem;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }
    .hero-modern .lead {
      font-size: 1.3rem;
      opacity: 0.85;
      max-width: 540px;
    }
    .btn-gold {
      background: var(--gold);
      color: var(--primary);
      font-weight: 700;
      padding: 14px 44px;
      border-radius: 60px;
      border: none;
      transition: all 0.25s;
      box-shadow: 0 12px 28px rgba(245,184,27,0.3);
      text-transform: uppercase;
      letter-spacing: 0.03em;
      font-size: 1rem;
    }
    .btn-gold:hover {
      background: #ffe066;
      transform: translateY(-2px);
      box-shadow: 0 20px 32px rgba(245,184,27,0.4);
      color: var(--primary);
    }
    .btn-outline-light-custom {
      border: 2px solid rgba(255,255,255,0.4);
      color: white;
      border-radius: 60px;
      padding: 12px 34px;
      font-weight: 600;
      transition: 0.2s;
    }
    .btn-outline-light-custom:hover {
      background: white;
      color: var(--primary);
      border-color: white;
    }
    .hero-stats {
      display: flex;
      gap: 3rem;
      margin-top: 2.8rem;
    }
    .hero-stats span {
      font-weight: 300;
      font-size: 0.95rem;
      opacity: 0.8;
      display: block;
    }
    .hero-stats strong {
      font-size: 2rem;
      font-weight: 700;
      display: block;
      color: var(--gold);
    }

    /* ---- feature cards (new) ---- */
    .feature-card-modern {
      background: white;
      padding: 36px 28px;
      border-radius: 24px;
      box-shadow: var(--shadow-sm);
      transition: 0.2s;
      height: 100%;
      border: 1px solid rgba(0,0,0,0.02);
      text-align: center;
    }
    .feature-card-modern:hover {
      box-shadow: var(--shadow-hover);
      transform: translateY(-6px);
    }
    .feature-card-modern .icon-circle {
      background: var(--gold-light);
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      font-size: 2rem;
      color: var(--primary);
    }
    .feature-card-modern h5 {
      font-weight: 700;
      color: var(--primary);
    }

    /* ---- services (pill style) ---- */
    .service-pill {
      background: white;
      border-radius: 60px;
      padding: 18px 32px;
      box-shadow: var(--shadow-sm);
      font-weight: 600;
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      gap: 12px;
      border: 1px solid rgba(0,0,0,0.03);
    }
    .service-pill i {
      color: var(--gold);
      font-size: 1.4rem;
    }

    /* ---- locations (new style) ---- */
    .location-card {
      background: white;
      border-radius: 20px;
      padding: 24px 24px 28px;
      box-shadow: var(--shadow-sm);
      transition: 0.2s;
      border-left: 6px solid var(--gold);
    }
    .location-card:hover {
      box-shadow: var(--shadow-hover);
    }
    .location-card h6 {
      font-weight: 700;
      color: var(--primary);
      font-size: 1.1rem;
    }
    .location-card .address {
      font-size: 0.95rem;
      color: #445566;
      margin-bottom: 0.5rem;
    }
    .btn-location {
      background: var(--primary);
      color: white;
      border-radius: 40px;
      padding: 6px 22px;
      font-weight: 600;
      font-size: 0.85rem;
      border: none;
      transition: 0.15s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .btn-location:hover {
      background: var(--primary-light);
      color: white;
    }
    .btn-location-outline {
      background: transparent;
      border: 1.5px solid #d0d8e0;
      color: #2a3f5a;
      border-radius: 40px;
      padding: 6px 22px;
      font-weight: 600;
      font-size: 0.85rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .btn-location-outline:hover {
      background: #f0f4fa;
      border-color: #b0c0d0;
    }

    /* ---- cta banner ---- */
    .cta-banner {
      background: linear-gradient(135deg, var(--primary) 0%, #0c1a2b 100%);
      border-radius: 40px;
      padding: 60px 40px;
    }
    .cta-banner h3 {
      font-weight: 700;
      color: white;
    }
    .cta-banner p {
      color: rgba(255,255,255,0.7);
    }

    /* ---- map container ---- */
    .map-wrapper {
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      border: 3px solid var(--gold);
      height: 440px;
    }
    .map-wrapper iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* misc */
    .bg-soft-gold { background: #fef6e0; }
    .text-gold { color: var(--gold); }
    .text-primary-dark { color: var(--primary); }

    @media (max-width: 768px) {
      .hero-modern h1 { font-size: 2.5rem; }
      .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
      .cta-banner { padding: 40px 20px; }
    }
