/* ==========================================================================
   REUSABLE SECONDARY PAGE HERO (.page-hero)
   ========================================================================== */
/* ==========================================================================
   REDESIGNED SECONDARY PAGE HERO (Overlap & Swoop Concept)
   ========================================================================== */
.page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Increased bottom padding to give the overlapping card breathing room */
  padding: 160px 5% 120px 5%;
  background-color: #061121;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1613665813446-82a78c468a1d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80")
    center/cover no-repeat;
  z-index: 1;
  opacity: 0.3;
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(6, 17, 33, 0.9) 0%,
    rgba(6, 17, 33, 0.5) 100%
  );
  z-index: 2;
}

.page-hero-glow {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(
    circle,
    rgba(0, 157, 236, 0.4) 0%,
    rgba(0, 157, 236, 0) 70%
  );
  z-index: 3;
  filter: blur(60px);
  pointer-events: none;
}

.page-hero-container {
  position: relative;
  z-index: 10; /* Ensures the card sits visually above the swoop divider */
  width: 100%;
  max-width: 850px;
  /* The Magic Overlap: Pushes the card down to break the boundary */
  transform: translateY(60px);
}

.page-hero-glass {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 60px 50px;
  border-radius: 24px;
  text-align: center;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 20px rgba(0, 157, 236, 0.05);
}

.page-badge {
  display: inline-block;
  background: rgba(0, 157, 236, 0.15);
  color: var(--brand-blue);
  border: 1px solid rgba(0, 157, 236, 0.3);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.page-headline {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.1;
}
.page-desc {
  color: #cbd5e1;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 650px;
}

/* The crisp SVG swoop divider */
.page-hero-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  line-height: 0;
  z-index: 5; /* Sits behind the overlapping glass card */
}

.page-hero-divider svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 90px;
}

/* Background matching fill colors for the swoops */
.fill-white .shape-fill {
  fill: #ffffff;
}
.fill-aqua .shape-fill {
  fill: #f0f8ff;
}
.fill-corporate .shape-fill {
  fill: #061121;
}

/* Add this right below .fill-corporate */
.fill-orange .shape-fill {
  fill: var(--brand-orange);
}

@media (max-width: 768px) {
  .page-hero-container {
    transform: translateY(40px);
  }
  .page-headline {
    font-size: 2.2rem;
  }
  .page-hero-glass {
    padding: 40px 25px;
  }
  .page-hero-divider svg {
    height: 60px;
  }
}

/* ==========================================================================
   SCOPED SERVICES PAGE STYLES (.srv-)
   ========================================================================== */

/* Utilities */
.srv-center-block {
  margin-left: auto;
  margin-right: auto;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

/* 1. Immersive Hero (Scoped) */
.srv-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 5% 80px 5%;
  overflow: hidden;
  background-color: #061121;
}

.srv-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1613665813446-82a78c468a1d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80")
    center/cover no-repeat;
  z-index: 1;
  opacity: 0.5;
}

.srv-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(6, 17, 33, 0.95) 0%,
    rgba(6, 17, 33, 0.6) 100%
  );
  backdrop-filter: blur(5px);
  z-index: 2;
}

.srv-hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.srv-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.srv-headline {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.srv-hero-desc {
  font-size: 1.15rem;
  color: #cbd5e1;
  line-height: 1.7;
}

/* 2. Base Section & Layout Settings */
.srv-section {
  padding: 90px 5%;
  position: relative;
  overflow: hidden;
}
.srv-container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Theme Backgrounds */
.srv-bg-aqua {
  background-color: #f0f8ff;
  color: var(--text-dark);
}
.srv-bg-warm {
  background-color: #faf9f6;
  color: var(--text-dark);
}
.srv-bg-corporate {
  background-color: #0a192f;
  color: #fff;
}
.srv-bg-sterile {
  background-color: #ffffff;
  color: var(--text-dark);
}
.srv-bg-fresh {
  background-color: #f4f7f6;
  color: var(--text-dark);
}
.srv-bg-clinical {
  background-color: #030a14;
  color: #fff;
}
.srv-bg-reveal {
  background-color: #f8fafc;
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 20px 20px;
  color: var(--text-dark);
}

/* Grids */
.srv-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.srv-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.srv-flip {
  direction: rtl;
}
.srv-flip > * {
  direction: ltr;
}

/* Scoped Typography & Icons */
.srv-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.srv-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-gray);
  margin-bottom: 25px;
}

.srv-icon {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin: 0 auto 25px auto;
}
.srv-icon-blue {
  background: rgba(0, 157, 236, 0.15);
  color: var(--brand-blue);
  border: 1px solid rgba(0, 157, 236, 0.3);
}
.srv-icon-orange {
  background: rgba(243, 178, 26, 0.15);
  color: var(--brand-orange);
  border: 1px solid rgba(243, 178, 26, 0.3);
}

/* Standard Lists & Pills */
.srv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.srv-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.05rem;
}
.srv-list li i {
  margin-top: 5px;
}

.srv-pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}
.srv-pill {
  background: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
}
.srv-pill i {
  color: var(--brand-blue);
}

/* Images (Crucial constraint rules) */
.srv-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4/3; /* Forces perfect proportions */
  width: 100%;
}
.srv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.srv-shadow {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.srv-frame-white {
  border: 10px solid #fff;
}

/* Commercial Glass Card */
.srv-glass-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 50px;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.srv-commercial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
.srv-corp-item {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #e2e8f0;
  font-size: 1rem;
}
.srv-corp-item i {
  color: var(--brand-blue);
  font-size: 1.2rem;
}
.srv-alert-box {
  background: rgba(0, 157, 236, 0.1);
  border-left: 4px solid var(--brand-blue);
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}

/* Garden & Tank Cards */
.srv-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.srv-card:hover {
  transform: translateY(-8px);
}
.srv-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.srv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srv-card-body {
  padding: 35px;
}
.srv-card-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--bg-deep-navy);
}

/* Post-Construction (Pristine Reveal Theme) */
.srv-reveal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.srv-reveal-item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f5f9;
  transition: transform 0.3s ease;
}
.srv-reveal-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(243, 178, 26, 0.1);
}
.srv-reveal-item i {
  font-size: 2.5rem;
  color: var(--brand-orange);
  margin-bottom: 20px;
}
.srv-reveal-item h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--bg-deep-navy);
}
.srv-reveal-item p {
  color: var(--text-gray);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hygiene Grid (Clinical Theme) */
.srv-hygiene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.srv-hyg-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.srv-hyg-icon {
  width: 55px;
  height: 55px;
  background: rgba(0, 157, 236, 0.15);
  color: var(--brand-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.srv-hyg-card h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
}
.srv-hyg-note {
  color: var(--brand-orange);
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.srv-hyg-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.srv-hyg-card ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.srv-hyg-card ul li i {
  color: var(--brand-blue);
  margin-top: 4px;
}

.srv-hyg-alert {
  border-color: rgba(243, 178, 26, 0.3);
  background: rgba(243, 178, 26, 0.02);
}
.srv-hyg-alert .srv-hyg-icon {
  background: rgba(243, 178, 26, 0.15);
  color: var(--brand-orange);
}

/* Responsive Adjustments for Services Page */
@media (max-width: 992px) {
  .srv-grid-2,
  .srv-reveal-grid,
  .srv-hygiene-grid {
    grid-template-columns: 1fr;
  }
  .srv-grid-3 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .srv-flip {
    direction: ltr;
  }
  .srv-img-wrapper {
    max-height: 400px;
    aspect-ratio: auto;
  }

  .srv-text,
  .srv-visual {
    text-align: left;
  }
  .srv-icon,
  .srv-pill-grid {
    margin-left: 0;
  }

  .srv-icon.centre {
    margin-left: auto;
  }

  .srv-commercial-grid {
    grid-template-columns: 1fr;
  }
  .srv-glass-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .srv-container {
    margin: 0 5%;
  }
  .srv-section {
    padding: 50px 5%;
  }
  .srv-pill-grid {
    grid-template-columns: 1fr;
  }
  .srv-headline {
    font-size: 2.5rem;
  }
  .srv-title {
    font-size: 2rem;
  }
}

/* ==========================================================================
   SCOPED ABOUT US PAGE STYLES (.abt-)
   ========================================================================== */

/* Layout & Backgrounds */
.abt-section {
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}
.abt-container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.abt-bg-clean {
  background-color: #ffffff;
  color: var(--text-dark);
}
.abt-bg-corporate {
  background-color: #061121;
  color: #fff;
} /* Darker navy for contrast */
.abt-bg-warm {
  background-color: #f8fafc;
  color: var(--text-dark);
} /* Off-white for testimonials */

.abt-center-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Typography */
.abt-tag {
  font-size: 1rem;
  color: var(--brand-blue);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
}
.abt-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--bg-deep-navy);
}
.abt-underline {
  width: 60px;
  height: 4px;
  background: var(--brand-blue);
  margin-bottom: 25px;
  border-radius: 2px;
}
.abt-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-gray);
  margin-bottom: 20px;
}

/* 1. The Brand Story Layout */
.abt-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.abt-img-frame {
  position: relative;
  border-radius: 20px;
  z-index: 1;
}
.abt-img-frame::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 2px dashed var(--brand-orange);
  border-radius: 20px;
  z-index: -1;
}
.abt-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.abt-exp-badge {
  position: absolute;
  bottom: 30px;
  right: -30px;
  background: var(--brand-blue);
  color: #fff;
  padding: 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 157, 236, 0.3);
  border-bottom: 4px solid var(--brand-orange);
}
.abt-exp-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.abt-exp-text {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.abt-highlight-box {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(243, 178, 26, 0.08);
  border-left: 4px solid var(--brand-orange);
  padding: 25px;
  border-radius: 0 12px 12px 0;
  margin: 30px 0;
}
.abt-highlight-box i {
  font-size: 2.5rem;
  color: var(--brand-orange);
}
.abt-highlight-box p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bg-deep-navy);
  line-height: 1.5;
}

/* 2. Industries 4-Column Grid */
.abt-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.abt-ind-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 35px 20px;
  border-radius: 16px;
  text-align: center;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}
.abt-ind-card:hover {
  transform: translateY(-8px);
  border-color: var(--brand-blue);
  background: rgba(255, 255, 255, 0.06);
}
.abt-ind-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background: rgba(0, 157, 236, 0.15);
  color: var(--brand-blue);
  border: 1px solid rgba(0, 157, 236, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 1.6rem;
  transition: transform 0.3s ease;
}
.abt-ind-card:hover .abt-ind-icon {
  transform: scale(1.1) rotate(5deg);
}
.abt-ind-card h3 {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}

/* 3. Testimonials Grid */
.abt-testim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.abt-testim-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease;
}
.abt-testim-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.abt-quote-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 3rem;
  color: rgba(243, 178, 26, 0.15);
}
.abt-stars {
  color: var(--brand-orange);
  font-size: 0.9rem;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}
.abt-review-text {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-dark);
  line-height: 1.7;
  margin-bottom: 30px;
}

.abt-reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
}
.abt-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bg-deep-navy);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.abt-rev-info h4 {
  font-size: 1rem;
  color: var(--bg-deep-navy);
  margin-bottom: 2px;
}
.abt-rev-info span {
  font-size: 0.85rem;
  color: var(--brand-blue);
  font-weight: 500;
}

/* Responsive About Us */
@media (max-width: 1024px) {
  .abt-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .abt-testim-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .abt-story-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .abt-exp-badge {
    right: 20px;
    bottom: -20px;
    padding: 20px;
  }
  .abt-img-frame::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .abt-title {
    font-size: 2.2rem;
  }
  .abt-industries-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   SCOPED CONTACT PAGE STYLES (.cnt-)
   ========================================================================== */

/* Section & Layout */
.cnt-section {
  position: relative;
  padding: 100px 5% 120px 5%;
  overflow: hidden;
}

.cnt-bg-corporate {
  background-color: #061121; /* Matches the futuristic dark tone */
  color: #fff;
}

.cnt-container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cnt-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: flex-start;
}

.cnt-grid-2-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Typography */
.cnt-tag {
  color: var(--brand-orange);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cnt-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

/* Left Column: Info Cards */
.cnt-details-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cnt-info-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 25px;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.cnt-info-card:hover {
  transform: translateX(5px);
  border-color: var(--brand-blue);
  background: rgba(0, 157, 236, 0.05);
}

.cnt-info-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 157, 236, 0.15);
  color: var(--brand-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.4rem;
}

.cnt-info-text h5 {
  font-size: 1rem;
  color: #cbd5e1;
  margin-bottom: 5px;
}

.cnt-info-text p {
  font-size: 1.05rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

/* Business Hours Card */
.cnt-hours-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 16px;
}

.cnt-hours-card h5 {
  font-size: 1.2rem;
  color: var(--brand-orange);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cnt-hours-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}

.cnt-hours-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 8px;
  color: #e2e8f0;
}

.cnt-emergency-note {
  font-size: 0.85rem;
  color: #94a3b8;
  font-style: italic;
}

/* Right Column: Glassmorphism Form */
.cnt-form-glass {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 157, 236, 0.3);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 50px;
  border-radius: 24px;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.5),
    inset 0 0 20px rgba(0, 157, 236, 0.05);
}

.cnt-form-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.cnt-input-group {
  margin-bottom: 20px;
}

.cnt-input-group label {
  display: block;
  font-size: 0.9rem;
  color: #cbd5e1;
  margin-bottom: 8px;
  font-weight: 500;
}

.cnt-input-group label i {
  color: var(--brand-blue);
  margin-right: 5px;
}

.cnt-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 18px;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.cnt-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cnt-input:focus {
  border-color: var(--brand-blue);
  background: rgba(0, 157, 236, 0.08);
  box-shadow: 0 0 15px rgba(0, 157, 236, 0.3);
}

/* Select Styling fixes for dark mode */
.cnt-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px auto;
}
.cnt-select option {
  background: var(--bg-deep-navy);
  color: #fff;
}

/* Promise Box */
.cnt-promise-box {
  display: flex;
  gap: 15px;
  background: rgba(243, 178, 26, 0.1);
  border-left: 4px solid var(--brand-orange);
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.cnt-promise-box i {
  font-size: 1.8rem;
  color: var(--brand-orange);
}

.cnt-promise-box p {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.5;
  margin: 0;
}

/* Contact Responsive */
@media (max-width: 992px) {
  .cnt-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .cnt-grid-2-inner {
    grid-template-columns: 1fr;
  }
  .cnt-form-glass {
    padding: 30px;
  }
  .cnt-title {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   SIMPLIFIED FOOTER (.footer-simple)
   ========================================================================== */
.footer-simple {
  background-color: #030811;
  border-top: 1px solid rgba(0, 157, 236, 0.2);
  padding: 40px 5%;
  text-align: center;
}

.footer-simple-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-simple-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer-simple-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-simple-links a:hover {
  color: var(--brand-orange);
}

.footer-simple-links .divider {
  color: rgba(255, 255, 255, 0.2);
}

.footer-simple-socials {
  display: flex;
  gap: 15px;
}

.fs-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--brand-blue);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.fs-social-icon:hover {
  background: var(--brand-blue);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 157, 236, 0.4);
}

.footer-simple-copy {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  margin-top: 10px;
}

/* ==========================================================================
   CONTACT PAGE: FIXES, MAP & NEW CTA
   ========================================================================== */

/* 1. Missing Glow Fix */
.cnt-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  z-index: 1;
  opacity: 0.35; /* Subtle ambient glow */
  pointer-events: none;
}

/* Ensure the blue top glow is properly positioned behind the layout */
.glow-blue-top {
  width: 600px;
  height: 600px;
  background: var(--brand-blue);
  top: -200px;
  left: -200px;
}

/* 2. Map Section Styles */
.cnt-map-section {
  background-color: #061121; /* Match the corporate background */
  padding: 0 5% 100px 5%;
  position: relative;
  z-index: 2;
}

.cnt-map-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 157, 236, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.cnt-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* Dark Mode Trick: Inverts the map colors to match the dark theme! */
  filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(105%);
}

.cnt-map-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(10, 25, 47, 0.85);
  color: #fff;
  border: 1px solid rgba(0, 157, 236, 0.4);
  font-size: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* 3. Contact Specific CTA */
.cnt-specific-cta {
  background-color: #030a14; /* Extremely dark grounding color */
  padding: 100px 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.cnt-cta-glow {
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: var(--brand-orange);
  border-radius: 50%;
  filter: blur(180px);
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.cnt-social-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.cnt-social-hub {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hub-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

/* Social Hover Colors */
.hub-icon.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(24, 119, 242, 0.4);
}
.hub-icon.instagram:hover {
  background: #e4405f;
  border-color: #e4405f;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(228, 64, 95, 0.4);
}
.hub-icon.linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(10, 102, 194, 0.4);
}
