:root {
  --qfield-color: #80cc28;
  --qfield-color-rgb: rgb(128, 204, 40);
  --qfieldcloud-color: #4a6fae;
  --border-light: rgba(128, 204, 40, 0.3);
  --shadow-light: rgba(0, 0, 0, 0.01);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --container-max-width: 1140px;
  --transition-standard: 0.3s ease;
  --font-family-base: "bio-sans", "TruenoLight", "Helvetica Neue", Arial, sans-serif;
  --font-family-heading: "bio-sans", "TruenoLight", "Helvetica Neue", Arial, sans-serif;
}

@font-face {
  font-family: "TruenoLight";
  src: url("../fonts/TruenoLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Global link styles */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Utility Classes */
.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.mx-auto {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.transition-standard {
  transition: color var(--transition-standard);
}


.carousel {
  height: 400px;
    object-fit: cover !important;
  object-position: center !important;
}

.carousel-item figure-img img-fluid gallery-img {
  width: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 auto !important;

}
.home #main {
    padding: 0;
    max-width: none;
}


body {
  font-family: var(--font-family-base);
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.42857143;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  font-weight: 500;
  letter-spacing: 0.01em;
}

p {
  font-family: var(--font-family-base);
  font-weight: 300;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background-color: #fff;
  box-shadow: 0 2px 5px var(--shadow-light);
}

#navbar {
  font-family: "bio-sans";
  font-size: 12pt;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px solid var(--qfield-color) !important; 
  box-shadow: 0 1px 5px rgba(128, 204, 40, 0.4) !important;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

#navbar .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#navbar .navbar-collapse {
  height: 100%;
  align-items: center;
}

#navbar .navbar-brand {
  color: var(--qfield-color) !important;
  font-size: 1.25rem;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#navbar .navbar-brand span {
  font-weight: 600;
}

#navbar .navbar-brand__logo {
  height: 52px;
  width: auto;
}

#navbar .navbar-toggler {
  border-color: transparent;
  box-shadow: none !important;
  margin-top: 30px;
  padding: 0.35rem 0.5rem;
}

#navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2380cc28' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbar .navbar-toggler:focus {
  outline: none;
}

[data-bs-theme='dark'] #navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f5f5f5' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.home #content {
  background-image: url("/images/transparent-curves-bg.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 45%;
}

@media (max-width: 767.98px) {
  .home #content {
    background-size: 80%;
    background-position: top right -80px;
  }
}

#navbar .navbar-nav {
  text-transform: uppercase;
  align-items: center;
  gap: 0;
  height: 100%;
  font-weight: 100;
}

#navbar .navbar-nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

#navbar .navbar-nav .nav-link {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: var(--qfield-color);
  transition: color var(--transition-standard);
  padding: 0.75rem 1rem;
  line-height: 1;
  font-weight: 400;
}


@media (min-width: 992px) {
  #navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.7rem;

  }
}

@media (max-width: 991.98px) {
  #navbar {
    height: auto;
  }

  #navbar .navbar-brand {
    padding: 0.75rem 0;
  }

  #navbar .navbar-nav {
    align-items: flex-start;
  }

  #navbar .navbar-nav .nav-item {
    height: auto;
  }

  #navbar .navbar-nav .nav-link {
    justify-content: flex-start;
  }

  #navbar .nav-link--button {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}

.nav-link--button {
  border: 2px solid transparent;
  border-radius: 32px;
  padding: 0.45rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none !important;
  line-height: 1;
  transition: background-color var(--transition-standard), color var(--transition-standard), border-color var(--transition-standard);
}

.nav-link--button.nav-link--primary {
  border: 3px solid var(--qfield-color);
  color: var(--qfield-color);
  background-color: transparent;
}

.nav-link--button.nav-link--primary:hover,
.nav-link--button.nav-link--primary:focus {
  background-color: var(--qfield-color);
  color: #fff;
}

.nav-link--button.active {
  text-decoration: none;
}

.nav-link--button i {
  font-size: 0.95em;
}

#navbar .navbar-nav .nav-link.nav-link--button {
  margin-left: 10px;
}

#navbar .navbar-nav .nav-link:hover,
#navbar .navbar-nav .nav-link:focus,
#navbar .navbar-nav .nav-link.active {
  color: var(--qfield-color);
  text-decoration: underline;
}


.nav-link--support{
  background-color: var(--qfield-color);
  border: 2px solid var(--qfield-color);
  color: #fff !important;
  /* box-shadow: 0 10px 22px rgba(128, 204, 40, 0.25); */
}

.nav-link--support:hover,
.nav-link--support:focus {
  background-color: #fff;
  border-color: #6bb421;
  color:#6bb421 !important;
  /* color: var(--qfield-color); */
}

#navbar .navbar-nav .nav-link.nav-link--primary:hover {
  background-color: var(--qfield-color);
  color: #fff;
}


#navbar .dropdown-menu {
  border-radius: 12px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

#navbar .dropdown-item:focus,
#navbar .dropdown-item:hover {
  color: var(--qfield-color);
  background-color: rgba(128, 204, 40, 0.1);
}

#navbar .nav-link i {
  font-size: 0.95em;
}

.site-footer {
  margin-top: 20px;
}

/* carousel */
#maincarousel {
  position: relative;
  margin-top: -20px;
  margin-bottom: 70px;
  height: 580px;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
}

.hero-carousel::before,
.hero-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(22%, 260px);
  pointer-events: none;
  z-index: 1000;
}

.hero-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(210, 210, 210, 0.92) 0%, rgba(210, 210, 210, 0) 100%);
}

.hero-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(210, 210, 210, 0.92) 0%, rgba(210, 210, 210, 0) 100%);
}

.hero-carousel .carousel-inner {
  position: relative;
  z-index: 1;
}

.hero-carousel {
  --hero-arrow-size: 60px;
  --hero-arrow-bg: rgba(255, 255, 255, 0.92);
  --hero-arrow-border: rgba(180, 180, 180, 0.6);
  --hero-arrow-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  --bs-carousel-control-prev-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' viewBox='0 0 24 24'%3E%3Cpath d='M14.5 4.5L7.5 12l7 7.5'/%3E%3C/svg%3E");
  --bs-carousel-control-next-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23585858' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 4.5L16.5 12l-7 7.5'/%3E%3C/svg%3E");
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: var(--hero-arrow-size);
  height: var(--hero-arrow-size);
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 2;
  transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

.hero-carousel .carousel-control-prev {
  left: clamp(12px, 4vw, 32px);
}

.hero-carousel .carousel-control-next {
  right: clamp(12px, 4vw, 32px);
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-prev:focus,
.hero-carousel .carousel-control-next:hover,
.hero-carousel .carousel-control-next:focus {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  /* background: var(--hero-arrow-bg); */
  /* border: 1px solid var(--hero-arrow-border); */
  border-radius: 50%;
  box-shadow: var(--hero-arrow-shadow);
  z-index: 1001;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

.carousel-inner {
  height: 100%;
}

.carousel-inner>.carousel-item,
.carousel-inner>.item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Home page utilities */
.carousel-slide--collect {
  background-image: url("../images/qf_carousel/qf-bg-collect.jpg");
  z-index: 1;
}

.carousel-slide--sync {
  background-image: url("../images/qf_carousel/qf-bg-sync.jpg");
  z-index: 1;
}

.carousel-slide--plugin {
  background-image: url("../images/qf_carousel/qf-bg-plugin.jpg");
  z-index: 1;
}

.text-qfield {
  color: var(--qfield-color);
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
  z-index: 100;
}

.text-qfieldcloud {
  color: var(--qfieldcloud-color);
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
  z-index: 100;
}

.section-spacing {
  padding: 3rem 0;
}

.section-spacing--compact {
  margin-bottom: 25px;
}

.section-spacing--spacious {
  margin-bottom: 70px;
}

.section-spacing--top-large {
  margin-top: 60px;
  margin-bottom: 10px;
}

.section-spacing--balanced {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-container {
  max-width: var(--container-max-width);
}

.section-lead {
  text-align: center;
  margin-bottom: 22px;
}

.feature__icon {
  width: 25%;
  max-width: 140px;
  margin: 0 auto 1rem auto;
  display: block;
}

.feature__icon--narrow {
  width: 22%;
}

.feature__icon--spaced {
  margin-top: 14px;
  margin-bottom: 14px;
}

.feature__icon--bottom-medium {
  margin-bottom: 11px;
}

.feature__icon--bottom-tight {
  margin-bottom: 3px;
}

.feature__description {
  text-align: center;
}

.link-qfieldcloud {
  color: var(--qfieldcloud-color);
  font-weight: bold;
}

.link-qfieldcloud:hover,
.link-qfieldcloud:focus {
  color: var(--qfieldcloud-color);
}

.customer-logo--wide {
  width: 100px;
  padding: 4px;
}

.customer-card__description {
  text-align: justify;
  margin-bottom: 1rem;
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-image--offset-44 {
  object-position: 44% center;
}

.industry-image--offset-5 {
  object-position: 5% center;
}

.industry-image--offset-55 {
  object-position: 55% center;
}

.industry-image--offset-60 {
  object-position: 60% center;
}

.industry-image--offset-25 {
  object-position: 25% center;
}

/* Blog single page */
.blog-single-container {
  max-width: 800px;
}

.blog-single-container--wide {
  max-width: var(--container-max-width);
}

.blog-single__header {
  padding-top: 2rem;
}

.blog-single__breadcrumb {
  margin-bottom: 2rem;
}

.blog-single__breadcrumb-link {
  color: var(--qfield-color);
  text-decoration: none;
}

.blog-single__article-header {
  margin-bottom: 3rem;
  text-align: center;
}

.blog-single__title {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #333;
}

.blog-single__meta {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1rem;
}

.blog-single__tags {
  margin-top: 1rem;
}

.blog-single__tag {
  background: var(--qfield-color);
  color: white;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 3px;
  font-size: 1.5rem;
}

.blog-single__media {
  margin-bottom: 3rem;
}

.blog-single__media-center {
  text-align: center;
  margin-bottom: 3rem;
}

.blog-single__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}

.blog-single__content {
  font-size: 1.5rem;
  color: #333;
}

.blog-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  background: none !important;
  backdrop-filter: none !important;
  filter: none !important;
  object-fit: contain;
  border: none !important;
  outline: none !important;
}

.blog-single__content figure {
  margin: 2rem 0;
}

.blog-single__content figure img {
  margin: 0 auto;
}

.blog-single__content p img {
  margin: 1rem auto;
}

.blog-single__content figure img,
.blog-single__content .wp-caption img,
.blog-single__content .aligncenter img,
.blog-single__content .alignleft img,
.blog-single__content .alignright img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
}

.blog-single__content img[style*="height"],
.blog-single__content img[style*="max-height"] {
  height: auto !important;
  max-height: none !important;
}

.blog-single__content img[style*="width"],
.blog-single__content img[style*="max-width"] {
  width: auto !important;
  max-width: 100% !important;
}

.blog-single .blog-content img,
.blog-single .blog-content figure,
.blog-single .blog-content .wp-caption {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog-single .blog-content img {
  height: auto;
  max-width: 100%;
}

.blog-single .blog-content a {
  color: var(--qfield-color);
  text-decoration: none;
}

.blog-single .blog-content a:hover {
  text-decoration: underline;
}

.blog-view-controls .btn.active {
  background-color: var(--qfield-color);
  color: #fff;
  border-color: var(--qfield-color);
}

.blog-view-controls .btn {
  box-shadow: none;
}

.blog-view {
  transition: opacity 0.2s ease;
}

.col-blog-card {
  display: flex;
}

.blog-card {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.blog-card__media {
  position: relative;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
}

.blog-view--list .col-blog-card {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-view--list .blog-card {
  display: flex;
  flex-direction: row;
}

.blog-view--list .blog-card__media {
  flex: 0 0 320px;
  max-width: 320px;
}

.blog-view--list .blog-card__media .card-img-top,
.blog-view--list .blog-card__media .card-img-top img,
.blog-view--list .blog-card__media .card-img-top > div {
  height: 100% !important;
  min-height: 100%;
  object-fit: cover;
}

.blog-view--list .blog-card__body {
  padding: 1.5rem;
}

.blog-view--list .blog-card__body .card-text {
  max-width: 70ch;
}

.blog-view--list .blog-card--no-image .blog-card__body {
  padding-left: 1.5rem;
}

@media (max-width: 991.98px) {
  .blog-view--list .blog-card {
    flex-direction: column;
  }

  .blog-view--list .blog-card__media {
    max-width: 100%;
    width: 100%;
  }

  .blog-view--list .blog-card__body {
    padding: 1rem 1.25rem;
  }
}

/* Responsive image constraints for blog and success story content */
.blog-single__content img,
.success-story__content img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

/* Donation page styles - replacing inline styles */
.donation-container {
  max-width: 1140px;
}

.donation-section {
  margin-top: 20px;
}

.donation-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.donation-link {
  color: var(--qfield-color);
  font-weight: bold;
}

.donation-link .bi {
  font-size: 0.85em;
}

.donation-options {
  display: grid;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.donation-options.hidden {
  display: none;
}

.donation-button-wrapper {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.donation-submit {
  max-width: 200px;
  margin: 0 auto;
  display: inline-block;
}

.support-content {
  margin-top: 50px;
}

.support-figure-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.support-figure-grid .figure {
  flex: 1 1 140px;
  max-width: 200px;
  margin-bottom: 0;
}

.support-figure-grid .figure img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .support-figure-grid {
    gap: 1rem;
  }

  .support-figure-grid .figure {
    flex: 1 1 100px;
  }
}

/* Feature card utility classes */
.feature-card__icon {
  width: 24%;
  margin: 20px 0;
}

.feature-card__icon--large {
  width: 30%;
  margin: 55px 0px 0px 0px;
}

.feature-card__title {
  color: #212121;
}

.feature-card__link {
  color: var(--qfield-color);
  font-weight: 400;
}

/* General container and layout utility classes */
.genindex-container {
  max-width: 1140px;
  padding: 50px 0;
}

/* WordPress alignment classes */
.blog-single__content .aligncenter {
  display: block;
  margin: 2rem auto;
  text-align: center;
}

.blog-single__content .alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}

.blog-single__content .alignright {
  float: right;
  margin: 1rem 0 1rem 2rem;
}

.blog-single__content .wp-caption {
  max-width: 100%;
  margin: 2rem auto;
}

.blog-single__content .wp-caption-text {
  font-size: 1.4rem;
  color: #666;
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}

.blog-single__content :is(figure, .wp-caption, p, div:has(> img), span:has(> img)) {
  background: none !important;
  position: relative;
}

.blog-single__content :is(figure, .wp-caption, p, div:has(> img), span:has(> img))::before,
.blog-single__content :is(figure, .wp-caption, p, div:has(> img), span:has(> img))::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

.blog-single__content :is([class*="overlay"], [class*="gradient"], .industry-overlay, .ss-card-content) {
  background: none !important;
  background-image: none !important;
  display: none !important;
}

.blog-single__content :is(div, span)[style*="background"] {
  background: none !important;
}

.blog-single__content div[class*="content"]:not(.blog-single__content) {
  background: transparent !important;
}

.blog-single__content *:has(img)::before,
.blog-single__content *:has(img)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* Global image gradient removal */
img {
  background: none !important;
  filter: none;
  backdrop-filter: none;
}

.image-container,
.media-container,
.photo-container,
div:has(> img),
figure:has(> img),
p:has(> img) {
  background: none !important;
  position: relative;
}

.image-container::before,
.image-container::after,
.media-container::before,
.media-container::after,
.photo-container::before,
.photo-container::after {
  content: none !important;
  display: none !important;
}

.gallery-item {
  background: none !important;
}

.gallery-item::before,
.gallery-item::after {
  content: none !important;
  display: none !important;
}

.blog-single__footer {
  padding-top: 3rem;
}

.blog-single__tags-section {
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.blog-single__tag-item {
  display: inline-block;
  background: #f8f9fa;
  color: #495057;
  padding: 5px 10px;
  margin: 5px 5px 5px 0;
  border-radius: 3px;
  font-size: 1.2rem;
}

.blog-single__navigation {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.blog-single__nav-item {
  margin-bottom: 1rem;
}

.blog-single__nav-left {
  text-align: left;
}

.blog-single__nav-right {
  text-align: right;
}

.blog-single__nav-label {
  color: #888;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}

.blog-single__nav-link {
  color: var(--qfield-color);
  text-decoration: none;
  font-weight: bold;
}

.blog-single__back-center {
  text-align: center;
  margin-top: 2rem;
}

.blog-single__related {
  background: #f8f9fa;
  padding: 3rem 0;
}

.blog-single__related-title {
  text-align: center;
  margin-bottom: 2rem;
}

.blog-single__related-item {
  margin-bottom: 2rem;
}

.blog-single__related-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.blog-single__related-title-link {
  text-decoration: none;
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  display: block;
}

.blog-single__related-date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.blog-single__related-summary {
  font-size: 0.95rem;
  color: #666;
}

/* Solutions list page */
.solutions-header {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.solutions-header-content {
  max-width: 800px;
}

.solutions-header__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.solutions-header__description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.solutions-content {
  padding: 3rem 0;
}

.solutions-category {
  margin-bottom: 3rem;
}

.solutions-category__title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 3px solid var(--qfield-color);
  padding-bottom: 0.5rem;
}

.solutions-card__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.solutions-card__title-link {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.solutions-card__tags {
  margin-bottom: 1rem;
}

.solutions-card__tag {
  display: inline-block;
  background: #f8f9fa;
  color: #666;
  padding: 4px 10px;
  margin: 2px;
  border-radius: 4px;
  font-size: 0.85rem;
}

.solutions-empty {
  text-align: center;
  padding: 3rem 0;
}

.solutions-empty__message {
  font-size: 1.1rem;
  color: #666;
}

/* Privacy Policy page */
.privacy-sections h2 {
  color: #2c3e50;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e9ecef;
}

.privacy-sections a {
  color: var(--qfield-color);
  transition: color 0.3s;
}

.privacy-sections a:hover {
  color: #4a8f1e;
}

/* Partners page */
.btn-simple {
  background-color: transparent;
  color: var(--qfield-color);
  font-weight: bold;
  margin-top: 18px;
  text-decoration: none;
}

.btn-simple:hover {
  background-color: transparent;
  color: var(--qfield-color);
}

.partners-logo {
  width: 10%;
}

.partners-container {
  max-width: var(--container-max-width);
  margin-bottom: 20px;
}

/* 404 page */
.error-404-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.error-404-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.error-404-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.error-404-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.error-404-btn-primary {
  color: #fff;
  background-color: #4a6fae;
  border-color: #4a6fae;
}

.error-404-btn-primary:hover {
  color: #fff;
  background-color: #3f5e93;
  border-color: #3b588a;
}

.error-404-display {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.error-404-mt-3 {
  margin-top: 1rem !important;
}

.error-404-mt-5 {
  margin-top: 3rem !important;
}

.error-404-mb-4 {
  margin-bottom: 1.5rem !important;
}

.error-404-img {
  vertical-align: middle;
  border-style: none;
}

.error-404-text-center {
  text-align: center !important;
}

.error-404-container-responsive {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .error-404-container-responsive {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .error-404-container-responsive {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .error-404-container-responsive {
    max-width: 540px;
  }
}

.error-404-link {
  color: #4a6fae;
  text-decoration: none;
}

.error-404-link:hover {
  color: #3f5e93;
}

/* Parallax blur shortcode */
.parallax-blur-container {
  position: relative;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.parallax-blur-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(0px);
  transition: filter 0.5s ease;
  opacity: 0.8;
}

.parallax-blur-container p {
  text-align: center;
  position: relative;
  z-index: 1;
}

.parallax-blur-container a {
  color: white;
  text-align: center;
  text-shadow: 0 3px 0 gray;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
  padding: 0.5rem;
  text-decoration: none !important;
}

.parallax-blur-container:hover:after,
.parallax-blur-container:active:after,
.parallax-blur-container:focus:after,
.parallax-blur-container:target:after {
  filter: blur(10px);
}

.carousel-caption {
  bottom: 100px;
  text-align: left;
  z-index: 100;
}

.carousel-caption>div {
  float: left;
  border-radius: 20px;
  color: #ffffff;
  font-size: 24px;
}

.carousel-caption h3 {
  margin-top: 4px;
}

/* carousel content */

.carousel-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.phone-image {
  position: absolute;
  bottom: -14%;
  right: 12%;
  max-height: 90%;
  max-width: 40%;
  object-fit: contain;
  z-index: 1;
}

/* mainpage carousel buttons */
.qf-button a,
.qfc-button a {
  font-family: var(--font-family-heading);
  font-weight: 400;
  font-size: 12pt;
  padding: 5px 15px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 32px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-shadow: none !important;
}

.qf-button a {
  border: 2px solid var(--qfield-color);
  color: var(--qfield-color);
}

.qf-button a:hover {
  background-color: var(--qfield-color);
  border-color: var(--qfield-color);
  color: #fff;
}


.carousel-caption .carousel-title {
  font-family: var(--font-family-heading);
  font-size: 55px;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 40px;
  text-shadow: none;
  line-height: 1.1;
  z-index: 1000;
}

.carousel-caption.custom-caption {
  bottom: 34%;
}

.qfc-button a {
  border: 3px solid var(--qfieldcloud-color);
  color: var(--qfieldcloud-color);
}

.qfc-button a:hover {
  background-color: var(--qfieldcloud-color);
  border-color: var(--qfieldcloud-color);
  color: #fff;
}

/*main poinst*/
#main-points p,
#testimonials p {
  text-align: justify;
  font-size: 13pt;
}

#assistance #supportus p {
  text-align: center;
  font-size: 13pt;
}

#main-points {
  margin-bottom: 70px;
}

#support-points p {
  text-align: justify;
  justify-content: center;
}

.point {
  background: white;
  height: auto;
  margin: 50px 50px 80px 50px;
  position: relative;
  box-sizing: border-box;
}

.point img {
  width: 220px;
  max-width: 100%;
}

#customers {
  background-color: #f2f2f2;
  background-image: url('../images/bg/footer.jpg');
  background-size: cover !important;
  padding: 3em 0;
}

#about {
  background-color: #f2f2f2;
  background-image: url('../images/bg/footer.jpg');
  background-size: cover !important;
}

#customers>h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

#customers .customer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 2em;
}

#customers .customer-logos img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 22px;
  transition: all 0.25s ease;
  filter: grayscale(100%);
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid transparent;
}

#customers .customer-logos img:hover {
  cursor: pointer;
  filter: grayscale(0%);
  background-color: #fff;
  border-color: rgba(82, 82, 82, 0.08);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(33, 33, 33, 0.08);
}

#customers .customer-logos img.customer-active {
  filter: grayscale(0%);
  background-color: #fff;
  border-color: rgba(82, 82, 82, 0.08);
  box-shadow: 0 14px 28px rgba(33, 33, 33, 0.12);
}

#customers .customer-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#customers .customer-info h3 {
  font-weight: 600;
}

#customers .customer-card {
  display: none;
  transition: opacity 0.6s ease;
  opacity: 0;
  max-width: 460px;
}

#customers .customer-card a{
  font-style: italic;
  color:#333;
  font-weight: bolder;
}

@media (max-width: 991.98px) {
  #customers .customer-info {
    align-items: center;
    text-align: center;
  }

  #customers .customer-logos {
    justify-content: center;
  }
}

#customers .customer-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#customers .customer-card.customer-active {
  display: block;
  animation: fadeIn 0.7s;
  opacity: 1;
}

/* Blog listing */
.blog-list-intro {
  margin-bottom: 4rem;
}

.blog-list-intro__title {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #333;
}

.blog-list-intro__lead {
  font-size: 1.8rem;
  color: #666;
  max-width: 800px;
  margin: 1rem auto 0 auto;
}

.blog-list-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.blog-featured {
  margin-bottom: 3rem;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #f9f9f9;
}

.blog-featured__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.blog-featured__summary {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1rem;
}

.blog-meta {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 1rem;
}

.blog-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 240px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-media__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Consistent height limits for other card-based image previews */
.card img,
.solution-card img,
.preview img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}

/* Ensure uniform heights for image grid layouts */
.image-grid img,
.grid-item img {
  height: 200px;
  max-height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-standard);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.blog-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 240px;
  position: relative;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__placeholder-inner {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0.85;
}

.blog-card__placeholder-inner i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.blog-card__date {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.8rem;
}

.blog-card__body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
}

.blog-link {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

/* Partner program styles */
.partner-logo {
  width: 50%;
  margin-bottom: 29px;
}

.ambassador-logo {
  width: 10%;
}

.hardware-logo {
  width: 10%;
  margin: 0 0.5rem;
}

.hardware-tabs {
  margin: 30px 0 20px;
}

.container--max-width {
  max-width: var(--container-max-width);
}

/* Responsive image styles */
.responsive-image {
  margin: 1.5rem 0;
  text-align: center;
}

.responsive-image__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.responsive-image__caption {
  margin-top: 0.5rem;
  font-style: italic;
  color: #666;
  font-size: 0.9rem;
}

/* Breadcrumb navigation styles */
.breadcrumb-nav {
  margin: 1rem 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
}

.breadcrumb-item {
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumb-item a {
  color: #6bb6ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #666;
}

/* 404 Error page styles */
.error-page {
  padding: 4rem 0;
  min-height: 60vh;
}

.error-image {
  width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

.error-title {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

.error-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.error-actions {
  margin-bottom: 3rem;
}

.error-actions .btn {
  margin: 0.5rem;
}

.search-suggestion {
  margin-top: 2rem;
}

.search-suggestion h3 {
  color: #333;
  margin-bottom: 1rem;
}

.popular-links {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.popular-links li {
  margin: 0.5rem 0;
}

.popular-links a {
  color: #6bb6ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.popular-links a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.blog-card:hover .blog-link,
.blog-featured__title .blog-link:hover {
  color: var(--qfield-color);
}

.blog-card__summary {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.blog-card__footer {
  margin-top: auto;
}

.blog-card__author {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 0.6rem;
  text-align: right;
}

.blog-card__link {
  color: var(--qfield-color);
  text-decoration: none;
  font-weight: bold;
}

.blog-card__link:hover {
  text-decoration: underline;
}

.blog-pagination {
  margin-top: 3rem;
  text-align: center;
}

#customers .customer-image {
  display: none;
  position: relative;
}

#customers .customer-image.customer-active {
  display: block;
  animation: fadeIn 0.7s;
  opacity: 1;
}

#customers hr {
  border-color: #212121;
  width: 50%;
  margin-bottom: 0;
}

#customers .customer-image img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

#customers .customer-image a {
  position: absolute;
  right: 2em;
  bottom: 2em;
  font-family: var(--font-family-heading);
  background-color: var(--qfield-color);
  color: #fff;
  border-color: #ddd;
}

#customers .customer-image a:hover {
  border-color: #fff;
}

/* all success stories button */
.success-stories-button a,
.support-button a {
  display: inline-block;
  padding: 5px 10px !important;
  background-color: var(--qfield-color);
  border: 0.5px solid var(--qfield-color) !important;
  color: #fff !important;
  text-align: center;
  border-radius: 32px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 12pt;
  text-decoration: none !important;
}

.success-stories-button a {
  margin: 70px 0 20px 10px;
}

.success-stories-button a:hover {
  background-color: transparent;
  color: var(--qfield-color) !important;
}

.support-button a {
  margin-left: 10px;
}

/* success stories index */
.ss-btn {
  font-family: var(--font-family-heading);
  font-size: 12pt;
  font-weight: 400;
  color: #212121;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.ss-btn:hover {
  color: var(--qfield-color);
  text-decoration: none;
}

/* about */
#about {
  background-color: #21212105;
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
  margin: 50px auto 0px auto;
  width: 100%;
  position: relative;
  padding: 50px 0;
  color: #212121;
}

#about a,
#about a:visited,
#about a:focus,
span.green,
.green {
  color: var(--qfield-color);
}

#about a:hover {
  color: var(--qfield-color);
  text-decoration: underline;
}

.media-object {
  width: 64px;
  height: 64px;
  padding-bottom: 30px
}


div.feature {
  /* padding: 1.5rem 1.5rem; */
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

div.feature h2,
div.feature p {
  color: rgb(33, 33, 33) !important;
}

div.feature img:not(.feature__icon) {
  width: 150px;
}

div.explanation {
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14pt;
  color: #212121;
}

/* sdgs page */
.sdg {
  background-color: white;
  margin: 20px 0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  clear: both;
}

.sdg img {
  float: left;
  margin-right: 20px;
}

.sdg h3 {
  text-align: left;
  margin-top: 0;
}

.sdg p.learn-more {
  text-align: right !important;
  font-weight: bolder;
}

#sdgs h2 {
  text-align: left;
}

#partner img {
  margin: 12px;
  width: 60%;
}

#partner a {
  color: #80cc28;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;

}

.social-links a{

  text-decoration: none;
}

.social-links img {

  margin-left: 8px;
  margin-right: 8px;

}

.linkedin-icon {
  filter: invert(18%) sepia(7%) saturate(749%) hue-rotate(172deg) brightness(96%) contrast(90%);
}

/* support us button */
.support-button a:hover {
  background-color: #ffffff;
  border: 0.5px solid var(--qfield-color) !important;
  color: var(--qfield-color) !important;
  border-radius: 32px;
  text-decoration: none !important;
}

/* responsive design for carousel */
@media (max-width: 768px) {
  #maincarousel {
    height: 500px;
  }

  .hero-carousel::before,
  .hero-carousel::after {
    width: min(30%, 200px);
  }
  .hero-carousel {
    --hero-arrow-size: 48px;
  }

  .phone-image {
    max-width: 58%;
    right: 2%;
  }

  .carousel-caption.custom-caption {
    bottom: 25%;
    padding: 0 10px;
  }

  .carousel-caption .carousel-title {
    font-size: 44px;
  }

  .qf-button a,
  .qfc-button a {
    font-size: 11pt;
    padding: 5px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 784px !important;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/* When menu is collapsed */
@media (max-width: 767px) {
  .support-button {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  .support-button a {
    margin-right: 10px;
  }

  #navbar ul {
    float: none;
  }
}

@media (min-width: 570px) and (max-width: 767px) {
  .col-qf-4 {
    width: 33.33333333%;
    float: left;
  }

  .col-qf-6 {
    width: 50%;
    float: left;
  }
}

/* base logo styles */
.client-logo {
  max-height: 50px;
  max-width: auto;
  object-fit: contain;
  margin: 0px 20px 50px 20px;
  transition: transform 0.3s ease;
}

/* individual logo sizes */
.client-logo.logo-kgr {
  max-height: 45px !important;
}

.client-logo.logo-db {
  max-height: 40px !important;
}

.client-logo.logo-nls {
  max-height: 50px !important;
}

.client-logo.logo-un {
  max-height: 65px !important;
}

.client-logo.logo-maff {
  max-height: 67px !important;
}

.client-logo.logo-zh {
  max-height: 40px !important;
}

.logo-link {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

.logo-link:hover .client-logo {
  transform: scale(1.02);
}

/* tablet */
@media (max-width: 768px) {
  .logos-container {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns on tablet */
    gap: 25px;
  }
}

/* mobile */
@media (max-width: 640px) {
  .client-logos {
    padding: 20px 10px;
  }

  .logos-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on mobile */
    gap: 15px;
  }

  /*
    .client-logo {
        max-height: 35px;
        max-width: auto;
    } */

  /* individual mobile sizes */
  .logo-kgr {
    max-height: 35px;
    max-width: auto;
  }

  .logo-db {
    max-height: 32px;
    max-width: auto;
  }

  .logo-nls {
    max-height: 45px;
    max-width: auto;
  }

  .logo-un {
    max-height: 80px;
    max-width: auto;
  }

  .logo-maff {
    max-height: 60px;
    max-width: auto;
  }

  .logo-zurich {
    max-height: 35px;
    max-width: auto;
  }

  .logo-link {
    padding: 10px;
  }
}

/* smaller mobile */
@media (max-width: 480px) {
  .logos-container {
    grid-template-columns: 1fr;
    /* Single column on very small screens */
    gap: 15px;
  }
}

/* industries carousel */
.industries-carousel-section {
  background: #fff;
  padding: 0 0;
}

.industries-carousel-wrapper {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.industries-rows {
  display: grid;
  gap: 20px;
}

.industries-row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.industries-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.industries-carousel-slide .item {
  position: relative;
  height: 250px;
  width: 200;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries-carousel-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.industries-carousel-slide .item:hover img {
  transform: scale(1.05);
}

.industry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(144, 88, 88, 0.3), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.industry-title {
  font-size: 12pt;
  font-weight: 500;
  color: white;
  text-align: left;
}

.industry-sub {
  font-size: 12pt;
  font-weight: lighter;
  color: var(--qfield-color);
  text-align: left;
}

/* industries responsive design */
@media (max-width: 1024px) {
  .industries-row-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {

  .industries-row-4,
  .industries-row-3 {
    grid-template-columns: 1fr;
  }

  .industries-carousel-slide .item {
    height: 150px;
  }

  .industry-title {
    font-size: 12pt;
  }

  .industries-carousel-wrapper {
    padding: 0 15px;
  }
}

[data-bs-theme='dark'] .industries-carousel-section {
  background: var(--bs-body-bg);
}

[data-bs-theme='dark'] .industries-carousel-slide .item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

[data-bs-theme='dark'] .industry-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.7));
}

/*partner page*/
.success-button {
  background-color: var(--qfield-color);
}

.nav-pills a {
  border-radius: 12px !important;
}

/* hardware page button */
.btn-primary {
  background-color: #80cc28;
  color: #fff;
  border: 1px solid #80cc28;
  border-radius: 999px;
  margin-top: 15px;
}

/* Thank you page styles */
.btn-outline-secondary {
  color: var(--qfield-color);
  border-color: var(--qfield-color);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: var(--qfield-color);
  border-color: var(--qfield-color);
  color: white;
}

.btn-outline-secondary i {
  font-size: 1.1rem;
}

/* Blog post social share buttons */
.share-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.share-buttons li {
  margin: 0;
}

.share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #666;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.share-buttons a:hover {
  color: var(--qfield-color);
  background-color: white;
  border-color: var(--qfield-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.share-buttons svg {
  width: 20px;
  height: 20px;
}

/* Hardware page tabs*/
.nav-tabs a {
  color: rgba(128, 128, 128, 0.8);
}

/* success stories cards handled via SCSS bundle */

.hidden {
  display: none !important;
}

/* success story individual pages */

/* back to all posts*/
.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #212121;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-family: var(--font-family-base);
  margin-bottom: 20px;
}

.back-button:hover {
  font-weight: bolder;
  text-decoration: none;
  color: #212121;
}

.container {
  max-width: var(--container-max-width);
}

.centered {
  text-align: center;
}

#success-story-title h4 {
  font-weight: 300;
}

#success-story-title h5 {
  font-size: 11pt;
  font-weight: lighter;
  margin-top: 5px;
}

#success-story h5 {
  font-size: 12pt;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 30px;
}

#success-story h4 {
  font-size: 14pt;
  font-weight: bolder;
  margin-top: 10px;
}

#success-story h3 {
  font-size: 15pt;
  font-weight: 600;
  margin-top: 30px;
}

#success-story img {
  width: 80%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-top: 15px;
  border-radius: 8px;
}

#success-story p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

#success-story a {
  color: var(--qfield-color);
  font-weight: bolder;
}

/* donation page */
/* Donation page styles */
.donation-btn {
  display: block;
  border: 0.7px solid var(--qfield-color);
  color: var(--qfield-color);
  text-align: center;
  padding: 0.75rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s, color 0.2s;
  background-color: white;
}

.donation-btn.selected,
.donation-btn:hover {
  background-color: var(--qfield-color);
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.donation-options {
  display: grid;
  gap: 0.75rem;
  max-width: 320px;
  margin: 0 auto;
}

.donation-tab {
  flex: 1;
  border: none;
  background: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  color: #212121;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.donation-tab.active {
  color: var(--qfield-color);
  border-bottom: 3px solid var(--qfield-color);
}

.donation-submit {
  display: inline-block;
  background-color: var(--qfield-color);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.donation-submit:hover {
  background-color: white;
  color: var(--qfield-color);
  text-decoration: none;
  border: 2px solid var(--qfield-color);
}

/* Support section styles */
.header-section {
  margin: 4rem 0 3rem 0;
}

.footer-section {
  margin: 3rem 0 2rem 0;
}

.support-content {
  margin-bottom: 3rem;
}

.left-section {
  text-align: left;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.accent-bar {
  width: 80px;
  height: 4px;
  background: var(--qfield-color);
  margin-bottom: 2rem;
}

.support-card {
  background: rgba(228, 235, 226, 0.3);
  border-radius: 12px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.card-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.card-list li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.card-list li::before {
  content: "•";
  color: var(--qfield-color);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .support-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .left-section {
    padding-right: 0;
    text-align: left;
  }

  .header-section h1 {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .support-card {
    padding: 25px;
  }

  .container {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .header-section h1 {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .support-card {
    padding: 20px;
  }

  .card-title {
    font-size: 1.2rem;
  }
}

/* thank you page */
.alert {
  max-width: 600px;
  text-align: center;
  margin: 20px auto 0;
}

/* partners page */
.partner-row {
  display: flex;
  flex-wrap: wrap;
}

.partner-card-wrapper {
  display: flex;
}

.partner-card {
  border-radius: 12px;
  border: 1px solid var(--border-light);
  transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.partner-card__title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.partner-card__description {
  flex-grow: 1;
}

.partner-card__country {
  letter-spacing: 0.08em;
  font-size: 0.7rem;
}

/* Partner filters */
#region-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
}

#region-filters .nav-link {
  border-radius: 30px;
  padding: 0.55rem 1.1rem;
  color: var(--nav-pill-color, #212121);
  border: 1px solid var(--border-light);
  transition: background-color var(--transition-standard), color var(--transition-standard), border-color var(--transition-standard);
}

#region-filters .nav-link:hover,
#region-filters .nav-link:focus {
  color: var(--qfield-color);
  border-color: var(--qfield-color);
  text-decoration: none;
}

#region-filters .nav-link.active {
  background-color: var(--qfield-color);
  border-color: var(--qfield-color);
  color: #fff;
}

.partner-logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
  border-radius: 4px;
}

.panel-title {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #region-filters .nav-link {
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
  }

}

/* Gallery styles */
.gallery {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

.gallery-cols-1 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item figcaption {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  background: #f8f9fa;
}

/* Adjust gallery height based on column count for better proportions */
.gallery-cols-2 .gallery-item img {
  height: 280px;
  max-height: 280px;
}

.gallery-cols-3 .gallery-item img {
  height: 250px;
  max-height: 250px;
}

.gallery-cols-4 .gallery-item img {
  height: 220px;
  max-height: 220px;
}

/* Tablet adjustments for gallery heights */
@media (max-width: 1024px) and (min-width: 769px) {
  .gallery-cols-2 .gallery-item img {
    height: 240px;
    max-height: 240px;
  }
  
  .gallery-cols-3 .gallery-item img,
  .gallery-cols-4 .gallery-item img {
    height: 220px;
    max-height: 220px;
  }
}

/* Solution cards */
.solution-card-column {
  margin-bottom: 1.5rem;
  display: flex;
}

.solution-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: all 0.3s ease;
  min-height: 100%;
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: var(--qfield-color);
}

.solution-card h3 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.solution-card:hover h3 a {
  color: var(--qfield-color);
}

.solution-card__summary {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 6rem;
}

.solution-card__link {
  display: inline-block;
  color: var(--qfield-color);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
  margin-top: auto;
}

.solution-card__link:hover {
  color: #4a8f1e;
}

@media (max-width: 767px) {
  .solution-card__summary {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    min-height: 7.5rem;
  }
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 10001;
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  user-select: none;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

.lightbox-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 4px;
  max-width: 80%;
  text-align: center;
}

.lightbox-counter {
  position: absolute;
  top: 20px;
  left: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
}

/* Responsive gallery */
@media (max-width: 768px) {
  .gallery-cols-1,
  .gallery-cols-2,
  .gallery-cols-3,
  .gallery-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-item img {
    height: 200px;
    max-height: 200px;
  }
  
  /* Responsive adjustments for different column layouts on mobile */
  .gallery-cols-2 .gallery-item img,
  .gallery-cols-3 .gallery-item img,
  .gallery-cols-4 .gallery-item img {
    height: 200px;
    max-height: 200px;
  }
  
  /* Responsive adjustments for preview images on mobile */
  .card img,
  .solution-card img,
  .preview img {
    max-height: 200px;
  }
  
  .image-grid img,
  .grid-item img {
    height: 180px;
    max-height: 180px;
  }
  
  #success-story img {
    max-height: 300px;
  }
  
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  
  .lightbox-prev {
    left: 10px;
  }
  
  .lightbox-next {
    right: 10px;
  }
  
  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  
  .lightbox-counter {
    top: 10px;
    left: 10px;
  }
}

  :root[data-bs-theme='dark'] table thead th,
  :root[data-bs-theme='dark'] table > :not(caption) > * > th {
    background-color: #070707;
    color: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.12);
  }

/* Donation page styles */
#donation .btn-outline-primary {
  border-color: #80cc28 !important;
  color: #80cc28 !important;
}

#donation .btn-outline-primary:hover,
#donation .btn-outline-primary:focus {
  background-color: #80cc28 !important;
  border-color: #80cc28 !important;
  color: #fff !important;
}

#donation .btn-outline-primary.active {
  background-color: #80cc28 !important;
  border-color: #80cc28 !important;
  color: #fff !important;
}

#donation .btn-primary,
#donation .btn-success {
  background-color: #80cc28 !important;
  border-color: #80cc28 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(128, 204, 40, 0.25) !important;
}

#donation .btn-primary:hover,
#donation .btn-primary:focus,
#donation .btn-success:hover,
#donation .btn-success:focus {
  background-color: #6bb421 !important;
  border-color: #6bb421 !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(128, 204, 40, 0.35) !important;
}

#donation .nav-pills .nav-link {
  color: #80cc28 !important;
}

#donation .nav-pills .nav-link.active {
  background-color: #80cc28 !important;
  color: #fff !important;
}

#donation .nav-pills .nav-link:hover {
  background-color: rgba(128, 204, 40, 0.1) !important;
  color: #80cc28 !important;
}

#donation a.link-primary {
  color: #80cc28 !important;
}

#donation a.link-primary:hover {
  color: #6bb421 !important;
}

.support-content {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.left-section {
  flex: 0 0 35%;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
}

.accent-bar {
  width: 80px;
  height: 4px;
  background: #80cc28;
  margin-bottom: 30px;
}

.right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.support-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.card-list li {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}

.card-list li::before {
  content: "•";
  color: #80cc28;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .support-content {
    flex-direction: column;
  }
  
  .left-section {
    flex: 1;
  }
}

/* Dark mode palette */
:root[data-bs-theme='dark'] {
  --bs-body-bg: #262626;
  --bs-body-color: #f2f2f2;
  --surface-1: #2f2f2f;
  --surface-2: #333333;
  --border-color: #3a3a3a;
  --link-color: var(--qfield-color);
  --link-hover: #a5e751;
}

[data-bs-theme='dark'] body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

[data-bs-theme='dark'] a {
  color: var(--link-color);
}

[data-bs-theme='dark'] a:hover {
  color: var(--link-hover);
}

[data-bs-theme='dark'] .main-header,
[data-bs-theme='dark'] #navbar,
[data-bs-theme='dark'] #navbar .navbar-collapse {
  background-color: #262626;
}

[data-bs-theme='dark'] #navbar {
  border-bottom-color: #3a3a3a !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35) !important;
}

[data-bs-theme='dark'] #navbar .navbar-nav .nav-link,
[data-bs-theme='dark'] #navbar .navbar-brand span {
  color: var(--bs-body-color) !important;
}

[data-bs-theme='dark'] .dropdown-menu {
  background-color: var(--surface-1);
  color: var(--bs-body-color);
  border-color: var(--border-color);
}

[data-bs-theme='dark'] .dropdown-item {
  color: var(--bs-body-color);
}

[data-bs-theme='dark'] .dropdown-item:hover {
  background-color: var(--surface-2);
  color: #fff;
}

[data-bs-theme='dark'] .bg-light,
[data-bs-theme='dark'] .bg-white {
  background-color: var(--surface-1) !important;
  color: var(--bs-body-color);
}

[data-bs-theme='dark'] .card {
  background-color: var(--surface-1);
  color: var(--bs-body-color);
  border-color: var(--border-color);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

[data-bs-theme='dark'] .card .text-muted {
  color: #c2c2c2 !important;
}

[data-bs-theme='dark'] .card .text-dark {
  color: var(--bs-body-color) !important;
}

[data-bs-theme='dark'] .text-dark {
  color: var(--bs-body-color) !important;
}

[data-bs-theme='dark'] .badge.bg-dark {
  background-color: #3b3b3b !important;
  color: #f2f2f2;
}

[data-bs-theme='dark'] .btn-outline-secondary {
  color: #f2f2f2;
  border-color: #4a4a4a;
}

[data-bs-theme='dark'] .btn-outline-secondary:hover {
  background-color: var(--surface-2);
  border-color: #5a5a5a;
}

[data-bs-theme='dark'] .page-link {
  background-color: var(--surface-1);
  color: var(--link-color);
  border-color: var(--border-color);
}

[data-bs-theme='dark'] .page-link:hover {
  background-color: var(--surface-2);
  color: #fff;
}

[data-bs-theme='dark'] footer,
[data-bs-theme='dark'] .footer {
  background-color: #262626;
  color: var(--bs-body-color);
  border-top-color: var(--border-color);
}

[data-bs-theme='dark'] h1,
[data-bs-theme='dark'] h2,
[data-bs-theme='dark'] h3,
[data-bs-theme='dark'] h4,
[data-bs-theme='dark'] h5,
[data-bs-theme='dark'] h6 {
  color: #f5f5f5;
}

[data-bs-theme='dark'] p,
[data-bs-theme='dark'] .lead,
[data-bs-theme='dark'] .blog-single__content,
[data-bs-theme='dark'] .blog-single__meta,
[data-bs-theme='dark'] .blog-single__related-summary,
[data-bs-theme='dark'] .blog-featured__summary,
[data-bs-theme='dark'] .blog-list-intro__lead,
[data-bs-theme='dark'] .solutions-header__description,
[data-bs-theme='dark'] .solutions-card__tag,
[data-bs-theme='dark'] .responsive-image__caption,
[data-bs-theme='dark'] .error-description,
[data-bs-theme='dark'] .blog-card__summary,
[data-bs-theme='dark'] #customers .customer-card p {
  color: #e8e8e8;
}

[data-bs-theme='dark'] .blog-single__title,
[data-bs-theme='dark'] .blog-list-intro__title,
[data-bs-theme='dark'] .solutions-header__title,
[data-bs-theme='dark'] .solutions-category__title,
[data-bs-theme='dark'] .error-title {
  color: #fafafa;
}

[data-bs-theme='dark'] .blog-single__related-title-link,
[data-bs-theme='dark'] .solutions-card__title-link,
[data-bs-theme='dark'] .blog-featured__title a,
[data-bs-theme='dark'] .blog-card__title a,
[data-bs-theme='dark'] .blog-list-intro a {
  color: var(--bs-body-color);
}

[data-bs-theme='dark'] #customers .customer-logos img {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

[data-bs-theme='dark'] #customers .customer-logos img:hover,
[data-bs-theme='dark'] #customers .customer-logos img.customer-active {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}

[data-bs-theme='dark'] .client-logo {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

[data-bs-theme='dark'] .logo-link:hover .client-logo {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.4);
}

[data-bs-theme='dark'] .feature__description,
[data-bs-theme='dark'] .section-lead {
  color: #f5f5f5 !important;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

[data-bs-theme='dark'] .carousel-caption .carousel-title,
[data-bs-theme='dark'] .carousel-caption p {
  color: #f5f5f5;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

[data-bs-theme='dark'] #about,
[data-bs-theme='dark'] #customers {
  background-color: #1f1f1f;
  background-image: none;
}

[data-bs-theme='dark'] #customers .customer-card a {
  color: var(--link-color);
}
