@charset "UTF-8";
/* =====================================================
   SHASTA THEME VARIABLES
   ===================================================== */
/* -----------------------------------------------------
   Brand Colors
   These define the identity of the website.
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Neutral Colors
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Semantic Colors
   These should NOT follow the brand theme.
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Derived Brand Colors
   Automatically generated from primary.
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Border Colors
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Background Colors
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Shadows
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Border Radius
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Transitions
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Typography
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Z-Index Scale
   ----------------------------------------------------- */
/* Footer colors */
/* Primary transparencies */
/* Light transparencies */
/* White transparencies */
/* Transparencies */
/* Layout */
/* ============================================
   SHASTA — HEADER + FOOTER (Conflict-Free)
   ============================================ */
/* ========== TOPBAR (scoped — NOT footer) ========== */
.container-fluid.bg-dark:not(.footer) {
  background: #000000 !important;
  padding: 0 2.5rem !important;
  border-bottom: 2px solid rgba(142, 46, 141, 0.35) !important;
}

.container-fluid.bg-dark:not(.footer) .row {
  height: 44px;
  align-items: center;
}

.container-fluid.bg-dark:not(.footer) .h-100.d-inline-flex {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.container-fluid.bg-dark:not(.footer) small {
  font-size: 12.5px;
  color: rgba(232, 164, 38, 0.82);
  letter-spacing: 0.01em;
  font-weight: 400;
}

.container-fluid.bg-dark:not(.footer) .btn-sm-square.rounded-circle.bg-primary {
  background: rgba(142, 46, 141, 0.15) !important;
  border: 1px solid rgba(142, 46, 141, 0.4) !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.container-fluid.bg-dark:not(.footer) .btn-sm-square.rounded-circle.bg-primary small {
  font-size: 10px !important;
  color: #8E2E8D !important;
}

/* ========== NAVBAR ========== */
nav.navbar.navbar-expand-lg {
  background: #FFFFFF !important;
  padding: 0 2.5rem !important;
  height: 70px !important;
  border-bottom: none !important;
  box-shadow: 0 2px 0 0 rgba(142, 46, 141, 0.25), 0 1px 12px rgba(0, 0, 0, 0.06) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1030 !important;
}

/* Push content down so navbar doesn't overlap it */
body {
  padding-top: 70px !important;
}

nav.navbar.navbar-expand-lg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #8E2E8D 0%, rgba(142, 46, 141, 0.2) 55%, transparent 100%);
  pointer-events: none;
}

/* ========== BRAND / LOGO ========== */
nav.navbar .navbar-brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  padding: 0 !important;
  text-decoration: none !important;
}

nav.navbar .navbar-brand img {
  max-height: 46px !important;
  width: auto !important;
  border-radius: 6px;
}

nav.navbar .navbar-brand .fw-bold.text-primary {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* ========== NAV LINKS ========== */
nav.navbar .navbar-nav {
  align-items: center;
  gap: 2px;
}

nav.navbar .navbar-nav .nav-item.nav-link,
nav.navbar .navbar-nav a.nav-item.nav-link {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  padding: 7px 5px !important;
  border-radius: 7px !important;
  transition: background 0.15s ease, color 0.15s ease !important;
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1.4;
}

nav.navbar .navbar-nav .nav-item.nav-link:hover,
nav.navbar .navbar-nav a.nav-item.nav-link:hover {
  background: #E8A426 !important;
  color: #8E2E8D !important;
}

nav.navbar .navbar-nav .nav-link.active,
nav.navbar .navbar-nav .dropdown-toggle.active {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

nav.navbar .navbar-nav .nav-link.active:hover,
nav.navbar .navbar-nav .dropdown-toggle.active:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  color: #FFFFFF !important;
}

/* ========== DROPDOWN ========== */
nav.navbar .nav-item.dropdown > a.nav-link {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  padding: 7px 5px !important;
  border-radius: 7px !important;
  transition: background 0.15s, color 0.15s !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px;
}

nav.navbar .nav-item.dropdown > a.nav-link:hover {
  background: #E8A426 !important;
  color: #8E2E8D !important;
}

nav.navbar .dropdown-menu.rounded-0.rounded-bottom {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  padding: 6px !important;
  margin-top: 6px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09) !important;
  background: #FFFFFF !important;
  min-width: 175px;
}

nav.navbar .dropdown-menu .dropdown-item {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  padding: 9px 14px !important;
  border-radius: 6px !important;
  transition: background 0.15s, color 0.15s !important;
}

nav.navbar .dropdown-menu .dropdown-item:hover {
  background: #E8A426 !important;
  color: #8E2E8D !important;
}

/* ========== CTA BUTTON ========== */
nav.navbar a.btn.btn-primary {
  background: #8E2E8D !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, transform 0.1s ease !important;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: none !important;
}

nav.navbar a.btn.btn-primary:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-1px);
}

nav.navbar a.btn.btn-primary:active {
  transform: translateY(0px);
}

/* ========== HAMBURGER ========== */
nav.navbar .navbar-toggler {
  border: 1.5px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 7px !important;
  padding: 6px 9px !important;
  background: transparent !important;
}

nav.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(142, 46, 141, 0.2) !important;
}

nav.navbar .navbar-toggler-icon {
  /* Leave SVG untouched */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231A1A1A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ========== HEADER MOBILE ========== */
@media (max-width: 991px) {
  .container-fluid.bg-dark:not(.footer) .row.gx-4.d-none.d-lg-flex {
    display: none !important;
  }
  nav.navbar.navbar-expand-lg {
    height: auto !important;
    padding: 14px 1.25rem !important;
  }
  nav.navbar .navbar-collapse {
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 12px;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
  }
  nav.navbar .navbar-nav {
    gap: 2px;
    padding: 0 4px;
  }
  nav.navbar .navbar-nav .nav-item.nav-link,
  nav.navbar .navbar-nav a.nav-item.nav-link {
    padding: 11px 14px !important;
    border-radius: 7px !important;
    width: 100%;
  }
  nav.navbar .nav-item.dropdown > a.nav-link {
    padding: 11px 14px !important;
    width: 100%;
  }
  nav.navbar .dropdown-menu.rounded-0.rounded-bottom {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    background: rgb(232.9775, 167.8675, 47.2225) !important;
    border-radius: 7px !important;
    margin: 4px 0 4px 14px !important;
    padding: 4px !important;
  }
  nav.navbar a.btn.btn-primary {
    margin: 10px 4px 4px 4px !important;
    width: calc(100% - 8px) !important;
    display: block !important;
    text-align: center !important;
  }
  nav.navbar.navbar-expand-lg {
    position: fixed !important;
  }
  body {
    padding-top: 64px !important;
  }
  nav.navbar .navbar-collapse.show {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }
}
@media (max-width: 576px) {
  .container-fluid.bg-dark:not(.footer) {
    display: none !important;
  }
}
/* ===== TOPBAR ADMIN LOGIN ICON ===== */
.topbar-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(142, 46, 141, 0.12);
  border: 1px solid rgba(142, 46, 141, 0.3);
  color: #8E2E8D;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.15s ease;
  margin-left: 14px;
}

.topbar-admin-link:hover {
  background: #8E2E8D;
  color: #FFFFFF;
}

/* ========== MOBILE NAVBAR FIXES ========== */
@media (max-width: 991px) {
  /* Reduce navbar padding */
  nav.navbar.navbar-expand-lg {
    padding: 8px 1rem !important;
    height: auto !important;
    min-height: 60px !important;
  }
  /* Shrink logo image */
  nav.navbar .navbar-brand img {
    max-height: 36px !important;
  }
  /* Shrink brand name text and prevent overflow */
  nav.navbar .navbar-brand .fw-bold.text-primary {
    font-size: 0.78rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px !important;
  }
  /* Shrink the brand container itself */
  nav.navbar .navbar-brand {
    gap: 6px !important;
    max-width: calc(100% - 60px) !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }
  /* Hamburger — smaller and tighter */
  nav.navbar .navbar-toggler {
    padding: 5px 7px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
  }
  nav.navbar .navbar-toggler-icon {
    width: 20px !important;
    height: 20px !important;
  }
  /* Body top padding to match actual mobile navbar height */
  body {
    padding-top: 60px !important;
  }
  /* Collapsed menu */
  nav.navbar .navbar-collapse {
    background: #ffffff;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
    margin-top: 8px;
    padding: 8px 0;
    border-radius: 0 0 10px 10px;
  }
  nav.navbar .navbar-collapse.show {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  /* Even smaller screens — further reduce brand name */
  nav.navbar .navbar-brand .fw-bold.text-primary {
    font-size: 0.7rem !important;
    max-width: 200px !important;
  }
  nav.navbar .navbar-brand img {
    max-height: 30px !important;
  }
  body {
    padding-top: 56px !important;
  }
}
/* ============================================
   CAROUSEL / SLIDER FIXES
   ============================================ */
/* ===== OWL NAV ARROWS — reposition to bottom center ===== */
.header-carousel .owl-nav {
  position: absolute !important;
  bottom: 28px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 12px !important;
  margin: 0 !important;
  z-index: 5;
  /* Remove any left/right absolute positioning from default theme */
  top: auto !important;
  right: auto !important;
  width: auto !important;
}

.header-carousel .owl-nav button.owl-prev,
.header-carousel .owl-nav button.owl-next {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.header-carousel .owl-nav button.owl-prev:hover,
.header-carousel .owl-nav button.owl-next:hover {
  background: var(--primary, #7b2d8b) !important;
  border-color: var(--primary, #7b2d8b) !important;
}

.header-carousel .owl-nav button span {
  font-size: 22px !important;
  line-height: 1 !important;
  margin-top: -2px;
  display: block;
  color: #ffffff !important;
}

/* ===== OWL DOTS — center above nav ===== */
.header-carousel .owl-dots {
  position: absolute !important;
  bottom: 82px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  z-index: 5;
}

.header-carousel .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.4) !important;
  display: block !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
  border: none !important;
}

.header-carousel .owl-dots .owl-dot.active span {
  background: var(--primary, #7b2d8b) !important;
  width: 26px !important;
  border-radius: 4px !important;
}

/* ===== ENSURE SLIDE HAS ENOUGH BOTTOM SPACE FOR NAV ===== */
.header-carousel .owl-carousel-item {
  min-height: 500px;
  padding-bottom: 100px;
}

.header-carousel .carousel-inner {
  padding-bottom: 20px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .header-carousel .owl-carousel-item {
    min-height: 420px;
    padding-bottom: 90px;
  }
  .header-carousel .owl-nav {
    bottom: 16px !important;
    gap: 10px !important;
  }
  .header-carousel .owl-nav button.owl-prev,
  .header-carousel .owl-nav button.owl-next {
    width: 38px !important;
    height: 38px !important;
  }
  .header-carousel .owl-dots {
    bottom: 68px !important;
  }
  .header-carousel h1.display-3 {
    font-size: 1.6rem !important;
  }
  .header-carousel p.fs-5 {
    font-size: 0.9rem !important;
    padding: 0 1rem !important;
  }
  .header-carousel a.btn {
    padding: 10px 24px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .header-carousel h1.display-3 {
    font-size: 1.3rem !important;
  }
  .header-carousel .owl-carousel-item {
    min-height: 380px;
  }
}
/* ============================================
   SHASTA FOOTER
   ============================================ */
/* ========== MAIN FOOTER WRAPPER ========== */
.container-fluid.bg-dark.footer {
  background: #000000 !important;
  border-top: 3px solid #8E2E8D !important;
  padding-top: 60px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.container-fluid.bg-dark.footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.container-fluid.bg-dark.footer .row.g-5 {
  padding-bottom: 48px;
}

/* ========== COLUMN HEADINGS ========== */
.container-fluid.bg-dark.footer h5.text-light {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #8E2E8D !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(142, 46, 141, 0.25) !important;
}

/* ========== CONTACT INFO ITEMS ========== */
.container-fluid.bg-dark.footer p.mb-2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13.5px !important;
  color: rgba(232, 164, 38, 0.7) !important;
  margin-bottom: 14px !important;
  line-height: 1.6 !important;
}

.container-fluid.bg-dark.footer p.mb-2 i {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background: rgba(142, 46, 141, 0.12);
  border: 1px solid rgba(142, 46, 141, 0.28);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #8E2E8D;
  margin-right: 0 !important;
  margin-top: 2px;
}

/* ========== SOCIAL BUTTONS ========== */
.container-fluid.bg-dark.footer .d-flex.pt-2 {
  gap: 8px !important;
  padding-top: 18px !important;
}

.container-fluid.bg-dark.footer .btn.btn-square.btn-outline-secondary.rounded-circle {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: transparent !important;
  color: rgba(232, 164, 38, 0.5) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s !important;
  padding: 0 !important;
}

.container-fluid.bg-dark.footer .btn.btn-square.btn-outline-secondary.rounded-circle:hover {
  background: #8E2E8D !important;
  border-color: #8E2E8D !important;
  color: #FFFFFF !important;
}

/* ========== FOOTER LINKS ========== */
.container-fluid.bg-dark.footer a.btn.btn-link {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: rgba(232, 164, 38, 0.65) !important;
  text-decoration: none !important;
  padding: 7px 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 0 !important;
  text-align: left !important;
  background: transparent !important;
  transition: color 0.15s, padding-left 0.15s !important;
  box-shadow: none !important;
}

.container-fluid.bg-dark.footer a.btn.btn-link:last-child {
  border-bottom: none !important;
}

.container-fluid.bg-dark.footer a.btn.btn-link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #8E2E8D;
  opacity: 0.7;
  flex-shrink: 0;
}

.container-fluid.bg-dark.footer a.btn.btn-link:hover {
  color: #8E2E8D !important;
  padding-left: 5px !important;
  background: transparent !important;
}

/* ========== COMPANY COLUMN TEXT ========== */
.container-fluid.bg-dark.footer .col-lg-3:last-child p {
  font-size: 13.5px !important;
  color: rgba(232, 164, 38, 0.55) !important;
  line-height: 1.75 !important;
  margin-bottom: 14px !important;
}

.container-fluid.bg-dark.footer .col-lg-3:last-child p.mb-0 {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  background: rgba(142, 46, 141, 0.1) !important;
  border: 1px solid rgba(142, 46, 141, 0.25) !important;
  border-radius: 7px !important;
  padding: 8px 14px !important;
  font-size: 12.5px !important;
  color: #8E2E8D !important;
  line-height: 1.6 !important;
  margin-top: 4px;
  width: 100%;
}

/* ========== COPYRIGHT BAR ========== */
.container-fluid.py-4[style*="background:#000000"],
.container-fluid.py-4[style*="background: #000000"] {
  background: #0a0a0a !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.container-fluid.py-4[style*="background:#000000"] .col-md-6,
.container-fluid.py-4[style*="background: #000000"] .col-md-6 {
  font-size: 12.5px !important;
  color: rgba(232, 164, 38, 0.35) !important;
}

.container-fluid.py-4[style*="background:#000000"] a.border-bottom,
.container-fluid.py-4[style*="background: #000000"] a.border-bottom {
  color: #8E2E8D !important;
  border-bottom: 1px solid rgba(142, 46, 141, 0.4) !important;
  text-decoration: none !important;
  transition: border-color 0.15s !important;
}

.container-fluid.py-4[style*="background:#000000"] a.border-bottom:hover,
.container-fluid.py-4[style*="background: #000000"] a.border-bottom:hover {
  border-color: #8E2E8D !important;
}

/* ========== BACK TO TOP ========== */
.back-to-top {
  background: #8E2E8D !important;
  border: none !important;
  border-radius: 10px !important;
  width: 42px !important;
  height: 42px !important;
  box-shadow: 0 4px 14px rgba(142, 46, 141, 0.35) !important;
  transition: background 0.15s, transform 0.15s !important;
}

.back-to-top:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px) !important;
}

/* ========== FOOTER MOBILE ========== */
@media (max-width: 767px) {
  .container-fluid.bg-dark.footer {
    padding-top: 40px !important;
  }
  .container-fluid.bg-dark.footer .row.g-5 {
    padding-bottom: 32px;
  }
  .container-fluid.bg-dark.footer h5.text-light {
    margin-top: 8px !important;
  }
  .container-fluid.py-4[style*="background:#000000"] .row,
  .container-fluid.py-4[style*="background: #000000"] .row {
    text-align: center !important;
  }
  .container-fluid.py-4[style*="background:#000000"] .col-md-6,
  .container-fluid.py-4[style*="background: #000000"] .col-md-6 {
    margin-bottom: 4px !important;
  }
}
/* ===== FOOTER ADMIN ICON ===== */
.footer-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(142, 46, 141, 0.1);
  border: 1px solid rgba(142, 46, 141, 0.25);
  color: #8E2E8D;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.15s ease;
  margin-left: 10px;
  vertical-align: middle;
}

.footer-admin-link:hover {
  background: #8E2E8D;
  color: #FFFFFF;
}

/* Pages */
/* ===== Team Section ===== */
.container-xxl.py-5 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background: #FFFFFF;
}

/* Header */
.text-center .bg-primary {
  background: #8E2E8D !important;
  width: 48px !important;
  height: 2px !important;
  margin-bottom: 20px !important;
  border-radius: 0;
}

.text-center .display-5 {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.5px;
  margin-bottom: 48px !important;
}

/* Card */
.team-item {
  border: 1px solid #E8E4DC;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.team-item:hover {
  border-color: #8E2E8D;
  transform: translateY(-3px);
}

/* Image wrapper */
.team-item .overflow-hidden.position-relative {
  aspect-ratio: 1/1;
  background: #E8A426;
}

.team-item .overflow-hidden.position-relative img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.team-item:hover .overflow-hidden.position-relative img.img-fluid {
  transform: scale(1.04);
}

/* Social overlay — hidden by default, revealed on hover */
.team-social {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.team-item:hover .team-social {
  opacity: 1;
}

/* Social icon buttons */
.team-social .btn.btn-square.btn-dark.rounded-circle {
  width: 36px !important;
  height: 36px !important;
  min-width: unset;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  border: none !important;
  color: #000000 !important;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  transform: translateY(6px);
  transition: background 0.15s ease, color 0.15s ease, transform 0.25s ease;
  text-decoration: none;
}

.team-item:hover .team-social .btn.btn-square.btn-dark.rounded-circle {
  transform: translateY(0);
}

.team-social .btn.btn-square.btn-dark.rounded-circle:hover {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
}

/* Info block */
.team-item .text-center.p-4 {
  padding: 18px 16px 20px !important;
  text-align: center;
}

/* Name */
.team-item h5.mb-1 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 4px !important;
}

/* Position */
.team-item span.text-primary {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #8E2E8D !important;
  margin-bottom: 10px !important;
}

/* Bio */
.team-item p.small.text-muted {
  font-size: 12px;
  color: #888888 !important;
  line-height: 1.65;
  margin: 0;
}

/* ===== Team — equal height cards ===== */
/* Force all cards to the same total height */
.team-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image always takes up the same square */
.team-item .overflow-hidden.position-relative {
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

/* Info block stretches to fill remaining height */
.team-item .text-center.p-4 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Bio pushed to bottom so names/positions stay top-aligned */
.team-item p.small.text-muted {
  margin-top: auto !important;
  padding-top: 8px;
}

/* ===== Team — Read More Button ===== */
.team-readmore {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: 10px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #8E2E8D !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  letter-spacing: 0.3px !important;
  transition: gap 0.2s ease !important;
  text-decoration: none !important;
}

.team-readmore:hover {
  gap: 8px !important;
}

.team-readmore svg {
  transition: transform 0.2s ease !important;
}

.team-readmore:hover svg {
  transform: translateX(2px) !important;
}

/* ===== Modal overlay ===== */
.team-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.team-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== Modal card ===== */
.team-modal {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  overflow: hidden;
}

.team-modal-overlay.active .team-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ===== Modal photo strip ===== */
.team-modal-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-modal-photo-placeholder {
  width: 100%;
  height: 220px;
  background: #E8A426;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8C0B0;
}

/* ===== Modal body ===== */
.team-modal-body {
  padding: 28px 32px 32px;
}

.team-modal-name {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 4px;
}

.team-modal-position {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #8E2E8D;
  display: block;
  margin-bottom: 20px;
}

.team-modal-divider {
  border: none;
  border-top: 1px solid #E8A426;
  margin: 0 0 20px;
}

.team-modal-bio {
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
  margin: 0;
}

/* ===== Modal close button ===== */
.team-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, color 0.15s ease;
  z-index: 10;
}

.team-modal-close:hover {
  background: #8E2E8D;
  color: #FFFFFF;
}

.team-modal-inner {
  position: relative;
}

/* ===== Modal social links ===== */
.team-modal-social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.team-modal-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #E8A426;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.team-modal-social a:hover {
  background: #8E2E8D;
  color: #FFFFFF;
}

/* ============================================
   TEAM CAROUSEL
   ============================================ */
.team-carousel {
  margin-bottom: 8px;
}

/* Cards inside Owl need bottom margin for shadow + lift */
.team-carousel .team-item {
  margin: 6px 0 40px;
}

.team-carousel .owl-stage-outer {
  overflow: visible;
  padding: 4px 0;
}

/* ===== NAV WRAPPER ===== */
.team-carousel .owl-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

/* ===== ARROWS ===== */
.team-carousel .owl-nav button.owl-prev,
.team-carousel .owl-nav button.owl-next {
  position: static !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #8E2E8D !important;
  border: none !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: all 0.15s ease !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-shadow: 0 6px 18px rgba(142, 46, 141, 0.35) !important;
}

.team-carousel .owl-nav button.owl-prev:hover,
.team-carousel .owl-nav button.owl-next:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  box-shadow: 0 10px 24px rgba(142, 46, 141, 0.45) !important;
  transform: translateY(-2px) !important;
}

.team-carousel .owl-nav button span,
.team-carousel .owl-nav button i {
  font-size: 18px !important;
  line-height: 1 !important;
  color: #FFFFFF !important;
  display: block;
}

/* ===== DOTS ===== */
.team-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.team-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0;
  transition: all 0.25s ease;
}

.team-carousel .owl-dots .owl-dot.active span {
  background: #8E2E8D;
  width: 26px;
  border-radius: 4px;
}

.team-carousel .owl-dots .owl-dot:hover span {
  background: rgba(142, 46, 141, 0.5);
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .team-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    margin-top: 12px;
  }
  .team-carousel .owl-nav button.owl-prev,
  .team-carousel .owl-nav button.owl-next {
    width: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
  }
  .team-carousel .owl-nav button span,
  .team-carousel .owl-nav button i {
    font-size: 15px !important;
  }
}
/* Fallback grid before Owl initializes */
.team-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 22px;
}

.team-carousel:not(.owl-loaded) .team-item {
  flex: 1 1 calc(25% - 17px);
  min-width: 240px;
}

/* ===== TESTIMONIALS — Single Card Centered Style ===== */
.container-xxl:has(.testimonial-carousel) {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background: #FFFFFF !important;
}

.container-xxl:has(.testimonial-carousel) .bg-primary {
  background: #8E2E8D !important;
  width: 48px !important;
  height: 2px !important;
  margin-bottom: 20px !important;
}

.container-xxl:has(.testimonial-carousel) .display-5 {
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: #000000 !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 48px !important;
}

/* ===== Photo dots — keep template layout, restyle ===== */
.testimonial-carousel.owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.testimonial-carousel.owl-carousel .owl-dot {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  outline: none !important;
  transition: transform 0.3s ease !important;
}

.testimonial-carousel.owl-carousel .owl-dot span {
  display: none !important;
}

/* Inactive photos — small and faded */
.testimonial-carousel.owl-carousel .owl-dot img {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  opacity: 0.35 !important;
  border: 2px solid transparent !important;
  filter: grayscale(30%) !important;
  transition: all 0.35s ease !important;
}

/* Active photo — large and vivid */
.testimonial-carousel.owl-carousel .owl-dot.active img {
  width: 80px !important;
  height: 80px !important;
  opacity: 1 !important;
  border-color: #8E2E8D !important;
  filter: grayscale(0%) !important;
  box-shadow: 0 0 0 4px rgba(142, 46, 141, 0.15) !important;
}

/* ===== Quote icon below active photo ===== */
.testimonial-carousel.owl-carousel .owl-dot.active::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
}

/* ===== Stage overflow ===== */
.testimonial-carousel.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  padding: 0 !important;
}

/* ===== Single card ===== */
.testimonial-item {
  background: #FFFFFF !important;
  border: 1px solid #ECEAE4 !important;
  border-radius: 20px !important;
  padding: 40px 48px !important;
  text-align: center !important;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06) !important;
  margin: 24px 8px 8px !important;
  position: relative !important;
}

/* ===== Stars ===== */
.testimonial-item .mb-3 {
  margin-bottom: 20px !important;
}

.testimonial-item .fa-star {
  font-size: 15px !important;
  color: #8E2E8D !important;
  margin: 0 2px !important;
}

.testimonial-item .far.fa-star {
  font-size: 15px !important;
  color: #D0CCC4 !important;
  margin: 0 2px !important;
}

/* ===== Quote mark ===== */
.testimonial-item p.fs-5::before {
  content: "“" !important;
  font-size: 80px !important;
  line-height: 0.6 !important;
  color: #E8A426 !important;
  font-family: Georgia, serif !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 8px !important;
  position: static !important;
}

/* ===== Quote text ===== */
.testimonial-item p.fs-5 {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555555 !important;
  margin: 0 auto 28px !important;
  max-width: 640px !important;
  font-style: italic !important;
  position: relative !important;
  padding: 0 !important;
}

/* ===== Divider ===== */
.testimonial-item hr {
  border: none !important;
  border-top: 1px solid #E8A426 !important;
  margin: 0 auto 20px !important;
  width: 60px !important;
  opacity: 1 !important;
}

/* ===== Author name ===== */
.testimonial-item h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  margin: 0 0 6px 0 !important;
  letter-spacing: -0.2px !important;
}

/* ===== Position / company ===== */
.testimonial-item span.text-primary {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  color: #8E2E8D !important;
  display: block !important;
}

/* ===== Hide nav arrows ===== */
.testimonial-carousel.owl-carousel .owl-nav {
  display: none !important;
}

/* ============================================
   SHASTA CONTACT SECTION — Modern
   ============================================ */
.contact-section {
  background: #FFFFFF !important;
  padding: 0 !important;
}

.contact-section .container.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .contact-section .ct-row {
    gap: 40px;
  }
}
/* ===== LEFT COLUMN ===== */
.contact-text {
  background: transparent !important;
}

/* Tag / eyebrow */
.ct-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ct-tag span {
  display: block;
  width: 32px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
}

.ct-tag em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
}

/* Title */
.ct-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
}

/* Body text */
.ct-text {
  font-size: 14.5px !important;
  color: #555555 !important;
  line-height: 1.8 !important;
}

/* ===== CONTACT INFO LIST ===== */
.ct-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ct-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #E8A426;
  border-radius: 12px;
  padding: 18px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ct-info-item:hover {
  transform: translateY(-3px);
  background: rgb(225.68, 154.96, 23.92);
}

.ct-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-info-icon i {
  font-size: 18px;
  color: #8E2E8D;
}

.ct-info-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8E2E8D;
  margin-bottom: 4px;
}

.ct-info-value {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  word-break: break-word;
}

/* ===== FORM PANEL ===== */
.ct-form-col {
  background: transparent !important;
}

.ct-form-wrap {
  background: #E8A426;
  border-radius: 16px;
  padding: 40px;
  height: 100%;
}

/* ===== FORM FIELDS ===== */
.ct-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.ct-field input,
.ct-field textarea {
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1.5px solid rgb(216.4575, 148.6275, 22.9425) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #000000 !important;
  transition: border-color 0.15s ease !important;
  outline: none !important;
  height: auto !important;
  box-shadow: none !important;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
  color: rgb(148.75, 148.75, 148.75);
}

.ct-field input:focus,
.ct-field textarea:focus {
  border-color: #8E2E8D !important;
}

.ct-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* Remove Bootstrap form-floating label overlap */
.ct-form .form-floating > label {
  display: none;
}

/* ===== SUCCESS ALERT ===== */
.ct-success {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: rgb(28.1739130435, 117.6260869565, 48.6);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ct-success i {
  font-size: 15px;
  flex-shrink: 0;
}

/* ===== SUBMIT BUTTON ===== */
.ct-submit {
  width: 100%;
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 16px !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(142, 46, 141, 0.35) !important;
  transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease !important;
}

.ct-submit:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(142, 46, 141, 0.45) !important;
}

.ct-submit i {
  font-size: 13px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .contact-section .container.contact {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .contact-text .p-lg-5 {
    padding: 32px 1.25rem !important;
  }
  .ct-form-wrap {
    padding: 24px;
  }
  .ct-info-item {
    padding: 14px;
    gap: 12px;
  }
  .ct-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .ct-info-icon i {
    font-size: 15px;
  }
}
/* ============================================
   SHASTA PRICING SECTION
   ============================================ */
/* ===== Pricing Section ===== */
.container-xxl.py-5 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background: #FFFFFF;
}

/* ===== Header ===== */
.text-center .bg-primary {
  background: #8E2E8D !important;
  width: 48px !important;
  height: 2px !important;
  margin-bottom: 20px !important;
  border-radius: 0;
}

.text-center .display-5 {
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.5px;
  margin-bottom: 48px !important;
}

/* ===== Grid gap ===== */
.row.g-4 {
  gap: 20px 0;
}

/* ===== Card base ===== */
.card.h-100.border-0.shadow-sm {
  border: 1px solid rgb(230.29125, 158.12625, 24.40875) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.card.h-100.border-0.shadow-sm:hover {
  border-color: rgb(188.79, 129.63, 20.01) !important;
  transform: translateY(-3px);
}

/* ===== Featured card ===== */
.card.h-100.border-0.shadow-sm:has(.badge.bg-primary) {
  border: 2px solid #8E2E8D !important;
}

/* ===== Most Popular badge ===== */
.badge.bg-primary {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: center;
}

/* ===== Card body ===== */
.card-body {
  padding: 24px !important;
}

/* ===== Service label ===== */
.card-body small.text-primary {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8E2E8D !important;
  display: block;
  margin-bottom: 8px;
}

/* ===== Plan title ===== */
.card-body h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-top: 0;
  margin-bottom: 6px;
}

/* ===== Subtitle ===== */
.card-body .text-muted {
  font-size: 13px;
  color: #888888 !important;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* ===== Divider ===== */
.card-body hr {
  border: none;
  border-top: 1px solid #E8A426;
  margin: 16px 0;
}

/* ===== Price ===== */
.card-body h2.text-primary {
  font-size: 30px;
  font-weight: 500;
  color: #8E2E8D !important;
  letter-spacing: -1px;
  margin: 0 0 4px;
}

/* ===== Pricing period ===== */
.card-body p {
  font-size: 13px;
  color: rgb(169.15, 169.15, 169.15);
  margin: 0;
}

/* ===== Description text ===== */
.card-body p:last-child {
  font-size: 13px;
  color: rgb(102.85, 102.85, 102.85);
  line-height: 1.7;
}

/* ===== Card footer ===== */
.card-footer.bg-white.border-0 {
  padding: 0 24px 24px !important;
  background: #FFFFFF !important;
  border: none !important;
}

/* ===== CTA button ===== */
.card-footer .btn.btn-primary.w-100 {
  display: block;
  width: 100%;
  padding: 11px 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #E8A426 !important;
  color: #000000 !important;
  border: 1px solid rgb(207.235, 142.295, 21.965) !important;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.card-footer .btn.btn-primary.w-100:hover {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  border-color: #8E2E8D !important;
}

/* ===== Featured card button ===== */
.card:has(.badge.bg-primary) .card-footer .btn.btn-primary.w-100 {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  border-color: #8E2E8D !important;
}

/* ============================================
   SHASTA QUOTE SECTION — Modern
   ============================================ */
.quote-section {
  background: #FFFFFF !important;
  padding: 0 !important;
}

.quote-section .container.quote {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .quote-section .qt-row {
    gap: 40px;
  }
}
/* ===== IMAGE PANEL ===== */
.qt-img-col {
  min-height: 600px;
}

@media (max-width: 991px) {
  .qt-img-col {
    min-height: 420px;
  }
}
.qt-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.qt-img-wrap img {
  border-radius: 16px;
}

/* Bottom gradient for text legibility */
.qt-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 16px;
}

/* Decorative inner frame */
.qt-img-frame {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

/* Top-left badges */
.qt-badges {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.qt-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #FFFFFF;
}

.qt-badge i {
  color: #8E2E8D;
  font-size: 11px;
}

/* Bottom text overlay */
.qt-img-text {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  z-index: 3;
}

.qt-img-text h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.qt-img-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
}

/* ===== TEXT COLUMN ===== */
.quote-text {
  background: transparent !important;
}

/* Tag / eyebrow */
.qt-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.qt-tag span {
  display: block;
  width: 32px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
}

.qt-tag em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
}

/* Title */
.qt-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
}

/* Body text */
.qt-text {
  font-size: 14.5px !important;
  color: rgb(90.1, 90.1, 90.1) !important;
  line-height: 1.8 !important;
}

/* ===== SUCCESS ALERT ===== */
.qt-success {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: rgb(28.1739130435, 117.6260869565, 48.6);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qt-success i {
  font-size: 15px;
  flex-shrink: 0;
}

/* ===== FORM FIELDS ===== */
.qt-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.qt-field input,
.qt-field select,
.qt-field textarea {
  width: 100% !important;
  background: #E8A426 !important;
  border: 1.5px solid transparent !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #000000 !important;
  transition: border-color 0.15s ease, background 0.15s ease !important;
  outline: none !important;
  height: auto !important;
  box-shadow: none !important;
}

.qt-field input::placeholder,
.qt-field textarea::placeholder {
  color: rgb(153.85, 153.85, 153.85);
}

.qt-field input:focus,
.qt-field select:focus,
.qt-field textarea:focus {
  border-color: #8E2E8D !important;
  background: #FFFFFF !important;
}

.qt-field textarea {
  resize: vertical;
  min-height: 110px;
}

/* Custom select arrow */
.qt-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='%23E07820' d='M1 1l5 5 5-5'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px !important;
}

/* ===== SUBMIT BUTTON ===== */
.qt-submit {
  width: 100%;
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 16px !important;
  border-radius: 10px !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(142, 46, 141, 0.35) !important;
  transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease !important;
}

.qt-submit:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(142, 46, 141, 0.45) !important;
}

.qt-submit i {
  font-size: 13px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .quote-section .container.quote {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .quote-text .p-lg-5 {
    padding: 32px 1.25rem !important;
  }
  .qt-img-text h3 {
    font-size: 1.15rem;
  }
  .qt-img-text p {
    font-size: 12px;
  }
  .qt-badges {
    gap: 6px;
  }
  .qt-badge {
    font-size: 10.5px;
    padding: 5px 10px;
  }
}
/* ============================================
   SHASTA ABOUT SECTION — Modern Override
   ============================================ */
.about-section {
  background: #FFFFFF !important;
  padding: 80px 0 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .about-section .ab-grid-row {
    gap: 40px;
  }
}
/* ========== IMAGE COLUMN ========== */
.ab-img-col {
  min-height: 540px;
}

@media (max-width: 991px) {
  .ab-img-col {
    min-height: 400px;
  }
}
.ab-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.ab-main-img {
  border-radius: 16px;
}

/* Decorative inner frame */
.ab-img-frame {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

/* Floating badge over image */
.ab-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(142, 46, 141, 0.3);
  max-width: 260px;
}

.ab-img-badge-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: #8E2E8D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
}

.ab-img-badge-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.ab-img-badge-text strong {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 700;
}

/* ========== TEXT COLUMN ========== */
.about-text {
  background: transparent !important;
}

/* Tag / eyebrow */
.ab-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ab-tag span {
  display: block;
  width: 32px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
}

.ab-tag em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
}

/* Title */
.ab-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
}

/* Body text */
.ab-text {
  font-size: 14.5px !important;
  color: #5a5a5a !important;
  line-height: 1.8 !important;
}

/* ========== MISSION / VISION CARDS ========== */
.ab-mv-row {
  margin-top: 8px;
}

.ab-mv-card {
  background: #E8A426;
  border-radius: 12px;
  padding: 22px;
  border-left: 3px solid #8E2E8D;
  height: 100%;
}

.ab-mv-card h5 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.01em;
}

.ab-mv-card span {
  font-size: 13px !important;
  color: #6b6b6b !important;
  line-height: 1.65 !important;
}

/* ========== STATS ROW ========== */
.ab-stat {
  gap: 0;
}

.ab-stat-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-stat-icon i {
  font-size: 22px;
  color: #8E2E8D;
}

.ab-stat h2 {
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.ab-stat p.text-primary {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #8E2E8D !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 0 !important;
}

/* ========== CTA BUTTON ========== */
.ab-cta {
  background: #8E2E8D !important;
  border: none !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 22px rgba(142, 46, 141, 0.35) !important;
  transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease !important;
}

.ab-cta:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(142, 46, 141, 0.45) !important;
  color: #FFFFFF !important;
}

/* Remove Bootstrap rounded-pill */
.ab-cta.rounded-pill {
  border-radius: 8px !important;
}

/* ========== MOBILE ========== */
@media (max-width: 767px) {
  .about-section {
    padding: 52px 0 !important;
  }
  .about-text .p-lg-5 {
    padding: 32px 1.25rem !important;
  }
  .ab-mv {
    gap: 14px;
  }
  .ab-stats-row {
    gap: 16px;
  }
  .ab-img-badge {
    max-width: 220px;
    padding: 12px 16px;
    gap: 10px;
  }
  .ab-img-badge-icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .ab-img-badge-text {
    font-size: 12px;
  }
  .ab-img-badge-text strong {
    font-size: 13px;
  }
}
/* ============================================
   SHASTA SERVICES — Index + Detail
   ============================================ */
/* ===== SHARED TAG / HEADER STYLE ===== */
.sv-tag,
.sd-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sv-tag span {
  display: block;
  width: 32px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
}

.sv-tag em,
.sd-tag {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
}

.sd-tag {
  display: inline-flex;
  background: rgba(142, 46, 141, 0.1);
  border: 1px solid rgba(142, 46, 141, 0.25);
  border-radius: 9999px;
  padding: 5px 14px;
  font-size: 11.5px;
  margin-bottom: 16px;
}

/* ===== SERVICES INDEX ===== */
.services-section {
  background: #E8A426;
}

.sv-head {
  margin-bottom: 48px !important;
}

.sv-head .sv-tag {
  justify-content: center;
  margin-bottom: 14px;
}

.sv-title {
  font-size: clamp(1.7rem, 4vw, 2.4rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
}

/* ===== SERVICE CARD ===== */
.sv-card {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.sv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.sv-card-img {
  display: block;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.sv-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sv-card:hover .sv-card-img img {
  transform: scale(1.06);
}

.sv-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%);
  pointer-events: none;
}

.sv-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sv-card-body h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.sv-card-body h4 a {
  color: #000000;
  text-decoration: none;
  transition: color 0.15s;
}

.sv-card-body h4 a:hover {
  color: #8E2E8D;
}

.sv-card-body p {
  font-size: 13.5px;
  color: #6b6b6b;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.sv-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: #8E2E8D;
  text-decoration: none;
  transition: gap 0.15s;
}

.sv-card-link:hover {
  gap: 11px;
  color: rgb(111.1829787234, 36.0170212766, 110.4);
}

.sv-card-link i {
  font-size: 11px;
}

/* ===== INDEX CTA ===== */
.sv-cta-wrap {
  margin-top: 56px !important;
}

.sv-cta-btn {
  background: #8E2E8D !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 14px 42px !important;
  border-radius: 10px !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(142, 46, 141, 0.35) !important;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s !important;
}

.sv-cta-btn:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(142, 46, 141, 0.45) !important;
  color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .services-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .sv-grid-row {
    row-gap: 20px !important;
  }
}
/* ============================================
   SERVICE DETAIL PAGE
   ============================================ */
.sd-section {
  max-width: 1100px;
}

/* Back button */
.sd-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 32px;
  transition: all 0.15s ease;
}

.sd-back:hover {
  background: #E8A426;
  border-color: #8E2E8D;
  color: #8E2E8D;
}

.sd-back i {
  font-size: 12px;
  transition: transform 0.15s ease;
}

.sd-back:hover i {
  transform: translateX(-3px);
}

/* Title block */
.sd-head {
  max-width: 760px;
}

.sd-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
}

.sd-lead {
  font-size: 1.05rem !important;
  color: #6b6b6b !important;
  line-height: 1.7 !important;
}

/* Featured image */
.sd-img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 420px;
}

.sd-img img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 420px;
}

/* Body content typography */
.sd-content {
  font-size: 15px;
  color: #444;
  line-height: 1.85;
}

.sd-content h2,
.sd-content h3 {
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
  margin-top: 28px;
  margin-bottom: 14px;
}

.sd-content ul {
  padding-left: 1.2rem;
}

.sd-content ul li {
  margin-bottom: 8px;
}

.sd-content ul li::marker {
  color: #8E2E8D;
}

/* Gallery */
.sd-gallery-head h3 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
}

.sd-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.sd-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.sd-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* CTA box */
.sd-cta {
  background: #000000;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sd-cta::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(142, 46, 141, 0.08);
  pointer-events: none;
}

.sd-cta h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  position: relative;
}

.sd-cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 26px;
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.sd-cta-btn {
  background: #8E2E8D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 34px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s, transform 0.1s;
}

.sd-cta-btn:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4);
  transform: translateY(-2px);
  color: #FFFFFF;
}

/* ===== RELATED SERVICES ===== */
.rel-section {
  background: #E8A426;
  border-radius: 16px;
  padding: 44px 36px;
  margin-top: 56px;
  margin-bottom: 20px;
}

.rel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.rel-head h3 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0;
}

.rel-head a {
  font-size: 13.5px;
  font-weight: 600;
  color: #8E2E8D;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: gap 0.15s;
}

.rel-head a:hover {
  gap: 11px;
  color: rgb(111.1829787234, 36.0170212766, 110.4);
}

.rel-head a i {
  font-size: 11px;
}

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

@media (max-width: 900px) {
  .rel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .rel-grid {
    grid-template-columns: 1fr;
  }
}
.rel-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.rel-card-img {
  height: 130px;
  overflow: hidden;
}

.rel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.rel-card-body {
  padding: 16px;
}

.rel-card-body h5 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.4;
}

.rel-card-body span {
  font-size: 12px;
  color: #8E2E8D;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ============================================
   SERVICES CAROUSEL — Fixed Nav
   ============================================ */
.services-carousel {
  margin-bottom: 8px;
}

.services-carousel .sv-card {
  margin: 6px 0 40px;
  height: calc(100% - 40px);
}

.services-carousel .owl-stage-outer {
  overflow: visible;
  padding: 4px 0;
}

/* ===== NAV WRAPPER ===== */
.services-carousel .owl-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

/* ===== ARROWS — both desktop and mobile ===== */
.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
  position: static !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  border: 1.5px solid rgba(142, 46, 141, 0.15) !important;
  color: #8E2E8D !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  transition: all 0.15s ease !important;
  margin: 0 !important;
  /* Critical — override Owl theme absolute positioning */
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-shadow: 0 10px 24px rgba(142, 46, 141, 0.45) !important;
}

.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
  background: #8E2E8D !important;
  border-color: #8E2E8D !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(142, 46, 141, 0.3) !important;
}

/* Arrow icon text */
.services-carousel .owl-nav button span {
  font-size: 20px !important;
  line-height: 1 !important;
  color: inherit !important;
  margin-top: -2px;
  display: block;
}

/* ===== DOTS ===== */
.services-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.services-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0;
  transition: all 0.25s ease;
}

.services-carousel .owl-dots .owl-dot.active span {
  background: #8E2E8D;
  width: 26px;
  border-radius: 4px;
}

.services-carousel .owl-dots .owl-dot:hover span {
  background: rgba(142, 46, 141, 0.5);
}

/* ===== MOBILE — show arrows, just smaller ===== */
@media (max-width: 767px) {
  .services-carousel .owl-nav {
    display: flex !important; /* was display: none — this was the bug */
    gap: 14px;
    margin-top: 16px;
  }
  .services-carousel .owl-nav button.owl-prev,
  .services-carousel .owl-nav button.owl-next {
    width: 48px !important;
    height: 48px !important;
    font-size: 18px !important;
  }
  .services-carousel .owl-nav button span {
    font-size: 17px !important;
  }
}
/* Fallback grid before Owl initializes */
.services-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 22px;
}

.services-carousel:not(.owl-loaded) .sv-card {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 280px;
}

/* ============================================
   SERVICE DETAIL — Hero + Content
   ============================================ */
/* ===== HERO BANNER ===== */
.sh-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
}

.sh-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.sh-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(142, 46, 141, 0.18) 100%);
}

/* Hero content */
.sh-hero-content {
  position: relative;
  z-index: 2;
  padding: 56px;
  max-width: 720px;
}

/* Tag badge */
.sh-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(142, 46, 141, 0.15);
  border: 1px solid rgba(142, 46, 141, 0.4);
  border-radius: 9999px;
  padding: 6px 16px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
  margin-bottom: 20px;
}

.sh-tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8E2E8D;
  flex-shrink: 0;
}

/* Title */
.sh-title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
}

/* Lead text */
.sh-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  max-width: 560px;
}

/* ===== CONTENT TYPOGRAPHY ===== */
.sh-content {
  font-size: 15.5px;
  color: #4a4a4a;
  line-height: 1.9;
}

.sh-content h2,
.sh-content h3 {
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 32px 0 14px;
}

.sh-content h2:first-child,
.sh-content h3:first-child {
  margin-top: 0;
}

.sh-content p {
  margin-bottom: 18px;
}

/* Bullet lists with check icons */
.sh-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 18px;
}

.sh-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
}

.sh-content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #FFFFFF;
  background: #8E2E8D;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .sh-hero {
    min-height: 320px;
    border-radius: 14px;
  }
  .sh-hero-content {
    padding: 28px 24px;
  }
  .sh-lead {
    font-size: 0.95rem;
  }
  .sh-content {
    font-size: 14.5px;
  }
}
@media (max-width: 767px) {
  .sd-section {
    padding-top: 36px !important;
  }
  .sd-img {
    max-height: 260px;
  }
  .sd-img img {
    max-height: 260px;
  }
  .sd-cta {
    padding: 32px 24px;
  }
  .rel-section {
    padding: 32px 20px;
    margin-top: 40px;
  }
}
/* ===========================
   PROJECTS MODULE — Modern Style
   =========================== */
/* --- Filter Tabs --- */
#portfolio-flters {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
}

#portfolio-flters li {
  cursor: pointer;
  font-size: 0.825rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(110.5, 110.5, 110.5);
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  border: 1.5px solid transparent;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  user-select: none;
}

#portfolio-flters li:hover {
  color: #8E2E8D;
  border-color: #8E2E8D;
}

#portfolio-flters li.active {
  color: #FFFFFF;
  background: #8E2E8D;
  border-color: #8E2E8D;
}

/* --- Section Header --- */
.projects-section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8E2E8D;
  display: block;
  margin-bottom: 0.75rem;
}

/* --- Portfolio Grid --- */
.portfolio-container {
  --gap: 1.5rem;
}

/* --- Portfolio Card --- */
.portfolio-item {
  overflow: hidden;
}

.portfolio-inner {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.portfolio-inner:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}

/* Image wrapper */
.portfolio-img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: rgb(233.46625, 169.80125, 51.83375);
}

.portfolio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-inner:hover .portfolio-img-wrap img {
  transform: scale(1.06);
}

/* Card body */
.portfolio-card-body {
  padding: 1.25rem 1.5rem 1rem;
}

.portfolio-card-body .portfolio-cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8E2E8D;
  margin-bottom: 0.35rem;
}

.portfolio-card-body .portfolio-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}

/* Hover overlay */
.portfolio-text {
  position: absolute !important;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-end;
  padding: 1.75rem 1.5rem !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%) !important;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left !important;
}

.portfolio-inner:hover .portfolio-text {
  clip-path: inset(0% 0 0 0);
}

.portfolio-text .text-primary {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 0.35rem !important;
}

.portfolio-text h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF !important;
  margin-bottom: 1rem !important;
  line-height: 1.35;
}

.portfolio-text .d-flex {
  justify-content: flex-start !important;
  gap: 0.5rem;
}

.portfolio-text .btn-square {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
  color: #FFFFFF !important;
  font-size: 0.85rem;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  backdrop-filter: blur(4px);
}

.portfolio-text .btn-square:hover {
  background: #8E2E8D !important;
  border-color: #8E2E8D !important;
  transform: scale(1.08);
}

/* Isotope hide/show */
.portfolio-item.isotope-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ===========================
   PROJECT DETAIL PAGE
   =========================== */
.project-detail-wrap {
  padding: 3rem 0 5rem;
}

.btn-back-projects {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(110.5, 110.5, 110.5);
  text-decoration: none;
  margin-bottom: 2.25rem;
  transition: color 0.2s;
  padding: 0;
  background: none;
  border: none;
}

.btn-back-projects i {
  font-size: 1rem;
  transition: transform 0.2s;
}

.btn-back-projects:hover {
  color: #8E2E8D;
}

.btn-back-projects:hover i {
  transform: translateX(-3px);
}

.project-hero-img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin-bottom: 2.5rem;
}

.project-detail-wrap h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 1.75rem;
}

.project-detail-wrap h3,
.project-gallery-section h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8E2E8D;
  margin-bottom: 0.9rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #8E2E8D;
  display: inline-block;
}

.project-detail-wrap .mb-5 > p,
.project-detail-wrap .mb-5 > div {
  font-size: 1rem;
  line-height: 1.8;
  color: rgb(59.5, 59.5, 59.5);
}

/* Sidebar */
.project-info-card {
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 1.75rem;
  position: sticky;
  top: 100px;
}

.project-info-card h4 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 1.5rem;
}

.project-info-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.project-info-item {
  display: flex;
  flex-direction: column;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-info-item .info-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 0.2rem;
}

.project-info-item .info-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
}

/* Gallery */
.gallery-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-img-wrap:hover img {
  transform: scale(1.05);
}

/* ===========================
   PREV / NEXT NAVIGATOR
   =========================== */
.project-nav-dock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem;
}

.project-nav-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-decoration: none;
  background: #FFFFFF;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.2s;
  overflow: hidden;
}

.project-nav-link:hover {
  border-color: #8E2E8D;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
  text-decoration: none;
}

.project-nav-link.nav-next {
  flex-direction: row-reverse;
  text-align: right;
}

.project-nav-thumb,
.project-nav-thumb-placeholder {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  flex-shrink: 0;
  background: rgb(233.46625, 169.80125, 51.83375);
}

.project-nav-thumb {
  object-fit: cover;
}

.project-nav-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
}

.project-nav-meta {
  min-width: 0;
  flex: 1;
}

.project-nav-direction {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.2rem;
}

.project-nav-direction i {
  font-size: 0.85rem;
}

.nav-next .project-nav-direction {
  justify-content: flex-end;
}

.project-nav-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-nav-cat {
  font-size: 0.72rem;
  color: #8E2E8D;
  font-weight: 600;
  margin-top: 0.15rem;
}

/* Mobile */
@media (max-width: 576px) {
  .project-nav-dock {
    grid-template-columns: 1fr;
  }
  .project-nav-link.nav-next {
    flex-direction: row;
    text-align: left;
  }
  .nav-next .project-nav-direction {
    justify-content: flex-start;
  }
}
/* Sections */
/* ============================================
   SHASTA SLIDER — Modern Override
   Targets existing Owl Carousel classes
   ============================================ */
/* ========== OUTER WRAPPER ========== */
.container-fluid.p-0.pb-5 {
  padding-bottom: 0 !important;
}

/* ========== CAROUSEL WRAPPER ========== */
.header-carousel {
  position: relative;
}

/* ========== EACH SLIDE ========== */
.header-carousel .owl-carousel-item {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header-carousel .owl-carousel-item {
    min-height: 480px;
  }
}
@media (max-width: 480px) {
  .header-carousel .owl-carousel-item {
    min-height: 400px;
  }
}
/* ========== SLIDE IMAGE ========== */
.header-carousel .owl-carousel-item img.img-fluid {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0.45 !important;
  z-index: 0 !important;
}

/* ========== DARK + ORANGE OVERLAY ========== */
.header-carousel .owl-carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(142, 46, 141, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Orange bottom progress line (animates per slide) */
.header-carousel .owl-carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #8E2E8D;
  z-index: 10;
  transition: width 0s;
}

.header-carousel .owl-item.active .owl-carousel-item::after {
  width: 100%;
  transition: width 5s linear;
}

/* ========== CONTENT OVERLAY ========== */
.header-carousel .carousel-inner {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
}

.header-carousel .carousel-inner .container {
  width: 100%;
}

.header-carousel .carousel-inner .row {
  margin: 0;
}

/* ========== TEXT CONTENT ========== */
.header-carousel .col-lg-8.text-center {
  padding: 2rem 1rem;
}

/* Slide title */
.header-carousel h1.display-3 {
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 20px !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

/* Subtitle */
.header-carousel p.fs-5.text-white {
  font-size: 1.05rem !important;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.75 !important;
  margin-bottom: 36px !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* ========== CTA BUTTON ========== */
.header-carousel a.btn.btn-primary {
  background: #8E2E8D !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 14px 36px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 6px 20px rgba(142, 46, 141, 0.4) !important;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s !important;
  border-radius: 8px !important;
}

.header-carousel a.btn.btn-primary:hover {
  background: rgb(111.1829787234, 36.0170212766, 110.4) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(142, 46, 141, 0.5) !important;
}

/* Remove Bootstrap's rounded-pill override */
.header-carousel a.btn.btn-primary.rounded-pill {
  border-radius: 8px !important;
}

/* ========== OWL NAV ARROWS ========== */
.header-carousel .owl-nav {
  position: absolute !important;
  bottom: 32px !important;
  right: 40px !important;
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  z-index: 5;
}

.header-carousel .owl-nav button.owl-prev,
.header-carousel .owl-nav button.owl-next {
  width: 42px !important;
  height: 42px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s, border-color 0.15s !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.header-carousel .owl-nav button.owl-prev:hover,
.header-carousel .owl-nav button.owl-next:hover {
  background: #8E2E8D !important;
  border-color: #8E2E8D !important;
  color: #FFFFFF !important;
}

.header-carousel .owl-nav button.owl-prev span,
.header-carousel .owl-nav button.owl-next span {
  font-size: 22px !important;
  line-height: 1 !important;
  color: inherit !important;
  margin-top: -2px;
  display: block;
}

/* ========== OWL DOTS ========== */
.header-carousel .owl-dots {
  position: absolute !important;
  bottom: 42px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  z-index: 5;
}

.header-carousel .owl-dots .owl-dot {
  margin: 0 !important;
  padding: 0 !important;
}

.header-carousel .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  display: block !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
  border: none !important;
}

.header-carousel .owl-dots .owl-dot.active span {
  background: #8E2E8D !important;
  width: 26px !important;
  border-radius: 4px !important;
}

.header-carousel .owl-dots .owl-dot:hover span {
  background: rgba(142, 46, 141, 0.6) !important;
}

/* ========== SLIDE COUNTER (top-right) ========== */
.header-carousel::after {
  content: "";
  /* counter handled via JS below */
}

/* ========== MOBILE ========== */
@media (max-width: 767px) {
  .header-carousel .owl-nav {
    right: 50% !important;
    transform: translateX(50%) !important;
    bottom: 20px !important;
  }
  .header-carousel .owl-dots {
    display: none !important;
  }
  .header-carousel h1.display-3 {
    font-size: 1.8rem !important;
  }
  .header-carousel p.fs-5.text-white {
    font-size: 0.95rem !important;
  }
  .header-carousel a.btn.btn-primary {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }
}
/* ============================================
   SHASTA IMPACT — Infinite Marquee Ticker
   ============================================ */
/* ========== SECTION WRAPPER ========== */
.impact-section {
  background: #E8A426;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.impact-section > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========== HEADING AREA ========== */
.impact-section .text-center.wow {
  padding: 0 2rem;
  margin-bottom: 52px !important;
}

.impact-section .text-center.wow .bg-primary[style*="width:60px"] {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.impact-section .text-center.wow .bg-primary[style*="width:60px"]::before,
.impact-section .text-center.wow .bg-primary[style*="width:60px"]::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
  flex-shrink: 0;
}

.impact-section .text-center.wow h1.display-5 {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 0 !important;
}

/* ========== HIDE ORIGINAL GRID ========== */
.impact-section .row.g-4 {
  display: none !important;
}

/* ========== TICKER TRACK WRAPPER ========== */
.imp-ticker-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Soft fade on both edges */
.imp-ticker-wrap::before,
.imp-ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.imp-ticker-wrap::before {
  left: 0;
  background: linear-gradient(to right, #E8A426 0%, transparent 100%);
}

.imp-ticker-wrap::after {
  right: 0;
  background: linear-gradient(to left, #E8A426 0%, transparent 100%);
}

/* ========== SCROLLING TRACK ========== */
.imp-ticker-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: imp-scroll 40s linear infinite;
  padding: 8px 0 12px;
}

.imp-ticker-track:hover {
  animation-play-state: paused;
}

@keyframes imp-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ========== INDIVIDUAL CARD ========== */
.imp-ticker-card {
  background: #000000;
  border-radius: 12px;
  padding: 30px 32px 26px;
  min-width: 190px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  cursor: default;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* Orange top accent */
.imp-ticker-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #8E2E8D;
  border-radius: 12px 12px 0 0;
}

/* Decorative circle */
.imp-ticker-card::after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -14px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(142, 46, 141, 0.06);
  pointer-events: none;
}

.imp-ticker-card:hover {
  transform: translateY(-4px);
  background: #222222;
}

/* Counter value */
.imp-ticker-value {
  font-size: 2.6rem;
  font-weight: 800;
  color: #8E2E8D;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 10px;
}

/* Divider between value and label */
.imp-ticker-divider {
  width: 24px;
  height: 2px;
  background: rgba(142, 46, 141, 0.35);
  border-radius: 2px;
  margin: 0 auto 10px;
}

/* Label */
.imp-ticker-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  white-space: nowrap;
}

/* ========== MOBILE ========== */
@media (max-width: 767px) {
  .container-xxl.py-5:has(.row .col-lg-3 .bg-dark) {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .imp-ticker-wrap::before,
  .imp-ticker-wrap::after {
    width: 60px;
  }
  .imp-ticker-card {
    min-width: 155px;
    padding: 24px 20px 20px;
  }
  .imp-ticker-value {
    font-size: 2rem;
  }
  .imp-ticker-track {
    animation-duration: 28s;
  }
}
/* ============================================
   SHASTA FEATURE / WHY CHOOSE US — Modern
   ============================================ */
.feature-section {
  background: #FFFFFF !important;
  padding: 0 !important;
}

.feature-section .container.feature {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .feature-section .ft-row {
    gap: 40px;
  }
}
/* ===== TEXT COLUMN ===== */
.feature-text {
  background: transparent !important;
}

/* Tag / eyebrow */
.ft-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ft-tag span {
  display: block;
  width: 32px;
  height: 2px;
  background: #8E2E8D;
  border-radius: 2px;
}

.ft-tag em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8E2E8D;
}

/* Title */
.ft-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
}

/* Body text */
.ft-text {
  font-size: 14.5px !important;
  color: #555555 !important;
  line-height: 1.8 !important;
}

/* ===== FEATURE ITEM CARDS ===== */
.ft-grid2 {
  margin-top: 8px;
}

.ft-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #E8A426;
  border-radius: 12px;
  padding: 18px;
  height: 100%;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ft-item:hover {
  transform: translateY(-3px);
  background: #ece6d9;
}

.ft-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-icon i {
  font-size: 20px;
  color: #8E2E8D;
}

.ft-item-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8E2E8D;
  margin-bottom: 4px;
}

.ft-item-title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em;
}

/* ===== IMAGE COLUMN ===== */
.ft-img-col {
  min-height: 540px;
}

@media (max-width: 991px) {
  .ft-img-col {
    min-height: 400px;
  }
}
.ft-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.ft-img-wrap img {
  border-radius: 16px;
}

/* Decorative inner frame */
.ft-img-frame {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

/* Floating badge top-left */
.ft-img-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  background: rgba(142, 46, 141, 0.95);
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(142, 46, 141, 0.4);
}

.ft-img-badge i {
  font-size: 22px;
  color: #FFFFFF;
}

.ft-img-badge-text {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

.ft-img-badge-text strong {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 800;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .feature-section .container.feature {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .feature-text .p-lg-5 {
    padding: 32px 1.25rem !important;
  }
  .ft-grid2 {
    margin-top: 4px;
  }
  .ft-item {
    padding: 14px;
    gap: 12px;
  }
  .ft-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .ft-icon i {
    font-size: 16px;
  }
  .ft-item-title {
    font-size: 13.5px;
  }
  .ft-item-label {
    font-size: 10.5px;
  }
  .ft-img-badge {
    padding: 10px 14px;
    gap: 8px;
  }
  .ft-img-badge i {
    font-size: 16px;
  }
  .ft-img-badge-text {
    font-size: 11px;
  }
  .ft-img-badge-text strong {
    font-size: 12.5px;
  }
}

/*# sourceMappingURL=style_new.css.map */
