:root {
  --sol-green: #7fa73c;
  --sol-green-deep: #6f9434;
  --sol-green-soft: #dcebbf;
  --sol-blue: #3b92cf;
  --sol-blue-soft: #e7f2fb;

  /* Typography: use the template’s bundled fonts with sensible fallbacks */
  --ztc-family-font1:
    "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  --ztc-family-font2:
    "Quicksand", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    Arial, sans-serif;

  /* Primary + secondary theme mapping */
  --ztc-text-text-6: var(--sol-green);
  --ztc-bg-bg-2: var(--sol-green);

  --ztc-text-text-12: var(--sol-blue);

  /* Restore blue as a visible accent while keeping green as the dominant brand color */
  --ztc-text-text-4: var(--sol-blue);
  --ztc-bg-bg-3: var(--sol-blue-soft);
  --ztc-bg-bg-5: #f7faf1;
  --ztc-bg-bg-7: var(--sol-blue-soft);
}

/* Global typography consistency */
body {
  font-family: var(--ztc-family-font1);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Mobile header: match desktop header-elements-1 look */
@media (max-width: 991.98px) {
  .mobile-header.mobile-haeder1 {
    background: transparent;
  }

  .mobile-header .mobile-header-elements.header-elements-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 84px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
  }

  .mobile-header .mobile-logo img {
    height: 40px;
    width: auto;
    display: block;
  }

  .mobile-header.mobile-haeder1 .mobile-nav-icon {
    border-color: var(--ztc-border-border-1);
    background: rgba(255, 255, 255, 0.92);
    color: var(--ztc-text-text-3);
    border-radius: 12px;
  }
}

/* Mobile sidebar: improved spacing, readability, active state */
@media (max-width: 991.98px) {
  .mobile-sidebar.mobile-sidebar1 {
    background: rgba(255, 255, 255, 0.98);
    padding: 26px 20px;
  }

  .mobile-sidebar .logosicon-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ztc-border-border-1);
  }

  .mobile-sidebar .logos img {
    /* height: 44px; */
    width: auto;
    display: block;
  }

  .mobile-sidebar .menu-close {
    position: static;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--ztc-border-border-1);
    background: var(--ztc-bg-bg-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ztc-text-text-3);
  }

  .mobile-sidebar ul.mobile-nav-list {
    margin-top: 18px;
  }

  .mobile-sidebar .mobile-nav li a {
    padding: 12px 12px;
    border-radius: 12px;
    font-weight: 800 !important;
    color: var(--ztc-text-text-3);
  }

  .mobile-sidebar .mobile-nav li a.active {
    background: var(--ztc-bg-bg-3);
    border: 1px solid var(--ztc-border-border-1);
    color: var(--ztc-text-text-3);
  }

  .mobile-sidebar .mobile-nav li a:hover {
    background: var(--ztc-bg-bg-5);
  }
}

@media (max-width: 767.98px) {
  body.homepage1-body .vl-banner,
  body.homepage1-body .vl-banner .slider-active-1,
  body.homepage1-body .vl-banner .vl-hero-slider,
  body.homepage1-body .vl-banner .vl-hero-bg,
  body.homepage1-body .vl-banner .slick-list,
  body.homepage1-body .vl-banner .slick-track {
    min-height: 640px;
  }
}

/* Preloader: center the full logo inside the loader instead of the theme's offset icon slot */
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: min(180px, calc(100vw - 72px));
  height: auto;
}

#loading-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.preloader {
  background:
    radial-gradient(circle at top, rgba(59, 146, 207, 0.18), transparent 35%),
    linear-gradient(180deg, #f7faf1 0%, #eef5e2 100%) !important;
}

.preloader .loading-container {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(34, 61, 17, 0.14);
  backdrop-filter: blur(10px);
}

.preloader .loading {
  border-color: transparent var(--sol-green);
}

/* Projects cards: visually distinct from blog/news cards */
.sol-project-card {
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-5);
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  transition: 0.25s;
}

.sol-project-card:hover {
  border-color: var(--ztc-bg-bg-2);
}

.sol-project-card .vl-blg-thumb {
  position: relative;
  border-radius: 12px;
}

.sol-project-card .vl-blg-thumb img {
  border-radius: 12px;
}

.sol-project-card .sol-project-pill {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: 1;
  font-weight: var(--ztc-weight-bold);
}

.sol-project-card .sol-project-featured {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-3);
  border: 1px solid var(--ztc-border-border-1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: 1;
  font-weight: var(--ztc-weight-semibold);
}

.sol-project-card .sol-project-pill--planned {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-3);
  border: 1px solid var(--ztc-border-border-1);
}

.sol-project-card .sol-project-pill--ongoing {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.sol-project-card .sol-project-pill--completed {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-3);
}

.sol-project-card .vl-blg-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
  padding-top: 18px;
}

.sol-project-card .vl-blg-content .title {
  margin-top: 4px;
}

.sol-project-card .sol-project-meta-bar {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-border-border-1);
}

@media (max-width: 767px) {
  .sol-project-card .sol-project-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.sol-project-card .sol-project-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.sol-project-card .sol-project-meta-item img {
  width: 16px;
  height: 16px;
}

.sol-project-card .vl-blg-content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sol-project-card .vl-blg-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 16px;
}

.sol-project-card .sol-project-btnarea {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

.sol-project-card .sol-project-btnarea .header-btn1 {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/* Home gallery: professional editorial grid (scoped) */
.sol-gallery-pro .sol-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 18px;
}

.sol-gallery-pro .sol-gallery-tile {
  height: 100%;
}

.sol-gallery-pro .sol-gallery-tile--lg {
  grid-column: span 2;
  grid-row: span 2;
}

.sol-gallery-pro .vl-single-box,
.sol-gallery-pro .vl-single-box img {
  border-radius: 12px;
}

.sol-gallery-pro .vl-single-box {
  transition: none;
}

.sol-gallery-pro .vl-single-box::after,
.sol-gallery-pro .vl-single-box:hover::after {
  width: 0;
  display: none;
}

.sol-gallery-pro .vl-single-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: none;
  transform: none;
}

.sol-gallery-pro .vl-single-box:hover img {
  transform: none;
}

.sol-gallery-pro .search-ic {
  display: none;
}

/* Ensure hero + CTA backgrounds never stretch */
.vl-hero-bg,
.vl-cta-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
  .sol-gallery-pro .sol-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 210px;
  }

  .sol-gallery-pro .sol-gallery-tile--lg {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .sol-gallery-pro .sol-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .sol-gallery-pro .sol-gallery-tile--lg {
    grid-column: auto;
    grid-row: span 1;
  }
}

/* Make body copy feel lighter/cleaner than the template default */
p,
.vl-section-title-1 p,
.vl-single-cause-box .vl-cause-content p,
.vl-single-blg-item .vl-blg-content p,
.vl-hero-section-title p {
  font-weight: 400;
}

/* Section intros: keep measure readable and encourage 2-line wrap */
.vl-section-title-1 p {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

/* When the section title is centered, keep the intro paragraph centered too */
.vl-section-title-1.text-center p {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.vl-title,
.vl-section-title-1 .title,
.vl-causes-section-title .title {
  font-family: var(--ztc-family-font2);
}

/* Impact Section: Polished and Modern UI */
.sol-impact-section {
  position: relative;
  background: #ffffff !important; /* Force white background for maximum contrast */
  overflow: hidden;
  padding: 100px 0;
}

.sol-impact-intro {
  margin-right: 0;
}

.sol-impact-intro .title {
  color: #1a1a1a !important;
  font-size: 48px;
  line-height: 1.2;
}

.sol-impact-intro .para {
  color: #444 !important;
  font-size: 19px;
  line-height: 1.6;
}

.sol-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sol-impact-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.sol-impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--sol-green);
  opacity: 0.7;
}

.sol-impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: var(--sol-green);
}

.sol-impact-card--alt::before {
  background: var(--sol-blue);
}

.sol-impact-card--alt:hover {
  border-color: var(--sol-blue);
}

.sol-impact-icon {
  width: 56px;
  height: 56px;
  background: var(--sol-blue-soft, #f9fafb);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sol-blue-soft, #f3f4f6);
}

.sol-impact-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(87%) show(5274%)
    hue-rotate(170deg) brightness(91%) contrast(85%); /* Approximate blue */
}

.sol-impact-card--alt .sol-impact-icon {
  background: var(--sol-green-soft, #f7faf1);
  border-color: var(--sol-green-soft);
}

.sol-impact-number {
  font-size: 44px;
  font-weight: 800;
  color: #111827 !important;
  margin-bottom: 4px;
  font-family: var(--ztc-family-font2);
  display: flex;
  align-items: baseline;
  letter-spacing: -0.03em;
}

.sol-impact-number .counter {
  color: inherit;
}

.sol-impact-label {
  font-size: 16px;
  font-weight: 600;
  color: #4b5563 !important;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .sol-impact-section {
    padding: 60px 0;
  }

  .sol-impact-intro .title {
    font-size: 34px;
  }

  .sol-impact-intro .para {
    font-size: 17px;
  }

  .sol-impact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sol-impact-card {
    padding: 30px 20px;
    align-items: center;
    text-align: center;
  }

  .sol-impact-number {
    font-size: 36px;
  }
}

/* Home page: keep cards aligned and professional */
.vl-causes-area .row > [class*="col-"],
.vl-blg .row > [class*="col-"] {
  display: flex;
}

.vl-single-cause-box,
.vl-single-blg-item {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vl-cause-thumb img,
.vl-blg-thumb img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  .vl-cause-thumb img,
  .vl-blg-thumb img {
    height: 220px;
  }
}

.vl-cause-content,
.vl-blg-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Clamp text so card heights stay consistent */
.vl-single-cause-box .vl-cause-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vl-single-cause-box .vl-cause-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vl-single-blg-item .vl-blg-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vl-single-blg-item .vl-blg-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vl-blg-content .read-more {
  margin-top: 25px;
}

/* Hero: left aligned on desktop, centered on mobile */
body.homepage1-body .vl-banner .vl-hero-section-title {
  text-align: left;
}

body.homepage1-body .vl-banner .vl-hero-section-title .vl-title,
body.homepage1-body .vl-banner .vl-hero-section-title p {
  margin-left: 0;
  margin-right: 0;
}

body.homepage1-body .vl-banner .vl-hero-section-title .vl-title {
  font-size: var(--ztc-font-size-font-s68);
  line-height: 1.08;
}

/* Hero title: enforce exactly two lines (desktop) */
body.homepage1-body .vl-banner .vl-hero-title-line {
  display: block;
}

body.homepage1-body .vl-banner .vl-hero-btn {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
}

/* Hero slider navigation: smaller + polished + horizontal */
body.homepage1-body .vl-banner .vl-arrow {
  position: absolute;
  right: 24px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

body.homepage1-body .vl-banner .vl-arrow .prev-arow,
body.homepage1-body .vl-banner .vl-arrow .next-arow {
  position: static;
  right: auto;
  bottom: auto;
}

body.homepage1-body .vl-banner .vl-arrow span {
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-size: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ztc-text-text-3);
  border: 1px solid var(--ztc-border-border-1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

body.homepage1-body .vl-banner .vl-arrow span:hover {
  background: var(--ztc-bg-bg-2);
  border-color: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  body.homepage1-body .vl-banner .vl-arrow {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  body.homepage1-body .vl-banner .vl-arrow span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* Detail pages (project/news/post): clean, theme-consistent styling */
.blog-single {
  background: var(--ztc-bg-bg-5);
}

.blog-single__content {
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

@media (max-width: 575.98px) {
  .blog-single__content {
    padding: 18px;
  }
}

/* News/Project detail pages (modern layout): prevent meta/footer overflow on small screens */
.sol-news-detail-page .vl-meta ul,
.sol-project-detail-page .vl-meta ul {
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .sol-news-detail-page .vl-meta ul,
  .sol-project-detail-page .vl-meta ul {
    gap: 12px !important;
  }

  .sol-news-detail-page .vl-meta,
  .sol-project-detail-page .vl-meta {
    padding: 10px 14px !important;
  }

  .sol-news-detail-page .vl-social {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .sol-news-detail-page .vl-social ul {
    flex-wrap: wrap;
  }
}

/* List pages: reduce fixed thumbnail heights on mobile (inline styles require !important) */
@media (max-width: 575.98px) {
  .sol-news-page .vl-blg-thumb img {
    height: 210px !important;
  }

  .sol-projects-page .vl-blg-img img {
    height: 210px !important;
  }
}

/* Projects list cards: allow titles to wrap better on small screens */
@media (max-width: 575.98px) {
  .sol-project-card .vl-blg-content .title a {
    -webkit-line-clamp: 2 !important;
    font-size: 19px;
  }
}

/* Projects list: a bit more breathing room between cards on mobile */
@media (max-width: 575.98px) {
  .sol-projects-page .sol-project-card {
    margin-bottom: 18px;
  }

  body.homepage1-body .vl-blg .sol-project-card {
    margin-bottom: 18px;
  }
  .vl-about-large-thumb img {
    height: 400px;
  }
}

/* Contact map: avoid an over-tall iframe panel on phones */
@media (max-width: 575.98px) {
  .sol-contact-map .sol-about-panel {
    height: 280px !important;
  }
}

.blog-single__img img {
  width: 100%;
  height: clamp(260px, 45vh, 520px);
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-single__meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-3);
  border: 1px solid var(--ztc-border-border-1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: 1;
  font-weight: var(--ztc-weight-semibold);
}

.rich-text {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 1.8;
  color: var(--ztc-text-text-2);
}

.rich-text p {
  margin: 0 0 16px;
}

.rich-text ul,
.rich-text ol {
  padding-left: 1.1em;
  margin: 0 0 16px;
}

.rich-text li {
  margin: 6px 0;
}

.rich-text img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

@media (max-width: 767.98px) {
  .blog-single__content {
    padding: 18px;
    border-radius: 16px;
  }
}

@media (max-width: 991.98px) {
  body.homepage1-body .vl-banner .vl-hero-section-title {
    text-align: center;
  }

  body.homepage1-body .vl-banner .vl-hero-section-title .vl-title,
  body.homepage1-body .vl-banner .vl-hero-section-title p {
    margin-left: auto;
    margin-right: auto;
  }

  body.homepage1-body .vl-banner .vl-hero-btn {
    justify-content: center;
  }

  body.homepage1-body .vl-banner .vl-hero-section-title .vl-title {
    font-size: var(--ztc-font-size-font-s55);
  }
}

@media (max-width: 767.98px) {
  body.homepage1-body .vl-banner .vl-hero-section-title .vl-title {
    font-size: var(--ztc-font-size-font-s42);
  }
}

@media (min-width: 992px) {
  body.homepage1-body .vl-banner .vl-hero-section-title .vl-title {
    max-width: none;
  }

  body.homepage1-body .vl-banner .vl-hero-title-line {
    white-space: nowrap;
  }

  body.homepage1-body .vl-banner .vl-hero-section-title p {
    max-width: 62ch;
  }
}

/* CTA: readability + mobile layout */
.vl-cta .vl-cta-content .title {
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
}

.vl-cta .vl-cta-content p {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .vl-cta .vl-cta-shap {
    display: none;
  }
}

/* About section: equal heights on large screens */
@media (min-width: 992px) {
  .vl-about-section .row {
    align-items: stretch;
  }

  .vl-about-section .row > [class*="col-"] {
    display: flex;
  }

  .vl-about-content,
  .vl-about-large-thumb,
  .vl-about-sm-content {
    width: 100%;
  }

  .vl-about-large-thumb {
    height: 100%;
  }

  .vl-about-large-thumb img {
    height: 100%;
    object-fit: cover;
  }

  .vl-about-sm-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.site-logo a,
.mobile-logo a,
.mobile-sidebar .logos a,
.vl-footer-logo a {
  display: inline-flex;
  align-items: center;
}

.site-logo img,
.vl-footer-logo img {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 60px;
}

.mobile-logo img,
.mobile-sidebar .logos img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 54px;
}

/* Navbar: show active page */
.homepage1-body
  .header-area.homepage1
  .header-elements
  .main-menu
  ul
  li
  a.active,
.mobile-nav-list li a.active {
  color: var(--ztc-text-text-6) !important;
}

/* Theme balance: use blue for small accents, keep green as the primary brand signal */
.subtitle,
.vl-meta ul li a:hover,
.vl-blg-content .read-more:hover,
.vl-footer-widget-2 .vl-footer-menu ul li a:hover,
.vl-footer-widget-3 .vl-footer-text a:hover {
  color: var(--ztc-text-text-12);
}

.sol-gallery-pro .header-btn1,
.vl-cta .header-btn1,
.sol-project-card .header-btn1 {
  background: var(--ztc-bg-bg-2);
}

.sol-about-page {
  position: relative;
}

.sol-about-intro {
  margin-bottom: 28px;
}

.sol-about-stat-row {
  margin-bottom: 18px;
}

.sol-about-stat-card {
  height: 100%;
  padding: 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(111, 148, 52, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.3s ease;
}

.sol-about-stat-card:hover {
  transform: translateY(-5px);
}

.sol-stat-icon {
  font-size: 24px;
  color: var(--sol-green);
  opacity: 0.6;
  margin-bottom: 12px;
}

.sol-about-stat-card strong {
  display: block;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font2);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.1;
  margin-bottom: 8px;
}

.sol-about-stat-card span {
  display: block;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1.5;
}

.sol-about-pillars {
  display: grid;
  gap: 24px;
}

.sol-about-info-card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(59, 146, 207, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.sol-about-info-card .vl-about-icon {
  flex-shrink: 0;
}

.sol-about-info-card .vl-icon-content .title {
  margin-bottom: 10px;
}

.sol-about-media-wrap {
  position: relative;
  padding-bottom: 56px;
}

.sol-about-media-main img,
.sol-about-media-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.sol-about-media-main img {
  min-height: 560px;
  border-radius: 28px;
}

.sol-about-media-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.sol-about-media-card img {
  height: 140px;
  border-radius: 16px;
}

.sol-about-media-copy h4 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 28px);
}

.sol-about-panel {
  height: 100%;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbf5 100%);
  border: 1px solid rgba(111, 148, 52, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.sol-about-values {
  background: linear-gradient(180deg, #eef5e2 0%, #ffffff 100%);
}

.sol-focus-grid {
  margin-top: 8px;
}

.sol-about-focus-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sol-about-focus-card {
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(111, 148, 52, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sol-about-focus-card:hover {
  transform: translateY(-8px);
  border-color: var(--sol-green);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.sol-focus-icon {
  font-size: 32px;
  margin-bottom: 5px;
  color: var(--sol-green);
  opacity: 0.9;
}

.sol-about-focus-card .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.sol-about-focus-card p {
  margin-bottom: 0;
}

.sol-about-achievements {
  margin-top: 22px;
}

.sol-about-stat-card.sol-about-stat-compact {
  padding: 18px 18px;
  border-radius: 18px;
}

.sol-about-stat-card.sol-about-stat-compact strong {
  font-size: clamp(20px, 2vw, 24px);
}

.sol-about-partners-inline {
  border-top: 1px solid rgba(111, 148, 52, 0.12);
  padding-top: 24px;
}

.sol-about-partners {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

.sol-about-partners li {
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(59, 146, 207, 0.12);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  font-size: 14px;
  display: flex !important;
  align-items: center;
  transition: all 0.2s ease;
  margin-bottom: 0 !important;
}

.sol-about-partners li:hover {
  background: var(--sol-blue-soft);
  border-color: var(--sol-blue);
  transform: translateY(-2px);
}

.sol-about-partners li i {
  color: var(--sol-blue);
  opacity: 0.8;
}

.sol-about-founders {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sol-about-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--sol-blue-soft);
  border: 1px solid rgba(59, 146, 207, 0.18);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  line-height: 1;
}

.sol-about-timeline {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.sol-about-timeline li {
  position: relative;
  padding: 14px 14px 14px 44px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(111, 148, 52, 0.14);
}

.sol-about-timeline li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ztc-text-text-6);
  box-shadow: 0 0 0 6px rgba(111, 148, 52, 0.12);
}

.sol-about-timeline strong {
  display: block;
  font-family: var(--ztc-family-font2);
  color: var(--ztc-text-text-1);
  margin-bottom: 6px;
}

.sol-about-timeline span {
  display: block;
  color: var(--ztc-text-text-2);
  font-weight: 500;
  line-height: 1.6;
}

.sol-about-quote {
  margin: 18px 0 0;
  padding: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(127, 167, 60, 0.14) 0%,
    rgba(59, 146, 207, 0.1) 100%
  );
  border: 1px solid rgba(59, 146, 207, 0.14);
}

.sol-about-quote p {
  margin: 0;
  font-family: var(--ztc-family-font2);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4;
  color: var(--ztc-text-text-1);
}

.sol-about-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
}

.sol-about-quote-mark {
  color: var(--ztc-text-text-12);
}

.sol-about-photo-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sol-about-photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.sol-about-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.sol-about-photo figcaption {
  padding: 12px 14px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
}

.sol-site-cta {
  margin: 0;
  padding-bottom: 56px;
}

/* Accordion (FAQ) Padding Reductions */
.vl-accordion3 .accordion-header .accordion-button {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  padding-left: 24px !important;
}

.vl-accordion3 .accordion-header .accordion-button span {
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.vl-accordion3 .accordion-collapse .accordion-body {
  padding-left: 24px !important;
  padding-right: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}

.sol-about-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.sol-about-checklist li {
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(111, 148, 52, 0.12);
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  font-weight: 600;
  color: #374151;
  font-size: 16px;
  margin-bottom: 0;
}

.sol-about-checklist li:hover {
  transform: translateX(8px);
  border-color: var(--sol-green);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sol-about-checklist li i {
  font-size: 1.1rem;
  width: 24px;
}

.sol-about-checklist li::before {
  display: none;
}

.sol-about-faq-copy p {
  margin-bottom: 0;
}

.sol-about-faq .vl-accordion3 .accordion-item {
  margin-bottom: 24px;
}

.sol-about-faq .vl-accordion3 .accordion-header .accordion-button {
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.3;
  padding-right: 110px;
}

.sol-about-faq .vl-accordion3 .accordion-body p {
  font-weight: 500;
}

@media (max-width: 991px) {
  .sol-about-media-wrap {
    padding-bottom: 0;
  }

  .sol-about-media-card {
    position: static;
    margin-top: 20px;
  }

  .sol-about-panel {
    padding: 28px;
  }
  .sol-about-focus-grid {
    grid-template-columns: 1fr;
  }

  .sol-about-photo img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .preloader .loading-container,
  .preloader .loading {
    width: 112px;
    height: 112px;
  }

  .sol-about-info-card {
    padding: 15px;
  }

  .sol-about-media-main img {
    min-height: 360px;
  }

  .sol-about-media-card {
    grid-template-columns: 1fr;
  }

  .sol-about-media-card img {
    height: 180px;
  }

  .sol-about-panel {
    padding: 22px;
    border-radius: 18px;
  }

  .sol-about-faq .vl-accordion3 .accordion-header .accordion-button {
    padding-right: 52px;
  }

  .sol-about-photo-grid {
    grid-template-columns: 1fr;
  }

  .sol-about-photo img {
    height: 220px;
  }
}

/* --- UX Polish & Alignment Fixes --- */

/* Equal Height Grid for Service/Cause Cards */
.sol-equal-height-grid {
  display: flex !important;
  flex-wrap: wrap;
}

/* Home (What we do): polished service cards (scoped) */
.sol-what-we-do .sol-service-card {
  position: relative;
  border: 1px solid var(--ztc-border-border-1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.sol-what-we-do .sol-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--ztc-bg-bg-2);
  opacity: 0.75;
  z-index: 2;
}

.sol-what-we-do .sol-service-card .vl-cause-thumb,
.sol-what-we-do .sol-service-card .vl-cause-thumb img {
  border-radius: 14px 14px 0 0;
}

.sol-what-we-do .sol-service-card .vl-cause-thumb img {
  transform: none;
  transition: transform 0.4s ease;
}

.sol-what-we-do .sol-service-card .vl-cause-thumb::after {
  display: none;
}

.sol-what-we-do .sol-service-card .casue-btn {
  display: none !important;
}

.sol-what-we-do .sol-service-card .vl-cause-content {
  padding: 24px;
}

.sol-what-we-do .sol-service-card .vl-cause-content .title {
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-specing-height24);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font2);
  padding-top: 10px;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .sol-what-we-do .sol-service-card .vl-cause-content .title {
    font-size: var(--ztc-font-size-font-s22);
    line-height: var(--ztc-specing-height22);
  }
}

.sol-what-we-do .sol-service-card:hover {
  transform: translateY(-6px);
  border-color: var(--ztc-bg-bg-2);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.1);
}

.sol-what-we-do .sol-service-card:hover .vl-cause-thumb img {
  transform: scale(1.03);
}

.vl-causes-area .row > [class*="col-"],
.vl-blg .row > [class*="col-"],
.sol-equal-height-grid > [class*="col-"] {
  display: flex !important;
  flex-direction: column;
}

.vl-single-cause-box,
.vl-single-blg-item,
.sol-service-card {
  width: 100%;
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column;
  background: #fff;
}

.vl-cause-content,
.vl-blg-content {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column;
}

.vl-cause-content p,
.vl-blg-content p {
  flex-grow: 1; /* Pushes button/bottom meta to bottom */
}

/* Impact Section Readability Fix */
.sol-impact-section .title {
  color: #1a1a1a !important;
}

.sol-impact-section .para {
  color: #333 !important;
  font-weight: 500;
}

.sol-impact-label {
  color: #444 !important;
  font-weight: 700;
}

.sol-impact-number {
  color: #000 !important;
}

/* Remove Space Below Footer */
.paginacontainer {
  overflow: hidden;
}

footer.vl-footer-area {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 10;
}

/* Ensure sections don't have overlapping margins */
section {
  position: relative;
  z-index: 1;
}

/* Project Cards - Overriding generic blog box */
.sol-project-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none !important;
  background: #fff;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.sol-project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07) !important;
}

.sol-project-card .vl-blg-img {
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
  height: 240px;
}

.sol-project-card .vl-blg-img img {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.sol-project-card:hover .vl-blg-img img {
  transform: scale(1.1);
}

.sol-project-card .vl-blg-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--sol-green, #7fa73c);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(127, 167, 60, 0.3);
}

.sol-project-card .vl-blg-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.sol-project-card .vl-blg-meta ul li {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.sol-project-card .vl-blg-meta ul li i {
  color: var(--sol-blue, #3b92cf);
}

.sol-project-card .vl-blg-content {
  background: #fff;
  padding: 25px !important;
  border-radius: 0 0 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sol-project-card .vl-blg-content .title {
  margin-bottom: 5px !important;
}

.sol-project-card .vl-blg-content .title a {
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important; /* Force Single line title */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.sol-project-card:hover .vl-blg-content .title a {
  color: var(--sol-green, #7fa73c);
}

.sol-project-card .vl-blg-content p {
  color: #4b5563;
  line-height: 1.6;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* Maximum 3 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  /* Removed hard height limits */
}

.sol-project-card .sol-project-btnarea {
  margin-top: auto;
  padding-top: 15px;
}

.sol-project-card .sol-project-btnarea .sol-project-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  background: var(--sol-green, #7fa73c);
  border: 1px solid var(--sol-green, #7fa73c);
  border-radius: 12px;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.15);
}

.sol-project-card .sol-project-btnarea .sol-project-btn .btn-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}

.sol-project-card .sol-project-btnarea .sol-project-btn:hover {
  background: var(--sol-green, #7fa73c);
  border-color: var(--sol-green, #7fa73c);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(127, 167, 60, 0.2);
}

.sol-project-card .sol-project-btnarea .sol-project-btn:hover .btn-icon {
  background: #fff;
  color: var(--sol-green, #7fa73c) !important;
  transform: translateX(3px);
}

/* News & Stories Section - Matching Homepage Layout */
.vl-single-blg-item .vl-blg-thumb {
  border-radius: 12px 12px 0 0 !important;
}

.vl-single-blg-item .vl-meta {
  background: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px !important;
  border: 1px solid #f3f4f6;
}

.vl-single-blg-item:hover .vl-meta {
  background: var(--sol-blue) !important;
  border-color: var(--sol-blue) !important;
}

.vl-single-blg-item .vl-meta ul li a {
  color: #4b5563 !important;
  font-weight: 700 !important;
}

.vl-single-blg-item:hover .vl-meta ul li a {
  color: #fff !important;
}

.vl-single-blg-item .vl-meta ul li a .top-minus img {
  filter: none !important;
}

.vl-single-blg-item:hover .vl-meta ul li a .top-minus img {
  filter: brightness(0) invert(1) !important;
}

.vl-single-blg-item .vl-blg-content .title a {
  font-weight: 800 !important;
  color: #111827 !important;
}

.vl-single-blg-item:hover .vl-blg-content .title a {
  color: var(--sol-blue) !important;
}

.vl-single-blg-item .vl-blg-content p {
  color: #6b7280 !important;
}

.vl-single-blg-item .vl-blg-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #111827 !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 25px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.vl-single-blg-item .vl-blg-content .read-more span {
  width: 30px;
  height: 30px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--sol-blue);
  transition: all 0.3s ease;
}

/* Add padding to the card content area to ensure text isn't touching the edges */
.vl-single-blg-item .vl-blg-content {
  padding: 30px !important;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

.vl-single-blg-item .vl-blg-content .title {
  /* margin-bottom: 12px !important; */
  line-height: 1.4;
}

.vl-single-blg-item .vl-blg-content .title a {
  font-size: 20px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important; /* Force Single line title */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.vl-single-blg-item .vl-blg-content p {
  color: #6b7280 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important; /* Maximum 3 lines */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  /* Removed hard height limits */
}

/* Ensure the card container has a clean background and shadow */
.vl-single-blg-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 0.4s ease;
}

.vl-single-blg-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.vl-single-blg-item:hover .vl-blg-content .read-more {
  color: var(--sol-blue) !important;
}

.vl-single-blg-item:hover .vl-blg-content .read-more span {
  background: var(--sol-blue);
  color: #fff;
  transform: translateX(4px);
}

/* Pagination Overrides */
.pagination-pro {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.pagination-pro .page-item .page-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pagination-pro .page-item.active .page-link {
  background-color: var(--sol-green, #7fa73c) !important;
  border-color: var(--sol-green, #7fa73c) !important;
  color: #fff !important;
  box-shadow: 0 8px 16px rgba(127, 167, 60, 0.2);
}

.pagination-pro .page-item .page-link:hover:not(.active) {
  background-color: #f9fafb;
  border-color: var(--sol-green, #7fa73c);
  color: var(--sol-green, #7fa73c);
  transform: translateY(-2px);
}

/* --- Improved Compact White Footer Styling --- */
.sol-main-footer {
  color: #1a1a1a !important;
  position: relative;
  border-top: 1px solid #f1f5f9;
}

/* Ensure the CTA section has a negative bottom margin to overlay correctly */
.sol-site-cta {
  margin-bottom: -100px !important;
  position: relative;
  z-index: 10;
}

.vl-footer-widget-1 .vl-footer-logo img {
  max-width: 200px;
  filter: none !important; /* Reset logo to original colors */
}

.vl-footer-widget-1 p {
  color: #4b5563 !important;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}

.sol-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.sol-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  font-size: 16px;
}

.sol-footer-socials a:hover {
  background: var(--sol-green);
  border-color: var(--sol-green);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(127, 167, 60, 0.2);
}

.sol-main-footer .title {
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sol-main-footer .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--sol-green);
  border-radius: 99px;
}

.vl-footer-menu ul li {
  margin-bottom: 10px;
}

.vl-footer-menu ul li a {
  color: #4b5563 !important;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.vl-footer-menu ul li a:hover {
  color: var(--sol-green) !important;
  padding-left: 5px;
}

.sol-footer-contact .sol-footer-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.sol-footer-contact .sol-footer-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--sol-blue-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sol-blue);
  flex-shrink: 0;
  font-size: 15px;
}

.sol-footer-contact .sol-footer-item .text p {
  color: #4b5563 !important;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.vl-copyright.copyright-border-1 {
  border-top: 1px solid #94a3b847 !important;
}

.vl-copyright-text {
  color: #94a3b8 !important;
  font-size: 14px;
}

.vl-copyright-menu ul li a {
  color: #94a3b8 !important;
  font-size: 14px;
}

@media (max-width: 991px) {
  .sol-main-footer {
    padding-top: 120px !important;
  }
}

.pagination-pro .page-item:first-child .page-link,
.pagination-pro .page-item:last-child .page-link {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.pagination-pro .page-item:first-child .page-link:hover,
.pagination-pro .page-item:last-child .page-link:hover {
  background: var(--sol-green, #7fa73c);
  border-color: var(--sol-green, #7fa73c);
}

/* --- Global Organization Theme Consistency --- */
.vl-breadcrumb-list span a.active {
  color: var(--sol-green, #7fa73c) !important;
}

.vl-breadcrumb-list i {
  color: var(--sol-blue, #3b92cf) !important;
}

.subtitle {
  color: var(--sol-blue, #3b92cf) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Home Impact Section Colors */
.sol-impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--sol-green);
  opacity: 1;
}

.sol-impact-icon i {
  color: var(--sol-green);
}

.sol-impact-card--alt::before {
  background: var(--sol-blue);
}

.sol-impact-card--alt .sol-impact-icon i {
  color: var(--sol-blue);
}

/* Contact Page Styles */
.sol-contact-info-item .icon {
  background: var(--sol-blue-soft, #e7f2fb);
  color: var(--sol-blue, #3b92cf);
}

.sol-submit-btn {
  background-color: var(--sol-green, #7fa73c) !important;
}

/* Pagination functionality */
.pagination-pro .page-item.active .page-link {
  background-color: var(--sol-green, #7fa73c) !important;
  border-color: var(--sol-green, #7fa73c) !important;
}

.pagination-pro .page-item .page-link:hover:not(.active) {
  color: var(--sol-blue, #3b92cf);
  border-color: var(--sol-blue, #3b92cf);
}

/* --- Contact Page Styles --- */
.sol-contact-page {
  background-color: #f9fafb;
}

.sol-contact-sidebar {
  padding-right: 30px;
}

/* Polished Send Message Button */
.sol-modern-form .sol-submit-btn {
  background-color: var(--sol-green, #7fa73c) !important;
  color: #fff !important;
  padding: 16px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  box-shadow: 0 4px 14px 0 rgba(127, 167, 60, 0.2) !important;
}

.sol-modern-form .sol-submit-btn:hover {
  background-color: #111827 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.23) !important;
}

.sol-modern-form .sol-submit-btn i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.sol-modern-form .sol-submit-btn:hover i {
  transform: translate(3px, -3px);
}

.sol-contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sol-contact-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.sol-contact-info-item .icon {
  width: 48px;
  height: 48px;
  background: var(--sol-blue-soft, #e7f2fb);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--sol-blue, #3b92cf);
  box-shadow: none;
  flex-shrink: 0;
}

.sol-contact-info-item .text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111827;
}

.sol-contact-info-item .text p {
  margin-bottom: 0;
  line-height: 1.6;
}

.sol-contact-social .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.sol-contact-social .social-icons a {
  width: 40px;
  height: 40px;
  background: #111827;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.sol-contact-social .social-icons a:hover {
  background: var(--vl-primary-color, #ff5e3a);
  transform: translateY(-3px);
}

.sol-contact-form-wrap {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.sol-modern-form .form-group {
  margin-bottom: 10px;
}

.sol-modern-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 8px;
}

.sol-input {
  height: 55px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  background-color: #f9fafb !important;
  transition: 0.3s !important;
}

textarea.sol-input {
  height: auto !important;
  padding-top: 15px !important;
}

.sol-input:focus {
  border-color: var(--vl-primary-color, #ff5e3a) !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(255, 94, 58, 0.1) !important;
}

.sol-alert-modern {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  border: none;
  background: #ecfdf5;
  color: #065f46;
}

.sol-alert-modern .icon {
  font-size: 24px;
}

.sol-alert-modern .text strong {
  display: block;
  font-size: 16px;
}

.sol-alert-modern .text p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 991px) {
  .sol-contact-form-wrap {
    padding: 30px;
  }
  .sol-contact-sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
