:root {
  --primary: #172029;
  --secondary: #c1121f;
  --primary-rgb: 23, 32, 41;
  --primarylight: #f2f2f2;
  --body-color: #1f2937;
  --body-bgcolor: #f6f4ef;
  --heading-color: #172029;
  --light: #f3f4f6;
}

body {
  background-color: var(--body-bgcolor);
}

.site-header,
.site-header .main-bar-wraper>div,
.site-header.is-fixed,
.site-header.is-fixed .main-bar-wraper>div {
  background-color: #172029 !important;
}

.site-header::before {
  background: #172029 !important;
  box-shadow: none !important;
}

.site-header a,
.site-header .navbar-nav a,
.site-header .navbar-nav a span {
  color: #f8fafc !important;
}

.site-header .navbar-nav a:hover {
  color: #fff !important;
}

.site-header .main-bar-wraper>div {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .site-button.outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6);
}

.site-header .xmenu-toggler {
  background: #0f1720;
}

.site-header .xmenu-toggler span {
  background: #fff;
}

.brand-logo {
  max-width: 160px;
  height: auto;
}

.quote-btn {
  background-color: var(--secondary);
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.quote-btn:hover {
  filter: brightness(0.95);
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
  overflow-y: auto;
}

.modal.open {
  display: flex !important;
}

body.modal-open {
  overflow: hidden;
}

.modal-card {
  background: #fff;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

.modal-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.modal-card>p {
  color: #6b7280;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f3f4f6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
}

.step-indicator {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.step-dot {
  width: 20px;
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
}

.step-dot.active {
  background: var(--secondary);
}

.form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.form-grid>div {
  margin-bottom: 0;
  width: 100%;
}

.form-grid label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
  font-size: 0.9rem;
}

.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(193, 18, 31, 0.12);
}

.custom-badge {
  background: rgba(193, 18, 31, 0.12);
  color: #c1121f;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.price-hide {
  display: none !important;
}


/* =========================================
   3. RECOVERED HOME STYLES
   ========================================= */

/* Hero slider: keep nav and imagery aligned */
.trv-banner-1-wrap .hero-swiper,
.trv-banner-1-wrap .hero-swiper .swiper-wrapper,
.trv-banner-1-wrap .hero-swiper .swiper-slide {
  height: 100%;
}

.trv-banner-1-wrap .hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trv-banner-1-wrap .swiper-button-next,
.trv-banner-1-wrap .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  z-index: 30;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trv-banner-1-wrap .swiper-button-next:after,
.trv-banner-1-wrap .swiper-button-prev:after {
  font-size: 18px;
}

@media (max-width: 768px) {

  .trv-banner-1-wrap .swiper-button-next,
  .trv-banner-1-wrap .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* Filter slider: force consistent card height */
.pro-filtr-cate-bx .swiper-wrapper {
  align-items: stretch;
}

.pro-filtr-cate-bx .swiper-slide {
  height: auto;
}

.pro-filtr-cate-bx .swiper-slide>.relative {
  height: 100%;
}

.pro-filtr-cate-bx .slider-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pro-filtr-cate-bx .slider-card img {
  height: 240px;
  width: 100%;
  object-fit: contain;
}

/* Impact stats cards */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.impact-card {
  position: relative;
  overflow: hidden;
  padding: 28px 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
  isolation: isolate;
  min-height: 220px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 170, 13, 0.25);
}

.impact-card__glow {
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 70%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 170, 13, 0.14), transparent 60%);
  filter: blur(30px);
  z-index: -1;
  opacity: 0.9;
}

.impact-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
}

.impact-icon--teal {
  background: linear-gradient(135deg, #066168, #0f9aa6);
}

.impact-icon--amber {
  background: linear-gradient(135deg, #ffaa0d, #f97316);
}

.impact-card__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.impact-card__value {
  font-size: 2.6rem;
  font-weight: 900;
  color: #172029;
  margin-bottom: 8px;
}

.impact-card__description {
  font-size: 0.98rem;
  color: #4b5563;
  line-height: 1.6;
}

/* =========================================
   4. UTILITY COLORS (Footer / Brand)
   ========================================= */
footer {
  font-family: 'Sora', sans-serif;
}

/* Disable sticky elements on mobile/tablet */
@media (max-width: 991px) {

  .sticky,
  .sticky-header,
  .theiaStickySidebar,
  .is-fixed {
    position: static !important;
    transform: none !important;
    width: auto !important;
  }
}