    body, html {
      margin: 0 !important;
      padding: 0 !important;
      background-color: #0d0d0d !important;
      width: 100% !important;
      overflow-x: hidden !important; 
      @import url('https://googleapis.com');

    }
    .headerbar {
      position: relative; !important; 
      display: flex !important; 
      justify-content: space-between !important; 
      align-items: center !important; 
      padding: 0 1.5rem !important;     
      background-image: url('chrome.jpg') !important; 
      background-repeat: no-repeat !important;
      background-size: cover !important;
      height: 95px !important;
      box-sizing: border-box !important;
      width: 100% !important;
      z-index: 100 !important; 
    }

    .logo {
      display: flex !important;
      align-items: center !important;
      height: 100% !important;
    }

    .logo img {
      max-height: 139px !important; 
      width: auto !important;
      display: block !important;
    }

    .header-right-zone {
      display: flex !important;
      align-items: center !important;      
      justify-content: flex-end !important; 
      gap: 30px !important;                
      height: 100% !important;
      flex-grow: 1 !important;              
    }

    .navbar {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-end !important;
      position: relative !important; 
    }

    .phone-link {
      display: inline-flex !important;
      align-items: center !important;
      text-decoration: none !important; 
      gap: 10px !important;            
      font-family: sans-serif !important;
       margin-right: 400px !important;
    }

    .phone-icon {
      width: 25px !important;          
      height: 25px !important;
      color: #52a8e8 !important;       
    }

    .phone-text {
      color: #72b6eb !important;       
      font-size: 20px !important;      
      font-weight: 800 !important;     
      letter-spacing: 0.5px !important;
    }

    .hamburger {
      display: flex !important; 
      flex-direction: column !important;
      justify-content: space-between !important;
      width: 30px !important;
      height: 21px !important;
      background: transparent !important;
      border: none !important;
      cursor: pointer !important;
      padding: 0 !important;
      z-index: 101 !important;
    }

    .hamburger .bar {
      height: 3px !important;
      width: 100% !important;
      background-color: #ffffff !important;
      border-radius: 10px !important;
      transition: all 0.3s ease-in-out !important;
    }

    .hamburger.open .bar:nth-child(1) { transform: translateY(9px) rotate(45deg) !important; }
    .hamburger.open .bar:nth-child(2) { opacity: 0 !important; }
    .hamburger.open .bar:nth-child(3) { transform: translateY(-9px) rotate(-45deg) !important; }

    .nav-menu {
      position: absolute !important; 
      top: 70px !important;       
      right: 0 !important;
      left: auto !important;
      width: 400px !important;
      max-width: calc(100vw - 2rem) !important; 
      background: rgba(20, 20, 20, 0.98) !important; 
      backdrop-filter: blur(10px) !important;
      flex-direction: column !important;
      align-items: center !important;
      gap: 0 !important;
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important;
      border-radius: 12px !important;
      box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
      
      max-height: 0 !important;
      overflow: hidden !important;
      visibility: hidden !important;
      transition: max-height 0.3s ease-in-out, visibility 0.3s !important; 
      z-index: 99 !important;
    }

    .nav-menu a {
      width: 100% !important;
      text-align: center !important;
      padding: 22px 0 !important;
      box-sizing: border-box !important;
      border-bottom: 1px solid rgba(255,255,255,0.08) !important;
      display: block !important;
      color: #ffffff !important;
      text-decoration: none !important;
      font-family: sans-serif !important;
      font-weight: bold !important;
      font-size: 16px !important;
    }

    .nav-menu.active {
      max-height: 350px !important; 
      visibility: visible !important;
    }

    @keyframes slowZoom {
        0% { transform: scale(1); }
        100% { transform: scale(1.15); }
    }
    .content-wrapper {
        position: relative !important; 
        display: flex !important;
        flex-direction: column !important;   
        align-items: center !important;      
        justify-content: flex-start !important;
        margin-top: 55px !important;         
        padding: 0 20px 40px 20px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-height: calc(100vh - 95px) !important; 
        background: transparent !important;        
        z-index: 2 !important; 
    }

    .separate-card {
        width: 100% !important;          
        max-width: 900px !important;     
        height: auto !important;         
        background: transparent !important;
        border-radius: 25px !important;
        overflow: hidden !important;
        margin: 0 auto !important;
    }

    .image-block {
        width: 100% !important;
        overflow: hidden !important;     
        border-radius: 25px !important;  
    }

    .image-block img {
        width: 100% !important;
        height: 520px !important;        
        object-fit: cover !important;
        display: block !important;
        filter: grayscale(40%) brightness(40%) !important;
        transition: transform 0.4s ease-in-out !important;
    }

    .image-block:hover img {
        transform: scale(1.08) !important; 
    }

   /* --- FLOATING RESPONSE SLOGAN CARD PANEL SYSTEM --- */
.bg-container {
    position: absolute !important; 
    top: 95px !important; 
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important; 
    overflow: hidden !important;
    z-index: 1 !important; 
    display: flex !important;
    align-items: center !important; 
    justify-content: center !important; /* Centers the floating card perfectly horizontally */
}

/* Floating Fluid Card with adaptive responsive boundaries */
.hero-text-overlay {
  position: relative !important;
  z-index: 5 !important;
  
  /* RESPONSIVE DIMENSIONS FORCED WIDER */
  width: 95% !important; 
  max-width: 1250px !important; /* Expanded wider to allow large text blocks space to stretch */
  height: auto !important;
  min-height: 440px !important; 
  
  background-color: rgba(18, 18, 18, 0.68) !important; 
  border-radius: 12px !important;
  box-sizing: border-box !important;
  padding: 60px 50px !important; /* Balances margins, protecting text bounds from clipping */
  text-align: left !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75) !important;

  opacity: 1 !important;
  visibility: visible !important;

  /* INNER MECHANICS: Centers your text blocks cleanly down the middle of the frame box */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; 
  align-items: flex-start !important;

  /* STATIONARY COORDINATE POSITIONING */
  transform: translateY(-8vh) !important; 
}



  

.hero-slogan {
  /* ARCHITECTURAL COMPRESSION STACK */
  /* Fallbacks like Impact and Arial Black force heavy block letters even if web fonts fail to load */
  font-family: 'Oswald', 'Impact', 'Arial Black', sans-serif !important;
  
  /* MASSIVE FOOTPRINT SCALING: Bumped up heavily to force the letters to fill the card box */
  font-size: 80px !important; 
  font-weight: 900 !important; 
  line-height: 1.05 !important; /* Tightens lines to eliminate empty space */
  
  color: #ffffff !important;
  margin: 0 0 30px 0 !important; /* Spacious gap separating your paragraph text */
  text-transform: uppercase !important; 
  letter-spacing: 0.5px !important; 
  
  /* STRETCH ENGINE: Forces the text bounding box to fill out horizontally */
  width: 100% !important;
  display: block !important;
}


.hero-description {
  /* HIGH-READABILITY FALLBACK STACK */
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial', sans-serif !important;
  
  /* ENLARGED BODY TEXT: Scaled up heavily so your description matches the larger headers */
  font-size: 26px !important; 
  font-weight: bold !important; /* Heavy font weight prevents text from looking small or thin */
  line-height: 1.60 !important; 
  
  color: #f5f5f5 !important; 
  margin: 0 !important;
  
  /* STRETCH ENGINE: Forces the text bounding box to fill out horizontally */
  width: 100% !important;
  display: block !important;
}

/* --- MOBILE COMPACTION VIEWPORT CONSTRAINTS --- */
@media (max-width: 768px) {
    .bg-container {
        top: 75px !important;
    }
    
    .hero-text-overlay {
        max-width: 350px !important; 
        padding: 30px 20px !important;
        opacity: 1 !important;
    transform: translateY(-5vh) !important;
        
        /* TRIGGER MOBILE SPECIFIC POP-UP TIMELINE WITH NO DRAG RESTECTIONS */
        animation: localPopUpEffectMobile 0.85s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
    }
    
    .hero-slogan {
        font-size: 28px !important; 
    }
    
    .hero-description {
        font-size: 13px !important;
    }
} /* FIXED: Closing bracket for the @media layout layer fully added here */

    
    .hero-slogan {
        font-size: 28px !important; /* Prevents long text from clipping on narrow screens */
    }
    
    .hero-description {
        font-size: 13px !important;
    }
}


    @media (max-width: 768px) {
        .headerbar { height: 75px !important; }
        .logo img { max-height: 45px !important; }
        .header-right-zone { gap: 15px !important; }
        .phone-text { font-size: 16px !important; }
        .phone-icon { width: 18px !important; height: 18px !important; }
        .bg-container { top: 75px !important; height: calc(100vh - 75px) !important; }
        
        .content-wrapper { 
            margin-top: 75px !important; 
            padding: 0 20px 40px 20px !important; 
        }
        
        .nav-menu { top: 55px !important; }
        .image-block img { height: 300px !important; }
    }

    .services{
       position:relative ;
       width: 100%;
       height: auto;
       background-color:lightgray ;
       margin-top: 0;
       height: auto !important;             
    min-height: calc(100vh - 95px) !important;
    overflow: hidden;
    }

   
.next-page-block {
    position: relative !important;
    width: 100% !important;
    background-color: #161616 !important; 
    padding: 60px 20px !important;
    box-sizing: border-box !important;
    z-index: 50 !important;
    margin-top: 100vh !important;
}

.services-title {
    font-family: sans-serif;
    color: #ffffff !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: 0.5px;
}


.services-accent-line {
    width: 80px;
    height: 5px;
    background-color: #3b9ce2; /* Vibrant clean blue bar color */
    margin: 0 auto 50px auto !important;
}


.services-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 50px !important; 
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}


.service-column {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 360px !important;
}

.service-image-box {
    position: relative !important;
    width: 100%;
    height: 180px; 
    overflow: hidden;
    background-color: #0b1a24; 
    margin-bottom: 20px !important;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

*/
.image-label {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
}

.service-heading {
    font-family: sans-serif;
    color: #499ee3 !important; 
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}
.service-text {
    font-family: sans-serif;
    color: #b0b0b0 !important; 
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.service-link {
    color: #70b3e8 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.service-link:hover {
    color: #ffffff !important;
}

.services-footnote {
    margin-top: 60px !important;
    text-align: center !important;
    font-family: sans-serif;
    width: 100% !important;
}

.footnote-bold {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
}

.footnote-light {
    color: #aaaaaa !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    letter-spacing: 0.3px;
}

@media (max-width: 900px) {
    .services-grid {
        flex-direction: column !important; 
        align-items: center !important;
        gap: 40px !important;
    }
    
    .service-column {
        max-width: 100% !important;
    }
    
    .services-title {
        font-size: 26px !important;
    }
}
.who-we-are-section {
    position: relative !important;
    width: 100% !important;
    
    background-color: #84b6ea !important;
     padding: 70px 20px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
    margin: 0 !important;
}

.who-we-are-content {
    max-width: 1000px !important; 
    margin: 0 auto !important;
    text-align: center !important;
    font-family: sans-serif;
}

.about-title {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 0 25px 0 !important;
    letter-spacing: 0.5px;
}

.about-paragraph {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.8 !important; /* Comfortable reading height spacing */
    margin: 0 0 30px 0 !important;
    opacity: 0.95;
}

.about-cta {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Styled inline call to action text decoration link line */
.cta-link {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.cta-link:hover {
    opacity: 0.8;
}


@media (max-width: 768px) {
    .who-we-are-section {
        padding: 50px 20px !important;
    }
    .about-title {
        font-size: 26px !important;
    }
    .about-paragraph {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

.site-footer {
    position: relative !important;
    width: 100% !important;
    background-color: #111111 !important; 
    padding: 40px 20px 30px 20px !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
    margin: 0 !important;
}

/* Three Column Row Layout */
.footer-top-zone {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1100px !important;
    margin: 0 auto 25px auto !important;
    width: 100% !important;
    gap: 20px !important;
}

.footer-column {
    flex: 1 !important;
    font-family: sans-serif;
    color: #fff !important;
}


.footer-column.align-left { text-align: left !important; }
.footer-column.align-center { display: flex; justify-content: center; align-items: center; }
.footer-column.align-right { text-align: right !important; }

.footer-header {
    color: #3b9ce2 !important; 
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 12px 0 !important;
}

.footer-column p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #e0e0e0 !important;
}


.footer-contact-link {
    color: #e0e0e0 !important;
    text-decoration: underline !important;
}


.footer-logo-box {
    background-color: #ffffff; 
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    height: auto;
}

.footer-logo-img {
    width: 150%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    display: block;
}


.footer-divider-line {
    width: 100%;
    max-width: 1100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15); 
    margin: 0 auto 20px auto !important;
}


.footer-bottom-zone {
    width: 100% !important;
    text-align: center !important;
    font-family: sans-serif;
}


.footer-nav-links {
    margin-bottom: 12px !important;
}

.footer-nav-links a {
    color: #499ee3 !important; 
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: 600;
}

.nav-divider {
    color: #ffffff !important;
    margin: 0 6px !important;
    font-size: 13px;
}

/* Muted Copyright Gray Text */
.footer-copyright-text {
    color: #aaaaaa !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.credit-link {
    color: #aaaaaa !important;
    text-decoration: underline !important;
}


@media (max-width: 768px) {
    .footer-top-zone {
        flex-direction: column !important; 
        text-align: center !important;
        gap: 30px !important;
    }
    
    .footer-column.align-left,
    .footer-column.align-right {
        text-align: center !important;
    }
    
    .footer-nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .nav-divider {
        display: none !important; 
    }
}

/* Layout Positioning Configuration */
.floating-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1000; /* Keeps it layered well over your .headerbar (z-index 100) */
  font-family: sans-serif;
}

/* Base Interface Button Resets */
.chat-btn, .scroll-top-btn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.chat-btn:hover, .scroll-top-btn:hover {
  transform: scale(1.05);
}

.chat-widget {
  position: relative;
}

/* Custom Total Trucking Royal Blue Color Theme */
.chat-btn {
  width: 60px;
  height: 60px;
  background-color: #1a44e5; 
  border-radius: 50%;
}

.chat-icon {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

/* High Contrast Alert Badge */
.notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #d92323;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

/* Production Scroll-to-top hidden state layout */
.scroll-top-btn {
  width: 42px;
  height: 42px;
  background-color: #121212;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s;
}

.scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.arrow-icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

/* Chat Dropdown Window Layout */
.chat-popup {
  position: absolute;
  bottom: 135px;
  right: 0;
  width: 290px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.chat-popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.chat-header {
  background-color: #1a44e5;
  color: #ffffff;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h4 { margin: 0; font-size: 16px; }
#closeChatBtn { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; }

/* Dynamic Lead Form Components */
.chat-body { padding: 15px; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.chat-body p { margin: 0 0 5px 0; font-size: 13px; color: #555; line-height: 1.4; }
.chat-input { padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; box-sizing: border-box; width: 100%; }
.chat-textarea { resize: none; height: 70px; font-family: sans-serif; }
.chat-submit-btn { background-color: #121212; color: #fff; border: none; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; transition: background-color 0.2s; }
.chat-submit-btn:hover { background-color: #333; }

/* --- FIXED MASTER POP-UP SLIDE ACTION TIMELINE --- */
@keyframes localPopUpEffect {
  0% {
    opacity: 0 !important;
    transform: translateY(120px) !important; /* Starts lower on the page canvas */
  }
  100% {
    opacity: 1 !important;
    transform: translateY(-3vh) !important; /* Lands smoothly closer to the true center point */
  }
}