.section-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  
}

.section-desc {
  margin-bottom: 1.5rem;
  max-width: 800px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}

.theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.btn-primary {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: var(--brand-dark);
  color: #fff;
}

.btn-outline {
  background: 0 0;
  color: var(--brand-green);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-outline:hover {
  background: var(--brand-green);
  color: #fff;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
}

:root {
  --brand-green: #2d6a2d;
  --brand-dark: #1a3d1a;
  --brand-light: #5a9e3a;
  --bg-pink: #fef2f2;
}

.btn-hero-primary {
  background: var(--brand-green);
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s;
}

.btn-hero-primary:hover {
  background: var(--brand-dark);
  background-color: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
}

.btn-hero-secondary {
  background: 0 0;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s;
}

.btn-hero-secondary:hover {
  background: #111;
  border-color: #111;
  background-color: #fff;
  color: #111;
}

body,
html {
  font-family: Inter, sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 100% !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
}

.navbar-brand {
  height: 85px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 100% !important;
  width: 100% !important;
  max-width: 130px;
}

.navbar-nav .nav-link:hover {
  color: var(--brand-green);
}

ul.navbar-nav.mx-auto.mb-2.mb-lg-0 {
  gap: 0px;
}

.hero-section {
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: 764px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-section {
    height: auto;
    min-height: 420px;
  }

  .hero-desc {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .header-buttons {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }

  .header-buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

.btn-about-more {
  text-decoration: none;
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s;
}

.timeline-item.active .tl-dot {
  background: var(--brand-green);
  border-color: var(--brand-green);
  width: 20px;
  height: 20px;
}

.timeline-item.active .tl-label {
  color: #111;
  font-weight: 500;
}

.btn-reno-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-reno-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-reno-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  text-decoration: none;
}

.btn-reno-secondary:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.reno-slide-inner:hover img {
  transform: scale(1.04);
}

.reno-slide-inner:hover .reno-slide-overlay {
  opacity: 0;
}

.reno-slide-inner:hover .reno-slide-content {
  opacity: 0;
  pointer-events: none;
}

.reno-slide-hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: rgba(30, 30, 30, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.35s,
    transform 0.35s;
  z-index: 3;
  pointer-events: none;
}

.reno-slide-inner:hover .reno-slide-hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reno-hover-link:hover {
  gap: 0.7rem;
  color: #fff;
}

.reno-dot.active {
  border-color: #111;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  width: 12px;
  height: 12px;
}

.qf-list-item:hover {
  background: #fff;
}

.qf-list-item.active {
  background: #fff;
  border-color: #e5e7eb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  color: #111;
}

.qf-list-item.active .qf-arrow {
  opacity: 1;
}

.qf-list-item.active .qf-icon {
  background: #e0f0e0;
}

.qf-panel.active {
  display: block;
}

.btn-qf-cta {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-qf-cta:hover {
  background: var(--brand-dark);
  color: #fff;
}

.about-hero {
  background: linear-gradient(135deg, #f8faf8 0, #eef5ee 50%, #e8f0e8 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.about-hero .container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.btn-hero-solid {
  background-color: var(--brand-green);
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  background: var(--brand-green);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.btn-hero-solid:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-hero-outline {
  transition: 0.3s;
  border: 2px solid var(--brand-green);
  color: var(--brand-green);
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  background: 0 0;
}

.btn-hero-outline:hover {
  background-color: var(--brand-green);
  color: #fff;
}

@media (max-width: 991px) {
  .about-hero-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .about-hero-title {
    font-size: 1.7rem;
  }

  .about-hero-desc {
    max-width: 100%;
  }
}

.con-hero {
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.con-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.con-hero-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}

.con-hero-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 2rem;
}

.btn-con-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-con-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-con-secondary {
  background-color: transparent;
  color: var(--brand-green);
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-con-secondary:hover {
  background-color: var(--brand-green);
  color: #fff;
}

@media (max-width: 991px) {
  .con-hero-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 576px) {
  .con-hero-title {
    font-size: 1.7rem;
  }

  .con-hero-desc {
    max-width: 100%;
  }
}

.con-about-section {
  background: #fff;
  padding: 50px 0;
}

.con-about-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.con-about-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.con-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.4rem;
}

.con-feature-icon {
  width: 36px;
  height: 36px;
  background: #f0faf0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--brand-green);
}

.con-feature-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.2rem;
}

.con-feature-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .con-about-title {
    font-size: 1.6rem;
  }

  .con-about-img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.con-services-section {
  background: #fff;
  padding: 50px 0;
}

.con-services-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.con-services-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

.con-svc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem 1.4rem;
  height: 100%;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

.con-svc-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.con-svc-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.con-svc-card-icon {
  width: 38px;
  height: 38px;
  background: #f0faf0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-green);
}

.con-svc-card-num {
  font-size: 1.6rem;
  font-weight: 500;
  color: #e5e7eb;
  line-height: 1;
}

.con-svc-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.con-svc-card-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.con-svc-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.con-svc-card-list li {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.con-svc-card-list li::before {
  content: "✓";
  color: var(--brand-green);
  font-weight: 500;
  font-size: 1rem;
  flex-shrink: 0;
}

.con-quality-section {
  background: #fff;
  padding: 50px 0;
}

.con-quality-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.con-quality-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.con-quality-link {
  color: var(--brand-green);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s;
}

.con-quality-link:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.con-quality-card {
  background: #fff;
}

.con-quality-card-img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.con-quality-card:hover .con-quality-card-img {
  transform: scale(1.03);
}

.con-quality-card-desc {
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 0;
  line-height: 1.6;
}

.con-proj-slider-wrapper:active {
  cursor: grabbing;
}

.con-proj-card:hover .con-proj-card-img {
  transform: scale(1.04);
}

.con-proj-dot.active {
  border-color: #111;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  width: 12px;
  height: 12px;
}

.contact-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f0ebe3;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1600&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center right;
  z-index: 0;
}

.contact-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(240, 235, 227, 0.96) 0,
      rgba(240, 235, 227, 0.82) 30%,
      rgba(240, 235, 227, 0.35) 58%,
      rgba(240, 235, 227, 0) 100%);
}

.contact-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-hero-title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 440px;
}

.contact-hero-desc {
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 2rem;
}

.btn-contact-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-contact-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-contact-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  text-decoration: none;
}

.btn-contact-secondary:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

@media (max-width: 768px) {
  .contact-hero-title {
    font-size: 1.9rem;
    max-width: 100%;
  }

  .contact-hero-desc {
    max-width: 100%;
  }

  .contact-hero-bg::after {
    background: rgba(240, 235, 227, 0.88);
  }
}

.git-info-text a:hover {
  color: var(--brand-green);
}

.git-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(45, 106, 45, 0.1);
  outline: 0;
}

.btn-git-submit {
  background-color: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.85rem;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  transition: background-color 0.3s;
  margin-bottom: 1rem;
  cursor: pointer;
}

.btn-git-submit:hover {
  background-color: var(--brand-dark);
}

.map-section {
  line-height: 0;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: none;
}

.ec-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e8ede8;
}

.ec-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  z-index: 0;
}

.ec-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      #fff 0,
      rgba(255, 255, 255, 0.92) 25%,
      rgba(255, 255, 255, 0.55) 50%,
      rgba(255, 255, 255, 0.05) 75%,
      rgba(255, 255, 255, 0) 100%);
}

.ec-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ec-hero-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.1rem;
  max-width: 420px;
}

.ec-hero-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 2rem;
}

.btn-ec-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-ec-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-ec-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #111;
  transition: 0.3s;
  text-decoration: none;
}

.btn-ec-secondary:hover {
  background-color: #111;
  color: #fff;
}

@media (max-width: 991px) {
  .ec-hero-title {
    font-size: 2.1rem;
  }

  .ec-hero-bg::after {
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.97) 0,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 255, 255, 0.4) 100%);
  }
}

@media (max-width: 576px) {
  .map-section iframe {
    height: 280px;
  }

  .ec-hero-title {
    font-size: 1.7rem;
    max-width: 100%;
  }

  .ec-hero-desc {
    max-width: 100%;
  }

  .ec-hero-bg::after {
    background: rgba(255, 255, 255, 0.88);
  }
}

.ec-about-section {
  background: #fff;
  padding: 50px 0;
}

.ec-about-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.ec-about-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 1rem;
}

.ec-about-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.ec-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 2rem;
  margin-bottom: 2rem;
}

.ec-feature-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.25rem;
}

.ec-feature-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.btn-ec-explore {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-ec-explore:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .ec-about-title {
    font-size: 1.6rem;
  }

  .ec-about-img {
    height: 280px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .ec-features-grid {
    grid-template-columns: 1fr;
  }
}

.ec-services-section {
  background: #fff;
  padding: 50px 0;
}

.ec-services-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.ec-services-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

.ec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 260px);
  gap: 0;
}

.ec-grid-img {
  overflow: hidden;
}

.ec-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.ec-grid-img:hover img {
  transform: scale(1.05);
}

.ec-grid-text {
  background: #e8f5e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.75rem;
}

.ec-grid-text-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.6rem;
  text-align: center;
}

.ec-grid-text-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 1rem;
  text-align: center;
}

.ec-grid-link {
  color: var(--brand-green);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  justify-content: center;
  transition: color 0.3s;
}

.ec-grid-link:hover {
  color: var(--brand-dark);
}

@media (max-width: 991px) {
  .ec-services-title {
    font-size: 1.6rem;
  }

  .ec-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 220px);
  }
}

@media (max-width: 576px) {
  .ec-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    display: flex;
    flex-direction: column;
  }

  .ec-grid > div:nth-child(1) { order: 1; }
  .ec-grid > div:nth-child(2) { order: 2; }
  .ec-grid > div:nth-child(3) { order: 3; }
  .ec-grid > div:nth-child(4) { order: 4; }
  .ec-grid > div:nth-child(5) { order: 6; } /* Was text, move down */
  .ec-grid > div:nth-child(6) { order: 5; } /* Was img, move up */
  .ec-grid > div:nth-child(7) { order: 8; } /* Was text, move down */
  .ec-grid > div:nth-child(8) { order: 7; } /* Was img, move up */

  .ec-grid-img {
    height: 220px;
  }

  .ec-grid-text {
    padding: 1.5rem;
  }
}

.ec-quality-section {
  background: #fff;
  padding: 50px 0;
}

.ec-quality-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.ec-quality-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

.ec-quality-feature {
  gap: 0.85rem;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 1.5rem;
  background: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
  display: flex;
  align-items: flex-start;
}

.ec-quality-feature-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #333;
  flex-shrink: 0;
}

.ec-quality-feature-desc {
  margin: 0;
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}

.ec-quality-img {
  display: block;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.1));
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .ec-quality-title {
    font-size: 1.6rem;
  }

  .ec-quality-img {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.ec-projects-section {
  background: #fff;
  padding: 50px 0 40px;
}

.ec-projects-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.ec-projects-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}

.ec-proj-slider-wrapper:active {
  cursor: grabbing;
}

.ec-proj-card:hover img {
  transform: scale(1.04);
}

.ec-proj-card-link:hover {
  color: #fff;
}

.ec-proj-dot.active {
  border-color: #111;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  width: 12px;
  height: 12px;
}

@media (max-width: 991px) {
  .ec-projects-title {
    font-size: 1.6rem;
  }
}

.btn-fin-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-fin-primary:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.fin-option-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.fin-faq-section {
  background: #f9f5f0;
  padding: 50px 0;
}

.hero-section::before {
  display: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: #111;
}

.hero-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
  color: #444;
}

@media (max-width: 768px) {}

.about-main-img {
  height: 580px;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-card-desc {
  margin: 0;
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
}

.about-title {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  
}

.btn-about-more:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .about-main-img {
    height: 380px;
  }
}

@media (max-width: 576px) {}

.services-link:hover {
  color: var(--brand-dark);
}

.service-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.service-card:hover .service-card-img img {
  transform: scale(1.05);
}

.service-icon {
  background: #f0faf0;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: #4caf50;
}

.service-link:hover {
  color: var(--brand-dark);
}

.how-slider-wrapper {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
}

.how-slider {
  will-change: transform;
  display: flex;
  transition: transform 0.5s;
  gap: 20px;
}

.how-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0 !important;
  background: #fff;
  border-radius: 8px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: auto;
}

.how-card-inner {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.how-card-top {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f9f9f9;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.how-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-step-num {
  position: absolute;
  top: 12px;
  right: 16px;
  pointer-events: none;
  font-size: 5rem;
  font-weight: 500;
  color: #eef7f0;
  line-height: 0.8;
}

.how-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.how-card-desc {
  margin: 0;
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}

.how-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.how-dot {
  border: 2px solid #9ca3af;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
  transition: 0.3s;
}

.how-dot.active {
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  background: 0 0;
  border: 2px solid #111;
  width: 16px;
  height: 16px;
  position: relative;
}

@media (max-width: 991px) {
  .how-card {
    min-width: calc(50% - 0.75rem);
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .how-card {
    flex: 0 0 85%;
    min-width: 85%;
  }
}

.proj-item.active,
.proj-item:hover {
  flex: 3.5;
}

.proj-item.active .proj-overlay,
.proj-item:hover .proj-overlay {
  opacity: 1;
}

.proj-item.active .proj-content,
.proj-item:hover .proj-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.proj-arrow:hover {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
}

.proj-item.active .proj-link-icon,
.proj-item:not(.active):hover .proj-link-icon {
  opacity: 1;
}

@media (max-width: 768px) {

  .proj-item.active,
  .proj-item:hover {
    flex: none;
    height: 320px;
  }
}

body {
  font-family: Inter, sans-serif;
  padding-top: 88px;
}

.header-wrapper {
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff !important;
}

.navbar-nav .nav-link {
  color: #374151;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--brand-green);
}

.btn-call {
  border: 1px solid var(--brand-green);
  color: var(--brand-green);
  border-radius: 50px;
  padding: 10px 18px;
  font-weight: 500;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-call:hover {
  background-color: var(--brand-green);
  color: #fff;
}

.btn-quote {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 12px 21px;
  font-weight: 500;
  border: none;
  transition: background-color 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-quote:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.phone-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    padding-top: 1rem;
    max-height: 80vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navbar-collapse::-webkit-scrollbar {
    display: none;
  }

  .navbar-nav {
    gap: 0.5rem;
  }
}

.interior-hero {
  background-color: #f5f0e8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='600' viewBox='0 0 800 600'%3E%3Crect width='800' height='600' fill='none'/%3E%3Cpath d='M0 400 L200 200 L400 300 L600 100 L800 200 L800 600 L0 600 Z' fill='%23e8e0d0' opacity='0.4'/%3E%3Cpath d='M100 500 L300 350 L500 420 L700 250 L800 300 L800 600 L0 600 Z' fill='%23ddd5c5' opacity='0.3'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.interior-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.interior-hero-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.interior-hero-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 2rem;
}

.btn-interior-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
}

.btn-interior-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-interior-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #111;
  transition: 0.3s;
}

.btn-interior-secondary:hover {
  background-color: #111;
  color: #fff;
}

.interior-hero-img-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.interior-hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
  position: relative;
  z-index: 2;
}

.interior-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='480' viewBox='0 0 600 480'%3E%3Crect width='600' height='480' fill='none'/%3E%3Crect x='50' y='80' width='200' height='160' fill='none' stroke='%23c8b89a' stroke-width='1' stroke-dasharray='4,4' opacity='0.5'/%3E%3Crect x='280' y='120' width='140' height='100' fill='none' stroke='%23c8b89a' stroke-width='1' stroke-dasharray='4,4' opacity='0.5'/%3E%3Cline x1='0' y1='240' x2='600' y2='240' stroke='%23c8b89a' stroke-width='0.5' opacity='0.3'/%3E%3Cline x1='300' y1='0' x2='300' y2='480' stroke='%23c8b89a' stroke-width='0.5' opacity='0.3'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .interior-hero-title {
    font-size: 2.1rem;
  }

  .interior-hero-img-col {
    justify-content: center;
    margin-top: 2rem;
  }

  .interior-hero-img {
    max-width: 380px;
  }
}

@media (max-width: 576px) {
  .interior-hero-title {
    font-size: 1.7rem;
  }

  .interior-hero-desc,
  .interior-hero-img {
    max-width: 100%;
  }
}

.overview-section {
  background-color: #fff;
  padding: 50px 0;
}

.overview-img-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.overview-img-top {
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
}

.overview-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overview-img-bottom {
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
}

.overview-img-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overview-exp-badge {
  background: #e8f5e8;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 260px;
}

.overview-exp-num {
  font-size: 3rem;
  font-weight: 500;
  color: var(--brand-green);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.overview-exp-label {
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  text-align: center;
  line-height: 1.4;
}

.overview-title {
  font-size: 1.9rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  
  margin-bottom: 1.1rem;
}

.overview-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.overview-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.5rem;
}

.overview-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.5;
}

.overview-feature-icon {
  color: var(--brand-green);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 991px) {
  .overview-img-stack {
    margin-bottom: 2.5rem;
  }

  .overview-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .overview-img-stack {
    grid-template-columns: 1fr;
  }

  .overview-exp-badge,
  .overview-img-bottom,
  .overview-img-top {
    height: 200px;
  }

  .overview-feature-list {
    grid-template-columns: 1fr;
  }
}

.included-section {
  background-color: #f5f5f3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='400' viewBox='0 0 900 400'%3E%3Crect x='60' y='40' width='300' height='220' rx='8' fill='none' stroke='%23d0cfc8' stroke-width='1.2' stroke-dasharray='6,4' opacity='0.5'/%3E%3Crect x='200' y='100' width='200' height='140' rx='6' fill='none' stroke='%23d0cfc8' stroke-width='1' stroke-dasharray='5,4' opacity='0.4'/%3E%3Cline x1='0' y1='200' x2='900' y2='200' stroke='%23d0cfc8' stroke-width='0.6' opacity='0.3'/%3E%3Cline x1='450' y1='0' x2='450' y2='400' stroke='%23d0cfc8' stroke-width='0.6' opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55% auto;
  padding: 50px 0;
}

.included-title {
  color: #111;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 500;
  
}

.included-desc {
  margin-bottom: 0;
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

.included-cards-row {
  display: flex;
  gap: 0;
  align-items: flex-end;
  margin-top: 2.5rem;
}

.included-card {
  background: #fff;
  border-radius: 14px;
  flex: 1;
  position: relative;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  margin-right: 0 !important;
  transition: none !important;
}

.included-card:not(:last-child) {
  margin-right: -8px;
}

.included-card:first-child {
  z-index: 4;
  margin-bottom: 60px;
}

.included-card:nth-child(2) {
  z-index: 3;
  margin-bottom: 30px;
}

.included-card:nth-child(3) {
  z-index: 2;
  margin-bottom: 10px;
}

.included-card:nth-child(4) {
  z-index: 1;
  margin-bottom: 0;
}

.included-card:hover {
  transform: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  z-index: auto !important;
}

.included-card-num {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  line-height: 1;
  color: #2b7a3d;
  opacity: 0.15;
  font-size: 3rem;
  font-weight: 500;
}

.included-card-icon {
  width: 44px;
  height: 44px;
  background: #f0faf0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.included-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.included-card-features li {
  font-size: 1rem;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.included-card-features li::before {
  content: "✓";
  color: var(--brand-green);
  font-weight: 500;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 991px) {
  .included-cards-row {
    flex-direction: column;
    align-items: stretch;
  }

  .included-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .included-card:first-child,
  .included-card:nth-child(2),
  .included-card:nth-child(3),
  .included-card:nth-child(4) {
    margin-bottom: 1rem;
    z-index: 1;
  }

  .included-title {
    font-size: 1.6rem;
  }
}

.gallery-section {
  background: #fff;
  padding: 50px 0;
}

.gallery-title {
  font-size: 1.9rem;
  font-weight: 500;
  color: #111;
  
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.gallery-cell-img {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-cell-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.gallery-cell-img:hover img {
  transform: scale(1.04);
}

.gallery-cell-text {
  background: #e8f5e8;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-cell-text h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.gallery-cell-text p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 1rem;
  flex: 1;
}

.gallery-learn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  transition: color 0.3s;
}

.gallery-learn-link:hover {
  color: var(--brand-green);
}

.gallery-learn-link svg {
  transition: transform 0.3s;
}

.gallery-learn-link:hover svg {
  transform: translateX(4px);
}

.gc-r1-img1 {
  grid-column: 1;
  grid-row: 1;
  min-height: 220px;
}

.gc-r1-text1 {
  grid-column: 2;
  grid-row: 1;
}

.gc-r1-img2 {
  grid-column: 3;
  grid-row: 1;
  min-height: 220px;
}

.gc-r1-text2 {
  grid-column: 4;
  grid-row: 1;
}

.gc-r2-text3 {
  grid-column: 1;
  grid-row: 2;
}

.gc-r2-img3 {
  grid-column: 2;
  grid-row: 2;
  min-height: 220px;
}

.gc-r2-text4 {
  grid-column: 3;
  grid-row: 2;
}

.gc-r2-img4 {
  grid-column: 4;
  grid-row: 2;
  min-height: 220px;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gc-r1-img1 {
    grid-column: 1;
    grid-row: 1;
  }

  .gc-r1-text1 {
    grid-column: 2;
    grid-row: 1;
  }

  .gc-r1-img2 {
    grid-column: 1;
    grid-row: 2;
  }

  .gc-r1-text2 {
    grid-column: 2;
    grid-row: 2;
  }

  .gc-r2-text3 {
    grid-column: 1;
    grid-row: 3;
  }

  .gc-r2-img3 {
    grid-column: 2;
    grid-row: 3;
  }

  .gc-r2-text4 {
    grid-column: 1;
    grid-row: 4;
  }

  .gc-r2-img4 {
    grid-column: 2;
    grid-row: 4;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gc-r1-img1,
  .gc-r1-img2,
  .gc-r1-text1,
  .gc-r1-text2,
  .gc-r2-img3,
  .gc-r2-img4,
  .gc-r2-text3,
  .gc-r2-text4 {
    grid-column: 1;
    grid-row: auto;
  }

  .gallery-cell-img {
    min-height: 200px !important;
  }

  .gallery-title {
    font-size: 1.4rem;
  }
}

.why-choose-section {
  background: #f0f7f0;
  padding: 50px 0;
}

.why-choose-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 2rem;
}

.why-choose-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
}

.why-choose-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.why-choose-feature {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
  transition: box-shadow 0.3s;
}

.why-choose-feature:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.why-choose-feature-icon {
  width: 36px;
  height: 36px;
  background: #f0faf0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-choose-feature-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.2rem;
}

.why-choose-feature-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

.btn-why-quote {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 2rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-why-quote:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .why-choose-title {
    font-size: 1.6rem;
  }

  .why-choose-img {
    max-width: 320px;
    margin: 0 auto 2.5rem;
  }
}

.cta-email:hover {
  color: #fff;
}

.cta-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(45, 106, 45, 0.1);
  outline: 0;
}

.btn-cta-submit {
  background-color: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
  transition: background-color 0.3s;
  margin-bottom: 1rem;
}

.btn-cta-submit:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.testimonials-section {
  background-color: #f0faf0;
  padding: 70px 0;
}

.testimonials-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 0.5rem;
}

.testimonials-desc {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.testi-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.testi-card-featured {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.testi-card-featured:hover {
  transform: translateY(-10px);
}

.testi-text {
  font-size: 16px;
  color: #464646;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.5rem;
  ;
  font-style: italic;
}

.testi-service {
  font-size: 16px;
  color: #686868;
}

.social-btn:hover {
  background-color: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
}

.newsletter-input:focus {
  background-color: #2a2a2a;
  border-color: var(--brand-green);
  color: #d1d5db;
  box-shadow: none;
}

.btn-subscribe {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.55rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  border: none;
  transition: background-color 0.3s;
}

.btn-subscribe:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.footer-links li a:hover {
  color: var(--brand-green);
}

.footer-email:hover {
  color: var(--brand-green);
}

.btn-loc {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-loc:hover {
  background: var(--brand-dark);
  color: #fff;
}

.loc-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  color: inherit;
}

.loc-card:hover .loc-card-img {
  transform: scale(1.04);
}

.btn-ls {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
  border: 2px solid var(--brand-green);
}

.btn-ls:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-ls-outline {
  background: 0 0;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.btn-ls-outline:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.ls-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.ls-feature-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.ls-feature-list li::before {
  content: "✦";
  color: var(--brand-green);
  font-size: 1rem;
  flex-shrink: 0;
}

.btn-loc-primary {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-loc-primary:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.loc-svc-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  color: inherit;
}

.process-hero {
  background: linear-gradient(135deg, #f8faf8 0, #eef5ee 50%, #e8f0e8 100%);
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.process-hero-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.process-hero-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  max-width: 420px;
  margin-bottom: 2rem;
}

.btn-process-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-process-primary:hover {
  background-color: var(--brand-dark);
  color: #fff;
}

.process-steps-section {
  background: #fff;
  padding: 50px 0;
}

.process-step-card {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 2rem;
  height: 100%;
  position: relative;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

.process-step-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.process-step-num {
  font-size: 3rem;
  font-weight: 500;
  color: rgba(45, 106, 45, 0.12);
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.process-step-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.process-cta {
  background: #f0f7f0;
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .process-hero-title {
    font-size: 2rem;
  }
}

.proj-hero {
  background: linear-gradient(135deg, #f8faf8 0, #e8f0e8 100%);
  padding: 50px 0;
}

.proj-hero-title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.proj-hero-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  max-width: 420px;
  margin-bottom: 2rem;
}

.btn-proj {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-proj:hover {
  background: var(--brand-dark);
  color: #fff;
}

.proj-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.proj-card:hover .proj-card-img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .proj-hero-title {
    font-size: 2rem;
  }
}

.projects-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e8eceb;
}

.projects-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1590725140246-20acddc1ec6d?w=1600&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center right;
  z-index: 0;
}

.projects-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(232, 236, 235, 0.96) 0,
      rgba(232, 236, 235, 0.8) 30%,
      rgba(232, 236, 235, 0.35) 55%,
      rgba(232, 236, 235, 0) 100%);
}

.projects-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='460' viewBox='0 0 700 460'%3E%3Crect x='30' y='40' width='280' height='200' rx='6' fill='none' stroke='%23b0bab8' stroke-width='1' stroke-dasharray='6,4' opacity='0.5'/%3E%3Crect x='80' y='80' width='160' height='120' rx='4' fill='none' stroke='%23b0bab8' stroke-width='0.8' stroke-dasharray='5,4' opacity='0.35'/%3E%3Cline x1='0' y1='230' x2='700' y2='230' stroke='%23b0bab8' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='350' y1='0' x2='350' y2='460' stroke='%23b0bab8' stroke-width='0.5' opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55% auto;
  z-index: 1;
  pointer-events: none;
}

.projects-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects-hero-title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.projects-hero-desc {
  font-size: 1rem;
  color: #374151;
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 2rem;
}

.btn-proj-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-proj-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-proj-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  text-decoration: none;
}

.btn-proj-secondary:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

@media (max-width: 768px) {
  .projects-hero-title {
    font-size: 1.9rem;
  }

  .projects-hero-desc {
    max-width: 100%;
  }

  .projects-hero-bg::after {
    background: rgba(232, 236, 235, 0.82);
  }
}

.latest-projects-title {
  text-align: center;
  letter-spacing: 1px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 3rem;
}

.lp-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.lp-card:hover .lp-card-img img {
  transform: scale(1.05);
}

.lp-card-link:hover {
  color: var(--brand-green);
  gap: 0.6rem;
}

@media (max-width: 767px) {
  .testi-card-featured {
    transform: none;
  }
}

.ba-img {
  inset: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-label {
  top: 14px;
  font-size: 1rem;
  z-index: 5;
  position: absolute;
  background: #fff;
  color: #111;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 6px;
  pointer-events: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  cursor: col-resize;
  pointer-events: none;
}

.exp-stat-num {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  line-height: 1;
}

.exp-stat-label {
  line-height: 1.65;
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.proj-card-slide {
  flex: 0 0 calc(25% - 1rem);
  min-width: calc(25% - 1rem);
}

.proj-card-slide:hover .proj-card-img img {
  transform: scale(1.04);
}

.proj-card-cat:hover {
  gap: 0.6rem;
  color: var(--brand-dark);
}

.proj-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
}

.proj-slider-dot.active {
  border-color: #111;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  width: 12px;
  height: 12px;
}

@media (max-width: 991px) {
  .proj-card-slide {
    flex: 0 0 calc(50% - 0.625rem);
    min-width: calc(50% - 0.625rem);
  }
}

@media (max-width: 576px) {
  .proj-card-slide {
    flex: 0 0 80%;
    min-width: 80%;
  }
}

.quote-section {
  background: linear-gradient(135deg, #f9f5f0 0, #f0ebe3 100%);
  min-height: 100vh;
  padding: 50px 0;
}

.quote-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
}

.quote-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.quote-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.q-input {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  color: #374151;
  width: 100%;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.q-input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(45, 106, 45, 0.1);
  outline: 0;
}

.q-input::placeholder {
  color: #9ca3af;
}

.btn-quote-submit {
  background: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.85rem;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  transition: background 0.3s;
  cursor: pointer;
}

.btn-quote-submit:hover {
  background: var(--brand-dark);
}

.quote-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.quote-info-icon {
  width: 40px;
  height: 40px;
  background: #e8f5e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quote-info-label {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.2rem;
}

.quote-info-text {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.quote-info-text a {
  color: #6b7280;
  text-decoration: none;
}

.quote-info-text a:hover {
  color: var(--brand-green);
}

.cat-hero {
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  padding: 140px 0;
  display: flex;
  align-items: center;
}

.cat-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn-cat-primary {
  background-color: var(--brand-green);
  font-size: 1rem;
  background: #2e7d32;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #2e7d32;
  transition: 0.3s;
}

.btn-cat-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  background: 0 0;
  color: #2e7d32;
}

.btn-cat-secondary {
  font-size: 1rem;
  background: 0 0;
  color: #2e7d32;
  border: 2px solid #2e7d32;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .cat-hero-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 576px) {
  .cat-hero-title {
    font-size: 1.7rem;
  }

  .cat-hero-desc {
    max-width: 100%;
  }
}

.cat-about-title {
  
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1.25rem;
}

.cat-about-img {
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
  width: 100%;
  height: 550px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .cat-about-img {
    height: 320px;
  }
}

.cat-services-title {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #111;
  
}

.cat-svc-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.cat-proj-slider-wrapper {
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.cat-proj-slider-wrapper:active {
  cursor: grabbing;
}

.cat-proj-slider {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.cat-proj-card:hover .cat-proj-card-img {
  transform: scale(1.04);
}

.cat-proj-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.cat-proj-dot {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #111;
  background: 0 0;
  padding: 0;
  transition: background 0.2s;
}

.cat-proj-dot.active {
  border-color: #111;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #111;
  width: 12px;
  height: 12px;
  background: #111;
}

.btn-svc-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-svc-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-svc-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #111;
  transition: 0.3s;
  text-decoration: none;
}

.btn-svc-secondary:hover {
  background-color: #111;
  color: #fff;
}

.svc-list-section {
  background: #fff;
  padding: 50px 0;
}

.svc-list-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.svc-list-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.svc-list-contact {
  color: var(--brand-green);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s;
}

.svc-list-contact:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.svc-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.svc-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.svc-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem 0.5rem;
}

.svc-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin: 0;
}

.svc-card-num {
  font-size: 1.1rem;
  font-weight: 500;
  color: #d1d5db;
  line-height: 1;
}

.svc-card-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  padding: 0 1.1rem 1rem;
  margin: 0;
  flex-grow: 1;
}

.svc-card-img {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.svc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.svc-card:hover .svc-card-img img {
  transform: scale(1.05);
}

.svc-card-arrow {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  background: var(--brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.svc-card-arrow:hover {
  background: var(--brand-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .svc-list-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .svc-card-img {
    height: 160px;
  }
}

.expertise-section {
  background: #fff;
  padding: 50px 0;
}

.expertise-title {
  font-size: 1.9rem;
  font-weight: 500;
  color: #111;
  
  text-align: center;
  margin-bottom: 1.75rem;
}

.expertise-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.expertise-tab-btn {
  background: 0 0;
  border: 1.5px solid #d1d5db;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: 0.25s;
  white-space: nowrap;
}

.expertise-tab-btn:hover {
  border-color: var(--brand-green);
  color: var(--brand-green);
}

.expertise-tab-btn.active {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #fff;
  font-weight: 500;
}

.expertise-panel {
  display: none;
}

.expertise-panel.active {
  display: flex;
}

.exp-panel-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.6rem;
}

.exp-panel-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 1.5rem;

}

.exp-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.exp-feature-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.exp-feature-list li::before {
  content: "»";
  color: var(--brand-green);
  font-weight: 500;
  font-size: 1rem;
  flex-shrink: 0;
}

.exp-stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 0.65rem 1rem;
  margin-bottom: 1.75rem;
}

.exp-stat-thumb {
  width: 52px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.btn-exp-quote {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-exp-quote:hover {
  background: var(--brand-dark);
  color: #fff;
}

.exp-panel-img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  border-radius: 16px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.14));
}

@media (max-width: 991px) {
  .expertise-panel.active {
    flex-direction: column;
  }

  .exp-panel-img {
    max-width: 100%;
    margin-top: 2rem;
  }

  .exp-panel-desc {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .expertise-title {
    font-size: 1.5rem;
  }

  .expertise-tab-btn {
    font-size: 1rem;
    padding: 0.45rem 1.1rem;
  }
}

.stats-heading {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.stats-desc {
  max-width: 600px;
  font-size: 1.05rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
  
  border-left: 1px solid transparent;
}

.btn-stats-learn {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-stats-learn:hover {
  background: var(--brand-dark);
  color: #fff;
}

.stat-card {
  height: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.stat-card-num {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  line-height: 1;
  margin-bottom: 0.4rem;
}

@media (max-width: 991px) {
  .stats-heading {
    font-size: 1.4rem;
  }

  .stats-desc {
    max-width: 100%;
  }
}

.quality-section {
  background: #f0f7f0;
  padding: 50px 0;
}

.quality-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 2rem;
}

.quality-img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: visible;
}

.quality-badge {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #fff;
  border-radius: 12px 0 14px;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.quality-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}

.quality-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border-radius: 10px;
}

.quality-feature-icon {
  width: 36px;
  height: 36px;
  background: #f0faf0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.quality-feature-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.2rem;
}

.quality-feature-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.btn-quality-quote {
  background: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
  margin-top: 0.5rem;
}

.btn-quality-quote:hover {
  background: var(--brand-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .quality-title {
    font-size: 1.6rem;
  }
}

.faq-title {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 40px;
}

.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  text-align: left;
  padding: 1.1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-question:hover {
  color: var(--brand-green);
}

.faq-question.open {
  font-weight: 500;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s;
  color: #6b7280;
}

.faq-question.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--brand-green);
}

.faq-answer {
  display: none;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  padding-bottom: 1rem;
      width: 100%;
    max-width: 100%;
}

.faq-answer.open {
  display: block;
}

.faq-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.12));
}

@media (max-width: 991px) {
  .faq-title {
    font-size: 1.6rem;
  }

  .faq-img {
    max-width: 320px;
    margin: 2rem auto 0;
  }
}

.btn-sd-primary {
  background-color: var(--brand-green);
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  text-decoration: none;
}

.btn-sd-primary:hover {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-sd-secondary {
  background-color: transparent;
  color: #111;
  border-radius: 50px;
  padding: 0.65rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #111;
  transition: 0.3s;
  text-decoration: none;
}

.btn-sd-secondary:hover {
  background-color: #111;
  color: #fff;
}

.sd-related-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.sd-related-card:hover .sd-related-card-img {
  transform: scale(1.04);
}

.testi-hero {
  background: linear-gradient(135deg, #f0faf0 0, #e8f5e8 100%);
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #faf7f2;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.testi-hero-desc {
  margin: 0 auto 2rem;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 95%;
}

.testi-grid-section {
  background: #fff;
  padding: 50px 0;
}

.testi-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.testi-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.testi-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-name {
  font-weight: 500;
  font-size: 1rem;
  color: #111;
}

@media (max-width: 768px) {
  .testi-hero-title {
    font-size: 2rem;
  }

  .about-hero,
  .cat-hero,
  .con-hero,
  .contact-hero,
  .ec-hero,
  .hero-section {
    min-height: 500px !important;
  }
}

.about-new-section {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.about-new-img-wrapper {
  position: relative;
  padding-right: 120px;
}

.about-new-main-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 40px;
}

.about-new-stats-card {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #eef7f0;
  border-radius: 40px;
  padding: 25px 15px;
  width: 327px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 12px solid #fff;
}

.about-stats-top {
  margin-bottom: 25px;
}

.about-stats-icon {
  width: 35px;
  height: 35px;
  background: #36603a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-stats-number {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin-left: 10px;
}

.about-stats-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #111;
  margin-top: 15px;
  margin-bottom: 8px;
}

.about-stats-desc {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}

svg.svg-icon {
  height: 16px;
  width: 16px;
}

.about-stats-bottom {
  background: #fff;
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
}

.about-stats-trophy {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.about-stats-bottom-text {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 1.6;
}

.about-new-tag {
  color: #2E7D32;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  margin-bottom: 15px;
}

.about-new-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  
  letter-spacing: -0.5px;
}

.about-new-body {
  font-size: 18px;
  color: #464646;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.about-new-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 20px;
}

.about-new-feature-icon {
  width: 55px;
  height: 55px;
  background: #f4fbf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-new-feature-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}

.about-new-feature-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
  margin: 0;
}

.about-new-divider {
  border: 0;
  border-top: 1px solid #9d9b9b;
  margin: 2rem 1.2rem;
}

.btn-about-new-more {
  display: inline-flex;
  align-items: center;
  background: #36603a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
}

.btn-about-new-more:hover {
  background: #254428;
  color: #fff;
}

@media (max-width: 991px) {
  .about-new-img-wrapper {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .about-new-stats-card {
    right: 20px;
    top: auto;
    bottom: -30px;
    transform: none;
    width: calc(100% - 40px);
  }

  .about-new-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .about-new-stats-card {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

.text-header {
  gap: 20px;
  align-items: start !important;
}

@media (min-width: 992px) {
  .text-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center !important;
  }
}

.text-content-heading,
.text-content-pahra {
  width: 100%;
  margin-left: 0px;
}

.services-new-section {
  background-color: #f8fafc;
  padding: 50px 0px 50px 0px;
  position: relative;
  overflow: hidden;
}

.services-new-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 49px;
  
}

.services-new-desc {
  font-size: 18px;
  color: #464646;
  line-height: 1.9;
  margin-bottom: 17px;
}

.btn-services-new-link {
  color: #2E7D32;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* .btn-services-new-link:hover {
  color: #254428;
} */

.services-new-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-new-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.services-new-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-new-body {
  padding: 0 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.services-new-icon {
  width: 45px;
  height: 45px;
  background: #f4fbf5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.services-new-icon svg {
  width: 20px;
  height: 20px;
}

.services-new-card-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 12px;
}

.services-new-card-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-new-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: auto;
}

.services-new-tag {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #4a5568;
  font-size: 16px;
  padding: 4px 9px;
  border-radius: 20px;
}

.services-new-link {
  color: #2E7D32;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.services-new-link:hover {
  color: #254428;
}

@media (min-width: 992px) {
  .stagger-col:nth-child(2n) {
    transform: translateY(40px);
  }
}

.why-new-section {
  padding: 80px 0;
  background: #fff;
}

.why-new-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 0;
}

.why-new-desc {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 16px;
}

.btn-why-new-link {
  color: #2E7D32;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
}

.btn-why-new-link:hover {
  color: #1b5e20;
}

/* Feature items */
.why-feature {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.why-new-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.why-new-feature-icon {
  width: 48px;
  height: 48px;
  background: #f0f7f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-new-feature-icon svg {
  width: 22px;
  height: 22px;
}

.why-new-feature-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.why-new-feature-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
  max-width: 280px;
}

/* Center circular image */
.why-new-center-wrap {
  position: relative;
  width: 500px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0 auto;
  border: 2px dashed #36603a;
  border-radius: 50%;
  padding: 12px;
}

.why-new-center-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.why-new-center-img img.main-circle {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-new-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  padding: 22px;
}

.why-new-logo-wrap img {
  width: 75%;
  height: auto;
}

.row.align-items-center.why-contnet {
  gap: 0;
  align-items: center !important;
}

@media (max-width: 1199px) {
  .why-new-center-wrap {
    width: 340px;
    height: 340px;
  }
  .why-new-logo-wrap {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .why-new-center-wrap {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
  }
  .why-new-logo-wrap {
    width: 120px;
    height: 120px;
    padding: 16px;
  }
  .why-feature {
    gap: 24px;
  }
  .why-new-feature-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .why-new-section {
    padding: 50px 0;
  }
  .why-new-center-wrap {
    width: 260px;
    height: 260px;
  }
}

.how-new-section {
  padding: 50px 0;
  background-color: #f3f4f6;
}

.how-new-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
}

.how-new-desc {
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.btn-how-new-link {
  color: #36603a;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #36603a;
  padding-bottom: 2px;
}

.btn-how-new-link:hover {
  color: #254428;
  border-bottom-color: #254428;
}

@media (max-width: 1200px) {
  .how-card {
    flex: 0 0 calc(25% - 15px);
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .navbar-nav .nav-link {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 575px) {
  .how-card {
    flex: 0 0 100%;
  }
}

.how-card-img {
  width: 120px;
  height: 120px;
}

.how-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 12px;
}

.how-dot.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projects-new-section {
  padding: 50px 0;
  background: #f9f9f9;
}

.projects-new-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 49px;
  
}

.projects-new-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.9;
  margin-bottom: 17px;
}

.btn-projects-new-link {
  color: #2E7D32;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* .btn-projects-new-link:hover {
  color: #254428;
  border-bottom-color: #254428;
} */

.projects-new-accordion {
  display: flex;
  height: 550px;
  gap: 15px;
  width: 100%;
}

.proj-new-item {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.proj-new-item.active {
  flex: 3.5;
}

.proj-new-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 60%);
  opacity: 0;
  transition: opacity 0.6s;
}

.proj-new-item.active .proj-new-overlay {
  opacity: 1;
}

.proj-new-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 24px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  visibility: hidden;
}

.proj-new-item.active .proj-new-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.1s;
}

.proj-new-name {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 9px;
}

.proj-new-desc {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
  /* max-width: 400px; */
}

.proj-new-link-text {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
}

.proj-new-link-text:hover {
  color: #ddd;
  border-bottom-color: #ddd;
}

.proj-new-link-text svg {
  margin-left: 6px;
}

.proj-new-top-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.proj-new-top-icon:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 991px) {
  .projects-new-accordion {
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .projects-new-accordion::-webkit-scrollbar {
    display: none;
  }
  .proj-new-item {
    scroll-snap-align: start;
    flex: 0 0 85% !important;
  }
  .proj-new-content,
  .proj-new-overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
  }
  #projDots {
    display: none !important;
  }
}

.payment-new-section {
  padding: 50px 0;
  background-color: #fdfaf3;
}

.payment-new-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 60px;
}

.payment-new-desc {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.btn-payment-new-link {
  color: #558758;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #558758;
  padding-bottom: 2px;
}

.btn-payment-new-link:hover {
  color: #36603a;
  border-bottom-color: #36603a;
}

.payment-new-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.payment-new-feature-icon {
  width: 30px;
  margin-right: 20px;
  flex-shrink: 0;
  padding-top: 2px;
}

.payment-new-feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #4a5568;
}

.payment-new-feature-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #212c3f;
  margin-bottom: 10px;
}

.payment-new-feature-desc {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  max-width: 380px;
}

.payment-new-img-wrapper {
  width: 100%;
  margin-top: 40px;
}

.payment-new-img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .payment-new-img {
    transform: scale(1);
  }
}

.cta-new-section {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cta-new-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(30, 35, 30, 0.85); */
}

.cta-new-section .container {
  position: relative;
  z-index: 2;
}

.cta-new-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  /*margin-bottom: 20px;*/
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.cta-new-desc {
  font-size: 1.05rem;
  color: #ddd;

  /*margin-bottom: 30px;*/
 
}

.cta-new-divider {
  border-color: rgba(255, 255, 255, 0.15);
  /*margin-bottom: 30px;*/
  width: 60%;
}

.cta-new-info {
  margin-bottom: 25px;
}

.cta-new-info-label {
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.cta-new-email,
.cta-new-info-text {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  text-decoration: none;
}

.cta-new-email:hover {
  color: #fff;
}

.cta-new-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.cta-new-form-title {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  color: #111;
  margin-bottom: 25px;
}

.cta-new-input {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 1rem;
  color: #111;
}

.cta-new-input::placeholder {
  color: #6b7280;
}

.cta-new-input:focus {
  border-color: #2d7a31;
  box-shadow: 0 0 0 3px rgba(45, 122, 49, 0.1);
  outline: 0;
}

.cta-new-input-icon-wrap {
  position: relative;
}

.cta-new-input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 1rem;
  z-index: 10;
}

.cta-new-flag-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cta-new-input-padded {
  padding-left: 35px;
}

.cta-new-input-padded-flag {
  padding-left: 65px;
}

.btn-cta-new-submit {
  background: #327b38;
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 14px;
  border-radius: 25px;
  border: none;
  transition: background 0.3s;
}

.btn-cta-new-submit:hover {
  background: #25602a;
  color: #fff;
}

.cta-new-form-note {
  font-size: 1rem;
  color: #6b7280;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.cta-new-form-note a {
  color: #6b7280;
  text-decoration: none;
}

.footer-new-wrapper {
  background-color: #141414;
  position: relative;
  overflow: hidden;
  color: #e5e5e5;
  padding-top: 70px;
  padding-bottom: 20px;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) #373737 !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.footer-cobtent {
  margin-bottom: 20px !important;
}

.cta-content {
  justify-content: space-between;
}

.row.g-4.mb-5.footer-bottom {
  margin-bottom: 100px;
}

.footer-bg-left {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 700px;    
    max-width: none;

    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.footer-bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 25%;
  opacity: 1.4;
  z-index: 1;
  pointer-events: none;
}

.footer-new-wrapper .container {
  position: relative;
  z-index: 2;
}

.footer-new-logo {
  max-width: 70px;
  margin-bottom: 25px;
}

.footer-new-desc {
  font-size: 1rem;
  color: #a3a3a3;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-right: 20px;
}

.footer-new-social-icons {
  display: flex;
  gap: 15px;
}

.footer-new-social-btn {
  width: 38px;
  height: 38px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.footer-new-social-btn:hover {
  background: #36603a;
  color: #fff;
}

.footer-new-social-btn svg {
  width: 18px;
  height: 18px;
}

.footer-new-newsletter-text {
  font-size: 1rem;
  color: #a3a3a3;
  margin-bottom: 20px;
  max-width: 90%;
}

.footer-new-newsletter-form {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.footer-new-newsletter-input {
  background: #1f1f1f;
  border: 1px solid #333;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  flex: 1;
}

.footer-new-newsletter-input:focus {
  outline: 0;
  border-color: #36603a;
  box-shadow: none;
  background: #1f1f1f;
  color: #fff;
}

.footer-new-btn-subscribe {
  background: #327b38;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.3s;
}

.footer-new-btn-subscribe:hover {
  background: #25602a;
}

.footer-new-heading {
  color: #fff;
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.footer-new-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-links li {
  margin-bottom: 12px;
}

.footer-new-links a {
  color: #a3a3a3;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}

.footer-new-links a:hover {
  color: #327b38;
}

.footer-new-contact-p {
  font-size: 1rem;
  color: #a3a3a3;
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-new-contact-heading {
  color: #fff;
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 8px;
  margin-top: 25px;
}

.footer-new-email-link {
  color: #a3a3a3;
  text-decoration: none;
}

.footer-new-email-link:hover {
  color: #327b38;
}

@media (max-width: 991px) {

  .footer-bg-left,
  .footer-bg-right {
    display: none;
  }
}

.get-in-touch-new-section {
  background: #fafafa;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.git-new-bg {
  display: none;
}

.git-new-watermark {
  display: none !important;
}

.get-in-touch-new-section .container {
  position: relative;
  z-index: 2;
}

.git-new-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
  
}

.git-new-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 95%;
}

.git-new-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.git-new-info-icon {
  width: 45px;
  height: 45px;
  background: #e6f0e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.git-new-info-icon svg {
  width: 20px;
  height: 20px;
  stroke: #2d7a31;
}

.git-new-info-label {
  font-weight: 500;
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 4px;
}

.git-new-info-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.git-new-info-text a {
  color: #444;
  text-decoration: none;
}

.git-new-info-text a:hover {
  color: #2d7a31;
}

@media (max-width: 991px) {
  .git-new-watermark {
    display: none;
  }
}

.about-hero,
.cat-hero,
.con-hero,
.contact-hero,
.ec-hero,
.hero-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1920px !important;
  height: auto !important;
  min-height: 649px !important;
  margin: 0 auto !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: none !important;
  animation: none !important;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-hero-title {
  font-weight: 500;
  font-size: 3.5rem;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.15;
}

.about-hero-desc {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 90%;
}

.timeline-icon.active {
  border: 2px dashed var(--brand-green);
}

.timeline-dot.active {
  background: var(--brand-green);
}

.timeline-text.active {
  color: #111;
  font-weight: 500;
}

.vision-section {
  padding: 50px 0;
  background: #fdf8f0;
}

.vision-step-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.vision-step-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.vision-step-icon {
  color: #2b7a3d;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4ecd9;
  border-radius: 50%;
}

.vision-step-number {
  opacity: 0.7;
  font-size: 2.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #a5d6a7;
  line-height: 0.8;
  font-family: Arial, sans-serif;
}

.vision-step-title {
  font-weight: 500;
  color: #111;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.vision-step-divider {
  border-color: #f0f0f0;
  border-top: 1px solid #eee;
  margin: auto 0 20px;
  opacity: 1;
}

.vision-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.vision-step-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1rem;
  color: #222;
  font-weight: 600;
}

.custom-control-prev {
  width: 5%;
  padding-left: 0 !important;
  justify-content: flex-start !important;
}

.custom-control-next {
  width: 5%;
  padding-right: 0 !important;
  justify-content: flex-end !important;
}

.custom-control-icon {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}

.service-split-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}

.service-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.service-hero-title {
  font-size: 3.5rem;
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.service-hero-desc {
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 90%;
}

.btn-service-primary {
  background: #2b7a3d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #2b7a3d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(43, 122, 61, 0.2);
}

.btn-service-secondary {
  background: 0 0;
  color: #2b7a3d;
  border: 1px solid #2b7a3d;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sd-about-section {
  padding: 50px 0;
  background: #fff;
}

.sd-about-staggered-wrap {
  position: relative;
  height: 600px;
}

.sd-about-staggered-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.sd-about-staggered-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
  border: 10px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.sd-about-single-img {
  border-radius: 12px;
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .sd-about-single-img {
    height: 320px;
  }
  .sd-about-staggered-wrap {
    display: flex !important;
    align-items: stretch !important;
    gap: 15px;
    height: 250px !important;
    margin-bottom: 2rem;
  }
  .sd-about-staggered-1,
  .sd-about-staggered-2 {
    position: static !important;
    width: 50% !important;
    height: 100% !important;
    border: none !important;
    margin: 0 !important;
    transform: none !important;
    align-self: center !important;
  }
  
  .sd-feat-img {
    height: 250px !important;
    margin: 0 !important;
    transform: none !important;
  }
  .sd-feat-img-2 {
    margin-top: 0 !important;
  }
  
  .cat-about-staggered-wrap {
    height: 250px !important;
    align-items: stretch !important;
  }
  .cat-about-staggered-1,
  .cat-about-staggered-2 {
    height: 100% !important;
    align-self: center !important;
    transform: none !important;
    margin: 0 !important;
  }
}

.sd-about-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.sd-about-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.sd-about-items-wrap {
  margin-bottom: 2.5rem;
}

.sd-about-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f7f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
  color: #2b7a3d;
}

.sd-about-item-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.35rem;
}

.sd-about-item-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.sd-about-check-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  color: #555;
  font-size: 1rem;
  font-weight: 400;
}

.sd-about-check-icon {
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.sd-about-check-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}

.sd-solutions-section {
  padding: 20px 0 50px;
  background: #fff;
}

.sd-solutions-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #111;
  
}

.solution-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  color: #fff;
  background: 0 0;
  border: 1px solid transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  box-shadow: none;
  transition: 0.4s;
  transform: translateY(0);
}

.solution-card-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

.solution-card-desc {
  font-size: 1rem;
  color: #e5e5e5;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.solution-card-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
}

.solution-card-icon {
  margin-left: 6px;
}

.sd-features-section {
  padding: 20px 0 50px;
  background: #fff;
}

.sd-feat-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: block;
}



.sd-feat-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  
}

.sd-feat-title.large {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}

.sd-feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.sd-feat-check-icon {
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.feature-item .icon-box {
  margin-right: 1.25rem;
  flex-shrink: 0;
  padding-top: 2px;
}

.sd-feat-img-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-left: 15px;
}

.sd-feat-img-offset {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background: #eef7f0;
  border-radius: 12px;
  z-index: 1;
}

.sd-feat-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: block;
}

@media (max-width: 991px) {
  .sd-feat-main-img {
    height: 300px;
  }
}

.sd-process-section {
  padding: 50px 0;
  background: #fff;
}

.process-container {
  max-width: 1600px;
  margin: 0 auto;
}

.process-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.25;
  margin-bottom: 0;
}

.process-card {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
}

.process-card-img-wrap {
  height: 250px;
  overflow: hidden;
  padding: 10px 10px 0;
}

.process-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.process-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.process-card-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  margin: 0;
  padding-right: 15px;
}

.process-card-num {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
  flex-shrink: 0;
}

.process-card-desc {
  font-size: 1rem;
  color: #777;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.sd-process-alt-section {
  background: #f0f7f0;
  padding: 40px 0;
}

.process-alt-title {
  font-size: 1.8rem;
  font-weight: 500;
  
  text-align: center;
  margin-bottom: 2.5rem;
}

.process-alt-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.process-alt-num {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(45, 106, 45, 0.15);
  margin-bottom: 0.5rem;
}

.process-alt-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.4rem;
}

.process-alt-card-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

.sd-stats-section {
  background: #f5f0e8;
  padding: 40px 0;
}

.stat-card-value {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-card-label {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.sd-faq-section {
  background: #fff;
  padding: 40px 0;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-btn {
  width: 100%;
  background: 0 0;
  border: none;
  text-align: left;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-content {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  padding-bottom: 1rem;
  display: none;
}

.sd-featured-projects-section {
  padding: 40px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.sd-feat-proj-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  margin-bottom: 0;
  
}

.sd-feat-proj-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

.btn-feat-proj-link {
  display: inline-block;
  margin-top: 1rem;
  color: #2b7a3d;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #2b7a3d;
  padding-bottom: 2px;
}

.feat-proj-grid {
  padding-bottom: 50px;
}

.feat-proj-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
}

.feat-proj-img-wrap {
  height: 240px;
  overflow: hidden;
}

.feat-proj-card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.feat-proj-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.75rem;
}

.feat-proj-card-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.cat-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(247, 249, 247, 0.98) 0,
      rgba(247, 249, 247, 0.85) 60%,
      rgba(247, 249, 247, 0) 100%);
  z-index: 1;
}

.cat-container,
.cat-container-rel {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}

.cat-hero-title {
  font-size: 3.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.cat-hero-desc {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 2.25rem;
  max-width: 600px;
}

.btn-cat-secondary:hover {
  background: #2e7d32;
  color: #fff;
}

.cat-about-section {
  padding: 50px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.cat-about-staggered-wrap {
  display: flex;
  gap: 20px;
  height: 550px;
  width: 100%;
}

.cat-about-staggered-1 {
  width: 48%;
  height: 85%;
  object-fit: cover;
  border-radius: 0;
  align-self: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cat-about-staggered-2 {
  width: 48%;
  height: 85%;
  object-fit: cover;
  border-radius: 0;
  align-self: flex-end;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cat-about-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.cat-about-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.cat-about-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.cat-about-feature-icon {
  margin-right: 12px;
  margin-top: 3px;
  color: #2e7d32;
}

.cat-about-feature-title {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}

.cat-about-feature-desc {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.cat-about-feature-item-alt {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.cat-about-feature-icon-alt {
  margin-right: 12px;
  color: #2e7d32;
}

.cat-about-feature-title-alt {
  font-size: 1rem;
  font-weight: 400;
  color: #444;
}

.cat-about-img3-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cat-about-img3 {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.cat-about-img3-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.cat-about-img3-logo {
  max-width: 120px;
  filter: brightness(0) invert(1);
}

.cat-services-section {
  padding: 50px 0;
  background: #fff;
}

.card-content-alt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 1.75rem;
  z-index: 2;
  color: #fff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  transform: translateY(0) !important;
}

.solution-card:hover .card-content-alt {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  bottom: 25px;
}

.solution-card-title-alt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.solution-card-feature {
  font-size: 1rem;
  color: #f8f9fa;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.solution-card-feature-icon {
  margin-right: 8px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
}

.card-read-more {
  margin-top: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution-card:hover .card-read-more {
  opacity: 1;
  max-height: 50px;
  margin-top: 0.75rem;
}

.solution-card-link-alt {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.solution-card-link-icon-alt {
  margin-left: 6px;
}

.cat-services-section-alt {
  padding: 50px 0 0;
  background: #fff;
  position: relative;
}

.cat-blueprint-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
}

.cat-services-title-alt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
}

.cat-services-desc {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.cat-svc-checker-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.cat-svc-checker-box {
  background: #eaf5ec;
  padding: 2.5rem;
  text-align: center;
}

.cat-svc-checker-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 1rem;
}

.cat-svc-checker-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.cat-svc-checker-link {
  font-weight: 500;
  font-size: 1rem;
  color: #2e7d32;
  text-decoration: none;
}

.cat-services-section-grid {
  padding: 50px 0;
  background: #fdfdfd;
  position: relative;
}

.service-grid-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s;
  cursor: pointer;
}

.service-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-number {
  font-size: 3rem;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #d1e2d1;
  opacity: 0.6;
  line-height: 1;
  font-family: Inter, sans-serif;
}

.service-grid-card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
}

.service-grid-card-desc {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-features {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5rem;
}

.service-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #444;
}

.service-feature-icon {
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cat-quality-tabs-section {
  padding: 40px 0;
  background: #eef3ec;
}

.cat-quality-title {
  font-weight: 500;
  font-size: 2.2rem;
  color: #111;
  line-height: 1.3;
}

.cat-quality-desc {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.nav-pills {
  gap: 15px;
}

.quality-tab-btn {
  text-align: left;
  padding: 1.25rem 1.5rem;
  border-radius: 8px;
  color: #111;
  font-weight: 500;
  font-size: 1.05rem;
  border: 1px solid transparent;
}

.tab-icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2ede2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #4caf50;
}

.quality-tab-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.quality-tab-content-title {
  font-weight: 500;
  font-size: 2rem;
  color: #111;
  margin-bottom: 1.25rem;
}

.quality-tab-content-desc {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.quality-tab-feature {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #444;
  font-size: 1rem;
}

.quality-tab-feature-icon {
  margin-right: 12px;
  flex-shrink: 0;
}

.btn-quality {
  background-color: #2e7d32;
  border: none;
  padding: 0.8rem 2rem;
  font-weight: 500;
  border-radius: 30px;
  font-size: 1rem;
}

.cat-quality-section {
  padding: 50px 0;
  background: #fff;
}

.ec-quality-feature-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 0.4rem;
}

.cat-quality-title-alt {
  font-weight: 500;
  font-size: 2.2rem;
  color: #111;
  line-height: 1.3;
}

.cat-quality-desc-alt {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cat-quality-link {
  color: #4caf50;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1rem;
}

.cat-quality-card {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 1.25rem;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.cat-quality-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.cat-quality-card-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.cat-quality-card-divider {
  border-top: 1px solid #f0f0f0;
  margin: 0 0 1rem;
  opacity: 1;
}

.cat-quality-card-desc {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 0;
  line-height: 1.6;
}

.res-proj-hero {
  background: linear-gradient(135deg, #fefefe 0, #f4f4f4 100%);
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.res-proj-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.res-proj-hero-content {
  position: relative;
  z-index: 2;
}

.res-proj-hero-title {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 500;
  color: #111;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.res-proj-hero-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 95%;
}

.btn-res-proj-primary {
  background: #2b7a3d;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(43, 122, 61, 0.25);
  border: 1px solid #2b7a3d;
  transition: 0.3s;
}

.btn-res-proj-secondary {
  background: 0 0;
  color: #2b7a3d;
  border: 1px solid #2b7a3d;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
}

.btn-res-proj-primary:hover {
  background: 0 0;
  color: #2b7a3d;
}

.btn-res-proj-secondary:hover {
  background: #2b7a3d;
  color: #fff;
}

.res-proj-hero-img {
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

.quality-cards-row {
  margin-top: 3.5rem;
  align-items: stretch;
  gap: 1.5rem !important;
}

.included-card-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.85rem;
  color: #111;
}

.included-card-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.modern-spaces-section {
  padding: 50px 0;
  background: #fff;
}

.modern-spaces-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.3;
  margin-bottom: 0;
}

.modern-spaces-desc {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 0;
}

.modern-space-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  display: block;
  transition: transform 0.3s;
}

.modern-space-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.9);
  transition: transform 0.6s;
}

.modern-space-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  transition: background 0.3s;
}

.modern-space-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px;
  color: #fff;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.modern-space-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.modern-space-card-desc {
  font-size: 1rem;
  color: #e5e5e5;
  line-height: 1.5;
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modern-space-card:hover .modern-space-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 65%);
}

.seamless-living-section {
  padding: 50px 0;
  background: #eef5ec;
}

.seamless-living-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.35;
  margin-bottom: 0;
}

.seamless-living-desc {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}

.seamless-living-link {
  color: #4caf50;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.05rem;
}

.seamless-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.seamless-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.seamless-card-body {
  padding: 25px 25px 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.seamless-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1.25rem;
}

.seamless-card-divider {
  height: 1px;
  background: #f0f0f0;
  margin-bottom: 1.25rem;
  width: 100%;
}

.seamless-card-desc {
  font-size: 1rem;
  color: #777;
  margin-bottom: 0;
  line-height: 1.6;
}

.calgary-homes-section {
  padding: 50px 0;
  background: #fff;
}

.calgary-homes-container {
  max-width: 1400px;
  margin: 0 auto;
}

.calgary-homes-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.calgary-homes-img {
  max-width: 100%;
  height: auto;
}

.calgary-homes-desc {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.calgary-feature-item {
  padding: 25px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.3s;
}

.calgary-feature-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

.calgary-feature-icon {
  color: #2a3a4a;
  margin-right: 20px;
  flex-shrink: 0;
  padding-top: 2px;
}

.calgary-feature-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}

.calgary-feature-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

.latest-projects-section {
  padding: 50px 0;
  background: #fff;
}

.proj-new-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  display: block;
  transition: transform 0.3s;
}

.proj-new-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.9);
}

.latest-proj-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  transition: background 0.3s;
}

.latest-proj-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 25px;
  color: #fff;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.proj-new-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.proj-new-card-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.proj-new-card:hover .proj-new-card-link {
  opacity: 1 !important;
  color: #fff;
}

.transformations-section {
  padding: 40px 0;
  background: #fff;
}

.transformations-desc {
  font-size: 1.05rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.before-after-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
  cursor: ew-resize;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ba-label-after {
  top: 20px;
  right: 20px;
  z-index: 1;
}

.ba-label-before {
  top: 20px;
  left: 20px;
  z-index: 3;
}

.ba-handle-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ba-handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
}

.stats-section {
  padding: 50px 0;
  background: #f8f9fa;
}

.stats-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  margin: 0;
  padding-right: 2rem;
}

.stat-card-proj {
  padding: 35px 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  text-align: center;
  height: 100%;
}

.stat-card-icon {
  margin-bottom: 25px;
  color: #25354e;
  display: flex;
  justify-content: center;
}

.stat-card-divider-wrap {
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin-bottom: 25px;
  position: relative;
}

.stat-card-divider {
  position: absolute;
  left: 50%;
  top: 0;
  width: 40px;
  height: 1px;
  background: #444;
  transform: translateX(-50%);
}

.stat-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}

.stat-card-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.every-space-section {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

.every-space-desc {
  font-size: 1.05rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.es-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.es-slider {
  display: flex;
  gap: 24px;
  width: max-content;
  padding-bottom: 20px;
}

.es-card {
  width: 350px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.es-img-wrap {
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.es-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.es-card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}

.es-card-link {
  font-size: 1rem;
  font-weight: 500;
  color: #3eb574;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  pointer-events: auto;
}

.es-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.es-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #111;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}

.faq-section {
  padding: 50px 0;
  background: #fff;
}

.projects-faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
  background: #fff;
}

.projects-faq-question {
  width: 100%;
  text-align: left;
  background: 0 0;
  border: none;
  padding: 20px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-top: 10px;
}

.loc-features-section {
  padding: 50px 0;
  background: #fff;
}

.loc-features-title {
  font-weight: 500;
  font-size: 2rem;
  color: #111;
  
}

.loc-feature-box {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  background: #fff;
}

.loc-feature-title {
  font-weight: 500;
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 0.5rem;
}

.loc-feature-desc {
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.loc-feature-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.loc-slider-section {
  padding: 50px 0;
  background: #f8faf9;
  overflow: hidden;
}

.loc-slider-title {
  font-weight: 500;
  font-size: 2rem;
  color: #111;
  
  margin-bottom: 0;
}

.loc-slider-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.loc-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
}

.loc-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s;
}

.loc-slider-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 280px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 380px;
}

.loc-slider-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}

.loc-slider-card-title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.loc-built-around {
  padding: 50px 0;
  background-color: #faf7f2;
  position: relative;
}

.loc-built-container {
  position: relative;
  z-index: 2;
}

.loc-built-title {
  font-weight: 500;
  font-size: 2.2rem;
  color: #111;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  
}

.loc-built-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.btn-loc-built {
  background-color: #2d7a3f;
  color: #fff;
  border-radius: 50px;
  padding: 0.65rem 1.8rem;
  font-weight: 500;
  text-decoration: none;
}

.btn-loc-built:hover {
  background-color: #225f31;
  color: #fff;
}

.built-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.built-card-title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 0.75rem;
}

.built-card-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.loc-recent-projects {
  padding: 50px 0;
  background-color: #fff;
}

.loc-recent-title {
  font-weight: 500;
  font-size: 2rem;
  color: #111;
  line-height: 1.3;
  margin-bottom: 0;
  
}

.loc-recent-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding-top: 0.5rem;
}

.recent-proj-card {
  height: 100%;
}

.recent-proj-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  height: 320px;
}

.recent-proj-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recent-proj-card-title {
  font-weight: 500;
  font-size: 1.15rem;
  color: #111;
  margin-bottom: 0.75rem;
}

.recent-proj-card-desc {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.ls-content-section {
  padding: 60px 0;
  background: #fff;
}

.ls-content-img-group {
  height: 450px;
}

.ls-content-img-1 {
  width: 55%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ls-content-img-2 {
  width: 45%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .ls-content-img-group {
    flex-direction: column;
    height: auto;
  }
  .ls-content-img-1,
  .ls-content-img-2 {
    width: 100%;
    height: 300px;
  }
}

.ls-content-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ls-content-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.ls-feat-icon {
  margin-top: 2px;
  flex-shrink: 0;
}

.ls-feat-text {
  font-size: 1rem;
  color: #111;
  font-weight: 500;
}

.ls-content-desc-alt {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

.ls-content-main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.ls-info-card {
  background: #f0faf0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.ls-info-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
}

.ls-info-card-details {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
}

.ls-benefits-section {
  padding: 60px 0;
  background: #fff;
}

.ls-benefits-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 3rem;
  text-align: center;
}

.ls-benefits-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 400px;
}

.ls-benefits-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-benefits-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ls-benefits-logo {
  max-width: 150px;
  filter: brightness(0) invert(1);
}

.ls-benefit-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  height: 100%;
}

.ls-benefit-card-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.75rem;
}

.ls-benefit-card-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.ls-solutions-section {
  padding: 50px 0;
  background: #eff5ef;
  overflow: hidden;
}

.ls-solutions-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  
  margin: 0;
}

.ls-solutions-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.8;
  margin: 0;
}

.ls-solutions-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
}

.ls-solutions-scroll {
  display: flex;
  gap: 30px;
  transition: transform 0.4s;
  cursor: grab;
}

.ls-solution-card {
  flex: 0 0 calc(25% - 22.5px);
  min-width: 280px;
  position: relative;
}

.ls-sol-icon {
  margin-bottom: 1.5rem;
  color: #4b5563;
}

.ls-sol-divider {
  width: 100%;
  height: 1px;
  background: #d1d5db;
  margin-bottom: 1.5rem;
  max-width: 80%;
}

.ls-sol-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.75rem;
}

.ls-sol-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.ls-projects-section {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

.ls-projects-container {
  padding: 0 4%;
}

.ls-projects-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}

.ls-projects-scroll {
  display: flex;
  gap: 20px;
  transition: transform 0.4s;
  cursor: grab;
}

.ls-project-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 300px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ls-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}

.ls-project-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ls-project-content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.ls-project-card-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}

.ls-project-card-desc {
  font-size: 1rem;
  color: #e5e7eb;
  line-height: 1.5;
  margin: 0;
}

.process-steps-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
}

.process-steps-desc {
  font-size: 1rem;
  color: #6b7280;
  max-width: 500px;
  margin: 0.75rem auto 0;
}

.process-cta-title {
  font-size: 1.9rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 1rem;
}

.process-cta-desc {
  font-size: 1rem;
  color: #6b7280;
  max-width: 440px;
  margin: 0 auto 1.75rem;
}

.quote-page-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.quote-page-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}

.quote-page-note {
  font-size: 1rem;
  color: #9ca3af;
  text-align: center;
  margin: 0;
}

.quote-page-link {
  color: #6b7280;
}

.testi-hero-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
}

@media (max-width: 991px) {
  .testi-hero-bg {
    width: 100%;
    opacity: 0.3;
  }
}

.testi-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.testi-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      #faf7f2 0,
      rgba(250, 247, 242, 0.9) 15%,
      rgba(250, 247, 242, 0) 60%);
}

.testi-hero-container {
  position: relative;
  z-index: 2;
}

.testi-hero-title {
  font-weight: 500;
  font-size: 3rem;
  color: #111;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.btn-testi-primary {
  background-color: #2d7a3f;
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  text-decoration: none;
}

.btn-testi-primary:hover {
  background-color: #225f31;
  color: #fff;
}

.btn-testi-secondary {
  border: 1px solid #2d7a3f;
  color: #2d7a3f;
  background: 0 0;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.btn-testi-secondary:hover {
  background-color: #2d7a3f;
  color: #fff;
}

.testi-grid-section-wrap {
  padding: 50px 0;
  background-color: #fdfdfd;
}

.testi-grid-title {
  font-weight: 500;
  font-size: 2.2rem;
  color: #111;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  
}

.testi-grid-desc {
  color: #4b5563;
  font-size: 1.05rem;
  margin: 0;
}

.testi-masonry-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}

@media (max-width: 991px) {
  .testi-masonry-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .testi-masonry-wrapper {
    grid-template-columns: 1fr;
  }
}

.testi-masonry-item {
  width: 100%;
}

.custom-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.custom-pagination li a,
.custom-pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #4b5563;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.2s;
  border: 1px solid transparent;
}

.custom-pagination li a:hover {
  color: #2d7a3f;
  background: rgba(45, 122, 63, 0.05);
}

.custom-pagination li.active span {
  color: #2d7a3f;
  border-color: #2d7a3f;
  background: 0 0;
  font-weight: 500;
}

.custom-pagination li.disabled span {
  color: #9ca3af;
  cursor: not-allowed;
}

.testi-card-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}

.testi-card-content {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.testi-card-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testi-card-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card-name {
  font-weight: 500;
  color: #111;
  font-size: 1rem;
}

.testi-card-role {
  color: #9ca3af;
  font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

.navbar .mega-dropdown {
  position: static !important;
}

.navbar .mega-menu {
  right: auto !important;
  padding: 1.5rem;
  border-radius: 0 0 12px 12px;
  border-top: 3px solid var(--primary-color) !important;
  /* background: #fff; */
  margin-top: 0;
  /* top: calc(100% - 32px); */
  /* padding-top: 30px !important; */
}

.mega-menu-link:hover {
  background: #f8f9fa;
  color: var(--primary-color);
  padding-left: 10px;
}

@media all and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: 0.3s fadeIn;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar .mega-dropdown:hover .mega-menu {
    display: block;
    animation: 0.3s fadeIn;
  }

  .navbar .container {
    position: relative;
  }
}

.cat-services-slider {
  padding-bottom: 60px;
}

.services-pagination {
  bottom: 0 !important;
}

.services-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 0.5;
  margin: 0 6px !important;
  transition: 0.3s;
}

.services-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border: 2px solid #111;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  opacity: 1;
}

.services-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
}

.card-icon {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hidden-features {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}

.solution-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: 0.4s;
}

.solution-card:hover .card-content {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
}

.solution-card:hover .card-icon {
  opacity: 1;
  max-height: 50px;
  margin-bottom: 12px;
}

.solution-card:hover .card-hidden-features {
  opacity: 1;
  max-height: 300px;
  margin-top: 1rem;
}

.cat-quality-tabs-section .nav-pills .quality-tab-btn {
  background: 0 0;
  transition: 0.3s;
}

.cat-quality-tabs-section .nav-pills .quality-tab-btn.active {
  background: #fff !important;
  border: 1px solid #d1e2d1 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  color: #111 !important;
}

.cat-quality-tabs-section .nav-pills .quality-tab-btn:not(.active):hover {
  background: rgba(255, 255, 255, 0.4);
}

.cat-quality-tabs-section .nav-pills .quality-tab-btn.active .tab-arrow {
  opacity: 1 !important;
}

.tab-arrow {
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.1rem;
}

.tab-arrow-hidden {
  opacity: 0 !important;
}

.cat-max-container {
  max-width: 1600px;
  margin: 0 auto;
}

.cat-faq-section {
  background: #fff;
  padding: 40px 0;
}

.cat-faq-title {
  font-size: 1.8rem;
  font-weight: 500;
  
  margin-bottom: 1.5rem;
}

.cat-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.cat-faq-btn {
  width: 100%;
  background: 0 0;
  border: none;
  text-align: left;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.cat-faq-answer {
  display: none;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.75;
  padding-bottom: 1rem;
}

.cat-quality-desc-inline {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.cat-proj-slider-section {
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}

.cat-proj-title-inline {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 0;
}

.cat-proj-desc-inline {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
}

.cat-proj-slider-inner {
  gap: 30px;
  width: max-content;
}

.cat-proj-card-exterior {
  width: 400px;
  height: 480px;
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.cat-proj-card-exterior-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-proj-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.cat-proj-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.2rem;
  z-index: 2;
}

.cat-proj-card-title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.6rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  min-height: 3.6rem;
  display: flex;
  align-items: flex-start;
}

.cat-proj-card-readmore {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  opacity: 0.9;
}

.cat-proj-card-construction {
  width: 340px;
  flex-shrink: 0;
}

.cat-proj-card-img-wrap {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.cat-proj-card-construction-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.cat-proj-card-construction-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.cat-proj-card-construction-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.svg-arrow-ml {
  margin-left: 5px;
}

.cat-svc-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-feat-title-inline {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  
  
}

.sd-feat-desc-inline {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  
}

.sd-feat-list-item {
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 1rem;
  font-weight: 500;
}

.features-list {
  margin-bottom: 3rem;
}

.feature-item {
  margin-bottom: 1rem;
}

.icon-box {
  margin-right: 1.25rem;
  flex-shrink: 0;
  padding-top: 2px;
}

.feature-item-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.4rem;
}

.feature-item-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.btn-features-cta {
  background: #2b7a3d;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(43, 122, 61, 0.2);
}

.btn-features-cta:hover {
  background: #1f5c2e;
  color: #fff;
}

.sd-quality-features-mb {
  margin-bottom: 2.5rem;
}

.flash-alert {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 99999;
  max-width: 400px;
}

.flash-alert-success {
  border-left: 5px solid #28a745;
}

.flash-alert-danger {
  border-left: 5px solid #dc3545;
}

.toast-container-fixed {
  z-index: 9999;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: none;
  z-index: 9999;
  background: transparent;
  border: none;
  box-shadow: none;
  padding-top: 15px;
}

.mega-menu-inner {
  max-width: 100%;
  margin: 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 31px 0px;
}

.mega-sidebar {
  width: 340px;
  background: #fff;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #f0f0f0;
}

.mega-sidebar-title {
  font-weight: 700;
  color: #8496a8;
  font-size: 1rem;
  letter-spacing: 1px;
  
  margin-bottom: 12px;
}

.mega-sidebar-img-wrapper {
  background: #f4f6f8;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.mega-sidebar-img {
  width: 280px;
  height: 150px;
  max-width: none;
  object-fit: cover;
  border-radius: 6px;
}

.mega-sidebar-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 8px;
}

.mega-sidebar-list {
  margin-bottom: 8px 0px;
}

.mega-sidebar-list li {
  padding: 2px 0;
}

.mega-sidebar-list .bi-check-circle-fill {
  font-size: 1rem;
}

.mega-sidebar-list .text-muted {
  font-size: 1rem;
  color: #5a6470 !important;
}

.mega-sidebar-link {
  font-size: 16px;
  padding: 10px 0px;
  font-weight: 500 !important;
  color: #2E7D32 !important;
}

.mega-sidebar-link:hover {
  color: #3eb574 !important;
}

.mega-content .row>div:not(:first-child) {
  border-left: none;
}

.mega-item {
  padding: 16px 24px;
  transition: background 0.2s;
  border-bottom: none;
  display: flex;
}

.mega-item:hover {
  background: #fdfdfd;
  border-radius: 8px;
}

.mega-item-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 1px;
}

.mega-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex-grow: 1;
}

.mega-item-title {
  font-weight: 500;
  color: #2c3642;
  font-size: 1.05rem;
  line-height: 1.3;
  white-space: normal;
}

.mega-item-subtitle {
  font-size: 1rem;
  color: #7f8a97;
  margin-top: 4px;
  line-height: 1.4;
}

.mega-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-item-list li:last-child {
  border-bottom: none;
}

.quality-cards-row .included-card {
  margin-right: 0 !important;
  transition: none !important;
}

.quality-cards-row .included-card:hover {
  transform: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  z-index: auto !important;
}

@media (max-width: 1199px) {
  .mega-menu {
    width: 100% !important;
    left: 0 !important;
    border-radius: 0;
    transform: none;
  }

  .mega-menu-inner {
    flex-direction: column;
    min-height: auto;
  }

  .mega-sidebar {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .mega-content .row .col-md-6:nth-child(2) {
    border-left: none;
  }
}

@media (max-width: 991px) {
  .quality-cards-row {
    gap: 1rem !important;
  }
}

.modern-space-card:hover {
  transform: translateY(-3px);
}

.modern-space-card:hover .latest-proj-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 65%) !important;
}

.modern-space-card:hover a {
  opacity: 1 !important;
  color: #fff;
}

.modern-space-card:hover img {
  transform: scale(1.05) !important;
}

.seamless-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

.feature-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

.proj-new-card:hover {
  transform: translateY(-3px);
}

.proj-new-card:hover .latest-proj-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 65%) !important;
}

.proj-new-card:hover a {
  opacity: 1 !important;
  color: #fff;
}

.projects-faq-answer {
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: 0.3s;
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

.projects-faq-answer.open {
  max-height: 1000px;
  padding-bottom: 20px;
}

.projects-faq-chevron {
  transition: transform 0.3s;
}

.projects-faq-question.open .projects-faq-chevron {
  transform: rotate(180deg) !important;
}

@keyframes fadeIn {}

.con-services-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 0.5;
  margin: 0 6px !important;
  transition: 0.3s;
}

.con-services-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border: 2px solid #111;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  opacity: 1;
}

.con-services-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.loc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4b5563;
  border: none;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}

.loc-dot.active {
  width: 18px;
  height: 18px;
  background: 0 0;
  border: 2px solid #111;
  position: relative;
}

.loc-dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

.ls-solutions-scroll::-webkit-scrollbar {
  display: none;
}

.ls-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6b7280;
  border: none;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}

.ls-dot.active {
  width: 14px;
  height: 14px;
  background: 0 0;
  border: 1.5px solid #111;
  position: relative;
}

.ls-dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
}

.ls-projects-scroll::-webkit-scrollbar {
  display: none;
}

.solutions-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 0.5;
  margin: 0 6px !important;
  transition: 0.3s;
}

.solutions-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border: 2px solid #111;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  opacity: 1;
}

.solutions-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
}

.card-hidden-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}

.solution-card:hover img {
  transform: scale(1.05);
}

.solution-card:hover .solution-overlay {
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0.4) 100%);
}

.solution-card:hover .card-hidden-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  margin-top: 1rem;
}

.si-btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--brand-green);
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
}

.si-btn-quote:hover {
  background: var(--brand-dark);
  color: #fff;
}

.si-stat-card-num {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.si-stat-card-label {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

.si-quality-section {
  background: #fff;
  padding: 50px 0;
}

.si-quality-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 2.5rem;
  line-height: 1.3;
  
}

.si-faq-item {
  border: none;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 0.5rem 1.5rem;
}

.si-faq-chevron {
  transition: transform 0.3s;
}

.si-faq-answer {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

.si-faq-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.si-faq-img {
  max-width: 100%;
  height: auto;
}

.fin-options-section {
  padding: 50px 0;
  background: #fafafa;
}

.fin-options-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin: 0;
}

.fin-options-desc {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
  max-width: 90%;
}

.fin-feature-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.fin-feature-card-num {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e5f3e5;
  line-height: 1;
}

.fin-feature-card-icon {
  color: var(--brand-green);
  margin-bottom: 1.5rem;
}

.fin-feature-card-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.75rem;
}

.fin-feature-card-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.fin-process-section {
  padding: 50px 0;
  background: #fff;
}

.fin-process-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 2rem;
}

.fin-process-img {
  width: 100%;
  height: auto;
}

.fin-process-desc {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 95%;
}

.fin-process-step {
  margin-bottom: 1.5rem;
}

.fin-step-icon {
  color: #4b5563;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

.fin-step-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.5rem;
}

.fin-step-desc {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.fin-transparent-section-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  
  line-height: 1.2;
  margin-bottom: 3rem;
}

.fin-transparent-icon {
  color: #4b5563;
  flex-shrink: 0;
  margin-top: 3px;
}

.fin-transparent-feat-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 0.4rem;
}

.fin-transparent-feat-desc {
  font-size: 1rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
  max-width: 90%;
}

.fin-transparent-body-text {
  font-size: 1.05rem;
  color: #111;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.fin-transparent-link {
  color: var(--brand-green);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid var(--brand-green);
  padding-bottom: 2px;
  margin-bottom: 3rem;
}

.fin-faq-title {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  
  margin-bottom: 1.5rem;
}

.fin-faq-item {
  border: none;
  margin-bottom: 1rem;
}

.fin-process-section-img {
  width: 100%;
  border-radius: 12px;
}

.con-quality-card-inner {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 1.25rem;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.con-quality-card-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.con-quality-card-divider {
  border-top: 1px solid #f0f0f0;
  margin: 0 0 1rem;
  opacity: 1;
}

.si-feature-list-wrap {
  flex: 1;
  min-width: 0;
}

.si-stat-badge {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f2f2f2;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  gap: 1rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.si-stat-num {
  font-size: 1.8rem;
  color: #111;
  line-height: 1.1;
  margin-bottom: 2px;
}

.si-stat-label {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
}

.si-stats-section {
  background-color: #fdfaf5;
  padding: 50px 0;
}

.si-stats-heading {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.si-stats-desc {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.si-stat-card-alt {
  background: #fff;
  padding: 2.5rem 1rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s;
  border: 1px solid #fff;
}

.ws-pre-line {
  white-space: pre-line;
}

.con-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 1;
}

.con-overlay-content {
  position: relative;
  z-index: 2;
}

.menu-item-icon-sm {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.con-img-auto {
  height: auto;
}

.con-img-full-h {
  height: 100%;
}

.con-proj-slider-section {
  padding: 40px 0;
  background: #fff;
}

.fin-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.95) 0,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.footer-border-subtle {
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.page-body-text {
  font-size: 1rem;
  color: #374151;
  line-height: 1.85;
}

.proj-detail-overlay-z {
  z-index: 1;
}

.proj-detail-feature-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  background: #fff;
  transition: box-shadow 0.3s;
}

.proj-detail-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f7f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
  color: #2b7a3d;
}

.proj-detail-spec-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  color: #555;
  font-size: 1rem;
  font-weight: 400;
}

.proj-detail-spec-icon {
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.proj-clip-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  z-index: 2;
}

.proj-cta-pt {
  padding-top: 50px;
}

.testi-section-pt {
  padding-top: 2rem !important;
  margin-top: 0 !important;
}

.btn-testi-submit {
  background-color: #2d6a2d;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}

.testi-filter-select {
  border: 1px solid #ced4da;
  border-radius: 5px;
  color: #495057;
}

.btn-testi-filter {
  background-color: #2d6a2d;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.card-border-primary {
  border-top: 4px solid #0d6efd !important;
}

.card-border-purple {
  border-top: 4px solid #6f42c1 !important;
}

.card-border-orange {
  border-top: 4px solid #fd7e14 !important;
}

.text-purple {
  color: #6f42c1;
}

.text-orange {
  color: #fd7e14;
}

.menu-edit-width {
  width: 36px;
}

.cur-pointer {
  cursor: pointer;
}

.cur-grab {
  cursor: grab;
}

.ps-scroll-lg {
  max-height: 480px;
  overflow: auto;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 8px;
}

.ps-img-preview-sm {
  max-height: 120px;
}

.ps-img-preview-md {
  max-height: 140px;
}

.ps-img-preview-160 {
  max-height: 160px;
}

.hero-desc {
}

.carousel,
.carousel-inner {
  background-color: transparent !important;
}

.about-subtitle {
  font-size: 1rem;
}

.about-desc {
  font-size: 1rem;
  color: #444;
 
}

.about-feature-item {
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

.about-page-card {
  padding: 45px 35px;
  border-radius: 10px;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

.about-card-icon-wrap {
  color: #2b7a3d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f5fcf5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.about-card-icon-inner {
  margin: 0 auto;
}

.about-card-title {
  font-size: 1.3rem;
  color: #111;
}

.vision-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  
}

.vision-desc {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.vision-step-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.prof-box {
  background-color: #ededed;
  border-radius: 8px;
}

.prof-box-title {
  font-size: 1.15rem;
  color: #111;
}

.prof-box-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.prof-feature-item {
  font-size: 1rem;
  color: #222;
  font-weight: 600;
}

.prof-img {
  max-height: 500px;
  object-fit: contain;
}

.professionals-section,
.safety-section {
  background: #fff;
}

.safety-img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  border-radius: 8px;
}

.safety-card {
  padding: 20px 25px;
  border-radius: 8px;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.safety-card-title {
  font-size: 1rem;
  color: #111;
}

.safety-card-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.safety-card-icon-wrap {
  color: #222;
  margin-top: 2px;
}

.how-we-work-section {
  background: #fdf8f0;
}

.how-we-work-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  
}

.how-we-work-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}

.how-we-work-link {
  color: #2E7D32;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.how-we-work-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.how-we-work-icon-wrap {
  color: #2b7a3d;
}

.how-we-work-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.how-we-work-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #d0e3d4;
  opacity: 0.7;
}

.how-we-work-card-title {
  font-size: 20px;
  color: #111;
  font-weight: 500 !important;
}

.how-we-work-card-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.5;
  margin-bottom: 20px;
}

.how-we-work-checklist-wrap {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: auto;
}

.how-we-work-check-item {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  align-items: center !important;
}

.we-icon {
  color: #2e7d32c2;
  stroke-width: 1 !important;
}

.styled-stats-num {
  font-size: 1.5rem;
  font-weight: 700;
}

.styled-stats-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.styled-about-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 49px;
}

.styled-feature-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}


/* =====================================================
   UNIFIED HERO BANNER BUTTONS — Same as Home Page
   Primary = Green bg, white text
   Secondary = White bg, green text + green border
   ===================================================== */

/* PRIMARY BUTTON — all pages */
.btn-hero-primary,
.btn-hero-solid,
.btn-cat-primary,
.btn-con-primary,
.btn-contact-primary,
.btn-ec-primary,
.btn-interior-primary,
.btn-process-primary,
.btn-proj-primary,
.btn-proj,
.btn-res-proj-primary,
.btn-testi-primary,
.btn-service-primary,
.btn-reno-primary {
  background-color: var(--brand-green) !important;
  color: #fff !important;
  border: 2px solid var(--brand-green) !important;
  border-radius: 50px !important;
  padding: 0.65rem 1.75rem !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.3s, border-color 0.3s !important;
}

.btn-hero-primary:hover,
.btn-hero-solid:hover,
.btn-cat-primary:hover,
.btn-con-primary:hover,
.btn-contact-primary:hover,
.btn-ec-primary:hover,
.btn-interior-primary:hover,
.btn-process-primary:hover,
.btn-proj-primary:hover,
.btn-proj:hover,
.btn-res-proj-primary:hover,
.btn-testi-primary:hover,
.btn-service-primary:hover,
.btn-reno-primary:hover {
  background-color: var(--brand-dark) !important;
  border-color: var(--brand-dark) !important;
  color: #fff !important;
}

/* SECONDARY BUTTON — all pages */
.btn-hero-secondary,
.btn-hero-outline,
.btn-cat-secondary,
.btn-con-secondary,
.btn-contact-secondary,
.btn-ec-secondary,
.btn-interior-secondary,
.btn-proj-secondary,
.btn-res-proj-secondary,
.btn-testi-secondary,
.btn-service-secondary,
.btn-reno-secondary {
  background-color: #fff !important;
  color: var(--brand-green) !important;
  border: 2px solid var(--brand-green) !important;
  border-radius: 50px !important;
  padding: 0.65rem 1.75rem !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.3s, color 0.3s !important;
}

.btn-hero-secondary:hover,
.btn-hero-outline:hover,
.btn-cat-secondary:hover,
.btn-con-secondary:hover,
.btn-contact-secondary:hover,
.btn-ec-secondary:hover,
.btn-interior-secondary:hover,
.btn-proj-secondary:hover,
.btn-res-proj-secondary:hover,
.btn-testi-secondary:hover,
.btn-service-secondary:hover,
.btn-reno-secondary:hover {
  background-color: var(--brand-green) !important;
  color: #fff !important;
  border-color: var(--brand-green) !important;
}
/* Banner Button Overrides (As Requested) */
.btn-hero-primary,
.btn-interior-primary,
.btn-proj-primary,
.btn-res-proj-primary,
.btn-testi-primary,
.btn-process-primary {
  background: var(--brand-green) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 14px 30px !important;
  font-weight: 500 !important;
  border: 1px solid var(--brand-green) !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: 0.3s !important;
}

.btn-hero-primary:hover,
.btn-interior-primary:hover,
.btn-proj-primary:hover,
.btn-res-proj-primary:hover,
.btn-testi-primary:hover,
.btn-process-primary:hover {
  background: #235823 !important;
  border-color: #235823 !important;
  color: #fff !important;
}

.btn-hero-secondary,
.btn-interior-secondary,
.btn-proj-secondary,
.btn-res-proj-secondary,
.btn-testi-secondary {
  background: #fff !important;
  color: var(--brand-green) !important;
  border: 1px solid var(--brand-green) !important;
  border-radius: 50px !important;
  padding: 14px 30px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: 0.3s !important;
}

.btn-hero-secondary:hover,
.btn-interior-secondary:hover,
.btn-proj-secondary:hover,
.btn-res-proj-secondary:hover,
.btn-testi-secondary:hover {
  background: var(--brand-green) !important;
  color: #fff !important;
}

/* --- GLOBAL RESPONSIVENESS TWEAKS --- */
@media (max-width: 991px) {

  section,
  .about-new-section,
  .services-list-section,
  .seamless-living-section,
  .calgary-homes-section,
  .cta-new-section,
  .why-new-section,
  .process-new-section,
  .faq-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  h1,
  h2,
  .proj-detail-hero-title,
  .about-new-title,
  .calgary-homes-title,
  .cta-new-title,
  .faq-title {
    font-size: calc(1.8rem + 1vw) !important;
    line-height: 1.3 !important;
  }

  h3,
  h4,
  h5,
  .srv-list-card h4,
  .seamless-card-title,
  .why-new-title,
  .calgary-feature-title {
    font-size: calc(1.3rem + 0.5vw) !important;
  }

  img,
  .seamless-card-img,
  .calgary-homes-img,
  .about-image-wrapper img,
  .faq-img {
    max-width: 100% !important;
    height: auto !important;
  }

  .seamless-card,
  .srv-list-card,
  .included-card,
  .why-new-card,
  .proj-detail-feature-card {
    height: auto !important;
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {

  section,
  .about-new-section,
  .services-list-section,
  .seamless-living-section,
  .calgary-homes-section,
  .cta-new-section,
  .why-new-section,
  .process-new-section,
  .faq-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  h1,
  h2,
  .proj-detail-hero-title,
  .about-new-title,
  .calgary-homes-title,
  .cta-new-title,
  .faq-title {
    font-size: calc(1.5rem + 1vw) !important;
  }

  .cta-new-form-card {
    padding: 25px !important;
    width: 100% !important;
    margin-top: 40px !important;
  }

  .mt-5 {
    margin-top: 2.5rem !important;
  }

  .mb-5 {
    margin-bottom: 2.5rem !important;
  }

  .py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .p-5 {
    padding: 2.5rem !important;
  }

  /* Improve grid alignments */
  .text-md-start {
    text-align: center !important;
  }
}
/* Change Hamburger to Cross when Menu is Open */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
}

/* Fix mobile logo sizes */
@media (max-width: 991px) {
  .footer-new-logo {
    max-width: 90px !important;
  }
  .navbar-brand img.logo {
    max-height: 45px !important;
    width: auto !important;
  }
}

/* Universal Hero Overlay & Text Fix */
.hero-section::before,
.about-hero::before,
.cat-hero::before,
.con-hero::before,
.contact-hero::before,
.ec-hero::before,
.interior-hero::before,
.process-hero::before,
.proj-hero::before,
.projects-hero::before,
.res-proj-hero::before,
.service-split-hero::before,
.testimonial-hero::before {
    content: '';
    display: block !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%) !important;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 768px) {
    .hero-section::before,
    .about-hero::before,
    .cat-hero::before,
    .con-hero::before,
    .contact-hero::before,
    .ec-hero::before,
    .interior-hero::before,
    .process-hero::before,
    .proj-hero::before,
    .projects-hero::before,
    .res-proj-hero::before,
    .service-split-hero::before,
    .testimonial-hero::before {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    }
}
.hero-title,
.hero-desc,
.con-hero-title,
.con-hero-desc,
.testi-hero-title,
.testi-hero-desc {
    color: #ffffff !important;
    position: relative;
    z-index: 2;
}

/* Hide old hardcoded overlays so the uniform gradient works properly */
.hero-overlay,
.con-overlay,
.fin-hero-overlay,
.banner-overlay,
.testi-hero-overlay {
    display: none !important;
}



/* Mobile Menu Fullscreen & Alignment Fixes */
@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 75px) !important;
    background-color: #fff;
    padding: 1.5rem 1rem !important;
    overflow-y: auto;
    z-index: 1050;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .mega-item {
    padding: 12px 0px !important;
  }

  .mega-menu-inner {
    padding: 10px 0 !important;
  }
  
  .mega-sidebar {
    padding: 10px 0 !important;
  }
}

/* Global fix to ensure all solid/primary buttons have white text */
[class*="btn"][class*="primary"],
[class*="btn"][class*="solid"],
.btn-quality, .btn-cta-new-submit,
a[class*="btn"][class*="primary"],
a[class*="btn"][class*="solid"] {
    color: #ffffff !important;
}

/* Global Responsive Typography Fix for text overflowing on mobile */
@media (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, 
  p, a, span,
  [class*="title"], [class*="heading"], [class*="desc"], [class*="pahra"] {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .text-content-heading,
  .text-content-pahra {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .footer-new-newsletter-form {
    flex-direction: column;
    gap: 10px;
  }
  .footer-new-btn-subscribe {
    width: 100%;
  }
  .before-after-wrapper {
    height: 350px !important;
  }
  .ba-img {
    height: 100% !important;
    object-fit: cover !important;
  }
}
