/*
Theme Name: AMITHA GROUP
Theme URI: https://example.com/
Author: Njinway
Author URI: https://njinway.com/
Description: A one-page logistics landing page theme for AMITHA GROUP.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: amitha-group
*/

:root {
  --blue: #075da8;
  --blue-deep: #062849;
  --blue-dark: #041b30;
  --gold: #d99a18;
  --gold-light: #f2c76b;
  --charcoal: #26313a;
  --text: #29333d;
  --muted: #697783;
  --paper: #f6f8fb;
  --white: #ffffff;
  --line: rgba(4, 27, 48, 0.12);
  --shadow: 0 22px 70px rgba(4, 27, 48, 0.14);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: var(--paper);
  color: var(--text);
  line-height: 1.65;
}

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

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

.container {
  width: min(92%, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.admin-bar .site-header {
  top: 32px;
}

.nav {
  width: min(92%, var(--max));
  margin: 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand img {
  width: 132px;
  height: auto;
}

.brand-line {
  width: 1px;
  height: 36px;
  background: var(--line);
}

.brand-note {
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--charcoal);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav-links a {
  opacity: 0.82;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: 0.22s ease;
  font-size: 0.94rem;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--blue-dark);
  box-shadow: 0 14px 36px rgba(217, 154, 24, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(217, 154, 24, 0.36);
}

.btn-outline {
  border-color: rgba(255,255,255,0.28);
  color: var(--white);
  background: rgba(255,255,255,0.08);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(242,199,107,0.34), transparent 28%),
    linear-gradient(120deg, rgba(4,27,48,0.98) 0%, rgba(6,40,73,0.96) 52%, rgba(7,93,168,0.88) 100%),
    url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1900&q=86") center/cover no-repeat;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -230px;
  bottom: -250px;
  border: 90px solid rgba(242,199,107,0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(92%, var(--max));
  margin: 0 auto;
  min-height: 760px;
  padding: 90px 0 110px;
  display: grid;
  grid-template-columns: 1.04fr 0.72fr;
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 7px rgba(242,199,107,0.17);
}

h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 7vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  margin-bottom: 26px;
}

h1 strong {
  color: var(--gold-light);
  font-weight: inherit;
}

.hero-lead {
  max-width: 670px;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.08rem, 2vw, 1.33rem);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

.hero-strip div {
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,0.14);
}

.hero-strip div:last-child {
  border-right: 0;
}

.hero-strip span {
  display: block;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hero-strip p {
  color: rgba(255,255,255,0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.ops-card {
  background: rgba(255,255,255,0.96);
  color: var(--text);
  border-radius: 34px;
  padding: 24px;
  box-shadow: 0 30px 100px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.32);
}

.ops-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ops-card-top img {
  width: 150px;
}

.status-pill {
  color: #0f7048;
  background: rgba(31,122,77,0.11);
  border: 1px solid rgba(31,122,77,0.18);
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.lane-board {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fbfcfe;
}

.lane-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
}

.lane-row:last-child {
  border-bottom: 0;
}

.lane-dot {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(7,93,168,0.1);
  color: var(--blue);
  font-weight: 900;
  font-size: 0.82rem;
}

.lane-row b {
  display: block;
  color: var(--blue-deep);
  line-height: 1.2;
}

.lane-row small {
  color: var(--muted);
  font-weight: 700;
}

.tag {
  color: var(--blue-deep);
  background: rgba(242,199,107,0.22);
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.ops-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(7,93,168,0.08), rgba(242,199,107,0.12));
  color: var(--blue-deep);
  font-weight: 800;
  line-height: 1.5;
}

section {
  padding: 92px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.95fr 0.7fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h2 {
  color: var(--blue-deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-copy {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 640px;
}

.partner-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;
  align-items: stretch;
}

.logo-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.logo-panel img {
  width: min(100%, 330px);
}

.copy-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
  box-shadow: var(--shadow);
}

.copy-panel p + p {
  margin-top: 16px;
}

.services {
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 300px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,248,251,0.96));
  box-shadow: 0 14px 42px rgba(4, 27, 48, 0.08);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}

.service-number {
  color: rgba(7,93,168,0.14);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.08em;
  margin-bottom: 26px;
}

.service-card h3 {
  color: var(--blue-deep);
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.service-card p {
  color: var(--muted);
  font-size: 0.98rem;
}

.why {
  background:
    linear-gradient(135deg, rgba(4,27,48,0.97), rgba(6,40,73,0.97)),
    url("https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?auto=format&fit=crop&w=1800&q=84") center/cover no-repeat;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.why h2 {
  color: var(--white);
}

.why .section-copy {
  color: rgba(255,255,255,0.74);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.proof-card {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
}

.proof-card span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(242,199,107,0.18);
  color: var(--gold-light);
  font-weight: 1000;
  margin-bottom: 16px;
}

.proof-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--white);
}

.proof-card p {
  color: rgba(255,255,255,0.72);
  font-size: 0.97rem;
}

.industries-layout {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 32px;
  align-items: start;
}

.industry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.industry-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--blue-deep);
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(4, 27, 48, 0.07);
}

.industry-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  box-shadow: 0 0 0 6px rgba(7,93,168,0.08);
  flex: 0 0 auto;
}

.safety-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--white);
}

.safety-image {
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(4,27,48,0.18), rgba(7,93,168,0.14)),
    url("https://images.unsplash.com/photo-1587293852726-70cdb56c2866?auto=format&fit=crop&w=1500&q=84") center/cover no-repeat;
}

.safety-content {
  padding: 46px;
  display: grid;
  align-content: center;
}

.safety-list {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.safety-list div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(7,93,168,0.06);
  color: var(--blue-deep);
  font-weight: 800;
}

.commitment {
  padding-top: 0;
}

.commitment-inner {
  border-radius: 34px;
  padding: 48px;
  background:
    radial-gradient(circle at 90% 20%, rgba(242,199,107,0.46), transparent 24%),
    linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.commitment-inner h2 {
  color: var(--white);
  margin-bottom: 14px;
}

.commitment-inner p {
  color: rgba(255,255,255,0.78);
  max-width: 780px;
  font-size: 1.08rem;
}

.commitment-mark {
  width: 170px;
  height: 170px;
  border-radius: 36px;
  background: rgba(255,255,255,0.94);
  display: grid;
  place-items: center;
  transform: rotate(-4deg);
}

.commitment-mark img {
  width: 130px;
  transform: rotate(4deg);
}

.contact {
  padding-bottom: 44px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 26px;
  align-items: start;
}

.contact-card,
.quote-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.contact-card img {
  width: 180px;
  margin-bottom: 24px;
}

.contact-row {
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.contact-row span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-row strong {
  color: var(--blue-deep);
  font-size: 1.05rem;
}

form {
  display: grid;
  gap: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--blue-deep);
  font-weight: 900;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfe;
  color: var(--text);
  font: inherit;
  padding: 14px 15px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(7,93,168,0.11);
}

textarea {
  resize: vertical;
  min-height: 132px;
}

.fine-print {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  background: var(--blue-dark);
  color: rgba(255,255,255,0.7);
  padding: 28px 0;
  text-align: center;
  font-size: 0.93rem;
}

.site-footer strong {
  color: var(--gold-light);
}

@media (max-width: 1060px) {
  .nav-links {
    display: none;
  }

  .hero-inner,
  .partner-grid,
  .section-head,
  .industries-layout,
  .safety-card,
  .commitment-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .service-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .commitment-mark {
    display: none;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  .nav {
    height: 74px;
  }

  .brand img {
    width: 112px;
  }

  .brand-line,
  .brand-note {
    display: none;
  }

  .nav .btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .hero-inner {
    padding: 72px 0 82px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero-strip,
  .service-grid,
  .proof-grid,
  .industry-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
  }

  .hero-strip div:last-child {
    border-bottom: 0;
  }

  section {
    padding: 66px 0;
  }

  .copy-panel,
  .logo-panel,
  .safety-content,
  .commitment-inner,
  .contact-card,
  .quote-card {
    padding: 26px;
  }

  .safety-image {
    min-height: 280px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .ops-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
