/* ==========================================================================
   Morshed Obaid Technical Services - Custom Stylesheet
   Theme Color Scheme based on Logo:
   Primary Purple: #592170 | Secondary Wine/Burgundy: #4f0b2b
   Fixino Theme Inspired Header & Cinematic Banner
   ========================================================================== */

:root {
  --primary-purple: #592170;
  --primary-purple-dark: #411453;
  --primary-purple-light: #7b2e9b;
  --primary-purple-subtle: #f6eef9;
  --secondary-wine: #4f0b2b;
  --secondary-wine-dark: #37061d;
  --secondary-wine-light: #721641;
  --secondary-wine-subtle: #fcf1f6;
  --accent-gold: #f59e0b;
  --accent-gold-dark: #d97706;
  --accent-gold-subtle: #fffbeb;
  --dark-bg: #14081c;
  --dark-card: #1f0f2a;
  --dark-border: #321943;
  --body-bg: #ffffff;
  --body-bg-alt: #faf6fc;
  --body-color: #3b3342;
  --heading-color: #1a0f24;
  --muted-color: #6b6375;
  --border-color: #ebdff0;
  --font-main: 'Mona Sans', sans-serif;
  --font-heading: 'Mona Sans', sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --shadow-sm: 0 4px 12px rgba(89, 33, 112, 0.05);
  --shadow-md: 0 10px 25px rgba(89, 33, 112, 0.08);
  --shadow-lg: 0 18px 40px rgba(89, 33, 112, 0.12);
  --shadow-hover: 0 22px 50px rgba(89, 33, 112, 0.18);
  --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-main);
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 1.65;
  overflow-x: hidden;
  font-size: 15.5px;
}

.site-fluid-container {
  padding-left: clamp(1rem, 5vw, 4rem);
  padding-right: clamp(1rem, 5vw, 4rem);
}

.italic-text {
  font-family: 'Playfair Display', sans-serif;
  color: #520f2e;
  font-style: italic;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--font-heading);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

a {
  color: var(--primary-purple);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-wine);
}

/* ==========================================================================
   Fixino Theme Header (Floating Transparent with Sticky Glassmorphism)
   ========================================================================== */
/* ==========================================================================
   Fixino Theme Header (Single Floating Bar with Pill Menu & Side Overlay)
   ========================================================================== */
.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Main Navigation Bar (Fixino Single Bar Layout) */
.main-navbar {
  background: transparent;
  padding: 24px 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-navbar.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(18, 7, 26, 0.96) !important;
  backdrop-filter: blur(14px);
  padding: 14px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-img {
  height: 75px;
  width: auto;
  object-fit: contain;
  background: #ffffff;
  padding: 4px 6px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.brand-title-group {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.brand-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

.brand-subtitle {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--accent-gold);
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* ==========================================================================
   "Since 2021" — Premium Animated Badge
   ========================================================================== */
.brand-since {
  width: fit-content;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: white;
  background: rgba(0, 212, 200, 0.08);
  padding: 3px 10px 3px 7px;
  border-radius: 50px;
  line-height: 1.6;
  overflow: hidden;
  border: 1px solid rgba(0, 212, 200, 0.45);
  box-shadow:
    0 0 0 1px rgba(0, 212, 200, 0.12),
    0 4px 14px rgba(89, 33, 112, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation:
    sinceDrop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both,
    sinceGlow 2.8s ease-in-out 1.1s infinite;
  cursor: default;
  backdrop-filter: blur(8px);
}

/* ── shimmer sweep overlay ── */
.brand-since::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg,
      transparent 0%,
      rgba(0, 212, 200, 0.22) 50%,
      transparent 100%);
  transform: skewX(-20deg);
  animation: sinceShimmer 2.6s ease-in-out 1.2s infinite;
  pointer-events: none;
  border-radius: 50px;
}

/* ── animated star icon ── */
.brand-since::after {
  content: '★';
  font-size: 0.58rem;
  color: #00d4c8;
  animation: sinceStar 2s ease-in-out 1s infinite;
  line-height: 1;
  flex-shrink: 0;
}

/* ── entrance: drop + slight bounce ── */
@keyframes sinceDrop {
  0% {
    opacity: 0;
    transform: translateY(-10px) scale(0.8);
  }

  60% {
    opacity: 1;
    transform: translateY(2px) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── persistent border/glow pulse ── */
@keyframes sinceGlow {

  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(0, 212, 200, 0.12),
      0 4px 14px rgba(89, 33, 112, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 212, 200, 0.45);
  }

  50% {
    box-shadow:
      0 0 0 2px rgba(0, 212, 200, 0.28),
      0 6px 22px rgba(0, 212, 200, 0.18),
      0 4px 14px rgba(89, 33, 112, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 212, 200, 0.85);
  }
}

/* ── shimmer moves left → right ── */
@keyframes sinceShimmer {
  0% {
    left: -120%;
  }

  55% {
    left: 140%;
  }

  100% {
    left: 140%;
  }
}

/* ── star twinkle/spin ── */
@keyframes sinceStar {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  40% {
    transform: scale(1.35) rotate(20deg);
    opacity: 0.6;
  }

  60% {
    transform: scale(0.85) rotate(-10deg);
    opacity: 1;
  }
}

/* ── hover: lift + teal brighten ── */
.navbar-brand:hover .brand-since {
  background: rgba(0, 212, 200, 0.16);
  border-color: #00d4c8;
  color: #ffffff;
  transform: translateY(-2px) scale(1.04);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow:
    0 0 0 2px rgba(0, 212, 200, 0.35),
    0 8px 24px rgba(0, 212, 200, 0.2),
    0 4px 14px rgba(89, 33, 112, 0.6);
}

@media (prefers-reduced-motion: reduce) {

  .brand-since,
  .brand-since::before,
  .brand-since::after {
    animation: none !important;
  }
}

/* Fixino Left Nav Box (Semi-transparent Rounded Capsule from Screenshot) */
.header-nav-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-nav-box .nav-link {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.86rem;
  padding: 8px 16px !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.header-nav-box .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14);
}

/* Active Link is the White Rounded Pill with Dark Text */
.header-nav-box .nav-link.active {
  background: #ffffff !important;
  color: #14081c !important;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header-nav-box .nav-link::after {
  display: none !important;
}

/* Fixino Call Widget in Header */
.header-number {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 18px;
}

.header-number-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.header-number:hover .header-number-icon {
  background: var(--accent-gold);
  color: #14081c;
  transform: rotate(15deg);
}

.header-number-text span {
  display: block;
  font-size: 0.74rem;
  color: #d1c5d9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
}

.header-number-text a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.1;
  display: block;
  font-family: var(--font-heading);
}

.header-number-text a:hover {
  color: var(--accent-gold);
}

/* Fixino "Book Now" Button with Logo Combination Colors */
.themeht-btn-fixino {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 14.5px;
  font-weight: 700;
  padding: 4px 5px 4px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.35s ease;
  gap: 12px;
  border: none;
  box-shadow: 0 8px 20px rgba(89, 33, 112, 0.35);
}

.themeht-btn-fixino .btn-text {
  color: #ffffff;
  transition: color 0.35s ease;
}

.themeht-btn-fixino .btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--primary-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  transition: all 0.35s ease;
}

.themeht-btn-fixino:hover {
  background: linear-gradient(135deg, var(--secondary-wine) 0%, var(--primary-purple-dark) 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(79, 11, 43, 0.45);
}

.themeht-btn-fixino:hover .btn-icon {
  background: #ffffff;
  color: var(--secondary-wine);
}

/* Sidenav Diamond/Grid Toggle Button */
.header-sidenav-toggle {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.header-sidenav-toggle:hover {
  background: var(--primary-purple);
  color: #ffffff;
  border-color: var(--primary-purple);
  transform: scale(1.05);
}

/* ==========================================================================
   Fixino Side Overlay Offcanvas Drawer (Matching Screenshot)
   ========================================================================== */
.side-overlay-drawer {
  background: #0f0517 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 390px !important;
  max-width: 90vw;
  padding: 35px 30px;
  z-index: 1070;
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.7);
}

.side-overlay-quote-btn {
  display: none;
}

.side-overlay-drawer .btn-close-custom {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-overlay-drawer .btn-close-custom:hover {
  background: var(--primary-purple);
  color: #ffffff;
  border-color: var(--primary-purple);
}

.side-overlay-bio {
  color: #d1c5d9;
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 22px 0 32px;
}

.side-info-heading {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
  font-family: var(--font-heading);
}

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

.side-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(89, 33, 112, 0.4);
}

.side-info-text span {
  display: block;
  font-size: 0.78rem;
  color: #d1c5d9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 3px;
}

.side-info-text strong,
.side-info-text a {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;

}

.side-info-text a:hover {
  color: var(--accent-gold);
}

.side-social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.side-social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #14081c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.side-social-icons a:hover {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  transform: translateY(-3px);
}

/* ==========================================================================
   Fixino Signature Button (.themeht-btn)
   ========================================================================== */
.themeht-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background-color: #ffffff;
  color: #14081c;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  padding: 5px 6px 5px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  border: none;
  cursor: pointer;
}

.themeht-btn .btn-text {
  position: relative;
  z-index: 2;
  transition: color 0.35s ease;
}

.themeht-btn .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 2;
  font-size: 0.88rem;
}

.themeht-btn:hover {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(89, 33, 112, 0.4);
}

.themeht-btn:hover .btn-text {
  color: #ffffff;
}

.themeht-btn:hover .btn-icon {
  background: #ffffff;
  color: var(--primary-purple);
  transform: translateX(2px);
}

/* Primary Purple Button Variant */
.themeht-btn.themeht-btn-purple {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(89, 33, 112, 0.35);
}

.themeht-btn.themeht-btn-purple .btn-icon {
  background: rgba(255, 255, 255, 0.2);
}

.themeht-btn.themeht-btn-purple:hover {
  background: #ffffff;
  color: #14081c;
}

.themeht-btn.themeht-btn-purple:hover .btn-text {
  color: #14081c;
}

.themeht-btn.themeht-btn-purple:hover .btn-icon {
  background: var(--primary-purple);
  color: #ffffff;
}

/* WhatsApp Button Variant */
.themeht-btn.themeht-btn-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #ffffff;
}

.themeht-btn.themeht-btn-whatsapp .btn-icon {
  background: #25d366;
}

.themeht-btn.themeht-btn-whatsapp:hover {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
}

.themeht-btn.themeht-btn-whatsapp:hover .btn-icon {
  background: #ffffff;
  color: #25d366;
}

/* ==========================================================================
   Fixino Hero Banner Slider (Swiper Style-Two / Handyman Banner)
   ========================================================================== */
.banner-slider {
  position: relative;
  width: 100%;
  height: 860px;
  background: #14081c;
  overflow: hidden;
}

.banner-slider .swiper,
.banner-slider .swiper-wrapper {
  position: relative;
  height: 100%;
}

.banner-slider .swiper-slide {
  position: relative;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  background: #14081c;
}

.banner-slider .slider-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  z-index: 1;
  transform: scale(1.08);
  transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1);
}

.banner-slider .swiper-slide-active .slider-img {
  transform: scale(1);
}

/* Fixino Multi-layer Dark Contrast Gradient Overlay */
.banner-slider .slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(274deg, rgba(10, 1, 16, 0) 30%, rgba(20, 8, 28, 0.88) 65%, #14081c 100%),
    linear-gradient(1deg, rgba(10, 1, 16, 0) 50%, rgba(20, 8, 28, 0.4) 80%, rgba(20, 8, 28, 0.95)),
    linear-gradient(rgba(10, 1, 16, 0) 40%, rgba(20, 8, 28, 0.5));
  z-index: 2;
}

.banner-slider .banner-content {
  position: relative;
  z-index: 3;
  padding-top: 180px;
  padding-bottom: 120px;
  max-width: 930px;
}

/* Fixino Pill Sub-badge */
.banner-sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 6px 20px 6px 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.banner-sub-badge .badge-brand {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 700;
}

/* Huge Fixino Hero Heading */
.banner-slider .hero-heading {
  color: #ffffff;
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  font-family: 'Mona Sans', sans-serif;
}

.banner-slider .hero-heading span.gradient-text {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-slider .hero-desc {
  color: #e2d9e8;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 650px;
}

.banner-slider .banner-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 35px;
}

/* Fixino Trust Badges in Banner */
.banner-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.banner-trust-pills .pill {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.92rem;
}

.banner-trust-pills .pill i {
  color: var(--accent-gold);
  font-size: 1.1rem;
}

/* Fixino Banner Slider Navigation Controls */
.banner-controls-container {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.banner-swiper-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.banner-swiper-btn {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.banner-swiper-btn:hover {
  background: var(--primary-purple);
  color: #ffffff;
  border-color: var(--primary-purple);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(89, 33, 112, 0.4);
}

/* Banner Pagination / Number Indicator */
.banner-slide-count {
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  margin-right: 12px;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   Quick Info Strip (Fixino Feature Cards)
   ========================================================================== */
.quick-info-strip {
  width: 100%;
  position: relative;
  z-index: 10;
  /* padding-top: 185px; */
}

.quick-info-strip .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.quick-info-strip .row {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0;
  position: relative;
}

.quick-info-strip .col-lg-3 {
  width: 25%;
  height: 115px;
  padding: 0;
  position: relative;
  flex: 0 0 25%;
  z-index: 1;
}

.feature-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  transition: height 0.75s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
  z-index: 2;
}

.quick-info-strip .col-lg-3:nth-child(1) .feature-box {
  background: var(--dark-bg);
}

.quick-info-strip .col-lg-3:nth-child(2) .feature-box {
  background: var(--primary-purple-dark);
}

.quick-info-strip .col-lg-3:nth-child(3) .feature-box {
  background: var(--primary-purple);
}

.quick-info-strip .col-lg-3:nth-child(4) .feature-box {
  background: var(--secondary-wine);
}

.feature-icon-circle {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 25px;
  transition: transform 0.5s ease;
}

.feature-content {
  position: relative;
  z-index: 5;
  transform: none;
}

.feature-content h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 600;
  /* line-height: 6.25; */
  white-space: nowrap;
  margin-top: 13px;
}

.feature-content p {
  max-height: 0;
  margin: 15px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.4s ease 0.25s, max-height 0.5s ease 0.2s, visibility 0.4s ease;
  text-align: justify;
}

.quick-info-strip .col-lg-3:hover,
.quick-info-strip .col-lg-3:focus-within {
  z-index: 100;
}

.quick-info-strip .col-lg-3:hover .feature-box,
.quick-info-strip .col-lg-3:focus-within .feature-box {
  height: 300px;
  align-items: flex-start;
  padding-top: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.quick-info-strip .col-lg-3:hover .feature-content p,
.quick-info-strip .col-lg-3:focus-within .feature-content p {
  max-height: 180px;
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   General Sub-badges & Buttons
   ========================================================================== */
.sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-purple-subtle);
  color: var(--primary-purple);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(89, 33, 112, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.sub-badge.sub-badge-wine {
  background: var(--secondary-wine-subtle);
  color: var(--secondary-wine);
  border-color: rgba(79, 11, 43, 0.15);
}

.sub-badge.sub-badge-gold {
  background: var(--accent-gold-subtle);
  color: var(--accent-gold-dark);
  border-color: rgba(245, 158, 11, 0.25);
}

.sub-badge.sub-badge-white {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(89, 33, 112, 0.25);
  transition: var(--transition);
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, var(--primary-purple-dark) 0%, var(--secondary-wine-dark) 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(89, 33, 112, 0.35);
}

.btn-outline-custom {
  background: transparent;
  color: var(--primary-purple);
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 50px;
  border: 2px solid var(--primary-purple);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.btn-outline-custom:hover {
  background: var(--primary-purple);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-accent-custom {
  background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-dark) 100%);
  color: #1a0f24;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
  transition: var(--transition);
}

.btn-accent-custom:hover {
  background: linear-gradient(135deg, #fbbf24 0%, var(--accent-gold) 100%);
  color: #1a0f24;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.4);
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
  transition: var(--transition);
}

.btn-whatsapp:hover {
  background: #20ba59;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {
  padding: 70px 0 40px;
  background-color: var(--body-bg) #ffffff;
  position: relative;
}


.about-section h2 {
  font-size: 65px;
  font-weight: 500;
}

span.italic-text {
  font-family: "Playfair Display", sans-serif;
  color: #520f2e;
  font-style: italic;
  letter-spacing: 0px;
}

.about-content-col h5 {
  font-size: 17px;
}

.about-img-composite {
  position: relative;
  animation: aboutImageFloat 2s ease-in-out infinite;
}

@keyframes aboutImageFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.about-img-main {
  /* width: 90%; */
  border-radius: 50px;
  /* box-shadow: var(--shadow-lg); */
  object-fit: cover;
  height: 450px;
  border: 5px solid #ffffff;
}

.about-img-secondary {
  position: absolute;
  bottom: -100px;
  right: -79px;
  width: 55%;
  height: 240px;
  object-fit: cover;
  border-radius: 50px;
  border: 21px solid #ffffff;
}

.blink-animation {
  animation: 1s ease 0s infinite normal none running blink;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.about-flex {
  display: flex;
  gap: 35px;
  align-items: center;
}

.about-flex-img img {
  width: 88px;
  display: block;
  transform-origin: center;
  animation: electricianIconZoom 4s ease-in-out infinite;
}

@keyframes electricianIconZoom {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-flex-img img {
    animation: none;
  }
}

.about-section .row {
  flex-direction: row-reverse;
  align-items: center;
}

.about-section p {
  text-align: justify;
  font-size: 17px;
}

.about-exp-badge {
  position: absolute;
  right: 180px;
  bottom: 42px;
  width: 132px;
  height: 132px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--dark-bg);
  color: #ffffff;
  border: 3px solid var(--accent-gold);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(20, 8, 28, 0.28);
  text-align: center;
  transform: rotate(-8deg);
  z-index: 4;
}

.about-exp-badge::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 2px dashed rgba(245, 158, 11, 0.75);
  border-radius: 50%;
  pointer-events: none;
  animation: experienceRingSpin 8s linear infinite;
}

@keyframes experienceRingSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about-exp-badge .exp-num,
.about-exp-badge .exp-label {
  position: relative;
  z-index: 1;
  transform: rotate(8deg);
}

.about-exp-badge .exp-num {
  color: var(--accent-gold);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
  font-family: var(--font-heading);
}

.about-exp-badge .exp-label {
  color: #ffffff;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 6px;
  display: block;
}

@media (max-width: 767.98px) {
  .about-exp-badge {
    right: 12px;
    bottom: 24px;
    width: 110px;
    height: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about-img-composite,
  .about-exp-badge::before {
    animation: none;
  }
}

.about-check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 35px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.about-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.about-check-list li i {
  color: var(--primary-purple);
  background: var(--primary-purple-subtle);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  display: flex;
}

.about-contact-callout {
  background: var(--body-bg-alt);
  padding: 20px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary-purple);
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-callout-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-purple);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* ==========================================================================
   Services Section (Fixino 8 Core Services Grid)
   ========================================================================== */
.services-section {
  padding: 65px 0;
  background: var(--body-bg-alt);
  position: relative;
}

.services-section h2 {
  font-size: 65px;
  font-weight: 500;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.service-swiper {
  padding: 16px 8px 68px;
  overflow: hidden;
}

.service-swiper .swiper-wrapper {
  align-items: stretch;
}

.service-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.service-swiper .swiper-slide .service-card {
  width: 100%;
}

.service-swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.service-dot {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8cce0;
  transition: width 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}

.service-dot.is-active {
  width: 28px;
  border-radius: 10px;
  background: var(--accent-gold);
  transform: translateY(-1px);
}

.service-card {
  position: relative;
  isolation: isolate;
  background: #07152f;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(20, 8, 28, 0.14);
  border: 0;
  transition: var(--transition);
  height: 430px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  animation: serviceCardBreath 6s ease-in-out infinite;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent 25%, rgba(245, 158, 11, 0.85), transparent 65%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transform: rotate(18deg) scale(1.4);
  transition: opacity 0.45s ease, transform 0.8s ease;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 1;
  width: 45%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: skewX(-18deg);
  transition: left 0.8s ease;
}

@keyframes serviceCardBreath {

  0%,
  100% {
    box-shadow: 0 4px 12px rgba(89, 33, 112, 0.05);
  }

  50% {
    box-shadow: 0 10px 24px rgba(89, 33, 112, 0.11);
  }
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-purple);
  animation-play-state: paused;
}

.service-card:hover::before {
  opacity: 1;
  transform: rotate(0) scale(1.05);
}

.service-card:hover::after {
  left: 135%;
}

.service-card-img-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.service-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card-img-wrap img {
  transform: scale(1.08);
}

.service-card-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(20, 8, 28, 0.05), rgba(89, 33, 112, 0.26));
  opacity: 0;
  transition: opacity 0.55s ease;
}

.service-card:hover .service-card-img-wrap::after {
  opacity: 1;
}

.service-card-icon {
  position: absolute;
  bottom: -20px;
  right: 25px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 20px rgba(89, 33, 112, 0.28);
  border: 3px solid #ffffff;
  transition: var(--transition);
  animation: serviceIconFloat 3.5s ease-in-out infinite;
  display: none;
}

@keyframes serviceIconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-5px) rotate(3deg);
  }
}

.service-card:hover .service-card-icon {
  animation-play-state: paused;
  transform: rotate(10deg) scale(1.1);
  background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-dark) 100%);
  color: #1a0f24;
}

.service-card-icon::after {
  content: '';
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(245, 158, 11, 0.5);
  border-radius: 19px;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-card:hover .service-card-icon::after {
  opacity: 1;
  transform: scale(1);
}

.service-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 72px;
  padding: 0 72px 0 18px;
  display: flex;
  align-items: center;
  background: #280d35;
  transition: background-color 0.45s ease;
}

.service-card-body::before {
  display: none;
}

.service-card:hover .service-card-body::before {
  display: none;
}

.service-card-body h4 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  transition: color 0.45s ease;
}

.service-swiper .service-card-body h4 {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible;
}

.service-details-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 64px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: var(--accent-gold);
  color: #07152f;
  font-size: 1.9rem;
  cursor: pointer;
  transition: var(--transition);
}

.service-details-trigger:hover,
.service-details-trigger:focus-visible {
  color: #ffffff;
  background: var(--primary-purple);
  transform: none;
  outline: none;
}

.service-card:hover .service-card-body {
  background: var(--accent-gold);
}

.service-card:hover .service-card-body h4 {
  color: #07152f;
}

.service-card:hover .service-details-trigger,
.service-card:hover .service-details-trigger:hover,
.service-card:hover .service-details-trigger:focus-visible {
  background: #280d35;
  color: #ffffff;
}

.service-card-body p,
.service-card-body .service-feature-bullets {
  display: none;
}

.service-details-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(20, 8, 28, 0.25);
}

.service-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 8, 28, 0.72);
  color: #ffffff;
  transition: var(--transition);
}

.service-modal-close:hover {
  background: var(--accent-gold);
  color: var(--heading-color);
  transform: rotate(90deg);
}

.service-modal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) 1.1fr;
}

.service-modal-image-wrap {
  position: relative;
  min-height: 390px;
  background: var(--primary-purple-subtle);
}

.service-modal-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.service-modal-icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-dark));
  color: var(--heading-color);
  font-size: 1.45rem;
  box-shadow: 0 10px 25px rgba(20, 8, 28, 0.2);
  animation: serviceIconFloat 3.5s ease-in-out infinite;
}

.service-modal-content {
  padding: 52px 44px 42px;
}

.service-modal-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent-gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-modal-content h3 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.service-modal-content p {
  color: var(--muted-color);
  margin-bottom: 24px;
}

.service-modal-features {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px dashed var(--border-color);
  border-bottom: 1px dashed var(--border-color);
}

.service-modal-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--heading-color);
  font-weight: 600;
}

.service-modal-features li i {
  color: #10b981;
}

@media (max-width: 767.98px) {
  .service-modal-layout {
    grid-template-columns: 1fr;
  }

  .service-modal-image-wrap,
  .service-modal-image-wrap img {
    min-height: 230px;
    height: 230px;
  }

  .service-modal-content {
    padding: 34px 24px 28px;
  }
}

.service-card-body p {
  color: var(--muted-color);
  font-size: 0.9rem;
  margin-bottom: 18px;
  flex: 1;
}

.service-feature-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px dashed var(--border-color);
  padding-top: 14px;
}

.service-feature-bullets li {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.service-feature-bullets li i {
  color: #10b981;
  font-size: 0.85rem;
}

.service-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
  margin-top: auto;
}

.btn-book-service {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-purple);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: var(--transition);
}

.btn-book-service:hover {
  color: var(--secondary-wine);
  transform: translateX(4px);
}


@media (max-width: 767.98px) {
  .services-section h2 {
    width: 100%;
    font-size: clamp(2.1rem, 9vw, 3.3rem);
  }

  .service-swiper {
    padding-right: 0;
    padding-left: 0;
  }

  .service-card {
    height: 390px;
    min-height: 390px;
  }
}

/* ==========================================================================
   Why Choose Us Section (Fixino Split Style + Counters)
   ========================================================================== */

.why-feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.why-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  background: var(--body-bg-alt);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.why-feature-card:hover {
  background: #ffffff;
  border-color: var(--primary-purple);
  box-shadow: var(--shadow-md);
  transform: translateX(6px);
}

.why-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary-purple-subtle);
  color: var(--primary-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.why-feature-card:hover .why-icon-box {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
}

.why-feature-card h6 {
  font-size: 1.05rem;
  margin-bottom: 3px;
}

.why-feature-card p {
  font-size: 0.85rem;
  color: var(--muted-color);
  margin-bottom: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 35px;
}

.stat-counter-card {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-card) 100%);
  color: #ffffff;
  padding: 30px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--dark-border);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.stat-counter-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(89, 33, 112, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--accent-gold);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.9rem;
  color: #d1c5d9;
  font-weight: 600;
}

/* Why Choose Us showcase */
.why-us-section {
  padding: 0;
  background: #f8f6fb;
  position: relative;
  overflow: hidden;
}

.why-showcase {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.5fr);
  min-height: 625px;
  overflow: hidden;
  /* border-radius: 4px 28px 4px 28px; */
  background: #08045e;
  box-shadow: 0 25px 65px rgba(8, 4, 94, 0.2);
}

.why-showcase-image {
  position: relative;
  min-height: 625px;
  overflow: hidden;
}

.why-showcase-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 4, 94, 0.02), rgba(8, 4, 94, 0.5));
}

.why-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.why-showcase:hover .why-showcase-image img {
  transform: scale(1.05);
}

.why-image-stamp {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: rgba(8, 4, 94, 0.78);
  color: #ffffff;
  backdrop-filter: blur(10px);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.why-image-stamp i {
  color: #b2cc22;
  font-size: 1.5rem;
}

.why-showcase-content {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(260px, 0.8fr);
  grid-template-rows: 1fr auto;
  gap: 25px 48px;
  padding: 70px 7% 42px;
  color: #ffffff;
}

.why-showcase-heading {
  align-self: center;
}

.why-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid rgba(178, 204, 34, 0.6);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(178, 204, 34, 0.13);
  font-size: 0.78rem;
  font-weight: 700;
}

.why-kicker i {
  color: #b2cc22;
}

.why-showcase-heading h2 {
  max-width: 560px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  font-weight: 400;
  line-height: 1.05;
}

.why-showcase-heading h2 em {
  color: #b2cc22;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.why-showcase-heading>p {
  max-width: 475px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
}

.why-showcase-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 11px 10px 11px 18px;
  border-radius: 4px;
  background: #b2cc22;
  color: #08045e;
  font-weight: 800;
}

.why-showcase-button i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 3px;
  background: #ffffff;
}

.why-showcase-button:hover {
  background: #ffffff;
  color: #08045e;
  transform: translateY(-3px);
}

.why-reasons-grid {
  display: grid;
  align-content: center;
  gap: 27px;
}

.why-reason-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
}

.why-reason-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 12px;
  background: rgba(47, 40, 128, 0.75);
  color: #ffffff;
  font-size: 1.45rem;
  transition: var(--transition);
}

.why-reason-item:hover .why-reason-icon {
  background: #b2cc22;
  color: #08045e;
  transform: rotate(-6deg) scale(1.08);
}

.why-reason-item h3 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}

.why-reason-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.why-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.why-metrics>div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.why-metrics strong {
  display: grid;
  min-width: 58px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #b2cc22;
  color: #08045e;
  font-size: 0.9rem;
}

.why-metrics span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.85rem;
  font-weight: 700;
}

.why-marquee {
  width: 100%;
  overflow: hidden;
  padding: 22px 0;
  background: #b2cc22;
  color: #ffffff;
}

.why-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 42px;
  animation: whyMarquee 28s linear infinite;
  white-space: nowrap;
}

.why-marquee-track span {
  font-size: clamp(1rem, 1.65vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.why-marquee-track i {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

@keyframes whyMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .why-showcase {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .why-showcase-content {
    grid-template-columns: 1fr;
    padding: 48px 7% 34px;
  }

  .why-reasons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .why-reason-item {
    display: block;
  }

  .why-reason-icon {
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .why-us-section {
    padding-top: 25px;
  }

  .why-showcase {
    display: block;
    border-radius: 0px;
  }

  .why-showcase-image {
    min-height: 360px;
    height: 360px;
  }

  .why-showcase-content {
    display: block;
    padding: 42px 24px 30px;
  }

  /* .why-showcase-heading h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  } */

  .why-reasons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .why-reason-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .why-reason-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 0;
  }

  .why-metrics {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-marquee {
    padding: 17px 0;
  }
}

/* Keep the Why Choose Us palette aligned with the main brand colors. */
#why-us .why-showcase {
  background: linear-gradient(135deg, var(--primary-purple-dark), var(--dark-bg));
  box-shadow: 0 25px 65px rgba(65, 20, 83, 0.24);
}

#why-us .why-showcase-image::after {
  background: linear-gradient(180deg, rgba(65, 20, 83, 0.04), rgba(20, 8, 28, 0.62));
}

#why-us .why-image-stamp {
  background: rgba(20, 8, 28, 0.82);
}

#why-us .why-image-stamp i,
#why-us .why-kicker i {
  color: var(--accent-gold);
}

#why-us .why-kicker {
  border-color: rgba(245, 158, 11, 0.6);
  background: rgba(245, 158, 11, 0.12);
}

#why-us .why-showcase-heading h2 em {
  color: var(--accent-gold);
}

#why-us .why-showcase-button,
#why-us .why-metrics strong {
  background: var(--accent-gold);
  color: var(--dark-bg);
}

#why-us .why-showcase-button:hover {
  background: #ffffff;
  color: var(--dark-bg);
}

#why-us .why-reason-icon {
  background: rgba(123, 46, 155, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#why-us .why-reason-item:hover .why-reason-icon {
  background: var(--accent-gold);
  color: var(--dark-bg);
}

#why-us .why-marquee {
  background: linear-gradient(90deg, var(--secondary-wine-dark), var(--secondary-wine), var(--primary-purple-dark));
}

#why-us .why-marquee-track i {
  color: var(--accent-gold);
}

/* ==========================================================================
   Free Inspection & Quotation Section (Interactive Booking Form)
   ========================================================================== */
/* .quote-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--dark-bg) 0%, #280a37 60%, var(--secondary-wine-dark) 100%);
  color: #ffffff;
  position: relative;
} */

.quote-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
}

.quote-card {
  background: #ffffff;
  color: var(--body-color);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.quote-property-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.property-option {
  position: relative;
}

.property-option input[type="radio"] {
  display: none;
}

.property-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: var(--radius-md);
  border: 2px solid var(--border-color);
  background: var(--body-bg-alt);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  text-align: center;
}

.property-option label i {
  font-size: 1.3rem;
  color: var(--primary-purple);
}

.property-option input[type="radio"]:checked+label {
  border-color: var(--primary-purple);
  background: var(--primary-purple-subtle);
  color: var(--primary-purple);
}

.form-control-custom {
  background: var(--body-bg-alt);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--heading-color);
  transition: var(--transition);
}

.form-control-custom:focus {
  background: #ffffff;
  border-color: var(--primary-purple);
  box-shadow: 0 0 0 4px rgba(89, 33, 112, 0.12);
  outline: none;
}

.quote-sidebar-benefits {
  position: relative;
  z-index: 2;
}

.quote-benefit-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.quote-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Reference-style inspection and quotation layout */
.quote-section {
  padding: 70px 0 75px;
  background: #ffffff;
  color: var(--body-color);
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  inset: 0 0 0 42%;
  background-image: radial-gradient(rgba(89, 33, 112, 0.12) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  opacity: 0.38;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.quote-layout {
  position: relative;
  z-index: 1;
  align-items: start;
  margin: 0;
}

.quote-layout>[class*="col-"] {
  padding: 0;
}

.quote-sidebar-benefits {
  position: relative;
  z-index: 2;
}

.quote-image-wrap {
  height: 435px;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 18px 40px rgba(20, 8, 28, 0.16);
}

.quote-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}

.quote-sidebar-benefits:hover .quote-image-wrap img {
  transform: scale(1.04);
}

.quote-sidebar-copy {
  padding: 62px 16px 0 8px;
}

.quote-sidebar-copy>p {
  max-width: 500px;
  margin-bottom: 34px;
  /* color: var(--muted-color); */
  font-size: 17px;
}

.quote-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.quote-contact-line>i {
  width: 26px;
  padding-top: 3px;
  color: #592170;
  font-size: 1.35rem;
}

.quote-contact-line span,
.quote-contact-line a {
  display: block;
}

.quote-contact-line span {
  margin-bottom: 2px;
  /* color: var(--muted-color); */
  font-size: 16px;
}

.quote-contact-line a {
  color: var(--heading-color);
  font-size: 1rem;
  font-weight: 700;
}

.quote-intro {
  /* min-height: 155px; */
  padding: 8px 12px 0 88px;
  margin-bottom: 30px;
}

.quote-intro p {
  max-width: 490px;
  margin: 0;
  /* color: var(--muted-color); */
  font-size: 15px;
  line-height: 1.65;
  text-align: justify;
}

.quote-card {
  margin: 0 0 0 -105px;
  padding: 42px 40px 34px;
  border: 1px solid rgba(89, 33, 112, 0.08);
  border-radius: 13px;
  background: #ffffff;
  color: var(--body-color);
  box-shadow: 0 20px 55px rgba(20, 8, 28, 0.14);
}

.quote-card h3 {
  color: var(--heading-color);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 500;
}

.quote-card>div:first-child p {
  max-width: 520px;
  font-size: 0.9rem;
}

.quote-property-selector {
  gap: 8px;
}

.property-option label {
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 8px;
}

.form-control-custom {
  border-radius: 7px;
  background: #ffffff;
  padding: 12px 14px;
}

.quote-card .themeht-btn {
  width: auto !important;
  min-width: 230px;
  background: var(--primary-purple) !important;
  color: #ffffff !important;
  /* padding: 20px 20px; */
  height: 60px;
}

.quote-card .themeht-btn .btn-icon {
  background: var(--accent-gold) !important;
  color: var(--dark-bg) !important;
}

@media (max-width: 991.98px) {
  .quote-intro {
    padding-left: 30px;
  }

  .quote-card {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .quote-section {
    padding: 65px 0 75px;
  }

  .quote-section::before {
    inset: 0;
    opacity: 0.18;
  }

  .quote-image-wrap {
    height: 320px;
    border-radius: 12px 12px 0 0;
  }

  .quote-sidebar-copy {
    padding: 32px 8px 0;
  }

  .quote-intro {
    min-height: 0;
    padding: 0px;
  }

  .quote-card {
    margin-left: 0;
    padding: 30px 20px 24px;
    border-radius: 12px;
  }

  .quote-card .themeht-btn {
    width: 100% !important;
  }
}

/* ==========================================================================
   Projects / Recent Work Showcase (Fixino Style)
   ========================================================================== */
.projects-section {
  padding: 60px 0;
  background: #59217005;
}

.project-swiper {
  position: relative;
  padding: 8px 0;
  overflow: hidden;
}

.project-swiper .swiper-wrapper {
  align-items: stretch;
}

.project-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.project-swiper .project-item {
  width: 100%;
}

.project-swiper-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 33, 112, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-purple);
  box-shadow: 0 8px 18px rgba(89, 33, 112, 0.12);
  transform: translateY(-50%);
  transition: var(--transition);
}

.project-swiper-button:hover,
.project-swiper-button:focus-visible {
  border-color: var(--accent-gold);
  background: var(--accent-gold);
  color: var(--dark-bg);
  outline: none;
  transform: translateY(-50%) scale(1.08);
}

.project-swiper-prev {
  left: 0;
}

.project-swiper-next {
  right: 0;
}

.project-swiper-button i {
  font-size: 0.8rem;
}

.project-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 320px;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-item:hover img {
  transform: scale(1.08);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20, 8, 28, 0.5), transparent 28%, transparent 65%, rgba(20, 8, 28, 0.86));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #ffffff;
  transition: var(--transition);
}

.project-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 8, 28, 0.94), transparent 58%);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.project-category-tag {
  position: absolute;
  left: 25px;
  bottom: 76px;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
  /* letter-spacing: 0.08em; */
  color: var(--accent-gold);
  font-weight: 600;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.projects-section h2 {
  font-size: 65px;
  font-weight: 500;
  width: 60%;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

.project-title {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  transform: none;
  transition: bottom 0.45s ease, color 0.45s ease;
}

.project-location {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2;
  font-size: 0.85rem;
  color: #d1c5d9;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease 0.06s, transform 0.45s ease 0.06s;
}

.project-item:hover .project-overlay::after {
  opacity: 1;
}

.project-item:hover .project-title {
  bottom: 108px;
  color: white;
}

.project-item:hover .project-category-tag,
.project-item:hover .project-location {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Testimonials (Fixino Style)
   ========================================================================== */
.testimonials-section {
  padding: 65px 0 65px;
  background: var(--body-bg-alt);
}

.testimonial-swiper {
  position: relative;
  padding: 8px 0;
  overflow: hidden;
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-swiper .testimonial-card {
  width: 100%;
}

.testimonials-section>.container {
  width: 90%;
  max-width: 1400px;
}

.testimonial-marquee {
  --testimonial-card-width: calc((min(90vw, 1400px) - 72px) / 4);
  position: relative;
  padding: 0;
  overflow: hidden;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: clamp(48px, 8vw, 130px);
  pointer-events: none;
  opacity: 0.95;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--body-bg-alt) 0%, rgba(250, 246, 252, 0.88) 35%, rgba(250, 246, 252, 0) 100%);
  /* box-shadow: 12px 0 30px rgba(89, 33, 112, 0.08); */
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--body-bg-alt) 0%, rgba(250, 246, 252, 0.88) 35%, rgba(250, 246, 252, 0) 100%);
  /* box-shadow: -12px 0 30px rgba(89, 33, 112, 0.08); */
}

.testimonial-row {
  position: relative;
}

.testimonial-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.testimonial-row:last-child {
  margin-bottom: 0;
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 24px;
  align-items: stretch;
  animation: testimonialMarqueeLeft 42s linear infinite;
}

.testimonial-row-two .testimonial-track {
  animation-name: testimonialMarqueeRight;
}

.testimonial-slide {
  width: var(--testimonial-card-width);
  flex: 0 0 var(--testimonial-card-width);
  display: flex;
}

.testimonial-slide .testimonial-card {
  min-height: 318px;
}

.testimonial-row:hover .testimonial-track {
  animation-play-state: paused;
}

@keyframes testimonialMarqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@keyframes testimonialMarqueeRight {
  from {
    transform: translateX(calc(-50% - 12px));
  }

  to {
    transform: translateX(0);
  }
}

section.testimonials-section h2 {
  font-size: 65px;
  font-weight: 500;
}

.testimonial-swiper-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
  display: none;
}

.testimonial-swiper-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary-purple);
  transition: var(--transition);
}

.testimonial-swiper-button:hover,
.testimonial-swiper-button:focus-visible {
  border-color: var(--accent-gold);
  background: var(--accent-gold);
  color: var(--dark-bg);
  outline: none;
}

.testimonial-card {
  background: #ffffff;
  padding: 28px 26px;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
}

.testimonial-client-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-purple);
}

.testimonial-card::after {
  content: '\f10e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 2.2rem;
  color: rgba(89, 33, 112, 0.08);
}

.star-rating {
  color: var(--accent-gold);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.testimonial-quote {
  font-size: 0.91rem;
  font-style: italic;
  color: var(--body-color);
  line-height: 1.65;
  margin-bottom: 20px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
}

.client-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-purple-subtle);
  color: var(--primary-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  overflow: hidden;
  flex-shrink: 0;
}

.client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-details h6 {
  font-size: 1rem;
  margin-bottom: 2px;
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 40px 0 50px;
  }

  .testimonial-swiper-controls {
    left: 0;
    right: auto;
  }
}

@media (max-width: 991.98px) {
  .testimonial-marquee {
    --testimonial-card-width: calc((90vw - 20px) / 2);
  }
}

@media (max-width: 575.98px) {
  .testimonial-marquee {
    --testimonial-card-width: calc(90vw - 8px);
  }

  .testimonial-track {
    gap: 16px;
    animation-duration: 34s;
  }

  .testimonial-slide .testimonial-card {
    min-height: 300px;
  }
}

.client-details span {
  font-size: 0.8rem;
  color: var(--muted-color);
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
  padding: 95px 0;
  background: #ffffff;
}

.accordion-custom .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md) !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.accordion-custom .accordion-button {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--heading-color);
  padding: 18px 24px;
  background: #ffffff;
  box-shadow: none;
}

.accordion-custom .accordion-button:not(.collapsed) {
  color: var(--primary-purple);
  background: var(--primary-purple-subtle);
}

.accordion-custom .accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary-purple);
}

.accordion-custom .accordion-body {
  padding: 18px 24px 22px;
  color: var(--muted-color);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ==========================================================================
   Contact Section & Map
   ========================================================================== */

section#contact h2 {
  font-size: 65px;
  font-weight: 500;
}

.contact-section {
  padding: 60px 0;
  /* background: var(--body-bg-alt); */
}

.contact-info-card {
  background: #ffffff;
  padding: 30px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  height: 100%;
}

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

.contact-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-item-text h6 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.contact-item-text p,
.contact-item-text a {
  color: var(--muted-color);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.contact-item-text a:hover {
  color: var(--primary-purple);
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 4px solid #ffffff;
  height: 100%;
  min-height: 380px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

/* ==========================================================================
   Footer Section (Fixino 4-Column Dark Slate Footer)
   ========================================================================== */
.footer-section {
  background: var(--dark-bg);
  color: #c8bed0;
  padding: 85px 0 30px;
  border-top: 1px solid var(--dark-border);
  position: relative;
}

.footer-widget h5 {
  color: #ffffff;
  font-size: 1.15rem;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

/* .footer-widget h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-purple-light), var(--accent-gold));
  border-radius: 2px;
} */

.footer-contact-item a {
  color: #c8bed0 !important;
}

a.company-name {
  color: #ffffffc7;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #c8bed0;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent-gold);
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.92rem;
}

.footer-contact-item i {
  color: var(--accent-gold);
  margin-top: 4px;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
  margin-top: 60px;
  text-align: center;
  font-size: 0.88rem;
  color: #9f91a8;
}

/* ==========================================================================
   Floating Action Buttons (WhatsApp & Call)
   ========================================================================== */
.floating-actions {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1040;
  align-items: center;
}

.floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: var(--transition);
  color: #ffffff;
}

.floating-whatsapp {
  background: #25d366;
  animation: pulseGreen 2.5s infinite;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.floating-call {
  background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-wine) 100%);
}

.floating-call:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.back-to-top {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark-bg);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  cursor: pointer;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--primary-purple);
  color: #ffffff;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */
@media (max-width: 1200px) {
  .banner-slider .hero-heading {
    font-size: 58px;
  }

  .header-number {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .banner-slider,
  .banner-slider .swiper,
  .banner-slider .swiper-wrapper,
  .banner-slider .swiper-slide {
    height: 750px;
  }

  .banner-slider .hero-heading {
    font-size: 46px;
  }

  .banner-slider .banner-content {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .banner-swiper-controls {
    bottom: 30px;
    right: 30px;
  }

  .main-navbar {
    background: rgba(20, 8, 28, 0.98);
    padding: 14px 0;
  }

  .about-img-main {
    width: 100%;
    height: 380px;
  }

  .about-img-secondary {
    display: none;
  }

  .quote-card {
    padding: 25px;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .why-us-section,
  .why-marquee,
  .testimonial-marquee {
    overflow-x: hidden;
  }

  /* .side-overlay-drawer,
  .side-overlay-drawer .offcanvas-body {
    overflow-y: visible !important;
  } */

  .side-overlay-drawer .offcanvas-body {
    margin-top: 40px !important;
  }


  .project-swiper {
    padding-right: 0;
    padding-left: 0;
  }

  .project-swiper-button {
    width: 32px;
    height: 32px;
  }

  .topbar {
    display: none;
  }

  .side-overlay-quote-btn {
    display: inline-flex;
    margin-bottom: 24px;
  }

  .themeht-btn-fixino {
    padding-left: 12px;
    gap: 6px;
    font-size: 12px;
  }

  .themeht-btn-fixino .btn-icon {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .banner-slider,
  .banner-slider .swiper,
  .banner-slider .swiper-wrapper,
  .banner-slider .swiper-slide {
    height: 680px;
  }

  .banner-slider .swiper-slide {
    align-items: center;
  }

  .banner-slider .hero-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .banner-slider .hero-desc {
    font-size: 1rem;
  }

  .banner-slider .banner-content {
    padding-top: 220px;
    padding-bottom: 110px;
  }

  .banner-swiper-controls {
    display: none;
  }

  .banner-trust-pills {
    gap: 14px;
  }

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

  .quick-info-strip {
    margin-top: 0;
  }

  .feature-box {
    min-height: 108px;
    padding: 20px;
  }

  .feature-content h5 {
    font-size: 1rem;
    white-space: normal;
  }
}

@media (max-width: 400px) {
  .themeht-btn-fixino {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    gap: 0;
  }

  .themeht-btn-fixino .btn-text {
    display: none;
  }

  .themeht-btn-fixino .btn-icon {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #ffffff;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  /* .quick-info-strip {
    padding-top: 165px;
  } */

  .quick-info-strip .container {
    max-width: 100%;
  }

  .quick-info-strip .row {
    flex-wrap: wrap;
  }

  .quick-info-strip .col-lg-3 {
    width: 50%;
    flex: 0 0 50%;
    height: 110px;
  }

  .feature-box {
    height: 110px;
    padding: 0 25px;
  }

  .feature-icon-circle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 13px;
    font-size: 21px;
  }

  .feature-content h5 {
    font-size: 18px;
    white-space: normal;
  }

  .feature-content p {
    font-size: 13px;
  }

  .quick-info-strip .col-lg-3:hover .feature-box,
  .quick-info-strip .col-lg-3:focus-within .feature-box {
    height: 270px;
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .quick-info-strip {
    padding-top: 0;
  }

  .quick-info-strip .container {
    max-width: 100%;
    padding: 0;
  }

  .quick-info-strip .row {
    display: block;
  }

  .quick-info-strip .col-lg-3 {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .feature-box {
    position: relative;
    height: auto;
    min-height: 140px;
    padding: 30px 22px;
    transition: none;
    box-shadow: none;
    align-items: flex-start;
  }

  .feature-icon-circle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 13px;
    font-size: 20px;
    border-width: 1px;
  }

  .feature-content h5 {
    font-size: 18px;
    line-height: 1.2;
    white-space: normal;
    margin-top: 0;
  }

  .feature-content p {
    display: block;
    max-height: none;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .quick-info-strip .col-lg-3:hover,
  .quick-info-strip .col-lg-3:focus-within {
    z-index: 1;
  }

  .quick-info-strip .col-lg-3:hover .feature-box,
  .quick-info-strip .col-lg-3:focus-within .feature-box {
    height: auto;
    padding-top: 0;
    align-items: flex-start;
    box-shadow: none;
  }
}

@media (max-width: 400px) {
  .quick-info-strip .col-lg-3 {
    height: auto;
  }

  .feature-box,
  .quick-info-strip .col-lg-3:hover .feature-box,
  .quick-info-strip .col-lg-3:focus-within .feature-box {
    height: auto;
    min-height: auto;
    padding: 30px 18px;
  }

  .feature-icon-circle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 18px;
  }

  .feature-content h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding: 40px 0 30px;
  }

  .about-section h2 {
    font-size: 35px;
  }

  .about-flex-img {
    display: none;
  }

  .why-showcase-heading h2 {
    font-size: 35px;
  }

  .projects-section h2 {
    font-size: 35px;
    width: 100%;
  }

  section.testimonials-section h2 {
    font-size: 35px;
  }

  section#contact h2 {
    font-size: 35px;
  }

  .about-section {
    padding: 40px 0 10px;
  }

  .about-content-col {
    margin-top: 30px;
  }

  .services-section {
    padding: 40px 0;
  }

  .service-swiper {
    padding: 0px 8px 50px;
  }

  .services-section {
    padding: 40px 0 0px;
  }

  .quote-contact-line:last-child {
    margin-bottom: 0px;
  }

  .projects-section {
    padding: 0px 0 30px;
  }

  .contact-section {
    padding: 35px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-section h2 {
    font-size: 40px;
  }

  .service-details-modal .modal-dialog {
    max-width: 700px;
  }

  .why-showcase {
    grid-template-columns: repeat(1, 1fr);
  }

  .projects-section h2 {
    font-size: 40px;
  }

  section.testimonials-section h2 {
    font-size: 40px;
  }

  section#contact h2 {
    font-size: 40px;
  }

  .about-content-col {
    margin-top: 35px;
  }

  .about-section h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .testimonial-marquee {
    --testimonial-card-width: calc((min(90vw, 1400px) - 48px) / 3);
  }

  .quick-info-strip .col-lg-3 {
    width: 50%;
    flex: 0 0 50%;
  }


  .about-img-secondary {
    bottom: -150px;
    right: -33px;
  }

  .about-img-main {
    width: 100%;
  }

  .about-section h2 {
    font-size: 45px;
  }

  .services-section h2,
  .why-showcase-heading h2 {
    font-size: 45px;
  }

  .why-showcase,
  .why-showcase-image {
    min-height: 400px;
  }

  .quote-sidebar-copy>p {
    max-width: 450px;
  }

  .quote-intro {
    padding: 8px 12px 0 15px;
  }

  .projects-section h2 {
    font-size: 45px;
    width: 100%;
  }

  section.testimonials-section h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

  .quick-info-strip .col-lg-3:hover .feature-box,
  .quick-info-strip .col-lg-3:focus-within .feature-box {
    height: 360px;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .quick-info-strip .col-lg-3:hover .feature-content h5,
  .quick-info-strip .col-lg-3:focus-within .feature-content h5 {
    margin-top: 0;
    font-size: 18px;
    white-space: normal;
  }

  .quick-info-strip .col-lg-3:hover .feature-content p,
  .quick-info-strip .col-lg-3:focus-within .feature-content p {
    max-height: 270px;
    margin-top: 12px;
    /* font-size: 14px; */
    line-height: 1.5;
    text-align: left;
  }

  .site-fluid-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-logo-img {
    height: 60px;
  }

  .brand-title-group {
    margin-left: 12px;
  }

  .brand-title {
    font-size: 0.98rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .brand-since {
    font-size: 0.54rem;
    padding: 2px 8px 2px 6px;
    letter-spacing: 0.13em;
  }

  .navbar-brand {
    margin-right: 1rem !important;
  }

  .header-nav-box {
    gap: 0;
    padding: 4px 5px;
  }

  .header-nav-box .nav-link {
    padding: 8px 10px !important;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
  }

  .header-number {
    gap: 8px;
    margin-right: 0;
  }

  .header-number-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .header-number-text span {
    font-size: 0.62rem;
  }

  .header-number-text a {
    font-size: 0.78rem;
  }

  .themeht-btn-fixino {
    padding-left: 12px;
    gap: 7px;
    font-size: 11px;
  }

  .themeht-btn-fixino .btn-icon {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .header-sidenav-toggle {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .about-section h2 {
    font-size: 50px;
  }

  .about-img-main {
    width: 100%;
  }

  .services-section h2 {
    font-size: 50px;
  }

  .why-showcase-heading h2 {
    font-size: 50px;
  }

  .projects-section h2 {
    font-size: 50px;
  }

  section.testimonials-section h2 {
    font-size: 50px;
  }

  section#contact h2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1680px) {
  .site-fluid-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-logo-img {
    height: 60px;
  }

  .brand-title-group {
    margin-left: 12px;
  }

  .brand-title {
    font-size: 0.98rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .brand-since {
    font-size: 0.52rem;
    padding: 2px 7px 2px 5px;
    letter-spacing: 0.11em;
  }


  .header-nav-box {
    gap: 0;
    padding: 4px 5px;
  }

  .header-nav-box .nav-link {
    padding: 8px 15px !important;
    letter-spacing: 0.02em;
  }

  .header-number {
    gap: 8px;
    margin-right: 0;
  }





  .themeht-btn-fixino {
    padding-left: 12px;
    gap: 7px;
  }

  .themeht-btn-fixino .btn-icon {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .header-sidenav-toggle {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}