﻿body {
  color: #334155;
  background-color: #f8fafc;
  overflow-x: hidden;
}

/* Brand Theme Customization */
.lp-sdg-text-primary-custom {
  color: #2bb671; /* Deep Teal */
}
.lp-sdg-bg-primary-custom {
  background-color: #2bb671;
  color: #ffffff;
}
.lp-sdg-bg-dark-custom {
  background-color: #0f172a; /* Slate 900 */
  color: #94a3b8;
}
.lp-sdg-btn-cta {
  background-color: #f59e0b; /* Orange/Amber */
  color: #0f172a !important;
  font-weight: 800;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3);
}
.lp-sdg-btn-cta:hover {
  background-color: #d97706;
  transform: scale(1.03);
}
.lp-sdg-btn-zalo {
  background-color: #0068ff; /* Authentic Zalo Blue */
  color: #ffffff !important;
  font-weight: 750;
  border: none;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 104, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lp-sdg-btn-zalo:hover {
  background-color: #0056d6;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 104, 255, 0.3);
}
.lp-sdg-btn-zalo:hover {
  background-color: #1d4ed8;
  color: #ffffff;
  transform: scale(1.03);
}

/* Header & Nav */
header {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  z-index: 99999 !important;
}
.lp-sdg-header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-sdg-logo-box {
  background: #2bb671;
  color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  font-size: 20px;
}
.lp-sdg-logo-text h1 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  color: #0f172a;
  letter-spacing: -0.5px;
}
.lp-sdg-logo-text p {
  font-size: 10px;
  margin: 2px 0 0 0;
  font-weight: 700;
  color: #2bb671;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero Section (Balanced two-column desktop, airy and conversion-focused) */
.lp-sdg-hero-section {
  background: linear-gradient(
      90deg,
      rgba(11, 27, 19, 0.98) 0%,
      rgba(11, 27, 19, 0.92) 40%,
      rgba(11, 27, 19, 0.65) 65%,
      rgba(11, 27, 19, 0.15) 100%
    ),
    url("https://vn4u.vn/wp-content/themes/themevn4u-chuan/imgs/banner-lp-scdg.png")
      no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 180px 0 120px 0;
  position: relative;
}
.lp-sdg-hero-section.lp-sdg-suatugo {
  background: linear-gradient(
      90deg,
      rgba(11, 27, 19, 0.98) 0%,
      rgba(11, 27, 19, 0.92) 40%,
      rgba(11, 27, 19, 0.65) 65%,
      rgba(11, 27, 19, 0.15) 100%
    ),
    url("https://vn4u.vn/wp-content/themes/themevn4u-chuan/imgs/lp-scdg-dv-suatugo.png")
      no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 180px 0 120px 0;
  position: relative;
}
.lp-sdg-hero-section.lp-sdg-suatubep {
  background: linear-gradient(
      90deg,
      rgba(11, 27, 19, 0.98) 0%,
      rgba(11, 27, 19, 0.92) 40%,
      rgba(11, 27, 19, 0.65) 65%,
      rgba(11, 27, 19, 0.15) 100%
    ),
    url("https://vn4u.vn/wp-content/themes/themevn4u-chuan/imgs/lp-scdg-dv-suatubep.png")
      no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 180px 0 120px 0;
  position: relative;
}
.lp-sdg-hero-section.lp-sdg-suatuquanao {
  background: linear-gradient(
      90deg,
      rgba(11, 27, 19, 0.98) 0%,
      rgba(11, 27, 19, 0.92) 40%,
      rgba(11, 27, 19, 0.65) 65%,
      rgba(11, 27, 19, 0.15) 100%
    ),
    url("https://vn4u.vn/wp-content/themes/themevn4u-chuan/imgs/lp-scdg-dv-suatuquanao.png")
      no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 180px 0 120px 0;
  position: relative;
}
.lp-sdg-hero-badge {
  background: rgba(20, 184, 166, 0.15);
  color: #34d399;
  border: 1px solid rgba(20, 184, 166, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.lp-sdg-hero-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}
.lp-sdg-hero-title span {
  color: #fbbf24;
}
.lp-sdg-hero-desc {
  font-size: 15px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 35px;
}
.lp-sdg-hero-features {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}
.lp-sdg-hero-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e2e8f0;
}
.lp-sdg-hero-feature-item i {
  color: #10b981;
  font-size: 16px;
}
.lp-sdg-hero-image-wrapper {
  position: relative;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 6px;
}
.lp-sdg-hero-image-wrapper img {
  border-radius: 12px;
  width: 100%;
}

/* Trust Strip */
.lp-sdg-trust-strip {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 25px 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.lp-sdg-trust-item {
  text-align: center;
}
.lp-sdg-trust-number {
  font-size: 26px;
  font-weight: 900;
  color: #2bb671;
  line-height: 1;
}
.lp-sdg-trust-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase;
}

/* Section common layout */
.lp-sdg-section-padding {
  padding: 40px 0;
}
.lp-sdg-section-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.lp-sdg-section-header span {
  color: #2bb671;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.lp-sdg-section-header h2 {
  font-size: 30px;
  font-weight: 900;
  color: #0f172a;
  margin-top: 10px;
  margin-bottom: 15px;
}
.lp-sdg-section-header p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

/* Grid/Card Custom Style */
.lp-sdg-card-custom {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
.lp-sdg-card-custom:hover {
  transform: translateY(-6px);
  border-color: #2bb671;
  box-shadow: 0 20px 30px -10px rgba(43, 182, 113, 0.1);
}
.lp-sdg-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(43, 182, 113, 0.08);
  color: #2bb671;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px auto;
  position: relative;
  transition: all 0.3s ease;
}
.lp-sdg-card-custom:hover .lp-sdg-card-icon {
  background: #2bb671;
  color: #ffffff;
  transform: scale(1.05);
}
.lp-sdg-card-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2bb671;
  top: 0;
  left: 0;
  animation: pulse-beacon 2s infinite ease-out;
  opacity: 0.8;
}
@keyframes pulse-beacon {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.lp-sdg-card-custom:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
  transform: translateY(-4px);
}
.lp-sdg-card-icon {
  width: 48px;
  height: 48px;
  background: #f0fdfa;
  color: #2bb671;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccfbf1;
}
.lp-sdg-card-custom h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}
.lp-sdg-card-custom p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Bootstrap Tabs Customization */
.nav-tabs-custom {
  border-bottom: none !important;
  margin-bottom: 40px;
  display: inline-flex !important;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 50px;
  gap: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}
.nav-tabs-custom > li {
  float: none !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
}
.nav-tabs-custom > li > a {
  border: none !important;
  color: #64748b !important;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  background: transparent !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-tabs-custom > li.active > a {
  color: #2bb671 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.nav-tabs-custom > li.active > a::after {
  display: none !important;
}

/* Showcase Card Styling */
.lp-sdg-service-showcase-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px 30px;
  color: #0f172a;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
}
.lp-sdg-service-showcase-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(43, 182, 113, 0.08) 0%,
    transparent 70%
  );
  top: -100px;
  right: -100px;
  pointer-events: none;
}
.lp-sdg-showcase-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.lp-sdg-showcase-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(43, 182, 113, 0.08);
  border: 1px solid rgba(43, 182, 113, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2bb671;
}
.lp-sdg-showcase-title-area h4 {
  font-size: 11px;
  font-weight: 800;
  color: #2bb671;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 4px 0;
}
.lp-sdg-showcase-title-area h3 {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}
.lp-sdg-showcase-description {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 25px;
}
.lp-sdg-showcase-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-sdg-showcase-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  background: #f8fafc;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.lp-sdg-showcase-badge-item:hover {
  background: rgba(43, 182, 113, 0.05);
  border-color: rgba(43, 182, 113, 0.2);
  transform: translateX(4px);
}
.lp-sdg-showcase-badge-item i {
  color: #2bb671;
  font-size: 13px;
}

/* Service Grid Styling */
.lp-sdg-service-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  height: 100%;
  align-content: center;
}
@media (max-width: 767px) {
  .lp-sdg-service-list-grid {
    grid-template-columns: 1fr;
  }
}
.lp-sdg-service-grid-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
}
.lp-sdg-service-grid-card:hover {
  border-color: #2bb671;
  box-shadow: 0 10px 20px rgba(43, 182, 113, 0.06);
  transform: translateY(-3px);
}
.lp-sdg-service-grid-card i {
  color: #2bb671;
  font-size: 14px;
  background: rgba(43, 182, 113, 0.08);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.lp-sdg-service-grid-card span {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  line-height: 1.5;
}

/* Price Table */
.lp-sdg-price-table-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}
.lp-sdg-table-custom {
  margin-bottom: 0;
  width: 100%;
}
.lp-sdg-table-custom thead th {
  background: #2bb671 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 20px !important;
  border: none !important;
}
.lp-sdg-table-custom tbody td {
  padding: 16px 20px !important;
  vertical-align: middle !important;
  font-size: 13.5px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9 !important;
  border-top: none !important;
}
.lp-sdg-table-custom tbody tr {
  transition: background-color 0.2s ease;
}
.lp-sdg-table-custom tbody tr:hover {
  background-color: #f8fafc !important;
}
.lp-sdg-price-tag {
  font-weight: 800;
  color: #0b1c12 !important;
  background: rgba(43, 182, 113, 0.08);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(43, 182, 113, 0.15);
}
.lp-sdg-price-tag-free {
  font-weight: 800;
  color: #ffffff !important;
  background: #2bb671;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  box-shadow: 0 4px 10px rgba(43, 182, 113, 0.2);
}
.lp-sdg-price-tag-survey {
  font-weight: 800;
  color: #d97706 !important;
  background: #fef3c7;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(217, 119, 6, 0.2);
}
.lp-sdg-form-section {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
  position: relative;
}
.lp-sdg-form-section h3 {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.lp-sdg-form-section p {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 25px;
  line-height: 1.6;
}
.lp-sdg-form-input-wrapper {
  position: relative;
}
.lp-sdg-form-input-wrapper i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.lp-sdg-form-control-custom {
  height: 50px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: none;
  font-size: 13.5px;
  padding-left: 45px !important;
  transition: all 0.3s ease !important;
  color: #334155;
}
.lp-sdg-form-control-custom:focus {
  border-color: #2bb671 !important;
  box-shadow: 0 0 0 4px rgba(43, 182, 113, 0.1) !important;
  outline: none !important;
}
.lp-sdg-form-input-wrapper:focus-within i {
  color: #2bb671;
}
.lp-sdg-form-trust-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-top: 15px;
}
.lp-sdg-form-trust-text i {
  color: #10b981;
}
.lp-sdg-form-control-custom:focus {
  border-color: #2bb671;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.15);
}

/* Step Process */
/* Option 3: Glassmorphic Process Cards on Dark Section */
.process-section-glass {
  background: linear-gradient(
    135deg,
    #0b1510 0%,
    #112217 100%
  ); /* Deep Dark Green matching brand */
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.process-section-glass .lp-sdg-section-header h2 {
  color: #ffffff !important;
}
.process-section-glass .lp-sdg-section-header span {
  color: #2bb671 !important;
}
.process-section-glass .lp-sdg-section-header p {
  color: #94a3b8 !important;
}
.process-section-glass::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(43, 182, 113, 0.08) 0%,
    transparent 70%
  );
  top: -200px;
  left: -200px;
  pointer-events: none;
}
.process-section-glass::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(43, 182, 113, 0.05) 0%,
    transparent 70%
  );
  bottom: -200px;
  right: -200px;
  pointer-events: none;
}
/* Flex Row Stretching for Work Process to keep boxes balanced */
.lp-sdg-step-connector-row {
  display: flex !important;
  flex-wrap: wrap !important;
  position: relative;
}
.lp-sdg-step-connector-row > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
}
.lp-sdg-step-connector-row > [class*="col-"] > .lp-sdg-step-box-glass {
  flex: 1 0 auto !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 992px) {
  /* Horizontal dashed timeline connector line running behind the glass cards */
  .lp-sdg-step-connector-row::before {
    content: "";
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 12.5%;
    width: 75%;
    height: 2px;
    border-top: 2px dashed rgba(43, 182, 113, 0.25) !important;
    z-index: 1;
    pointer-events: none;
  }
}
.lp-sdg-step-box-glass {
  text-align: center;
  position: relative;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.lp-sdg-step-box-glass:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(43, 182, 113, 0.35) !important;
  box-shadow: 0 30px 60px rgba(43, 182, 113, 0.12);
}
.lp-sdg-step-number-outline {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s ease;
  display: block;
  user-select: none;
}
.lp-sdg-step-box-glass:hover .lp-sdg-step-number-outline {
  -webkit-text-stroke: 1.5px #2bb671;
  transform: translateY(-5px) scale(1.05);
  text-shadow: 0 0 20px rgba(43, 182, 113, 0.3);
}
.lp-sdg-step-box-glass h4 {
  font-size: 18px;
  font-weight: 850;
  color: #ffffff !important;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.lp-sdg-step-box-glass:hover h4 {
  color: #2bb671 !important;
}
.lp-sdg-step-box-glass p {
  font-size: 13.5px;
  color: #94a3b8 !important;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 992px) {
  /* Connected chevron arrow centered directly on the dashed line */
  .lp-sdg-step-connector-row
    > [class*="col-"]:not(:last-child)
    .lp-sdg-step-box-glass::after {
    content: "\f054"; /* FontAwesome chevron right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50% !important; /* Centered vertically at 50% height */
    transform: translateY(-50%) !important;
    right: -20px;
    font-size: 14px;
    color: rgba(43, 182, 113, 0.45) !important;
    z-index: 5;
    transition: all 0.3s ease;
  }
  .lp-sdg-step-connector-row
    > [class*="col-"]:not(:last-child):hover
    .lp-sdg-step-box-glass::after {
    color: #2bb671 !important;
    transform: translateY(-50%) translateX(5px) !important;
  }
}
.step-box:hover .step-number-badge {
  background: #115e59;
  box-shadow: 0 4px 10px rgba(17, 94, 89, 0.25);
}
.step-box:hover .step-number {
  background: #2bb671 !important;
  color: #ffffff !important;
  transform: scale(1.1);
}
.step-box h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}
.step-box p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .lp-sdg-step-connector-row
    > [class*="col-"]:not(:last-child)
    .step-box::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 68px;
    right: -20px;
    font-size: 15px;
    color: #cbd5e1;
    z-index: 5;
    transition: all 0.3s ease;
  }
  .lp-sdg-step-connector-row
    > [class*="col-"]:not(:last-child):hover
    .step-box::after {
    color: #2bb671;
    transform: translateX(4px);
  }
}
.step-number {
  width: 60px;
  height: 60px;
  background: #2bb671;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: 4px solid #ccfbf1;
  position: relative;
  z-index: 2;
}
.step-box h4 {
  font-weight: 800;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 10px;
}
.step-box p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}

/* Review Cards */
.review-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
.review-card:hover {
  transform: translateY(-6px);
  border-color: #2bb671;
  box-shadow: 0 20px 35px -10px rgba(11, 27, 19, 0.08);
}
.review-stars {
  color: #fbbf24; /* Golden yellow */
  font-size: 13px;
  margin-bottom: 15px;
}
.review-text {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bb671 0%, #115e59 100%) !important;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(43, 182, 113, 0.2);
}
.author-info h5 {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 3px 0;
}
.author-info p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}
.review-verified {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 11px;
  font-weight: 700;
  color: #2563eb;
  background: #eff6ff;
  padding: 4px 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.review-stars {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 12px;
}
.review-text {
  font-style: italic;
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #475569;
}
.author-info h5 {
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 2px 0;
  color: #0f172a;
}
.author-info p {
  font-size: 11px;
  color: #94a3b8;
  margin: 0;
}

/* FAQ Accordion - Minimalist Modern */
.lp-sdg-faq-panel {
  border: none !important;
  border-bottom: 1px solid #e2e8f0 !important; /* Elegant bottom separator line */
  border-radius: 0 !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: all 0.3s ease;
}
.lp-sdg-faq-panel-heading {
  background: transparent !important;
  padding: 0 !important;
}
.lp-sdg-faq-title-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 0 !important; /* Generous vertical padding */
  font-weight: 700;
  font-size: 16px;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none !important;
  transition: all 0.3s ease;
  gap: 15px;
}
.lp-sdg-faq-title-btn:hover {
  color: #2bb671 !important;
}
.lp-sdg-faq-title-btn:not(.collapsed) {
  color: #2bb671 !important;
}
.lp-sdg-faq-toggle-icon {
  font-size: 15px;
  color: #64748b;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  display: inline-block;
}
.lp-sdg-faq-title-btn:not(.collapsed) .lp-sdg-faq-toggle-icon {
  transform: rotate(45deg); /* Rotates '+' into a neat 'x' close indicator */
  color: #2bb671 !important;
}
.lp-sdg-faq-panel-body {
  padding: 0 0 24px 0 !important; /* Clean flow directly under the question */
  font-size: 14.5px;
  color: #475569;
  line-height: 1.8;
  background: transparent !important;
  border-top: none !important;
}

/* Dark FAQ Overrides */
.lp-sdg-bg-dark-forest .lp-sdg-faq-panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.lp-sdg-bg-dark-forest .lp-sdg-faq-title-btn {
  color: #ffffff !important;
}
.lp-sdg-bg-dark-forest .lp-sdg-faq-title-btn:hover,
.lp-sdg-bg-dark-forest .lp-sdg-faq-title-btn:not(.collapsed) {
  color: #2bb671 !important;
}
.lp-sdg-bg-dark-forest .lp-sdg-faq-toggle-icon {
  color: rgba(255, 255, 255, 0.4) !important;
}
.lp-sdg-bg-dark-forest
  .lp-sdg-faq-title-btn:not(.collapsed)
  .lp-sdg-faq-toggle-icon {
  color: #2bb671 !important;
}
.lp-sdg-bg-dark-forest .lp-sdg-faq-panel-body {
  color: #cbd5e1 !important;
  line-height: 1.8;
}

/* CTA Footer Section */
.cta-footer-section {
  background: linear-gradient(
    135deg,
    #1b5035 0%,
    #0c2d1c 100%
  ); /* Brighter, glowing emerald green gradient */
  color: #ffffff;
  padding: 65px 0;
  border-radius: 32px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(74, 222, 128, 0.45); /* High-contrast bright green border */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4); /* Strong shadow on the dark background */
}
.cta-footer-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(43, 182, 113, 0.2) 0%,
    transparent 70%
  );
  top: -150px;
  right: -100px;
  pointer-events: none;
}
.cta-footer-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 70%
  );
  bottom: -100px;
  left: -50px;
  pointer-events: none;
}
.cta-footer-section::before {
  content: "0ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 250px;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

/* Sticky Mobile Navigation */
.lp-sdg-sticky-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  display: none;
  border-top: 1px solid #f1f5f9;
}
.lp-sdg-sticky-btn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 15px;
}
.lp-sdg-sticky-btn-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

/* CSS Reset for Mobile Overflow & Fluid Layout */
body,
html {
  overflow-x: hidden;
}

/* Mobile Custom Optimization */
@media (max-width: 767px) {
  .lp-sdg-sticky-mobile-bar {
    display: block;
  }
  body {
    padding-bottom: 68px; /* Offset for sticky bar */
  }
  .lp-sdg-hero-section {
    background: linear-gradient(
        180deg,
        rgba(11, 27, 19, 0.96) 0%,
        rgba(11, 27, 19, 0.92) 100%
      ),
      url("/wp-content/themes/themevn4u-chuan/imgs/banner-lp-scdg.png")
        no-repeat center center;
    background-size: cover;
    padding: 140px 0 80px 0;
    text-align: center;
  }
  .lp-sdg-hero-title {
    font-size: 26px;
  }
  .lp-sdg-hero-features {
    justify-content: center;
    margin-bottom: 25px;
  }
  .lp-sdg-hero-image-wrapper {
    margin-top: 30px;
  }
  .lp-sdg-section-padding {
    padding: 40px 0;
  }
  .lp-sdg-section-header h2 {
    font-size: 22px;
  }
  .nav-tabs-custom {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    border-bottom: none;
  }
  .nav-tabs-custom > li > a {
    border-radius: 8px !important;
    background-color: #f1f5f9 !important;
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs-custom > li.active > a {
    background-color: #2bb671 !important;
    color: #ffffff !important;
  }
  .nav-tabs-custom > li.active > a::after {
    display: none;
  }
  .table-responsive {
    border: none !important;
  }
  .lp-sdg-trust-number {
    font-size: 22px;
  }
  .lp-sdg-trust-label {
    font-size: 10px;
  }
  .lp-sdg-form-section {
    padding: 20px;
  }
}

/* --- CUSTOM HERO UPGRADES --- */
/* --- 3D FLOATING BADGES FOR HERO IMAGE --- */
.floating-badge {
  position: absolute;
  z-index: 10;
  background: rgba(15, 23, 42, 0.85); /* Slate 900 translucent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.floating-badge:hover {
  transform: translateY(-5px) scale(1.05);
  border-color: rgba(43, 182, 113, 0.5);
  box-shadow: 0 15px 30px rgba(43, 182, 113, 0.2);
}
.badge-top-left {
  top: 25px;
  left: -20px;
}
.badge-bottom-right {
  bottom: 25px;
  right: -20px;
}
.badge-icon {
  width: 36px;
  height: 36px;
  background: #fbbf24; /* Amber */
  color: #0f172a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.badge-icon.bg-success {
  background: #2bb671; /* Green */
  color: #ffffff;
}
.badge-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.badge-title {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.badge-sub {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .badge-top-left {
    top: 15px;
    left: 10px;
  }
  .badge-bottom-right {
    bottom: 15px;
    right: 10px;
  }
  .floating-badge {
    padding: 8px 12px;
    gap: 8px;
  }
  .badge-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .badge-title {
    font-size: 11px;
  }
  .badge-sub {
    font-size: 9px;
  }
}

@keyframes status-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(43, 182, 113, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(43, 182, 113, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(43, 182, 113, 0);
  }
}
.lp-sdg-status-dot {
  width: 8px;
  height: 8px;
  background-color: #2bb671;
  border-radius: 50%;
  display: inline-block;
  animation: status-pulse 2s infinite;
  box-shadow: 0 0 8px #2bb671;
}

.lp-sdg-btn-cta {
  position: relative !important;
  overflow: hidden !important;
}
.lp-sdg-btn-cta::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(30deg);
  transition: none;
  animation: shimmer 3.5s infinite;
}
@keyframes shimmer {
  0% {
    left: -60%;
  }
  30% {
    left: 140%;
  }
  100% {
    left: 140%;
  }
}

.lp-sdg-hero-badge {
  background: rgba(43, 182, 113, 0.12) !important;
  color: #34d399 !important;
  border: 1px solid rgba(43, 182, 113, 0.35) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-sdg-hero-feature-item {
  background: rgba(255, 255, 255, 0.04) !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: all 0.3s ease;
}
.lp-sdg-hero-feature-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(43, 182, 113, 0.3) !important;
  transform: translateY(-2px);
}
.lp-sdg-hero-feature-item i {
  color: #2bb671 !important;
}

.lp-sdg-hero-image-wrapper {
  position: relative;
  border: none !important;
  border-radius: 20px !important;
  padding: 0 !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(43, 182, 113, 0.05) !important;
  background: linear-gradient(
    135deg,
    rgba(43, 182, 113, 0.08) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  overflow: hidden;
}
.lp-sdg-hero-image-wrapper img {
  border-radius: 20px !important;
  width: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.lp-sdg-hero-image-wrapper:hover img {
  transform: scale(1.03);
}

/* --- UPGRADED TRUST CARDS STRIP --- */
.lp-sdg-trust-strip {
  background: linear-gradient(
    to bottom,
    transparent 50px,
    #f1f5f9 50px
  ) !important;
  padding: 0 !important;
  position: relative;
  z-index: 10;
  margin-top: -50px; /* Overlaps with hero section */
  box-shadow: none !important;
  border: none !important;
}
.lp-sdg-trust-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-top: 4px solid #2bb671;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 15px 35px -5px rgba(11, 27, 19, 0.08);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lp-sdg-trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -5px rgba(43, 182, 113, 0.15);
  border-color: rgba(43, 182, 113, 0.25);
}
.lp-sdg-trust-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(43, 182, 113, 0.08);
  color: #2bb671;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.lp-sdg-trust-card:hover .lp-sdg-trust-card-icon {
  background: #2bb671;
  color: #ffffff;
  transform: rotate(360deg);
  box-shadow: 0 0 12px rgba(43, 182, 113, 0.3);
}
.lp-sdg-trust-number-new {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.5px;
}
.lp-sdg-trust-label-new {
  font-size: 11px;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .lp-sdg-trust-strip {
    background: linear-gradient(
      to bottom,
      transparent 40px,
      #f1f5f9 40px
    ) !important;
    margin-top: -40px !important;
    padding: 0 15px !important;
  }
  .lp-sdg-trust-card {
    padding: 18px 10px;
    margin-bottom: 20px;
  }
  .lp-sdg-trust-card-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .lp-sdg-trust-number-new {
    font-size: 18px;
  }
  .lp-sdg-trust-label-new {
    font-size: 9px;
  }
}

/* --- UPGRADED PAIN POINTS CARDS (LIGHT HIGH-CONTRAST STYLE) --- */
.lp-sdg-bg-light {
  background-color: #f1f5f9 !important; /* Clean light gray background */
  color: #334155;
}
.lp-sdg-bg-mint {
  background-color: #f2faf6 !important; /* Soft mint green background */
  color: #334155;
}
.lp-sdg-bg-mint .lp-sdg-section-header h2 {
  color: #0f172a !important;
}
.lp-sdg-bg-mint .lp-sdg-section-header p {
  color: #64748b !important;
}
.lp-sdg-bg-mint .lp-sdg-section-header span {
  color: #2bb671 !important;
}
.lp-sdg-bg-dark-forest {
  background-color: #0b1c12 !important; /* Premium dark forest green */
  color: #e2e8f0;
}
.lp-sdg-bg-dark-forest .lp-sdg-section-header h2 {
  color: #ffffff !important;
}
.lp-sdg-bg-dark-forest .lp-sdg-section-header p {
  color: #94a3b8 !important;
}
.lp-sdg-bg-dark-forest .nav-tabs-custom {
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.lp-sdg-bg-dark-forest .nav-tabs-custom > li > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lp-sdg-bg-dark-forest .nav-tabs-custom > li.active > a {
  color: #2bb671 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}
.lp-sdg-bg-light .lp-sdg-section-header h2 {
  color: #0f172a !important;
}
.lp-sdg-bg-light .lp-sdg-section-header p {
  color: #64748b !important;
}
.lp-sdg-bg-light .lp-sdg-section-header span {
  color: #2bb671 !important;
}

.lp-sdg-pain-card {
  background: #ffffff !important; /* Pure white card */
  border: 1px solid #cbd5e1 !important; /* Stronger border for high definition against light gray */
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08) !important; /* Crisp, visible drop shadow */
}
.lp-sdg-pain-card-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.lp-sdg-pain-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff !important;
  transition: all 0.4s ease;
  margin-bottom: 5px;
}
.lp-sdg-pain-card h4 {
  font-size: 18px;
  font-weight: 850;
  margin: 5px 0 0 0;
}
.lp-sdg-pain-card p {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.lp-sdg-pain-card-link {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  margin-top: 15px;
  text-decoration: none !important;
}
.lp-sdg-pain-card:hover .lp-sdg-pain-card-link i {
  transform: translateX(4px);
}

/* Orange Card Theme */
.lp-sdg-pain-card.lp-sdg-pain-orange {
  border-top: 6px solid #ea580c !important;
}
.lp-sdg-pain-card.lp-sdg-pain-orange .lp-sdg-pain-card-badge {
  background: #fff7ed;
  color: #ea580c;
}
.lp-sdg-pain-card.lp-sdg-pain-orange .lp-sdg-pain-card-icon {
  background: #ea580c;
}
.lp-sdg-pain-card.lp-sdg-pain-orange h4 {
  color: #ea580c;
}
.lp-sdg-pain-card.lp-sdg-pain-orange .lp-sdg-pain-card-link {
  color: #ea580c;
}
.lp-sdg-pain-card.lp-sdg-pain-orange:hover {
  border-color: #ea580c !important;
  box-shadow: 0 20px 35px -5px rgba(234, 88, 12, 0.18) !important;
  transform: translateY(-8px);
}
.lp-sdg-pain-card.lp-sdg-pain-orange:hover .lp-sdg-pain-card-icon {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(234, 88, 12, 0.4);
}

/* Blue Card Theme */
.lp-sdg-pain-card.lp-sdg-pain-blue {
  border-top: 6px solid #2563eb !important;
}
.lp-sdg-pain-card.lp-sdg-pain-blue .lp-sdg-pain-card-badge {
  background: #eff6ff;
  color: #2563eb;
}
.lp-sdg-pain-card.lp-sdg-pain-blue .lp-sdg-pain-card-icon {
  background: #2563eb;
}
.lp-sdg-pain-card.lp-sdg-pain-blue h4 {
  color: #2563eb;
}
.lp-sdg-pain-card.lp-sdg-pain-blue .lp-sdg-pain-card-link {
  color: #2563eb;
}
.lp-sdg-pain-card.lp-sdg-pain-blue:hover {
  border-color: #2563eb !important;
  box-shadow: 0 20px 35px -5px rgba(37, 99, 235, 0.18) !important;
  transform: translateY(-8px);
}
.lp-sdg-pain-card.lp-sdg-pain-blue:hover .lp-sdg-pain-card-icon {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(37, 99, 235, 0.4);
}

/* Green Card Theme */
.lp-sdg-pain-card.lp-sdg-pain-green {
  border-top: 6px solid #2bb671 !important;
}
.lp-sdg-pain-card.lp-sdg-pain-green .lp-sdg-pain-card-badge {
  background: #e6f7ed;
  color: #16a34a;
}
.lp-sdg-pain-card.lp-sdg-pain-green .lp-sdg-pain-card-icon {
  background: #2bb671;
}
.lp-sdg-pain-card.lp-sdg-pain-green h4 {
  color: #16a34a;
}
.lp-sdg-pain-card.lp-sdg-pain-green .lp-sdg-pain-card-link {
  color: #16a34a;
}
.lp-sdg-pain-card.lp-sdg-pain-green:hover {
  border-color: #2bb671 !important;
  box-shadow: 0 20px 35px -5px rgba(43, 182, 113, 0.18) !important;
  transform: translateY(-8px);
}
.lp-sdg-pain-card.lp-sdg-pain-green:hover .lp-sdg-pain-card-icon {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(43, 182, 113, 0.4);
}

/* Purple Card Theme */
.lp-sdg-pain-card.lp-sdg-pain-purple {
  border-top: 6px solid #7c3aed !important;
}
.lp-sdg-pain-card.lp-sdg-pain-purple .lp-sdg-pain-card-badge {
  background: #f5f3ff;
  color: #7c3aed;
}
.lp-sdg-pain-card.lp-sdg-pain-purple .lp-sdg-pain-card-icon {
  background: #7c3aed;
}
.lp-sdg-pain-card.lp-sdg-pain-purple h4 {
  color: #7c3aed;
}
.lp-sdg-pain-card.lp-sdg-pain-purple .lp-sdg-pain-card-link {
  color: #7c3aed;
}
.lp-sdg-pain-card.lp-sdg-pain-purple:hover {
  border-color: #7c3aed !important;
  box-shadow: 0 20px 35px -5px rgba(124, 58, 237, 0.18) !important;
  transform: translateY(-8px);
}
.lp-sdg-pain-card.lp-sdg-pain-purple:hover .lp-sdg-pain-card-icon {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.4);
}
/* --- PARENT CONTRAST & EQUAL HEIGHTS --- */

.lp-sdg-row-flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.lp-sdg-row-flex > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
}
.lp-sdg-row-flex > [class*="col-"] > .lp-sdg-pain-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 0 auto !important;
  height: 100% !important;
}
.lp-sdg-row-flex > [class*="col-"] > .lp-sdg-service-list-grid {
  flex-grow: 1 !important;
}
.lp-sdg-row-flex > [class*="col-"] > .lp-sdg-service-showcase-card {
  flex: 1 0 auto !important;
}
/* Ensuring equal text container distribution inside cards */
.lp-sdg-pain-card p {
  flex-grow: 1 !important;
}

@media (min-width: 992px) {
  .lp-sdg-pricing-form-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important; /* Vertically centers the cards next to each other */
  }
  .lp-sdg-pricing-form-row > [class*="col-"] {
    margin-bottom: 0 !important; /* Remove bottom margin on desktop */
  }
}
.lp-sdg-price-item-cell {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-align: left !important;
}
.lp-sdg-price-item-icon {
  flex-shrink: 0 !important;
  margin-right: 0 !important;
}

.lp-sdg-price-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(43, 182, 113, 0.08);
  color: #2bb671;
  margin-right: 12px;
  font-size: 13px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.lp-sdg-table-custom tbody tr:hover .lp-sdg-price-item-icon {
  background: #2bb671;
  color: #ffffff;
  transform: scale(1.1);
}
.lp-sdg-warranty-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 750;
  color: #475569;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  white-space: nowrap;
}
.lp-sdg-warranty-badge i {
  color: #2bb671;
  font-size: 10px;
}
.lp-sdg-form-accent-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fef3c7;
  border: 1px solid #fde68a;
  color: #d97706;
  font-size: 10.5px;
  font-weight: 850;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.lp-sdg-form-accent-badge i {
  color: #d97706;
  animation: pulse 1.5s infinite;
}

/* Feedback Screenshot Cards */
.lp-sdg-review-carousel-wrapper {
  position: relative;
  padding: 0 10px;
}
.lp-sdg-feedback-img-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  margin: 15px 5px;
  position: relative;
  overflow: hidden;
}
.lp-sdg-feedback-img-card:hover {
  transform: translateY(-6px);
  border-color: #2bb671;
  box-shadow: 0 20px 35px -10px rgba(11, 27, 19, 0.08);
}
.lp-sdg-feedback-img-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  display: block;
}
.lp-sdg-feedback-img-card img {
  width: 100% !important;
  height: auto !important;
  max-height: 420px;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
}
.lp-sdg-feedback-img-card:hover .lp-sdg-feedback-img-wrapper img {
  transform: scale(1.05) !important;
}
.feedback-info {
  padding: 12px 5px 4px 5px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.feedback-info i {
  color: #2bb671;
}
/* Customize Owl Carousel Dots */
.lp-sdg-review-carousel-wrapper .owl-theme .owl-dots {
  margin-top: 25px !important;
}
.lp-sdg-review-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
  background: #cbd5e1;
  transition: all 0.3s ease;
}
.lp-sdg-review-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.lp-sdg-review-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #2bb671;
  width: 24px;
  border-radius: 5px;
}

/* Lightbox zoom mechanism for Zalo feedbacks */
.lp-sdg-feedback-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.lp-sdg-lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}
.lp-sdg-lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.lp-sdg-lightbox-close:hover,
.lp-sdg-lightbox-close:focus {
  color: #2bb671;
  text-decoration: none;
  cursor: pointer;
}
.lp-sdg-feedback-zoom-link {
  cursor: zoom-in;
  display: block;
  width: 100%;
  height: 100%;
}

/* --- AREA DASHBOARD CARD (OPTION A) --- */
.lp-sdg-area-tab-container {
  margin-top: 40px;
}
.lp-sdg-area-tab-nav {
  border: none !important;
  margin-bottom: 35px;
  display: inline-flex !important;
  background: #cbd5e1 !important; /* Muted gray base */
  padding: 6px;
  border-radius: 50px;
  gap: 5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}
.lp-sdg-area-tab-nav > li {
  display: inline-block !important;
  margin: 0 !important;
}
.lp-sdg-area-tab-nav > li > a {
  border: none !important;
  color: #475569 !important;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  background: transparent !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-sdg-area-tab-nav > li.active > a {
  color: #2bb671 !important;
  background: #ffffff !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08) !important;
}

.lp-sdg-area-panel-card {
  background: #ffffff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.03) !important;
  position: relative;
  overflow: hidden;
}
.lp-sdg-area-stats-column {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lp-sdg-area-stats-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.lp-sdg-area-radar-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6f7ed;
  color: #2bb671;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  z-index: 5;
}
.lp-sdg-area-radar-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(43, 182, 113, 0.4);
  animation: radar-pulse-anim 2s infinite ease-out;
  z-index: 1;
}
@keyframes radar-pulse-anim {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.lp-sdg-area-stats-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}
.lp-sdg-area-stats-title span {
  font-size: 11px;
  font-weight: 700;
  color: #2bb671;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.lp-sdg-area-stats-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.lp-sdg-area-stats-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
}
.lp-sdg-area-stats-list li i {
  color: #2bb671;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.lp-sdg-area-chips-column {
  padding-left: 20px;
}
.lp-sdg-area-chips-title {
  font-size: 14px;
  font-weight: 850;
  color: #0f172a;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-sdg-area-chips-title i {
  color: #2bb671;
}
.lp-sdg-area-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-sdg-area-chip-item {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-sdg-area-chip-item i {
  font-size: 11px;
  color: #94a3b8;
  transition: color 0.3s ease;
}
.lp-sdg-area-chip-item:hover {
  background: #2bb671;
  border-color: #2bb671;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(43, 182, 113, 0.15);
}
.lp-sdg-area-chip-item:hover i {
  color: #ffffff;
}

@media (max-width: 991px) {
  .lp-sdg-area-chips-column {
    padding-left: 0;
    margin-top: 30px;
  }
  .lp-sdg-area-panel-card {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .lp-sdg-area-tab-nav {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    left: 0;
    transform: none;
    border-radius: 12px;
  }
  .lp-sdg-area-tab-nav > li {
    flex: 1;
    text-align: center;
  }
  .lp-sdg-area-tab-nav > li > a {
    padding: 8px 12px !important;
    font-size: 12px;
    justify-content: center;
    border-radius: 8px !important;
  }
  .lp-sdg-area-tab-nav > li.active > a {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
  }
}

/* --- Benefits & Commitments Section --- */
.lp-sdg-benefit-grid-row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.lp-sdg-benefit-grid-row > [class*="col-"] {
  display: flex !important;
  flex-direction: column !important;
}
.lp-sdg-benefit-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 24px 28px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  flex: 1 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.lp-sdg-benefit-card:hover {
  transform: translateY(-8px);
  border-color: #2bb671;
  box-shadow: 0 20px 30px -10px rgba(43, 182, 113, 0.12);
}
.lp-sdg-benefit-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  background: rgba(43, 182, 113, 0.08);
  color: #2bb671;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.lp-sdg-benefit-card:hover .lp-sdg-benefit-badge {
  background: #2bb671;
  color: #ffffff;
}
.lp-sdg-benefit-icon-wrap {
  width: 64px;
  height: 64px;
  background: rgba(43, 182, 113, 0.08);
  color: #2bb671;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 182, 113, 0.12);
}
.lp-sdg-benefit-card:hover .lp-sdg-benefit-icon-wrap {
  background: #2bb671;
  color: #ffffff;
  transform: rotateY(180deg) scale(1.05);
  box-shadow: 0 8px 16px rgba(43, 182, 113, 0.2);
}
.lp-sdg-benefit-card h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.lp-sdg-benefit-card:hover h4 {
  color: #2bb671;
}
.lp-sdg-benefit-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* --- Floating Left Quick Navigation Sidebar (Concept 1: Magnetic Floating Icon Bubbles) --- */
.lp-sdg-quick-nav-sidebar {
  position: fixed;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
}
.lp-sdg-quick-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-sdg-quick-nav-item {
  position: relative;
  display: block;
}
.lp-sdg-quick-nav-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  color: #64748b !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  text-decoration: none !important;
  outline: none !important;
}
.lp-sdg-quick-nav-link i {
  font-size: 13.5px;
  transition: all 0.3s ease;
  display: inline-block !important;
}
/* Suppress focus states */
.lp-sdg-quick-nav-link:focus,
.lp-sdg-quick-nav-link:active,
.lp-sdg-quick-nav-link:focus-visible {
  outline: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  text-decoration: none !important;
}
.lp-sdg-quick-nav-link:hover {
  transform: scale(1.25);
  background: #ffffff !important;
  border-color: rgba(43, 182, 113, 0.5) !important;
  color: #2bb671 !important;
  box-shadow: 0 6px 20px rgba(43, 182, 113, 0.2) !important;
  z-index: 5;
}
.lp-sdg-quick-nav-link:hover i {
  transform: scale(1.1);
}
.lp-sdg-quick-nav-item.active .lp-sdg-quick-nav-link {
  background: linear-gradient(135deg, #2bb671 0%, #1b7a48 100%) !important;
  border-color: #2bb671 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(43, 182, 113, 0.3) !important;
  animation: bubble-pulse 2s infinite;
}
@keyframes bubble-pulse {
  0% {
    box-shadow: 0 6px 20px rgba(43, 182, 113, 0.3),
      0 0 0 0px rgba(43, 182, 113, 0.3);
  }
  70% {
    box-shadow: 0 6px 20px rgba(43, 182, 113, 0.3),
      0 0 0 6px rgba(43, 182, 113, 0);
  }
  100% {
    box-shadow: 0 6px 20px rgba(43, 182, 113, 0.3),
      0 0 0 0px rgba(43, 182, 113, 0);
  }
}
.lp-sdg-quick-nav-tooltip {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: #0b1c12;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border: 1px solid rgba(43, 182, 113, 0.2);
}
.lp-sdg-quick-nav-tooltip::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0b1c12 transparent transparent;
}
.lp-sdg-quick-nav-link:hover .lp-sdg-quick-nav-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 1349px) {
  .lp-sdg-quick-nav-sidebar {
    display: none !important;
  }
}
/* SEO Readmore Section Design */
:root {
  --green: #2bb671;
  --green-dark: #1b7a48;
  --white: #ffffff;
}

.seo-readmore {
  margin-top: 56px;
  position: relative;
  margin-bottom: 60px;
}

.seo-divider {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--green);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.seo-divider::before,
.seo-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #fbbf24;
  max-width: 80px;
}

.seo-divider::before {
  margin-right: 16px;
}

.seo-divider::after {
  margin-left: 16px;
}

.seo-readmore-content {
  background: var(--white);
  border: 1px dashed var(--green);
  border-radius: 12px;
  padding: 36px 40px 48px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.seo-readmore-content a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.seo-readmore-content a:hover {
  color: var(--green);
}

.seo-readmore-toggle {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.seo-toggle-btn {
  border-radius: 99px !important;
  padding: 10px 28px !important;
  font-weight: 700;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.2);
  border: none !important;
  cursor: pointer;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white) !important;
  transition: all 0.3s ease;
}

.seo-toggle-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.3);
}

.seo-readmore-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  padding: 0;
  margin-top: 0;
  border-top: 1px dashed transparent;
}

.seo-readmore-extra.open {
  max-height: 1500px;
}

.seo-readmore-extra h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 20px 0 10px;
}

.seo-readmore-extra h4:first-of-type {
  margin-top: 0;
}

/* --- SUB SERVICES SECTION STYLES --- */
.lp-sdg-row-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-sdg-sub-card-new {
  position: relative;
  display: block;
  height: 280px; /* Perfect height for vertical aspect ratio */
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.lp-sdg-sub-card-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.95) 0%,
    rgba(15, 23, 42, 0.4) 55%,
    rgba(15, 23, 42, 0.08) 100%
  );
  z-index: 2;
  transition: all 0.4s ease;
}

.lp-sdg-sub-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px rgba(11, 28, 18, 0.25);
  border-color: #2bb671;
}

.lp-sdg-sub-card-new:hover::after {
  background: linear-gradient(
    to top,
    rgba(11, 28, 18, 0.98) 0%,
    rgba(11, 28, 18, 0.5) 60%,
    rgba(11, 28, 18, 0.15) 100%
  );
}

.lp-sdg-sub-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0f172a;
}

.lp-sdg-sub-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-sdg-sub-card-new:hover .lp-sdg-sub-card-image img {
  transform: scale(1.08);
}

.lp-sdg-sub-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
}

.lp-sdg-sub-card-body h4 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.lp-sdg-sub-card-new:hover h4 {
  color: #34d399; /* Mint highlight on hover */
}

.lp-sdg-sub-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 14px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-sdg-sub-card-btn i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.lp-sdg-sub-card-new:hover .lp-sdg-sub-card-btn {
  background-color: #2bb671;
  color: #ffffff;
  border-color: #2bb671;
  box-shadow: 0 4px 12px rgba(43, 182, 113, 0.4);
}

.lp-sdg-sub-card-new:hover .lp-sdg-sub-card-btn i {
  transform: translateX(3px);
}

/* --- REAL ACTIVITY GALLERY SECTION STYLES --- */
.lp-sdg-gallery-row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.lp-sdg-gallery-row > [class*="col-"] {
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-bottom: 12px !important;
}

.lp-sdg-gallery-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #e2e8f0;
  padding: 4px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.lp-sdg-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  border-color: #2bb671;
}

.lp-sdg-gallery-link {
  display: block;
  text-decoration: none;
}

.lp-sdg-gallery-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
  overflow: hidden;
  border-radius: 4px;
  background-color: #f1f5f9;
}

.lp-sdg-gallery-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lp-sdg-gallery-card:hover .lp-sdg-gallery-img-wrapper img {
  transform: scale(1.12);
}

.lp-sdg-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(43, 182, 113, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  color: #ffffff;
}

.lp-sdg-gallery-card:hover .lp-sdg-gallery-overlay {
  opacity: 1;
}

.lp-sdg-gallery-overlay i {
  font-size: 24px;
  margin-bottom: 6px;
  transform: translateY(10px);
  transition: transform 0.3s ease;
}

.lp-sdg-gallery-overlay span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(10px);
  transition: transform 0.3s ease 0.05s;
}

.lp-sdg-gallery-card:hover .lp-sdg-gallery-overlay i,
.lp-sdg-gallery-card:hover .lp-sdg-gallery-overlay span {
  transform: translateY(0);
}

/* --- HERO BUTTONS RESPONSIVE STYLING --- */
@media (max-width: 767px) {
  .lp-sdg-flex-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .lp-sdg-flex-buttons a.btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
  }
}

/* --- TABS MOBILE CONTRAST FIX --- */
@media (max-width: 767px) {
  .lp-sdg-bg-dark-forest .nav-tabs-custom > li > a {
    color: #334155 !important;
  }
  .lp-sdg-bg-dark-forest .nav-tabs-custom > li.active > a {
    color: #2bb671 !important;
    background-color: #ffffff !important;
  }
}

/* --- FINAL CTA FOOTER MOBILE PADDING FIX --- */
@media (max-width: 767px) {
  .cta-footer-section {
    padding: 40px 24px !important;
  }
  .cta-footer-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cta-footer-section .col-md-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
