:root {
  --primary: #F97316; /* Construction Orange */
  --primary-hover: #EA580C;
  --dark: #0F172A; /* Dark Navy */
  --darker: #071028;
  --light: #F8FAFC; /* Light gray background */
.footer-about,
.footer-links,
.footer-socials-col {
  min-width: 0;
}
  --white: #FFFFFF;
  --gray: #6B7280;
  --border: #E6EDF3;
  --font-heading: 'Poppins', 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
.footer-links ul li {
  line-height: 1.6;
}
  padding: 0;
}

html {
.footer-socials {
  flex-wrap: wrap;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--light);
  color: var(--dark);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  background-color: var(--darker);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}
.loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255,255,255,0.2);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Dark Mode Overrides */
body.dark-mode {
  background-color: var(--darker);
  color: var(--light);
}

/* Navbar Dark Mode */
body.dark-mode .navbar {
  background-color: rgba(2, 12, 27, 0.95);
}
body.dark-mode .navbar.scrolled {
  background-color: var(--darker);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
}
body.dark-mode .brand span,
body.dark-mode .nav-links a:not(.btn) {
  color: var(--white);
}

/* Sections Dark Mode */
body.dark-mode .services,
body.dark-mode .local-seo,
body.dark-mode .testimonials {
  background-color: var(--dark);
}
body.dark-mode .fleet {
  background-color: var(--darker);
}

/* Cards Dark Mode */
body.dark-mode .service-card,
body.dark-mode .fleet-card,
body.dark-mode .testimonial-card,
body.dark-mode .feature-card {
  background-color: rgba(17, 34, 64, 0.8);
  backdrop-filter: blur(10px);
  border-color: #1F2937;
}
body.dark-mode .service-card h3,
body.dark-mode .fleet-card h3,
body.dark-mode .feature-card h3,
body.dark-mode .testimonial-card h4 {
  color: var(--white);
}
body.dark-mode .seo-card {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}
body.dark-mode .seo-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.15);
}
body.dark-mode .seo-content h2 {
  color: var(--white);
}
body.dark-mode .seo-content p {
  color: #D1D5DB;
}
body.dark-mode .fleet-info {
  background: var(--darker);
  color: var(--white);
}
body.dark-mode .testimonial-card .feedback,
body.dark-mode .testimonial-disclaimer {
  color: #D1D5DB;
}

body.dark-mode .why-us {
  background-color: var(--darker);
}

/* Contact Section Dark Mode */
body.dark-mode .contact {
  background-color: var(--darker);
  color: var(--white);
}
body.dark-mode .contact-form-wrapper input,
body.dark-mode .contact-form-wrapper select,
body.dark-mode .contact-form-wrapper textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
}
body.dark-mode .contact-form-wrapper select option {
  color: var(--dark);
}

/* Footer Dark Mode */
body.dark-mode footer {
  background-color: var(--darker);
  color: var(--gray);
}
body.dark-mode .footer-about h3, 
body.dark-mode .footer-links h3, 
body.dark-mode .footer-socials-col h3 {
  color: var(--white);
}
body.dark-mode .footer-socials a {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
body.dark-mode .footer-socials a:hover {
  background: var(--primary);
  color: var(--darker);
}
body.dark-mode .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Scroll Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  animation: pulse 2s infinite;
  transition: transform 0.3s;
}
.floating-whatsapp:hover {
  transform: scale(1.1);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}


/* Floating Instagram */
.floating-instagram {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  animation: pulse-ig 2s infinite;
  transition: transform 0.3s;
}
.floating-instagram:hover {
  transform: scale(1.1);
}
@keyframes pulse-ig {
  0% { box-shadow: 0 0 0 0 rgba(214, 36, 159, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(214, 36, 159, 0); }
  100% { box-shadow: 0 0 0 0 rgba(214, 36, 159, 0); }
}

/* Scroll To Top */
.scroll-top-btn {
  position: fixed;
  bottom: 160px;
  right: 20px;
  background-color: var(--primary);
  color: white;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.scroll-top-btn.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-top-btn:hover {
  transform: translateY(-5px);
  background-color: var(--primary-hover);
}

/* Floating Theme Toggle */
.floating-theme-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: var(--dark);
  color: var(--white);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}
.floating-theme-toggle:hover {
  transform: scale(1.1);
  background-color: var(--primary);
  color: var(--darker);
}
body.dark-mode .floating-theme-toggle {
  background-color: var(--white);
  color: var(--dark);
}
body.dark-mode .floating-theme-toggle:hover {
  background-color: var(--primary);
}

/* Typography */
h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
}

.section-subtitle {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--dark);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
}

.btn-secondary {
  background-color: transparent;
  color: var(--white);
  border-color: var(--primary);
}

.btn-secondary:hover {
  background-color: var(--primary);
  color: var(--dark);
}

/* Top Bar */
.top-bar {
  background-color: var(--primary);
  color: var(--dark);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  width: 100%;
  overflow-x: hidden;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.contact-info a {
  margin-right: 0;
  white-space: normal;
  word-break: break-word;
}

.social-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.social-info a {
  margin-left: 0;
  font-size: 1.1rem;
}

/* Navbar */
.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  overflow-x: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar.scrolled {
  background-color: var(--white);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
}

  .navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  width: 100%;
  min-height: 52px;
}

  .brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand span {
  line-height: 1.2;
}

.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: var(--white);
  border-radius: 4px;
  padding: 2px;
}

.brand span {
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--dark);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a:not(.btn) {
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s;
  color: var(--dark);
}

.nav-links a:not(.btn):hover {
  color: var(--primary);
}

.header-cta {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  white-space: nowrap;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--primary);
  font-size: 1.8rem;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  height: 80vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: var(--dark) url('assets/images/Site1.jpeg') center/cover no-repeat;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.92) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: var(--white);
  width: 100%;
}

.hero-text {
  max-width: 680px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.stat-card span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.stat-card p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}

.hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero .desc {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  color: #F3F4F6;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.hero-actions {
  display: flex;
  gap: 1rem;
}

/* Sections General */
section {
  padding: 5rem 0;
}

/* Local SEO Section */
.local-seo {
  background-color: var(--white);
  padding: 4rem 0 1rem;
}

.seo-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.seo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--primary);
  border-radius: 16px 0 0 16px;
}

.seo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.3);
}

.seo-icon {
  font-size: 3.5rem;
  color: var(--primary);
  background: rgba(249, 115, 22, 0.1);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.seo-card:hover .seo-icon {
  transform: scale(1.1) rotate(5deg);
}

.seo-content h2 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  margin-bottom: 0.75rem;
  color: var(--dark);
  text-transform: none;
}

.seo-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--gray);
  margin: 0;
}

.seo-content strong {
  color: var(--primary);
  font-weight: 700;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  border-radius: 8px;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--primary);
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.experience-badge h3 {
  font-size: 3rem;
  color: var(--darker);
}

.experience-badge p {
  font-weight: 800;
  text-transform: uppercase;
}

.about-text h2 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.check-list {
  list-style: none;
  margin-top: 2rem;
}

.check-list li {
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.check-list i {
  color: var(--primary);
  font-size: 1.2rem;
}

/* Stats Section */
.stats {
  background-color: var(--primary);
  color: var(--darker);
  padding: 4rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}
.stat-item h3 {
  font-size: 3.5rem;
  display: inline-block;
  margin: 0;
}
.stat-item span {
  font-size: 3rem;
  font-weight: 800;
}
.stat-item p {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* Why Choose Us */
.why-us {
  background-color: var(--white);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card {
  background: rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid rgba(255,255,255,0.5);
  border-bottom: 4px solid var(--border);
}

.feature-card:hover {
  transform: translateY(-5px);
  border-bottom-color: var(--primary);
  box-shadow: 0 15px 30px -5px rgba(0,0,0,0.1);
}

.feature-card .icon {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.feature-card:hover .icon {
  transform: scale(1.1);
}

/* Services */
.services {
  background-color: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(10px);
  padding: 2.5rem 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.5);
  border-bottom: 4px solid var(--border);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.service-card:hover {
  border-bottom-color: var(--primary);
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.service-card .icon {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.service-card h3 {
  margin-bottom: 1rem;
}

/* Fleet */
.fleet {
  background-color: var(--light);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}

.fleet .section-header {
  text-align: center;
  margin-bottom: 1rem;
}

.fleet-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.fleet-card .img-wrapper {
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
}

.fleet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
  padding: 0;
}

.fleet-card:hover img {
  transform: scale(1.02);
}
.fleet-card:hover {
  border-bottom-color: var(--primary);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.fleet-info {
  padding: 0.5rem 0.75rem;
  text-align: center;
  background: var(--light);
  color: var(--dark);
  border-top: 2px solid var(--primary);
}

.fleet-info h3 {
  margin: 0.2rem 0 0.15rem;
  font-size: clamp(0.88rem, 1.4vw, 0.95rem);
  font-weight: 800;
}

/* Testimonials */
.testimonials {
  background-color: var(--light);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.testimonial-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border: 1px solid var(--border);
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15);
}
.testimonial-card .stars {
  color: #FBBF24; /* Gold */
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.testimonial-card .feedback {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--gray);
}
.testimonial-card h4 {
  color: var(--dark);
  font-size: 1.1rem;
}

.testimonial-disclaimer {
  text-align: center;
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 2rem;
  font-style: italic;
}

/* Contact */
.contact {
  background-color: var(--light);
  color: var(--dark);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.contact-form-wrapper form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
  width: 100%;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--dark);
  border-radius: 4px;
  font-family: inherit;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.detail-item {
  display: flex;
  gap: 1.5rem;
  margin: 2rem 0;
}

.detail-item i {
  font-size: 1.8rem;
  color: var(--primary);
}

.map-embed {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
}

.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* Footer */
footer {
  background-color: var(--white);
  color: var(--gray);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: start;
}

.footer-about h3, .footer-links h3, .footer-socials-col h3 {
  color: var(--dark);
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.75rem;
  line-height: 1.65;
}

.footer-links ul li a {
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-socials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-socials a {
  background: var(--light);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  transition: background 0.3s, color 0.3s;
}

.footer-socials a:hover {
  background: var(--primary);
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.designed-by {
  color: var(--gray);
  font-weight: normal;
}

.designed-by .agency-highlight {
  color: var(--primary);
  font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
  section {
    padding: 3.5rem 0;
  }
  .about-grid, .contact-grid {
    gap: 2rem;
  }
  .contact-form-wrapper,
  .contact-details {
    padding: 1.5rem;
  }
}

@media (max-width: 900px) {
  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .experience-badge {
    right: 0;
    bottom: 0;
  }
  .hero-content {
    padding: 2rem 1rem;
  }
  .hero-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-actions {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.75rem;
  }
  .stat-card {
    min-height: auto;
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .stat-card span {
    font-size: 1.5rem;
  }
  .stat-card p {
    font-size: 0.85rem;
    text-align: center;
  }
  .btn {
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  /* Typography */
  h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }
  h2 {
    font-size: clamp(1.3rem, 3.5vw, 2rem);
  }
  h3 {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
  }
  
  /* Spacing */
  section {
    padding: 2.5rem 0;
  }
  
  .container {
    padding: 0 1rem;
  }
  .hero {
    height: auto;
    min-height: 450px;
    padding: 2rem 0;
  }
  .hero-content {
    padding: 0 0.5rem;
  }
  .hero-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero h1 {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    margin-bottom: 1rem;
  }
  .hero .desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .hero-actions {
    flex-direction: row;
    gap: 0.5rem;
  }
  .hero-actions .btn {
    flex: 1;
    padding: 0.8rem 0.5rem;
  }
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .stat-card {
    min-height: auto;
    padding: 0.75rem 0.25rem;
  }
  .stat-card span {
    font-size: 1.25rem;
  }
  .stat-card p {
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.2;
  }
  .btn {
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
    text-align: center;
  }
  .contact-form-wrapper .btn {
    width: 100%;
  }
  
  /* Top Bar */
  .top-bar {
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
  }
  .top-bar-inner {
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
  }
  .contact-info {
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
  }
  .contact-info a {
    font-size: 0.7rem;
    white-space: normal;
    word-break: break-word;
  }
  .social-info {
    justify-content: center;
    gap: 0.3rem;
  }
  .social-info a {
    font-size: 1rem;
    margin: 0;
  }
  
  /* Navbar */
  .navbar-inner {
    padding: 0.8rem 1rem;
  }
  .brand span {
    font-size: 0.95rem;
  }
  .header-cta {
    padding: 0.4rem 0.7rem;
    font-size: 0.75rem;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .mobile-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--darker);
    padding: 0.5rem 0;
    gap: 0;
    z-index: 200;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .nav-links a {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    display: block;
  }
  .nav-links.active {
    display: flex;
  }
  
  /* Local SEO */
  .local-seo {
    padding: 2.5rem 0 0;
  }
  .seo-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
  .seo-card::before {
    width: 100%;
    height: 5px;
    border-radius: 16px 16px 0 0;
  }
  .seo-icon {
    width: 75px;
    height: 75px;
    font-size: 2.5rem;
  }

  /* About */
  .about-grid {
    gap: 2rem;
  }
  .about-text h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
  }
  .about-text p {
    font-size: 0.95rem;
  }
  .experience-badge {
    padding: 1.5rem;
    bottom: -15px;
    right: -15px;
  }
  .experience-badge h3 {
    font-size: 2rem;
  }
  
  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .service-card {
    padding: 2rem;
  }
  
  /* Fleet */
  .fleet-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
  .fleet-card .img-wrapper {
    height: 130px;
  }
  .fleet-info {
    padding: 0.45rem 0.6rem;
  }
  .fleet-info h3 {
    font-size: clamp(0.8rem, 1.6vw, 0.92rem);
    margin: 0.2rem 0;
  }
  
  /* Contact */
  .contact-grid {
    gap: 2rem;
  }
  .contact-form-wrapper h2,
  .contact-details h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
  }
  .contact-form-wrapper p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  .contact-form-wrapper input,
  .contact-form-wrapper select,
  .contact-form-wrapper textarea {
    padding: 0.9rem;
    font-size: 16px;
  }
  
  .detail-item {
    gap: 1rem;
    margin: 1.5rem 0;
  }
  .detail-item i {
    font-size: 1.5rem;
    min-width: 30px;
  }
  .map-embed {
    padding-bottom: 65%;
    margin-top: 1.5rem;
  }
  
  /* Footer */
  .footer-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .footer-socials a {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
  footer {
    padding: 1.5rem 0;
  }
  footer p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem;
  }
  
  section {
    padding: 1.5rem 0;
  }
  
  /* Top Bar */
  .top-bar {
    font-size: 0.65rem;
    padding: 0.3rem 0.25rem;
  }
  .top-bar-inner {
    gap: 0.3rem;
  }
  .contact-info a {
    font-size: 0.6rem;
  }
  .social-info a {
    font-size: 0.9rem;
  }
  
  /* Navbar */
  .navbar-inner {
    padding: 0.6rem 0.75rem;
  }
  .brand img {
    width: 35px;
    height: 35px;
  }
  .brand span {
    font-size: 0.8rem;
  }
  
  /* Hero */
  .hero {
    height: 50vh;
    min-height: 350px;
  }
  .hero h1 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .hero .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .hero .desc {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }
  .hero-actions {
    gap: 0.5rem;
  }
  .hero-actions .btn {
    padding: 0.7rem 0.2rem;
    font-size: 0.75rem;
  }
  .btn {
    padding: 0.7rem 1rem;
    font-size: 0.75rem;
  }
  
  .hero-stats {
    gap: 0.3rem;
    margin-top: 1rem;
  }
  .stat-card {
    padding: 0.5rem 0.2rem;
  }
  .stat-card span {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
  .stat-card p {
    font-size: 0.6rem;
  }
  
  /* About */
  .about-grid {
    gap: 1.5rem;
  }
  .about-text h2 {
    font-size: 1.2rem;
  }
  .check-list li {
    font-size: 0.9rem;
    gap: 0.5rem;
  }
  
  /* Services */
  .service-card {
    padding: 1.5rem 1rem;
  }
  .service-card .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  /* Fleet */
  .fleet-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .fleet-card .img-wrapper {
    height: 100px;
  }
  
  /* Contact */
  .contact-form-wrapper {
    margin-bottom: 2rem;
  }
  .contact-form-wrapper h2,
  .contact-details h2 {
    font-size: 1.2rem;
  }
  
  /* Footer */
  .footer-socials a {
    font-size: 0.9rem;
    margin: 0 0.3rem;
  }
  
  /* Maps & Contact */
  .map-embed {
    padding-bottom: 70%;
  }
}