﻿:root {
  --ink: #0f172a;
  --muted: #526070;
  --surface: #ffffff;
  --line: #d9e1ea;
  --green: #18a85d;
  --teal: #008d99;
  --amber: #f5a524;
  --blue: #1455d9;
  --soft: #eef6f7;
  --dark: #101923;
  --shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

/* Self-contained visual blocks replacing remote image links */
.visual-panel,
.gallery-visual,
.service-visual {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  background: linear-gradient(135deg, #101923, #1455d9);
}

.visual-panel {
  height: 520px;
}

.gallery-visual {
  height: 310px;
}

.service-visual {
  height: 100%;
  min-height: 430px;
}

.visual-panel::before,
.gallery-visual::before,
.service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.34;
}

.visual-panel::after,
.gallery-visual::after,
.service-visual::after {
  position: absolute;
  inset: auto 28px 28px 28px;
  color: white;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.1;
}

.visual-telecom {
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 199, 255, 0.32), transparent 22%),
    linear-gradient(135deg, #101923, #1455d9 55%, #008d99);
}

.visual-telecom::after {
  content: "Telecom Tower Work";
}

.visual-network {
  background:
    radial-gradient(circle at 24% 20%, rgba(245, 165, 36, 0.36), transparent 24%),
    linear-gradient(135deg, #0f172a, #008d99 58%, #18a85d);
}

.visual-network::after {
  content: "BTS Relocation & Alignment";
}

.visual-civil {
  background:
    radial-gradient(circle at 78% 22%, rgba(245, 165, 36, 0.38), transparent 22%),
    linear-gradient(135deg, #243246, #526070 52%, #008d99);
}

.visual-civil::after {
  content: "Civil & Electrical Works";
}

.visual-ev {
  background:
    radial-gradient(circle at 78% 20%, rgba(24, 168, 93, 0.42), transparent 24%),
    linear-gradient(135deg, #101923, #008d99 52%, #18a85d);
}

.visual-ev::after {
  content: "EV Charging Buildup";
}

.visual-logistics {
  background:
    radial-gradient(circle at 76% 18%, rgba(245, 165, 36, 0.34), transparent 22%),
    linear-gradient(135deg, #101923, #526070 45%, #f5a524);
}

.visual-logistics::after {
  content: "PAN India Logistics";
}

/* Final logo and services page fixes */
.brand-logo {
  width: 58px !important;
  height: 38px !important;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 0 auto;
}

.brand-emblem {
  width: 58px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: white;
  font-size: 1.05rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, #1455d9, #008d99 58%, #18a85d);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.page-hero {
  min-height: 58vh;
  display: grid;
  align-items: end;
  padding: 150px max(16px, calc((100vw - 1180px) / 2)) 64px;
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.9), rgba(8, 14, 24, 0.56)),
    url("https://images.unsplash.com/photo-1664520900497-0b931f08af1c?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.page-hero div {
  max-width: 850px;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.service-brand-title {
  margin-bottom: 8px;
  color: #25c7ff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 1;
}

.service-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 28px 0 20px;
}

.service-menu a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: #26364c;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.service-page-list {
  display: grid;
  gap: 28px;
  padding-top: 36px;
}

.service-full {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.service-full > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.service-full > div {
  padding: 34px;
}

.service-full ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
  padding-left: 20px;
  color: var(--muted);
}

.service-full-advanced > div {
  display: grid;
  align-content: center;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 22px 0 22px;
}

.scope-grid div {
  padding: 20px;
  border: 1px solid rgba(0, 141, 153, 0.18);
  border-radius: 8px;
  background: #f8fcfc;
}

.scope-grid h3 {
  color: #203044;
}

.scope-grid ul {
  margin-bottom: 0;
}

.service-process {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.service-process span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 8px;
  color: #0f4f5d;
  background: #e9f7f8;
  font-size: 0.88rem;
  font-weight: 900;
}

@media (max-width: 920px) {
  .service-full {
    grid-template-columns: 1fr;
  }

  .service-full > img {
    min-height: 260px;
  }

  .scope-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #f7fafb;
  line-height: 1.6;
}

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



.brand-logo {
  width: 64px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}


.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 225, 234, 0.8);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(217, 225, 234, 0.88);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 247, 0.94)),
    white;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

.brand::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 96px;
  height: 44px;
  transform: translateY(-50%);
  background:
    linear-gradient(90deg, var(--blue), #25c7ff, var(--teal), var(--amber)) 0 0 / 96px 6px no-repeat,
    linear-gradient(90deg, #25c7ff, var(--teal), var(--amber)) 18px 18px / 78px 6px no-repeat,
    linear-gradient(90deg, rgba(37, 199, 255, 0.7), rgba(0, 141, 153, 0.7), rgba(245, 165, 36, 0.7)) 36px 36px / 60px 6px no-repeat;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 12px 25px rgba(20, 85, 217, 0.24);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  color: var(--blue);
  font-weight: 900;
}

.brand small {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 14px;
  color: #203044;
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: 8px;
}

.nav-links a:hover {
  background: var(--soft);
  color: var(--teal);
}

.top-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 4px;
}

.top-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.top-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.top-social img {
  width: 26px;
  height: 26px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  padding: 140px 0 70px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/telecom-tower.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.82), rgba(8, 14, 24, 0.42) 50%, rgba(8, 14, 24, 0.12)),
    linear-gradient(180deg, rgba(8, 14, 24, 0.12), rgba(8, 14, 24, 0.48));
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  max-width: 760px;
  justify-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3.3vw, 3.1rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

.hero-actions,
.cta,
.footer,
.about-list span {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.btn svg {
  width: 19px;
  height: 19px;
}

.primary {
  color: white;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 15px 28px rgba(0, 141, 153, 0.24);
}

.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

.quick-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -42px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quick-strip div {
  min-height: 116px;
  padding: 24px;
  background: white;
}

.quick-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 1.1rem;
}

.quick-strip span,
.section-heading p,
.service-card p,
.about-content p,
.contact-card p {
  color: var(--muted);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

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

.service-card {
  display: block;
  min-height: 235px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 141, 153, 0.44);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.11);
}

.learn-more {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
}

.service-card.wide {
  grid-column: span 2;
}

.service-card svg,
.contact-card svg {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--teal);
}

.service-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.service-detail article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(0, 141, 153, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 246, 247, 0.92), rgba(255, 255, 255, 0.96)),
    white;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.detail-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.detail-icon svg {
  width: 29px;
  height: 29px;
}

.service-detail span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-detail p {
  color: var(--muted);
}

.service-detail ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail li {
  position: relative;
  padding-left: 22px;
  color: #26364c;
  font-weight: 700;
}

.service-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}
.about {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.about-content {
  padding: 20px 0;
}

.about-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.about-list span {
  gap: 10px;
  color: #243246;
  font-weight: 700;
}

.about-list svg {
  color: var(--green);
  flex: 0 0 auto;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding-top: 20px;
}

.mission-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(0, 141, 153, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 247, 0.94)),
    white;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.mission-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
}

.vision-card::before {
  background: linear-gradient(90deg, var(--teal), var(--green), var(--amber));
}

.mission-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 16px 30px rgba(0, 141, 153, 0.2);
}

.vision-card .mission-icon {
  background: linear-gradient(135deg, var(--teal), var(--green));
}

.mission-icon svg {
  width: 30px;
  height: 30px;
}

.mission-card h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.mission-card p,
.mission-card li {
  color: var(--muted);
}

.mission-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mission-card li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
}

.mission-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.gallery {
  padding-top: 40px;
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
}

.gallery-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 16px 18px;
  font-weight: 800;
}

.customers {
  padding-top: 40px;
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.customer-card {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 252, 0.96)),
    white;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.customer-card img {
  width: 100%;
  max-width: 156px;
  max-height: 78px;
  object-fit: contain;
}

.customer-card span {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.customer-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airtel-logo span {
  color: #e40000;
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
}

.beetel-logo span {
  color: #194f90;
  font-size: 1.9rem;
  font-weight: 900;
}

.aviat-logo span {
  color: #26364c;
  font-size: 1.95rem;
  font-weight: 900;
}

.aviat-logo small {
  color: #f36b21;
}

.frog-logo span {
  color: #149447;
  font-size: 1.45rem;
  font-weight: 900;
  text-align: center;
}

.jio-logo {
  gap: 8px;
}

.jio-logo span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #174ea6;
  font-size: 1.85rem;
  font-weight: 900;
}

.jio-logo small {
  margin-top: 0;
}

.cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(90deg, rgba(16, 25, 35, 0.92), rgba(0, 141, 153, 0.78)),
    url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.cta h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}

.contact-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.contact-card {
  min-height: 190px;
  padding: 24px;
}

.contact-card a {
  color: var(--teal);
  font-weight: 800;
}

.social-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}

.social-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #203044;
  background: white;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.social-link img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #26364c;
  font-weight: 800;
}

.contact-form label:nth-child(4) {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 13px;
  font: inherit;
  color: var(--ink);
  background: #fbfdfe;
}

textarea {
  resize: vertical;
}

.contact-form button {
  justify-self: start;
}

.footer {
  min-height: 88px;
  justify-content: space-between;
  gap: 16px;
  padding: 24px max(16px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.82);
  background: var(--dark);
}

.footer p {
  margin: 0;
}

.footer a {
  color: white;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: grid;
  }

  .top-social {
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .quick-strip,
  .service-grid,
  .service-detail,
  .about,
  .mission-vision,
  .gallery-grid,
  .customer-grid,
  .contact-layout,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-card.wide,
  .contact-form label:nth-child(4) {
    grid-column: auto;
  }

  .service-detail article {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: auto;
    padding: 8px;
  }

  .brand::after {
    display: none;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding-bottom: 52px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 14, 24, 0.4), rgba(8, 14, 24, 0.88)),
      linear-gradient(90deg, rgba(8, 14, 24, 0.82), rgba(8, 14, 24, 0.36));
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .quick-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .section {
    padding: 62px 0;
  }

  .about-image img,
  .gallery-grid img {
    height: 260px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}




/* header logo hard fix */
.brand, .brand:hover, .brand:visited { text-decoration: none !important; }
.brand-logo { width: 58px !important; height: 38px !important; object-fit: cover !important; border-radius: 6px !important; display: block !important; flex: 0 0 auto !important; }

/* hero real image final fix */
.hero-media {
  background-image: url("assets/telecom-tower.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* final selected logo */
.brand-logo.final-logo {
  width: 96px !important;
  height: 58px !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.brand-logo.wordmark-logo {
  width: 250px !important;
  height: 74px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: block !important;
  flex: 0 0 auto !important;
}

@media (max-width: 620px) {
  .brand-logo.wordmark-logo {
    width: 188px !important;
    height: 56px !important;
  }
}



/* final wordmark logo size override */
.site-header .brand .brand-logo.wordmark-logo {
  width: 260px !important;
  height: 78px !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
}

.site-header .brand .wordmark-logo {
  width: 260px !important;
  height: 78px !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 620px) {
  .site-header .brand .brand-logo.wordmark-logo {
    width: 190px !important;
    height: 58px !important;
  }

  .site-header .brand .wordmark-logo {
    width: 172px !important;
    height: 52px !important;
  }
}
