:root {
  --primary-green: #006837;
  --primary-light: #008848;
  --accent-lime: #8cc63f;
  --accent-yellow: #ffcf2d;
  --dark-green: #05140b;
  --bg-light: #f8faf9;
  --white: #ffffff;
  --text-main: #2d3436;
  --text-muted: #636e72;
  --border-soft: rgba(0, 104, 55, 0.08);
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.04);
  --shadow-medium: 0 20px 40px rgba(0, 104, 55, 0.08);

  --primary: #4e73df;
  --primary-hover: #2e59d9;
  --secondary: #858796;
  --success: #1cc88a;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #e74a3b;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --body-bg: #faf7f0;
  --sidebar-bg: #ffffff;
  --sidebar-width: 250px;
  --header-height: 70px;
  --card-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  --glass-bg: rgba(255, 255, 255, 0.95);
  --glass-border: rgba(0, 0, 0, 0.05);

  --bs-primary: #008040;
  --bs-primary-rgb: 0, 128, 64;
  --bs-primary-dark: #006633;
  --bs-primary-dark-rgb: 0, 102, 51;
  --bs-light: #f9f9f9;
  --bs-light-rgb: 245, 245, 245;
  --bs-card-border-color: #e5e5e5;
  --bs-link-color: var(--bs-primary);
  --bs-link-color-rgb: var(--bs-primary-rgb);
  --font-family: "Plus Jakarta Sans", sans-serif;
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #008040;
  --bs-primary-rgb: 0, 128, 64;
  --bs-secondary: #8cc63f;
  --bs-secondary-rgb: 140, 198, 63;

  --bs-primary-dark: #005c2d;
  --bs-primary-light: #d6f0e2;
  --bs-secondary-dark: #6a9b2a;
  --bs-secondary-light: #eef7d6;

  --bs-link-color: #008040;
  --bs-link-hover-color: #005c2d;
  --bs-link-color-rgb: 0, 128, 64;

  --bs-focus-ring-color: rgba(0, 128, 64, 0.35);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008040;
  --bs-btn-border-color: #008040;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #006a34;
  --bs-btn-hover-border-color: #005c2d;
  --bs-btn-focus-shadow-rgb: 0, 128, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005c2d;
  --bs-btn-active-border-color: #004d25;
  --bs-btn-disabled-bg: #008040;
  --bs-btn-disabled-border-color: #008040;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8cc63f;
  --bs-btn-border-color: #8cc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #76aa32;
  --bs-btn-hover-border-color: #6a9b2a;
  --bs-btn-focus-shadow-rgb: 140, 198, 63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6a9b2a;
  --bs-btn-active-border-color: #5e8c25;
  --bs-btn-disabled-bg: #8cc63f;
  --bs-btn-disabled-border-color: #8cc63f;
}

.btn-outline-primary {
  --bs-btn-color: #008040;
  --bs-btn-border-color: #008040;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008040;
  --bs-btn-hover-border-color: #008040;
  --bs-btn-focus-shadow-rgb: 0, 128, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008040;
  --bs-btn-active-border-color: #008040;
}

.btn-outline-secondary {
  --bs-btn-color: #8cc63f;
  --bs-btn-border-color: #8cc63f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8cc63f;
  --bs-btn-hover-border-color: #8cc63f;
  --bs-btn-focus-shadow-rgb: 140, 198, 63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8cc63f;
  --bs-btn-active-border-color: #8cc63f;
}

.btn-link {
  color: #008040;
}
.btn-link:hover {
  color: #005c2d;
}

.badge.bg-primary,
.badge.text-bg-primary {
  background-color: #008040 !important;
  color: #fff !important;
}
.badge.bg-secondary,
.badge.text-bg-secondary {
  background-color: #8cc63f !important;
  color: #fff !important;
}

.alert-primary {
  --bs-alert-color: #003d1e;
  --bs-alert-bg: #d6f0e2;
  --bs-alert-border-color: #aaddca;
  --bs-alert-link-color: #002b15;
}
.alert-secondary {
  --bs-alert-color: #3d5a1a;
  --bs-alert-bg: #eef7d6;
  --bs-alert-border-color: #d2ecac;
  --bs-alert-link-color: #2c4112;
}

.card {
  --bs-card-border-color: rgba(0, 128, 64, 0.18);
}
.card-header {
  background-color: rgba(0, 128, 64, 0.07);
  border-bottom: 1px solid rgba(0, 128, 64, 0.15);
}
.card-footer {
  background-color: rgba(0, 128, 64, 0.05);
  border-top: 1px solid rgba(0, 128, 64, 0.15);
}
.border-primary {
  border-color: #008040 !important;
}
.border-secondary {
  border-color: #8cc63f !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb {
  border-color: #66b38a;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 64, 0.25);
  outline: none;
}
.form-check-input:checked {
  background-color: #008040;
  border-color: #008040;
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #008040;
  border-color: #008040;
}
.form-range::-webkit-slider-thumb {
  background-color: #008040;
}
.form-range::-moz-range-thumb {
  background-color: #008040;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #66b38a;
}
.input-group-text {
  border-color: #dee2e6;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #8cc63f;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 198, 63, 0.25);
}
.valid-feedback {
  color: #6a9b2a;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.85);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.2);
  background-color: #008040 !important;
}
.navbar-light,
.navbar[data-bs-theme="light"] {
  --bs-navbar-color: rgba(0, 128, 64, 0.8);
  --bs-navbar-hover-color: #008040;
  --bs-navbar-active-color: #008040;
  --bs-navbar-brand-color: #008040;
  --bs-navbar-brand-hover-color: #005c2d;
  --bs-navbar-toggler-border-color: rgba(0, 128, 64, 0.15);
}
.bg-primary {
  background-color: #008040 !important;
}
.bg-secondary {
  background-color: #8cc63f !important;
}

.bg-section {
  background-color: var(--body-bg);
}

.nav-tabs {
  --bs-nav-tabs-border-color: rgba(0, 128, 64, 0.2);
  --bs-nav-tabs-link-hover-border-color: rgba(0, 128, 64, 0.3);
  --bs-nav-tabs-link-active-color: #008040;
  --bs-nav-tabs-link-active-border-color: #008040 #008040 #fff;
}
.nav-tabs .nav-link:hover {
  border-color: rgba(0, 128, 64, 0.3);
}
.nav-tabs .nav-link.active {
  color: #008040;
  border-bottom-color: transparent;
}

.nav-pills {
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #008040;
}
.nav-pills .nav-link:hover {
  color: #008040;
  background-color: #d6f0e2;
}

.progress-bar {
  background-color: #008040;
}
.progress-bar.bg-secondary {
  background-color: #8cc63f !important;
}

.page-link {
  color: #008040;
}
.page-link:hover {
  color: #005c2d;
  background-color: #d6f0e2;
  border-color: #aaddca;
}
.page-item.active .page-link {
  background-color: #008040;
  border-color: #008040;
  color: #fff;
}
.page-item.disabled .page-link {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #008040;
}
.breadcrumb-item a {
  color: #008040;
}
.breadcrumb-item a:hover {
  color: #005c2d;
}

.list-group-item.active {
  background-color: #008040;
  border-color: #008040;
  color: #fff;
}
.list-group-item-primary {
  background-color: #d6f0e2;
  color: #003d1e;
}
.list-group-item-secondary {
  background-color: #eef7d6;
  color: #3d5a1a;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #d6f0e2;
  color: #003d1e;
}

.modal-header {
  border-bottom-color: rgba(0, 128, 64, 0.2);
}
.modal-footer {
  border-top-color: rgba(0, 128, 64, 0.2);
}
.modal-header.bg-primary {
  background-color: #008040 !important;
  color: #fff;
}

.toast-header {
  background-color: rgba(0, 128, 64, 0.08);
  color: #003d1e;
  border-bottom-color: rgba(0, 128, 64, 0.15);
}
.toast {
  --bs-toast-border-color: rgba(0, 128, 64, 0.2);
}

.tooltip .tooltip-inner {
  background-color: #008040;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #008040;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #008040;
}
.bs-tooltip-auto[data-popper-placement^="start"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #008040;
}
.bs-tooltip-auto[data-popper-placement^="end"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #008040;
}

.popover {
  --bs-popover-border-color: rgba(0, 128, 64, 0.25);
  --bs-popover-header-bg: #d6f0e2;
  --bs-popover-header-color: #003d1e;
  --bs-popover-arrow-outer-color: rgba(0, 128, 64, 0.25);
}

.spinner-border.text-primary,
.spinner-grow.text-primary {
  color: #008040 !important;
}
.spinner-border.text-secondary,
.spinner-grow.text-secondary {
  color: #8cc63f !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #d6f0e2;
  color: #003d1e;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #008040;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #003d1e;
  background-color: #d6f0e2;
  box-shadow: inset 0 -1px 0 rgba(0, 128, 64, 0.2);
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 64, 0.25);
  border-color: rgba(0, 128, 64, 0.4);
}

.offcanvas-header {
  background-color: #008040;
  color: #fff;
}

.text-primary {
  color: #008040 !important;
}
.text-secondary {
  color: #8cc63f !important;
}
.bg-primary-subtle {
  background-color: #d6f0e2 !important;
}
.bg-secondary-subtle {
  background-color: #eef7d6 !important;
}
.text-primary-emphasis {
  color: #003d1e !important;
}
.text-secondary-emphasis {
  color: #3d5a1a !important;
}
.border-primary {
  border-color: #008040 !important;
}
.border-secondary {
  border-color: #8cc63f !important;
}
.link-primary {
  color: #008040 !important;
}
.link-primary:hover {
  color: #005c2d !important;
}
.link-secondary {
  color: #8cc63f !important;
}
.link-secondary:hover {
  color: #6a9b2a !important;
}

.table-primary {
  --bs-table-color: #003d1e;
  --bs-table-bg: #d6f0e2;
  --bs-table-border-color: #aaddca;
  --bs-table-striped-bg: #c9e9d8;
  --bs-table-active-bg: #bce2ce;
  --bs-table-hover-bg: #c2e6d3;
}
.table-secondary {
  --bs-table-color: #3d5a1a;
  --bs-table-bg: #eef7d6;
  --bs-table-border-color: #d2ecac;
  --bs-table-striped-bg: #e5f2c7;
  --bs-table-active-bg: #dcecb8;
  --bs-table-hover-bg: #e0efbf;
}

.nav .nav-link.active,
.nav .nav-link:focus-visible {
  color: #008040;
}

.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 64, 0.25);
}

body {
  font-family: var(--font-family);
  color: var(--text-main);
  background-color: var(--bg-light);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--primary-green);
}

.text-green {
  color: var(--primary-green);
}
.bg-green {
  background-color: var(--primary-green);
}
.text-lime {
  color: var(--accent-lime);
}
.bg-lime {
  background-color: var(--accent-lime);
}

.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1280px;
}

/* Navigation Refined */
.navbar {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: var(--shadow-soft);
}

.navbar-brand {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--primary-green) !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand i {
  color: var(--accent-lime);
  font-size: 1.5rem;
}

.nav-link {
  font-weight: 600;
  color: var(--text-main) !important;
  margin: 0 1.25rem;
  font-size: 0.95rem;
  position: relative;
  padding: 0.5rem 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-lime);
  transition: 0.3s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.btn-nav-quote {
  background: var(--primary-green);
  color: var(--white) !important;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 16px;
  font-size: 0.9rem;
  transition: all 0.4s ease;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 104, 55, 0.1);
}

.btn-nav-quote:hover {
  background: var(--dark-green);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Hero Section - Premium Split Grid */
.hero-premium {
  background: #faf7f0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-premium::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: var(--accent-lime);
  filter: blur(150px);
  opacity: 0.05;
  border-radius: 50%;
}

.hero-tagline {
  font-weight: 700;
  color: var(--primary-green);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 104, 55, 0.05);
  border-radius: 50px;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 2rem;
  color: var(--primary-green);
}

.hero-title span {
  color: var(--accent-lime);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
  font-weight: 400;
}

/* Hero Form & Input Styling */
.form-box {
  background: var(--white);
  padding: 3rem;
  border-radius: 32px;
  box-shadow: var(--shadow-medium);
  color: var(--text-main);
  border: 1px solid var(--border-soft);
  position: relative;
  z-index: 5;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.form-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(0, 104, 55, 0.12);
}

@media (max-width: 991px) {
  .hero-premium {
    padding: 60px 0;
    text-align: center;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    margin-bottom: 1.6rem;
    font-size: 1rem;
  }
  .form-box {
    margin-top: 2rem;
    padding: 2rem;
  }
  .mob-hidden {
    display: none !important;
  }
}
/* Statistics Section - Modern Cards */
.stats-highlight {
  padding: 100px 0;
  background: var(--dark-green);
  color: var(--white);
  position: relative;
  z-index: 10;
}

.stats-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3.5rem 2rem;
  border-radius: 32px;
  height: 100%;
  transition: all 0.4s ease;
}

.stats-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--accent-lime);
  transform: translateY(-8px);
}

.stats-count {
  font-size: 3.5rem;
  font-weight: 950;
  color: var(--accent-lime);
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
}

.stats-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Service Cards Refined */
.service-item-new {
  background: rgba(var(--bs-secondary-rgb), 0.04);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.5);
  border-radius: 32px;
  padding: 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-item-new:hover {
  transform: translateY(-10px);
  border-color: var(--accent-lime);
  box-shadow: 0 40px 80px rgba(0, 104, 55, 0.08);
}

.service-icon-new {
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}

.service-item-new:hover .service-icon-new {
  transform: scale(1.1) rotate(-5deg);
  color: var(--accent-lime);
}

.service-item-new h4, .service-item-new h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--primary-green);
}

.service-list-mini {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  border-top: 1px solid var(--border-soft);
  padding-top: 2rem;
}

.service-list-mini li {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-list-mini li i {
  color: var(--accent-lime);
  font-size: 0.9rem;
}

.google-label {
  background: #f1f3f4;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.badge-city {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  cursor: default;
}

.badge-city:hover {
  background: var(--accent-green);
  color: white !important;
  transform: translateY(-5px);
}

.fw-black {
  font-weight: 900 !important;
}

input,
select,
textarea,
button {
  font-family: var(--font-main);
}

.section-head {
  text-align: center;
  margin-bottom: 80px;
}

.section-head h2 {
  font-size: 3rem;
}

.service-item-new:hover {
  transform: translateY(-12px);
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-medium);
}

.service-item-new:hover::before {
  opacity: 0.03;
  transform: scale(2);
}

.service-icon-new {
  width: 65px;
  height: 65px;
  background: rgb(140, 198, 63);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  transition: 0.4s;
}

.service-item-new:hover .service-icon-new {
  background: var(--primary-green);
  color: var(--white);
  transform: rotate(-5deg);
}

.service-item-new h4 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--primary-green);
}

.service-list-mini {
  margin-top: 1.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--border-soft);
}

.service-list-mini li {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.service-list-mini li i {
  color: var(--accent-lime);
  margin-right: 12px;
  font-size: 0.8rem;
}

/* Powerful CTA Section */
.cta-banner-premium {
  position: relative;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.cta-banner-premium h2,
.cta-banner-premium h3{
  font-size: 2.5rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.marquee-pill h4 {
    font-size: 1rem;
}

.cta-banner-premium p {
  font-size: 1.25rem;
  opacity: 0.9;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.btn-cta-premium {
  background: var(--accent-yellow);
  color: var(--dark-green) !important;
  padding: 20px 50px;
  border-radius: 20px;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s ease;
}

.btn-cta-premium:hover {
  transform: scale(1.05);
  background: var(--white);
}

/* Why Choose Us with Image Grid */
.why-us-new {
  padding: 120px 0;
}

/* Google Reviews Section */
.review-box-new {
  border: 1px solid var(--border-color);
  padding: 2.5rem;
  border-radius: 20px;
  background: white;
}

/* FAQ Accordion New Styles */
.accordion-item-new {
  border: none;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 1rem;
}

.accordion-button-new {
  --bs-accordion-btn-padding-y: 1.2rem;
  font-weight: 700;
  background: none !important;
  box-shadow: none !important;
  color: var(--text-dark) !important;
}

/* Footer Section */
.footer-new {
  background: #fff;
  padding: 80px 0 0;
  border-top: 1px solid #d7d7d7;
}

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

.footer-link-list li {
  margin-bottom: 1rem;
}

.footer-link-list a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link-list a:hover {
  color: var(--accent-green);
}

/* Process Grid Refined */
.process-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 5rem;
}

.step-card-modern {
  background: var(--white);
  padding: 4rem 3rem;
  border-radius: 40px;
  border: 1px solid var(--border-soft);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.step-card-modern:hover {
  transform: translateY(-15px);
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-medium);
}

.step-number-floating {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 6rem;
  font-weight: 900;
  color: var(--primary-green);
  opacity: 0.03;
  line-height: 1;
  font-family: var(--font-heading);
}

.step-icon-wrap {
  width: 80px;
  height: 80px;
  background: var(--bg-light);
  color: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 24px;
  margin-bottom: 2.5rem;
  transition: 0.5s;
  border: 1px solid var(--border-soft);
}

.step-card-modern:hover .step-icon-wrap {
  background: var(--accent-lime);
  color: var(--white);
  transform: scale(1.1) rotate(-8deg);
  border-color: var(--accent-lime);
}

.step-card-modern h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  color: var(--primary-green);
}

/* Glassy Process Section */
.process-glassy-section {
  background: linear-gradient(135deg, #05140b 0%, #004d25 100%);
  position: relative;
  overflow: hidden;
}

.process-glassy-section .hero-tagline {
  background: rgba(140, 198, 63, 0.15);
  color: #8cc63f;
}

.process-glassy-section .section-title {
  color: #ffffff;
}

.process-glassy-section .section-desc {
  color: rgba(255, 255, 255, 0.7);
}

.glass-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.glass-step-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 3.5rem 2.5rem;
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    opacity 0.8s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.glass-step-card:hover {
  transform: translateY(-15px) scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(140, 198, 63, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.glass-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.05),
    transparent
  );
  transition: 0.5s;
  z-index: 1;
}

.glass-step-card:hover::before {
  left: 100%;
}

.glass-step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8cc63f 0%, #008040 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 198, 63, 0.2);
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.glass-step-card:hover .glass-step-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 15px 35px rgba(140, 198, 63, 0.4);
}

.glass-step-number {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  transition: all 0.5s ease;
  font-family: var(--font-heading);
}

.glass-step-card:hover .glass-step-number {
  color: rgba(140, 198, 63, 0.08);
  transform: scale(1.1) translateX(-10px);
}

.glass-step-card h5 {
  color: #fff !important;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 800;
}
.glass-step-card span {
  color: #fff !important;
  font-size: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  font-weight: 800 !important;
}

.glass-step-card p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.7;
}

.process-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(140, 198, 63, 0.15) 0%,
    transparent 70%
  );
  filter: blur(80px);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.blob-1 {
  top: -150px;
  left: -150px;
  animation: blobMove 25s infinite alternate;
}
.blob-2 {
  bottom: -150px;
  right: -150px;
  background: radial-gradient(
    circle,
    rgba(0, 128, 64, 0.25) 0%,
    transparent 70%
  );
  animation: blobMove 20s infinite alternate-reverse;
}

@keyframes blobMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  33% {
    transform: translate(100px, 50px) rotate(120deg) scale(1.2);
  }
  66% {
    transform: translate(-50px, 100px) rotate(240deg) scale(0.9);
  }
  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
}

/* Why Choose Us Architectural Layout */
.why-arch-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.why-arch-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 50px;
}

.why-arch-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 900;
  color: var(--primary-green);
  margin: 0;
  flex: 1;
}

.why-arch-desc {
  flex: 1;
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.why-arch-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 30px;
  align-items: center;
  position: relative;
}

/* Decorative Curved Line */
.why-arch-grid::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100px;
  border-top: 2px dashed rgba(0, 104, 55, 0.15);
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.arch-feature-block {
  margin-bottom: 60px;
}

.arch-feature-block:last-child {
  margin-bottom: 0;
}

.arch-feature-block i {
  width: 60px;
  height: 60px;
  background: rgb(140, 198, 63);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  border-radius: 20px;
  transition: 0.4s;
  margin-bottom: 15px;
}

.arch-feature-block h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary-green);
  margin-bottom: 8px;
}

.arch-feature-block h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bs-black);
}

.arch-center-card {
  position: relative;
  padding: 20px;
  z-index: 2;
}

.arch-image-wrap {
  position: relative;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  height: 550px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
}

.arch-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arch-bg-shape {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 90%;
  background: rgba(140, 198, 63, 0.3);
  border-radius: 100px 100px 0 0;
  z-index: -1;
  transform: translateY(20px);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 1.1;
    margin: 0 0.6rem;
  }
}

@media (max-width: 991px) {
  .why-arch-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .why-arch-title {
    font-size: 3rem;
  }
  .why-arch-grid {
    grid-template-columns: 1fr;
  }
  .why-arch-grid::before {
    display: none;
  }
  .arch-center-card {
    order: -1;
    margin-bottom: 40px;
  }
  .arch-image-wrap {
    height: 400px;
  }
}

/* Marquee Testimonials - 2 Row System */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  user-select: none;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-light) 0%, transparent 100%);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-light) 0%, transparent 100%);
}

.marquee-group {
  display: flex;
  width: max-content;
  padding: 30px 0;
}

.marquee-left {
  animation: scroll-left 50s linear infinite;
}

.marquee-right {
  animation: scroll-right 50s linear infinite;
}

.marquee-wrapper:hover .marquee-group {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.marquee-pill {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 32px;
  border: 1px solid var(--border-soft);
  width: 450px;
  margin-right: 30px;
  flex-shrink: 0;
  transition: all 0.4s ease;
  box-shadow: var(--shadow-soft);
}

.marquee-pill:hover {
  border-color: var(--accent-lime);
  box-shadow: var(--shadow-medium);
  transform: scale(1.02);
}

.marquee-pill p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: var(--text-main);
}

/* Reach Us Anywhere - Premium Badges */
.city-grid-premium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.city-badge-new {
  background: var(--white);
  border: 1px solid var(--border-soft);
  padding: 1rem 2rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1rem;
  transition: 0.4s;
  color: var(--text-main);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.city-badge-new i {
  color: var(--accent-lime);
  font-size: 1rem;
}

.city-badge-new:hover {
  background: var(--primary-green);
  color: var(--white) !important;
  border-color: var(--primary-green);
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.city-badge-new:hover i {
  color: white;
}

.footer-nav-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  margin-bottom: 2rem;
  color: var(--accent-green);
}

.footer-link-modern {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
  transition: 0.3s;
  font-size: 1.1rem;
}

.footer-link-modern:hover {
  color: var(--accent-green);
  padding-left: 10px;
}

.footer-bottom-bar {
  border-top: 1px solid rgb(215, 215, 215);
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-circle {
  width: 50px;
  height: 50px;
  background: rgb(140, 198, 63);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid rgb(140, 198, 63);
}

.social-circle:hover {
  gap: 6px;
}

.status-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.status-new {
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}
.status-qualified {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}
.status-available {
  background: rgba(140, 198, 63, 0.1);
  color: #8cc63f;
}
.status-sold {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}
.status-closed {
  background: rgba(108, 117, 125, 0.1);
  color: #6c757d;
}

/* Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll Reveal JS */
.reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1) rotate(15deg);
  color: white;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
}
.wa-tooltip {
  position: absolute;
  right: 80px;
  background: white;
  color: #333;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: 0.3s;
}

.btn-whatsapp:hover .wa-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes pulse-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .floating-utils {
    bottom: 20px;
    right: 20px;
  }
  .btn-whatsapp {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
  .wa-tooltip {
    display: none;
  }
  .cta-banner-premium h2 {
    font-size: 2rem;
  }
  .cta-banner-premium p {
    font-size: 1rem;
  }
  .btn-cta-premium {
    padding: 16px 26px;
    border-radius: 50px;
    font-size: 1rem;
  }
  .why-arch-header {
    margin-bottom: 30px;
  }
  .glass-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .glass-step-card {
    border-radius: 20px;
    padding: 1rem;
  }
  .glass-step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
  .glass-step-card h5 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .glass-step-card p {
    font-size: 0.8rem;
  }
  .marquee-group {
    padding: 10px 0;
  }
  .marquee-pill {
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid var(--border-soft);
    width: 290px;
    margin-right: 20px;
    box-shadow: none;
  }
  .marquee-pill p {
    font-size: 0.9rem;
  }
  .marquee-wrapper::before,
  .marquee-wrapper::after {
    background: none;
  }
  .section-head h2 {
    font-size: 2rem;
  }
}

/* Dashboard UI Components */
.stat-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  background: var(--bg-light);
  color: var(--primary-green);
}

.table-custom {
  background: var(--white);
  border-radius: 24px;
  border: 1px solid var(--border-soft);
  overflow: hidden;
}

.table-custom .table {
  margin-bottom: 0;
}

.table-custom thead th {
  background: #fafbfc;
  padding: 1.25rem 1rem;
  font-weight: 700;
  color: var(--text-muted);
}

.table-custom tbody td {
  padding: 1.25rem 1rem;
}

/* Utility Classes */
.bg-soft-green {
  background: rgba(0, 104, 55, 0.05) !important;
  color: var(--primary-green) !important;
}
.bg-soft-lime {
  background: rgba(140, 198, 63, 0.1) !important;
  color: var(--accent-lime) !important;
}
.bg-soft-yellow {
  background: rgba(255, 207, 45, 0.1) !important;
  color: #b7950b !important;
}
.bg-soft-red {
  background: rgba(220, 53, 69, 0.08) !important;
  color: #dc3545 !important;
}

.hover-lift {
  transition: transform 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
}

.hover-glow:hover {
  box-shadow: 0 0 20px rgba(140, 198, 63, 0.2);
}

.fw-black {
  font-weight: 900 !important;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.scale-8 {
  transform: scale(0.8);
}
.scale-15 {
  transform: scale(1.5);
}

.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Glass Header Styles */
.glass-header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.navbar.sticky-top.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.9) !important;
}

.offcanvas {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-left: none;
  width: 300px;
}

.offcanvas-header {
  background: transparent !important;
  color: var(--primary-green) !important;
  padding: 2rem;
}

.offcanvas-body {
  padding: 0 2rem 2rem;
}

.offcanvas .nav-link {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.offcanvas .btn-nav-quote {
  width: 100%;
  margin-top: 2rem;
}

.social-circle:hover {
  background: var(--accent-lime) !important;
  transform: translateY(-3px);
  color: #fff !important;
}

.footer-link-modern:hover {
  color: var(--accent-lime) !important;
  padding-left: 5px;
  transition: all 0.3s ease;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
    color:var(--primary-green) !important;
}
}


/* ========================= */
/* Intro About Section */
/* ========================= */

.intro-image-wrapper{
    position:relative;
}

.intro-main-image{
    width:100%;
    border-radius:25px;
    object-fit:cover;
    min-height:580px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.intro-floating-card{
    position:absolute;
    left:-15px;
    bottom:30px;
    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(12px);
    border-radius:20px;
    padding:18px;
    max-width:320px;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.intro-floating-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    background:linear-gradient(135deg,#006837,#84cc16);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    flex-shrink:0;
}

.intro-feature-card{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    background:#fff;
    border-radius:12px;
    border:1px solid #f0f0f0;
    transition:all 0.3s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    height:100%;
}

.intro-feature-card:hover{
    transform:translateY(-5px);
    border-color:#84cc16;
}

.intro-feature-card i{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#f5fdf0;
    color:#84cc16;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.intro-feature-card span{
    font-weight:600;
    color:#111;
    font-size:15px;
}

@media(max-width:991px){
    
    .intro-mobile-reverse{
        display:flex;
        flex-direction:column-reverse;
    }

    .intro-main-image{
        min-height:auto;
    }

    .intro-floating-card{
        left:20px;
        bottom:20px;
        max-width:260px;
    }

}

@media(max-width:767px){

    .intro-floating-card{
        position:relative;
        left:0;
        bottom:0;
        margin-top:20px;
        max-width:100%;
    }

}
