:root {
  --orange: #ff6a00;
  --orange-light: #ff8c38;
  --black: #0a0a0a;
  --dark: #111111;
  --card-bg: #181818;
  --card-border: #272727;
  --text-muted-custom: #888;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

/* ─── SCROLLBAR ─────────────────────────── */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 3px;
}

/* ─── NAVBAR ────────────────────────────── */

.navbar {
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--card-border);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-text span:first-child {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--orange);
  text-transform: uppercase;
}

.logo-text span:last-child {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--white);
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px !important;
  transition: color 0.2s;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--white) !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border: 1px solid var(--card-border);
  color: var(--white);
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* ─── WHATSAPP FLOAT ────────────────────── */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
}

.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  opacity: 0;
  pointer-events: none;
  border: none;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: all;
}

.scroll-top:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
}

/* ─── HERO ──────────────────────────────── */

.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}

/* Noise texture overlay */

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

/* Orange glow blob */

.hero-section::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 106, 0, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(255, 106, 0, 0.3);
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: rgba(255, 106, 0, 0.06);
}

.hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 0.95;
  color: var(--white);
  letter-spacing: 1px;
}

.hero-title .orange {
  color: var(--orange);
}

.hero-subtitle {
  font-size: 15px;
  color: #aaa;
  line-height: 1.6;
  max-width: 420px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.btn-primary-custom {
  background: var(--orange);
  color: var(--white);
  border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.3);
}

.btn-primary-custom:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 106, 0, 0.45);
  color: var(--white);
}

.btn-outline-custom {
  background: transparent;
  color: var(--white);
  border: 1.5px solid #444;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 6px;
  transition:
    border-color 0.2s,
    color 0.2s,
    transform 0.15s;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-custom:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

/* Stats bar */

.stats-bar {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--card-border);
  flex-wrap: wrap;
}

.stat-item {
}

.stat-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: var(--orange);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted-custom);
  margin-top: 4px;
}

/* Hero image side */

.hero-image-wrapper {
  position: relative;
  padding-bottom: 20px;
}

/* ── Hero Carousel ── */

#heroCarousel {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--card-border);
}

.hero-slide {
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* padding: 40px 32px; */
  text-align: center;
}

/* unique gradient per slide */

.hero-slide:nth-child(1) {
  background: linear-gradient(145deg, #141414 0%, #1e1008 100%);
}

.hero-slide:nth-child(2) {
  background: linear-gradient(145deg, #0d0d0d 0%, #1a0f00 100%);
}

.hero-slide:nth-child(3) {
  background: linear-gradient(145deg, #111 0%, #1c1100 100%);
}

.hero-slide:nth-child(4) {
  background: linear-gradient(145deg, #0f0f0f 0%, #1b0e00 100%);
}

.hero-slide:nth-child(5) {
  background: linear-gradient(145deg, #131313 0%, #200e00 100%);
}

/* animated grid inside each slide */

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 0, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 0, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  animation: gridShift 8s linear infinite;
}

@keyframes gridShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 36px 36px;
  }
}

/* glow circle */

.hero-slide::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(255, 106, 0, 0.22) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.slide-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.slide-inner img {
  height: 100%;
  object-fit: cover;
}

.slide-icon-wrap {
  width: 88px;
  height: 88px;
  background: rgba(255, 106, 0, 0.12);
  border: 1.5px solid rgba(255, 106, 0, 0.35);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--orange);
  margin-bottom: 8px;
  transition: background 0.3s;
}

.hero-slide:hover .slide-icon-wrap {
  background: rgba(255, 106, 0, 0.2);
}

.slide-tag {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

.slide-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  color: var(--white);
  letter-spacing: 1px;
  line-height: 1.1;
}

.slide-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 220px;
}

/* dot indicators */

#heroCarousel .carousel-indicators {
  bottom: 14px;
  margin-bottom: 0;
  z-index: 3;
}

#heroCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  border: none;
  margin: 0 4px;
  transition:
    background 0.3s,
    transform 0.3s;
}

#heroCarousel .carousel-indicators .active {
  background: var(--orange);
  transform: scale(1.3);
}

/* Floating badge */

.hero-badge {
  position: absolute;
  bottom: 0;
  left: -24px;
  background: var(--orange);
  color: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.4);
  animation: float 3s ease-in-out infinite;
  z-index: 10;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* ─── SECTION COMMON ────────────────────── */

.section-eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  display: block;
  margin-bottom: 10px;
}

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  color: var(--white);
  line-height: 1;
  letter-spacing: 1px;
}

.section-desc {
  color: #888;
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
}

/* ─── SERVICES ──────────────────────────── */

#services {
  padding: 100px 0;
}

.service-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  cursor: default;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 106, 0, 0.06) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover {
  border-color: rgba(255, 106, 0, 0.5);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.service-card:hover::before {
  opacity: 1;
}

.service-num {
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
}

.service-icon {
  font-size: 28px;
  color: var(--orange);
  margin-bottom: 12px;
  display: block;
}

.service-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.service-desc {
  font-size: 18px;
  color: var(--text-muted-custom);
  line-height: 1.6;
}

/* ─── RECENT WORK ───────────────────────── */

#work {
  padding: 100px 0;
  background: var(--dark);
}

.work-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.work-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}

.work-card-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 0, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.work-card-bg img {
  height: 100%;
  object-fit: cover;
}

.work-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
}

.work-card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.work-tag {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.work-card-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 4px;
}

.work-card-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* Carousel controls */

.carousel-btn {
  width: 48px;
  height: 48px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
  flex-shrink: 0;
}

.carousel-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
}

/* Work carousel progress bar */

.work-carousel-progress {
  height: 3px;
  background: var(--card-border);
  border-radius: 2px;
  margin-top: 28px;
  overflow: hidden;
}

.work-carousel-bar {
  height: 100%;
  background: var(--orange);
  border-radius: 2px;
  width: 0%;
  transition: width linear;
}

#why {
  padding: 100px 0;
}

.why-left-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.95;
  color: var(--white);
}

.why-left-title .orange {
  color: var(--orange);
}

.feature-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: var(--white);
}

.feature-check {
  width: 30px;
  height: 30px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
}

/* ─── CTA ───────────────────────────────── */

#cta {
  padding: 0 0 100px;
}

.cta-block {
  background: var(--orange);
  border-radius: 20px;
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-block::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  border: 40px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.cta-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.btn-cta {
  background: var(--black);
  color: var(--white);
  border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 8px;
  transition:
    background 0.2s,
    transform 0.15s;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.btn-cta:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  color: var(--white);
}

/* ─── FOOTER ────────────────────────────── */

footer {
  background: var(--dark);
  border-top: 1px solid var(--card-border);
  padding: 24px 0;
}

.footer-text {
  font-size: 13px;
  color: var(--text-muted-custom);
}

.footer-links a {
  font-size: 13px;
  color: var(--text-muted-custom);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-links span {
  color: #444;
  margin: 0 8px;
}

/* ─── ANIMATIONS ────────────────────────── */

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays */

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

/* ─── RESPONSIVE ─────────────────────────── */

@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0 40px;
    min-height: auto;
  }
  .hero-image-wrapper {
    margin-top: 48px;
  }
  .hero-badge {
    left: 0;
    bottom: -14px;
  }
  .cta-block {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .stats-bar {
    gap: 24px;
  }
  .cta-block {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Internal Page */

/* ════════════════════════════════════════════════════════════
   SERVICE-PAGE.CSS
   New styles ONLY — for internal pages (e.g. service detail pages).
   Assumes style.css (navbar, buttons, footer, whatsapp float,
   scroll-top, fonts, color variables, fade-up animation base)
   is already linked on the page.
   ════════════════════════════════════════════════════════════ */

/* ─── PAGE HEADER ───────────────────────────── */

.page-header {
  padding: 60px 0 50px;
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 18px;
  justify-content: center;
}

.breadcrumb-custom a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-custom a:hover {
  color: var(--orange);
}

.breadcrumb-custom i {
  font-size: 10px;
  color: #555;
}

.breadcrumb-custom .current {
  color: var(--orange);
}

.page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  color: var(--orange);
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

/* ─── SERVICE HERO IMAGE + OVERLAPPING FEATURE CARDS ─── */

.service-hero {
  margin-bottom: 40px;
}

.service-hero-image {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  aspect-ratio: 16/5;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* opacity: 0.4; */
  z-index: 1;
  position: relative;
}

.service-hero-placeholder i {
  font-size: 48px;
  color: var(--orange);
}

.service-hero-placeholder span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted-custom);
}

.feature-cards-row {
  margin-top: 24px;
  position: relative;
  z-index: 3;
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  text-align: center;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.feature-card:hover {
  border-color: rgba(255, 106, 0, 0.5);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  background: var(--orange);
}

.feature-card:hover .feature-card-desc {
  color: var(--white);
}

.feature-icon-badge {
  width: 56px;
  height: 56px;
  background: var(--orange);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin: 0 auto 16px;
}

.feature-card-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 8px;
}

.feature-card-desc {
  font-size: 20px;
  color: var(--text-muted-custom);
  line-height: 1.6;
}

@media (min-width: 768px) {
  .service-hero {
    margin-bottom: 100px;
  }
  .feature-cards-row {
    margin-top: -64px;
  }
}

/* ─── SERVICE CONTENT (INTRO TEXT) ─────────────── */

.service-content {
  padding: 0 0 90px;
}

.service-content p {
  color: var(--white);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-content p:last-child {
  margin-bottom: 0;
}

/* ─── WHAT WE PROVIDE ───────────────────────── */

/* ─── WHY IT MATTERS BANNER ─────────────────── */

/* Mega Menu */

.mega-dropdown {
  position: relative;
}

.mega-trigger {
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.mega-caret {
  font-size: 10px;
  transition: transform 0.25s ease;
}

.mega-dropdown:hover .mega-caret,
.mega-dropdown.open .mega-caret {
  transform: rotate(180deg);
  color: var(--orange);
}

/* ─── DESKTOP PANEL ─────────────────────────── */

.mega-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 720px;
  max-width: 90vw;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 26px 28px 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s;
  z-index: 1100;
}

/* little pointer triangle linking the panel to the trigger */

.mega-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: var(--card-bg);
  border-left: 1px solid var(--card-border);
  border-top: 1px solid var(--card-border);
}

@media (min-width: 992px) {
  /* Invisible bridge that keeps the hover state alive while the
     cursor travels from the "Services" link down into the panel —
     without it, crossing the 18px gap breaks :hover and the menu
     closes before you reach a link. */
  .mega-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    max-width: 90vw;
    height: 20px;
    z-index: 1099;
  }

  .mega-dropdown:hover .mega-menu,
  .mega-dropdown.open .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 4px 28px;
}

.mega-menu-list a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s,
    color 0.2s,
    padding-left 0.2s;
}

.mega-menu-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--card-border);
  flex-shrink: 0;
  transition:
    background 0.2s,
    transform 0.2s;
}

.mega-menu-list a:hover,
.mega-menu-list a.active {
  background: rgba(255, 106, 0, 0.08);
  color: var(--orange);
  padding-left: 14px;
}

.mega-menu-list a:hover::before,
.mega-menu-list a.active::before {
  background: var(--orange);
  transform: scale(1.4);
}

.mega-menu-viewall {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--card-border);
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    gap 0.2s,
    color 0.2s;
}

.mega-menu-viewall:hover {
  gap: 12px;
  color: var(--orange-light);
}

/* ─── MOBILE: STATIC ACCORDION LIST ─────────── */

@media (max-width: 991.98px) {
  .mega-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.02);
    padding: 6px 0 6px 18px;
    border-radius: 8px;
    margin-top: 4px;
    display: none;
  }

  .mega-menu::before {
    display: none;
  }

  .mega-menu.open {
    display: block;
  }

  .mega-menu-list {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: none;
    gap: 2px;
  }

  .mega-menu-viewall {
    justify-content: flex-start;
  }
}

/* ─── WHAT ARE (INTRO DEFINITION) ──────────────── */

.what-are-section {
  padding: 30px 0 80px;
}

.what-are-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.what-are-content {
  color: var(--white);
  font-size: 17px;
  line-height: 1.8;
  /* max-width: 900px; */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.what-are-content p {
  margin: 0;
}

/* ─── WHY IMPORTANT SECTION ────────────────────── */

.why-important-section {
  padding: 0 0 80px;
}

.why-important-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.why-important-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-important-content p {
  color: var(--white);
  font-size: 17px;
  line-height: 1.8;
  /* max-width: 900px; */
  margin: 0;
}

/* ─── KEY FEATURES LIST SECTION ────────────────── */

.key-features-section {
  padding: 30px 0 80px;
}

.key-features-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.features-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.feature-list-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition:
    border-color 0.3s,
    transform 0.3s;
}

.feature-list-item:hover {
  border-color: rgba(255, 106, 0, 0.4);
  transform: translateY(-3px);
}

.feature-list-check {
  width: 24px;
  height: 24px;
  background: var(--orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-list-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-list-title {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.feature-list-desc {
  color: #888;
  font-size: 17px;
  line-height: 1.5;
}

/* ─── BETTER APPEARANCE SECTION ────────────────── */

.better-appearance-section {
  padding: 80px 0;
}

.better-appearance-row {
  align-items: center;
  /* gap: 60px; */
}

.better-appearance-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 16px;
}

.better-appearance-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
}

.better-appearance-content {
  color: var(--white);
  font-size: 17px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.better-appearance-content p {
  margin: 0;
}

.better-appearance-image {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.better-appearance-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 0, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* ─── TEAM & SOLUTIONS SECTION ────────────────── */

.team-solutions-section {
  padding: 30px 0 80px;
}

.team-solutions-intro {
  color: var(--white);
  font-size: 17px;
  line-height: 1.8;
  /* max-width: 900px; */
  margin-bottom: 40px;
}

.team-solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.solution-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.solution-card:hover {
  border-color: rgba(255, 106, 0, 0.5);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.solution-icon {
  width: 48px;
  height: 48px;
  background: var(--orange);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin: 0 auto 16px;
}

.solution-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: var(--white);
}

/* ─── RESPONSIVE ────────────────────────────── */

@media (max-width: 768px) {
  .service-hero-image {
    aspect-ratio: auto;
  }
  .better-appearance-section {
    padding: 60px 0;
  }
  .better-appearance-row {
    gap: 30px;
  }
  .team-solutions-grid {
    grid-template-columns: 1fr 1fr;
  }
  .key-features-section {
    padding: 50px 0 60px;
  }
}

/* ─── WHAT WE PROVIDE ───────────────────────── */

.provide-section {
  padding: 0 0 100px;
}

.provide-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.provide-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
}

.provide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.provide-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ddd;
  font-size: 17px;
  line-height: 1.5;
}

.provide-list li i {
  color: var(--orange);
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.provide-image {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provide-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 0, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}

.provide-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* opacity: 0.4; */
  z-index: 1;
  position: relative;
}

.provide-image-placeholder i {
  font-size: 40px;
  color: var(--orange);
}

.provide-image-placeholder span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted-custom);
  text-align: center;
  padding: 0 20px;
}

/* ─── DEFINITION SECTION ────────────────────────────────── */

.definition-section {
  padding: 100px 0;
}

.definition-content p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.8;
  max-width: 820px;
  margin-bottom: 20px;
}

.definition-content p:last-child {
  margin-bottom: 0;
}

/* ─── IMPORTANCE SECTION ────────────────────────────────── */

.importance-section {
  padding: 100px 0;
  background: var(--dark);
}

.importance-content p {
  color: var(--white);
  font-size: 15px;
  line-height: 1.8;
  max-width: 820px;
  margin-bottom: 20px;
}

.importance-content p:last-child {
  margin-bottom: 0;
}

/* ─── KEY FEATURES DETAILED SECTION ────────────────────────────────── */

.features-detailed-section {
  padding: 100px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.feature-item:hover {
  border-color: rgba(255, 106, 0, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.feature-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  margin-top: 6px;
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.4);
}

.feature-item p {
  color: #ddd;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

/* ─── BETTER APPEARANCE SECTION ────────────────────────────────── */

.appearance-section {
  padding: 100px 0;
  background: var(--dark);
}

.appearance-text {
  color: var(--white);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.appearance-text:last-of-type {
  margin-bottom: 0;
}

.appearance-image {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appearance-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 106, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 106, 0, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
}

.appearance-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  /* opacity: 0.4; */
  z-index: 1;
  position: relative;
}

.appearance-image-placeholder i {
  font-size: 40px;
  color: var(--orange);
}

.appearance-image-placeholder span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted-custom);
  text-align: center;
}

/* ─── SECTION HEADING (REUSABLE FOR ALL CONTENT SECTIONS) ─── */

.section-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--white);
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 28px;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
}

/* ─── RESPONSIVE ADJUSTMENTS ─────────────────────────────── */

@media (max-width: 768px) {
  .definition-section,
  .importance-section,
  .features-detailed-section,
  .appearance-section {
    padding: 60px 0;
  }

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

/* ─── WHY IT MATTERS BANNER ─────────────────── */

.why-matters {
  padding: 0 0 30px;
}

.why-matters-banner {
  background: var(--orange);
  border-radius: 20px;
  padding: 50px 45px;
  position: relative;
  overflow: hidden;
}

.why-matters-banner::before,
.quote-cta-container::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.why-matters-banner::after,
.quote-cta-container::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  border: 40px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.why-matters-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.why-matters-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
  /* max-width: 720px; */
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════════════════════════════
   CONTACT-SECTION.CSS
   New styles ONLY — for contact details, social links, and CTA
   sections. Use on any page where you need contact info + social.
   Assumes style.css (color variables, fonts, base styles)
   is already linked on the page.
   ════════════════════════════════════════════════════════════ */

/* ─── CONTACT DETAILS SECTION ───────────────────── */
.contact-details-section {
  padding: 80px 0;
}

.contact-details-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.contact-details-box {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 40px;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 106, 0, 0.12);
  border: 1.5px solid rgba(255, 106, 0, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
}

.contact-info-content {
  color: var(--white);
  font-size: 15px;
  line-height: 1.6;
}

.contact-info-content a {
  color: var(--orange);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info-content a:hover {
  color: var(--orange-light);
}

/* ─── SOCIAL MEDIA SECTION ──────────────────────── */
.social-media-section {
  padding: 30px 0;
}

.social-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--orange);
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.social-intro {
  color: var(--white);
  font-size: 15px;
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 28px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  color: #ccc;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    transform 0.15s;
}

.social-link:hover {
  border-color: var(--orange);
  background: rgba(255, 106, 0, 0.08);
  color: var(--orange);
  transform: translateY(-2px);
}

.social-link i {
  font-size: 16px;
}

/* Facebook specific hover */
.social-link.facebook:hover {
  border-color: #1877f2;
  background: rgba(24, 119, 242, 0.08);
  color: #1877f2;
}

/* Instagram specific hover */
.social-link.instagram:hover {
  border-color: #e1306c;
  background: rgba(225, 48, 108, 0.08);
  color: #e1306c;
}

/* ─── GET QUOTE CTA SECTION ───────────────────────── */
.quote-cta-section {
  padding: 0 0 30px;
}

.quote-cta-container {
  background: var(--orange);
  padding: 50px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  overflow: hidden;
}

.quote-cta-text {
  flex: 1;
  min-width: 260px;
}

.quote-cta-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--white);
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.quote-cta-subtext {
  font-size: 17px;
  line-height: 1.6;
}

.btn-get-quote {
  background: var(--white);
  color: var(--orange);
  border: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.3);
}

.btn-get-quote:hover {
  background: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 106, 0, 0.45);
  color: var(--white);
}

/* ─── RESPONSIVE ────────────────────────────── */
@media (max-width: 768px) {
  .contact-details-section {
    padding: 60px 0;
  }
  .contact-details-box {
    padding: 28px 20px;
  }
  .social-media-section {
    padding: 50px 0 30px;
  }
  .quote-cta-section {
    padding: 0 0 60px;
  }
  .quote-cta-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-links {
    flex-direction: column;
  }
  .social-link {
    width: 100%;
    justify-content: center;
  }
}

/* Contact Page Specific Layout Overrides */
.form-control {
  background-color: transparent;
  border-color: var(--orange);
  color: #fff;
}

.contact-main-section {
  padding: 60px 0;
}
.contact-form-container {
  background: var(--card-bg);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--card-border);
  /* box-shadow: 0 8px 28px rgba(255, 106, 0, 0.45); */
}
.form-control:focus {
  background: transparent;
  border-color: #ff6600;
  box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.25);
  color: var(--white);
}
.map-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  min-height: 450px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 450px;
}

/* Simple JS Captcha Style */
.captcha-box {
  /* background: #f8f9fa; */
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  color: #ff6600;
  user-select: none;
  border: 1px dashed #cccccc;
  display: inline-block;
}

/* Info Blocks Styling */
.contact-info-summary {
  padding: 50px 0;
  background: #fdfdfd;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.info-column-left {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .info-column-left {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* About us section */
.gallery-container {
  padding: 60px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  max-width: 420px;
  height: 420px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.25); /* Stylish orange shadow */
  border: 2px solid rgba(255, 102, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(255, 102, 0, 0.5); /* Stronger orange shadow on hover */
  border-color: #ff6600;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}

/* Pure Lightbox Styles (No extra text, background details, only the full image) */
.custom-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-lightbox.active {
  display: flex;
  opacity: 1;
}
.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 40px rgba(255, 102, 0, 0.3);
  border: 1px solid rgba(255, 102, 0, 0.2);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 35px;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.2s ease;
}
.lightbox-close:hover {
  color: #ff6600;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery-item {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .gallery-item {
    height: 320px;
  }
}
