* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  line-height: 1.6;
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.06), transparent 18%), linear-gradient(180deg, #0b1f2f 0%, #06121c 100%);
  color: #e0e0e0;  
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  color: #d3e4f5;
  background: rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topbar p {
  margin: 0;
}

/* Header */
header {
  background: rgba(11, 31, 47, 0.9);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #dc2626;
  gap: 2rem;
}

.logo {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 100%;
  /* padding: 0.75rem 1.1rem; */
  border-radius: 12px;
  /* display: flex;
  align-items: center; */
  gap: 0.5rem;
}

/* Navigation */
nav#navMenu {
  display: flex;
  flex: 1;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

nav a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

nav a:hover {
  background: #dc2626;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* Hamburger menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  z-index: 11;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin-bottom: 4px;
  /* border-radius: 2px; */
}

/* Main content
main {
  padding: 2rem 1rem 3rem;
} */


.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto 3rem;
  max-width: 1200px;
  padding: 3rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}

.intro-section {
  position: relative;
  background-image: url('logistic.png');
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 2rem);
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11, 31, 47, 0) 0%, rgba(6, 18, 28, 0.8) 100%);

  z-index: 1;
}

.intro-section strong {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 580px;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #7ac7ff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.8rem, 4.4vw, 4.7rem);
  line-height: 1.02;
  margin: 0 0 1.2rem;
  color: #f7fbff;
}

.hero h1 span {
  color: #ff4a4a;
}

.hero p {
  margin-bottom: 1.8rem;
  max-width: 36rem;
  line-height: 1.8;
  color: #dfebfb;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #f8fbff;
  background: transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.secondary-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-1px);
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-highlights div {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 1.2rem;
  border-radius: 18px;
  min-width: 160px;
}

.hero-highlights strong {
  display: block;
  font-size: 1.5rem;
  color: #f8fbff;
}

.hero-highlights span {
  display: block;
  margin-top: 0.35rem;
  color: #b8d9f5;
  font-size: 0.95rem;
}

.hero-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.media-circle {
  position: relative;
  width: min(380px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(220,38,38,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.media-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-overlay {
  position: absolute;
  inset: auto auto 2.2rem 2.2rem;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 20px 40px rgba(220,38,38,0.35);
  cursor: pointer;
}

.hero-badge {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  color: #eef6ff;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

section {
  margin-bottom: 2rem;
  width: 90%;          /* makes it shrink on small screens */
  max-width: 800px;    /* prevents it from getting too wide on big screens */
  margin: 0 auto;      /* centers the section */
  text-align: left;
}

h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
  text-align: center;
}

ul.clean-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

ul.clean-list li{
  padding: 0.4rem 0.8rem;
  margin: 0;
  background: #333;
  border-radius: 6px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  text-align: center;
}

.contact-container {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-card {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 16px;
  padding: 1.5rem 0.8rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  
  /* width: fit-content; */
  min-width: 260px;
  min-width: 260px;
}

.contact-card:hover {
  transform: translateY(-8px);
  border-color: #dc2626;
  box-shadow: 0 12px 30px rgba(220, 38, 38, 0.2);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(255, 255, 255, 0.08));
}

a.contact-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.contact-icon-box {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(220, 38, 38, 0.15);
  width: 80px;
  height: 80px;
  border-radius: 12px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon-box {
  background: rgba(220, 38, 38, 0.3);
  transform: scale(1.1);
}

.contact-card h3 {
  color: #f0f0f0;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}

.contact-card p {
  color: #b8d9f5;
  font-size: 0.95rem;
  line-height: 1.6;
  word-break: break-word;
}

.contact-card a {
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-card a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

img{
  max-width: 70%;
  height: auto;
  align-self: center;
}


/* Steps Section Responsive Layout */
.services-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
}
.services-tile {
  background: #2d2d2d;
  border: 1px solid #555;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 270px;
  padding: 1.2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
  animation: fadeInUp 1s;
}
.services-tile:hover {
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.10);
  transform: translateY(-6px) scale(1.03);
}
.services-tile img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 1rem auto 0.5rem auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1);
}

.services-tile h2 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.2rem 0;
  color: #dc2626;
}
.services-tile h3 {
  font-size: 1rem;
  margin: 0.3rem 0 0.5rem 0;
  color: #e0e0e0;
}
.services-tile p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}


/* Steps Section Responsive Layout */
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
}
.step {
  background: #2d2d2d;
  border: 1px solid #555;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex: 1 1 150px;
  min-width: 150px;
  max-width: 270px;
  padding: 1.2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
  animation: fadeInUp 1s;
}
.step:hover {
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.10);
  transform: translateY(-6px) scale(1.03);
}
.step img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 1rem auto 0.5rem auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1);
}
.tile-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 1rem auto 0;
  display: block;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
}
.step h2 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.2rem 0;
  color: #dc2626;
}
.step h3 {
  font-size: 1rem;
  margin: 0.3rem 0 0.5rem 0;
  color: #e0e0e0;
}
.step p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.message-form {
  margin: 1rem auto 0 auto;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: #333;
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid #555;
}

.message-form label {
  font-weight: 600;
  color: #e0e0e0;
  text-align: left;
}

.message-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 120px;
  padding: 0.7rem 0.9rem;
  border: 1px solid #555;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  background: #2d2d2d;
  color: #e0e0e0;
}

.message-form textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
}

.message-form input {
  width: 100%;
  resize: vertical;
  padding: 0.7rem 0.9rem;
  border: 1px solid #555;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  background: #2d2d2d;
  color: #e0e0e0;
}

.message-form input:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
}

.message-form select {
  width: 100%;
  resize: vertical;
  padding: 0.7rem 0.9rem;
  border: 1px solid #555;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  background: #2d2d2d;
  color: #e0e0e0;
}

.message-form select:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.12);
}

.primary-btn {
  align-self: center;
  padding: 0.6rem 1.4rem;
  border: none;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(220, 38, 38, 0.2);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .steps {
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  .steps {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  header {
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
  }

  nav#navMenu {
    display: none !important;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.95), rgba(200, 30, 30, 0.95));
    flex-basis: 100%;
    padding: 0;
    order: 3;
    margin-top: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
  }

  nav#navMenu.show {
    display: flex !important;
  }

  nav#navMenu ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }

  nav#navMenu ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  nav#navMenu ul li:last-child {
    border-bottom: none;
  }

  nav#navMenu ul li a {
    display: block;
    padding: 1rem 1.2rem;
    margin: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.95rem;
  }

  nav#navMenu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: none;
    box-shadow: none;
  }

  .menu-toggle {
    display: flex;
  }

  .intro-section {
    min-height: 50vh;
  }
}


/* .whatsapp-float {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #25D366;
  color: white;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999; 
} */

/* 👇 Mobile optimization */
/* @media (max-width: 600px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    font-size: 20px;
    bottom: 12px;
    right: 12px;
  } 
}*/

 .whatsapp-float {
  position: fixed;
  bottom: 16px;
  right: 16px;
  color: white;
  font-size: 22px;
  width: 150px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999; 
} 

/* 👇 Mobile optimization */
@media (max-width: 600px) {
  .whatsapp-float {
    width: 112.5px;
    height: 75px;
    font-size: 20px;
    bottom: 12px;
    right: 12px;
  } 
}
