* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0) 0 0,
              linear-gradient(90deg, #050505 0%, #050505 60%, #140b03 100%);
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  word-break: break-word;
}

.page-shell {
  flex: 1 0 auto;
}

.navbar {
  background-color: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar .container-fluid {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    align-items: flex-start;
    padding-top: 1rem;
  }

  .navbar-nav {
    width: 100%;
    gap: 0.5rem;
  }

  .whatsapp-button {
    width: 100%;
    max-width: 240px;
    justify-content: center;
  }
}


.brand-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  padding-left: 36px;
}

.brand-stack p {
  margin: 0;
}

.brand-title {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-tagline {
  color: #ff7b00;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.nav-link:hover,
.nav-link:focus {
  color: #ff9d00;
}


.nav-link.active {
    color: #ff9d00;
}

.navbar-nav {
  gap: 0.35rem;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #ff7b00;
  color: white;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.whatsapp-button:hover,
.whatsapp-button:focus {
  background-color: #ff9124;
  color: white;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 520px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  width: min(1320px, calc(100% - 48px));
  margin: 40px auto 56px;
}

.about-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 56px;
  padding: 0 0 24px;
  display: flex;
  justify-content: center;
}

.about-section .hero-copy {
  max-width: 760px;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}

.about-section .hero-title {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 auto 16px;
}

.about-section .hero-text {
  margin: 0 auto;
}

.hero-copy {
  min-width: 0;
  padding-top: 18px;
}

.status-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 123, 0, 0.55);
  background-color: rgba(255, 123, 0, 0.08);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff7b00;
}

.status-text {
  margin: 0;
  color: #ff9d00;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
 
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-title span {
  display: block;
  color: #ffae00;
}

.hero-text {
  max-width: 620px;
  margin: 28px 0 0;
  color: #a9b0bc;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.hero-btn-primary {
  background-color: #ffae00;
  color: #000;
}

.hero-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #0f1014;
  color: white;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  background-color: #ffc13a;
  color: #000;
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #16181d;
  color: white;
}

.hero-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #111;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(240px, 75%);
  padding: 18px 22px;
  background-color: #ffae00;
  color: black;
}

.hero-card-title {
  margin: 0 0 4px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.hero-card-text {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-collapse {
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    align-items: flex-start;
    padding-top: 1rem;
  }

  .navbar-nav {
    gap: 0.5rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 24px);
    margin-top: 24px;
  }

  .hero-copy {
    padding-top: 0;
    width: 100%;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(2.5rem, 10vw, 4.2rem);
  }

  .hero-media {
    aspect-ratio: 16 / 11;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 48px);
    margin: 24px auto 40px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-hero .hero-media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 48px);
    margin: 24px auto 40px;
    padding: 0 24px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 48px);
    margin: 24px auto 40px;
    padding: 0 24px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-hero .hero-media {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-width: 0;
    aspect-ratio: 4 / 5;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(2rem, 8vw, 4rem);
  }

  .hero-media {
    aspect-ratio: 16 / 10;
  }
}


.feature-banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  align-items: center;
  gap: 18px 24px;
  width: 100%;
  margin: 0;
  background-color: #0d0d0e;
  padding: 25px clamp(16px, 3vw, 32px);
  font-family: 'Arial Black', 'Arial Bold', sans-serif;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.feature-icon {
  color: #f59e0b;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.feature-text {
  color: #94a3b8;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767.98px) {
  .feature-banner {
    padding: 18px 16px;
    gap: 14px;
  }

  .feature-item {
    justify-content: flex-start;
  }

  .feature-text {
    text-align: left;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 60px;
  width: min(1320px, calc(100% - 48px));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.service-card {
  min-height: clamp(220px, 24vw, 280px);
  padding: clamp(22px, 3vw, 38px);
  background: #050507;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-label {
  margin: 0;
  color: #ff9d00;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-icon {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
}

.service-title {
  margin: 28px 0 18px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.7rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.service-text {
  margin: 0;
  color: #9aa3b1;
  font-size: clamp(0.98rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  max-width: 34ch;
}

.service-card-accent {
  background: #ff2023;
}

.service-card-accent .service-label,
.service-card-accent .service-title,
.service-card-accent .service-text,
.service-card-accent .service-icon {
  color: white;
}

@media (min-width: 576px) and (max-width: 1099.98px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    width: min(760px, calc(100% - 24px));
    margin-top: 24px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(2.5rem, 8vw, 4.4rem);
  }

  .hero-media {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: end;
  width: min(1320px, calc(100% - 48px));
  margin: 36px auto 24px;
  text-align: left;
}

.service-intro-copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.service-intro .service-label,
.service-intro .service-title {
  margin: 0;
}

.service-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-intro-link:hover,
.service-intro-link:focus {
  color: #ffae00;
}

.service-intro-link .feature-icon {
  color: currentColor;
}

.service-label-footer{
  margin: 0;
  color: #ff9d00;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.08em; 
}

.site-footer {
  background-color: #050505;
  padding: 48px 24px 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(150px, 0.9fr) minmax(200px, 0.9fr);
  gap: 32px;
  align-items: start;
  max-width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-about {
  padding-right: 12px;
}

.footer-copy {
  margin: 0 0 18px;
  color: #c0c9d5;
  line-height: 1.8;
  max-width: 44ch;
}

.footer-tagline {
  margin: 0;
  color: #ff9d00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-heading {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-link {
  color: #94a3b8;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
  display: block;
}

.footer-link:hover,
.footer-link:focus {
  color: #ffae00;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-contact-note {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: #94a3b8;
  font-size: 0.95rem;
}

.site-footer .feature-icon {
  color: #ffae00;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.service-title- {
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.service-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  width: min(1320px, calc(100% - 48px));
  margin: 36px auto 24px;
  text-align: left;
}

.service-introduction-copy {
  display: grid;
  gap: 18px;
}

.service-intro-text {
  margin: 0;
  max-width: 62ch;
  color: #c0c9d5;
  font-size: clamp(1rem, 1.1vw, 1.05rem);
  line-height: 1.8;
}

.featured-service-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(280px, 1fr) minmax(220px, 280px);
  gap: 28px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #09090a;
}

.featured-service-title {
  flex-basis: 100%;
}



.featured-service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background-color: #050505;
}

.service-number {
  margin: 0;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card-title {
  margin: 14px 0 6px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.02;
}

.service-card-subtitle {
  margin: 0;
  color: #ffae00;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured-service-copy p {
  margin-top: 60px;
  color: #c0c9d5;
  font-size: 1rem;
  line-height: 1.85;
  justify-content: center;
}

.featured-service-list {
  display: grid;
  align-items: start;
}

.service-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.service-benefits li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
}

.featured-service-card .feature-icon {
  color: #ffae00;
  width: 18px;
  height: 18px;
}

@media (max-width: 991.98px) {
  .featured-service-card {
    grid-template-columns: 1fr;
  }

  .featured-service {
    margin-bottom: 40px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@300;400;500;600;700&display=swap');

body{
  background:#050505;
  margin:0;
  font-family:'Inter', sans-serif;
}


 

.featured-service-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(280px, 1fr) minmax(220px, 280px);
  gap: 28px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-service-copy {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #c0c9d5;
  font-size: 1rem;
  line-height: 1.85;
}


.featured-service-list {
  display: grid;
  align-items: start;
  margin-top: 30px;
}

.featured-service-left {
  display: grid;
  gap: 18px;
}

.featured-service-right {
  display: grid;
  gap: 18px;
}

.featured-service-middle {
  display: grid;
  gap: 18px;
  justify-content: center;
}

.hero-title {
  margin: 0;
  max-width: 8ch;
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 520px);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  width: min(1320px, calc(100% - 48px));
  margin: 40px auto 56px;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.about-hero-copy {
  min-width: 0;
}

:root {
  --bg: #111111;
  --border: #2a2a2a;
  --gold: #e6a020;
  --text: #d4d4d4;
  --text-muted: #888;
  --white: #ffffff;
}

.service-banner {
  display: grid;
  grid-template-columns: 280px 1fr 260px;
  gap: 0;
  border-bottom: 1px solid var(--border);
  padding: 52px 60px;
  position: relative;
  transition: background 0.3s ease;
}
.service-banner::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.service-banner:hover::before { transform: scaleY(1); }
.service-banner:hover { background: rgba(230, 160, 32, 0.03); }

.banner-left { padding-right: 40px; }

.banner-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border: 1px solid var(--border);
  margin-bottom: 20px;
  transition: border-color 0.3s;
}
.service-banner:hover .banner-icon-wrap { border-color: var(--gold); }
.banner-icon-wrap svg {
  width: 24px; height: 24px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.banner-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.banner-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.banner-mid {
  padding: 0 40px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
}
.banner-desc {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-muted);
}

.banner-right {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  opacity: 0;
  transform: translateX(12px);
  animation: fadeSlide 0.4s forwards;
}
.feature-list li:nth-child(1) { animation-delay: 0.05s; }
.feature-list li:nth-child(2) { animation-delay: 0.10s; }
.feature-list li:nth-child(3) { animation-delay: 0.15s; }
.feature-list li:nth-child(4) { animation-delay: 0.20s; }
.feature-list li:nth-child(5) { animation-delay: 0.25s; }
.feature-list li:nth-child(6) { animation-delay: 0.30s; }

@keyframes fadeSlide {
  to { opacity: 1; transform: translateX(0); }
}
.feature-list li::before {
  content: '';
  width: 16px; height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline points='2,8 6,12 14,4' stroke='%23e6a020' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .service-banner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 24px;
  }
  }
  .banner-mid {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
  }

  .banner-right {
    padding-left: 0;
  }
  
  .banner-right { padding-left: 0; }


@media (max-width: 768px) {
  .featured-service-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .service-introduction {
    width: calc(100% - 48px);
    margin: 24px auto 18px;
    padding: 0 24px;
  }

  .service-intro-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .banner-left { padding-right: 0; }
  .banner-mid { padding: 0; }
  .banner-right { padding-left: 0; }
  
  .service-banner {
    padding: 28px 16px;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .service-introduction {
    width: calc(100% - 16px);
    gap: 10px;
    margin: 20px auto 16px;
    padding: 0 8px;
  }

  .service-label {
    font-size: 0.8rem;
  }

  .hero-title {
    font-size: clamp(1.6rem, 7vw, 2.5rem);
    max-width: none;
  }

  .featured-service-card {
    padding: 20px 16px;
    gap: 16px;
  }

  .featured-service-icon {
    width: 48px;
    height: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 8px;
    max-width: calc(100% - 16px);
    margin: 0 auto;
  }

  .footer-about {
    padding-right: 0;
    text-align: left;
  }

  .footer-nav,
  .footer-contact {
    justify-items: start;
    text-align: left;
  }

  .footer-link {
    margin-bottom: 8px;
    text-align: left;
  }

  .footer-heading {
    margin-bottom: 12px;
    font-size: 0.85rem;
    text-align: left;
  }

  .footer-copy {
    max-width: 100%;
  }

  .service-banner {
    grid-template-columns: 1fr;
    padding: 20px 24px;
    gap: 14px;
  }

  .banner-left,
  .banner-mid,
  .banner-right {
    padding: 0;
  }

  .banner-title {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 8px;
  }

  .banner-subtitle {
    font-size: 12px;
  }

  .banner-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-list {
    gap: 8px;
    padding-left: 0;
  }

  .feature-list li {
    font-size: 13px;
    align-items: flex-start;
  }
}

/* Contact Section Styling */

.contact-section {
  width: min(1320px, calc(100% - 48px));
  margin: 56px auto 80px;
  padding: 0;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 28px;
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background-color: #050507;
  transition: all 0.3s ease;
}

.contact-card:hover {
  border-color: rgba(255, 174, 0, 0.4);
  background-color: rgba(255, 174, 0, 0.02);
}

.contact-heading {
  margin: 0 0 16px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffae00;
  letter-spacing: 0.05em;
}

.contact-link {
  display: inline-block;
  margin-bottom: 12px;
  padding: 12px 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid #ffae00;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #ffc13a;
  border-bottom-color: #ffc13a;
}

.phone-link {
  font-family: "Courier New", monospace;
}

.whatsapp-link {
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.contact-location {
  margin: 0 0 12px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.contact-desc {
  margin: 0;
  color: #a9b0bc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-map-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 12;
  background-color: #050507;
}

.contact-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 1099.98px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-map-wrapper {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767.98px) {
  .contact-section {
    width: calc(100% - 48px);
    margin: 40px auto 60px;
    padding: 0 24px;
  }

  .contact-container {
    gap: 24px;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-heading {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .contact-link {
    font-size: 1rem;
  }

  .contact-map-wrapper {
    aspect-ratio: 16 / 11;
  }
}

.privacy {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 1rem;
  
  .service-banner {
    grid-template-columns: 1fr;
    padding: 24px 24px;
    gap: 16px;
  }
  
  .banner-title {
    font-size: clamp(24px, 6vw, 32px);
  }
  
  .banner-desc {
    font-size: 14px;
  }
}

.contact-link {
  font-family : 'Arial', sans-serif;
}

img {
  border-radius: 8px;
}

@media (max-width: 575.98px) {
  /* 1. NAVIGATION & BRANDING */
  .navbar .container-fluid {
    padding: 10px 12px;
  }
  .brand-title {
    font-size: clamp(0.85rem, 2vw, 1rem);
  }
  .brand-tagline {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
  }
  .nav-link {
    font-size: 0.85rem;
  }
  .whatsapp-button {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  /* 2. MAIN LAYOUT AND HERO SECTIONS */
  .hero,
  .about-section,
  .about-hero {
    width: calc(100% - 48px); /* Uniform width constraint across the board */
    margin: 18px auto 40px;
    padding: 0 24px;
  }
  .about-hero {
    grid-template-columns: 1fr;
    max-width: 100%;
    overflow-x: hidden;
  }
  .about-hero .hero-media {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
    min-width: 0;
    max-width: 100%;
  }
  .status-bar {
    width: 100%;
    padding: 8px 12px;
    display: flex;
    flex-wrap:nowrap;
    align-items: center;
    gap: 8px;
  }
  .status-text {
    font-size: 9px;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
  .status-dot {
    flex-shrink: 0; 
  }
  .hero-title {
    max-width: 8ch; /* Your chosen wrapping fallback */
    font-size: clamp(1.6rem, 7vw, 2.5rem);
    line-height: 0.95;
  }
  .hero-text {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.5;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
  }
  .hero-media {
    aspect-ratio: 4 / 3;
  }
  .hero-card {
    width: min(180px, 72%);
    padding: 12px 14px;
  }
  .hero-card-title {
    font-size: 2rem;
  }
  .hero-card-text {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  /* 3. NEW FEATURE BANNER ALIGNMENT */
  .feature-banner {
    grid-template-columns: 1fr;
    width: calc(100% - 48px); /* Matches hero box constraints perfectly */
    margin: 0 auto 36px;
    padding: 20px 24px;        /* Side padding matches the hero text alignment */
    gap: 16px;
  }

  /* 4. SERVICE SECTION ALIGNMENT */
  .service-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    width: calc(100% - 48px); /* Changed from 16px to match hero box */
    margin: 28px auto 18px;
    padding: 0;          /* Pads the titles so they slide directly into line */
  }
  .service-intro-link {
    justify-self: start;
  }
  .services-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 48px); /* Changed from 16px to perfectly match the grid layout above */
    margin: 0 auto 40px;
  }
  .service-card {
    min-height: 0;
    padding: 22px 18px;
  }
  .service-title {
    font-size: 1.8rem;
  }
  .service-text {
    font-size: 0.95rem;
  }
  /* Add this inside your unified mobile media query block */
  .service-banner {
    width: calc(100% - 48px); /* Matches the hero alignment width perfectly */
    margin: 0 auto;            /* Centers the entire block on the screen */
    padding-left: 24px;        /* Pushes the inner elements away from the absolute left edge */
    padding-right: 24px;       /* Keeps the right side uniform too */
  }

  /* 5. CONTACT & FOOTER */
  .contact-section {
    width: calc(100% - 48px);
    margin: 32px auto 48px;
    padding: 0 24px;
  }
  .site-footer {
    padding: 32px 16px 24px;
  }
}

/* --- Google Map Loader Styling --- */
.contact-map-wrapper {
  position: relative; /* Keeps loader absolute-centered inside the map box */
}

/* Background layer for the loader */
.map-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #050507; /* Matches your contact card background */
  gap: 12px;
  z-index: 1; /* Sits directly behind the map until it loads */
}

.map-loader p {
  margin: 0;
  font-size: 0.85rem;
  color: #a9b0bc;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* The Spinning Ring */
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 174, 0, 0.1); /* Faint gold track */
  border-top-color: #ffae00; /* Solid gold moving segment */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Make sure the iframe starts transparent and sits on top */
.contact-map {
  position: relative;
  z-index: 2;
  background: transparent; /* Allows the loader beneath to show through while parsing */
}

/* --- Premium Fixed Form Layout --- */
.form-wrap {
  width: 100%;
  max-width: 550px; /* Restricts the absolute max width so it stays compact */
  margin: 30px auto; /* Centers the entire form block horizontally */
  padding: 32px;
  background-color: #09090a; /* Dark background card fill */
  border: 1px solid rgba(255, 255, 255, 0.08); /* Sophisticated subtle border */
  border-radius: 12px;
  box-sizing: border-box;
}

.form-title {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffae00; /* Distinctive brand gold accent */
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.form-sub {
  font-size: 0.9rem;
  color: #a9b0bc;
  margin: 0 0 24px 0;
  line-height: 1.4;
}

.field {
  margin-bottom: 20px;
  width: 100%;
}

.field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff; /* Crisp white labels */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

/* Force precise internal boundaries on text inputs */
.field input[type="text"],
.field input[type="email"],
.field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; /* Crucial to keep padding from stretching width */
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #121214; /* Slightly contrasting dark interior */
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.25s ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: #ffae00;
  background-color: #161619;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

/* Tidy up the action button sizing */
.submit-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 6px;
  background-color: #ffae00;
  color: #000000;
  border: none;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #ffbc35;
}

.privacy {
  font-size: 0.75rem;
  color: #52525b;
  text-align: center;
  margin: 16px 0 0 0;
}

/* --- Mobile Responsive Layout Overrides --- */
@media (max-width: 576px) {
  /* 1. Stop containers from squeezing the content too tight */
  .container, 
  .hero-section,
  main,
  section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  /* 2. Fix the hero content elements so they take up full responsive width */
  .hero-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 3. Ensure your CTA buttons span properly across the width without being squished */
  .hero-btn-primary, 
  .hero-btn-secondary,
  .submit-btn,
  a.btn {
    width: 100% !important;
    box-sizing: border-box;
  }
  
  /* 4. Adjust the main feature graphics/cards to adapt to the new spacing */
  .hero-image-wrapper,
  .feature-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}