/* PC View Header Fixes */
@media (min-width: 992px) {
  .main-menu-two__wrapper-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 40px !important;
    height: 70px; /* Reduced from 100px for a more compact look */
  }

  .main-menu-two__left {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    flex: 1 !important; /* Take up available space */
  }

  .main-header-two__logo {
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .main-menu-two__main-menu-box {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    justify-content: center !important;
  }

  .main-menu__list {
    display: flex !important;
    gap: 25px !important;
  }

  .main-menu-two__right {
    margin-left: 0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .main-menu-two__btn-box {
    display: block !important;
    margin: 0 !important;
  }

  .main-menu-two__btn {
    padding: 8px 20px !important; /* More compact button */
    font-size: 13px !important;
  }
}

/* Global Responsiveness & Header Fixes */

/* Header & Mobile Menu */
@media only screen and (max-width: 991px) {
  .main-header-two__top {
    display: none; /* Hide top bar on mobile for cleaner look */
  }
  
  .main-header-two__logo img {
    max-height: 45px;
    max-width: 160px;
  }
  
  .main-menu-two__wrapper-inner {
    padding: 10px 20px !important;
  }
  
  .main-menu-two__right {
    display: flex;
    align-items: center;
  }
  
  .main-menu-two__btn-box {
    display: none; /* Hide Download Brochure on small mobile */
  }
}

@media only screen and (max-width: 767px) {
  .main-menu-two__btn-box {
    display: none;
  }
}

/* Main Slider (Banner) Responsiveness */
@media only screen and (max-width: 991px) {
  .main-slider-two__title {
    font-size: 50px !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
  }
  
  .main-slider-two__sub-title {
    font-size: 16px !important;
  }
  
  .main-slider-two__text {
    font-size: 16px !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider-two__title {
    font-size: 36px !important;
  }
  
  .main-slider-two .container {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

/* Kingdom Highlights (Section below header) */
.kingdom-highlights {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  padding-bottom: 60px;
}

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

@media only screen and (max-width: 1199px) {
  .kingdom-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .kingdom-highlights__grid {
    grid-template-columns: 1fr;
  }
  
  .kingdom-highlights {
    margin-top: 0;
    padding-top: 40px;
  }
}

/* Laboratory Sections (Organic Only) Responsiveness */
@media only screen and (max-width: 991px) {
  .organic-only__left, 
  .organic-only__right {
    width: 100% !important;
    float: none !important;
  }
  
  .organic-only__left {
    min-height: 350px !important;
  }
  
  .organic-only__right {
    padding: 60px 30px !important;
  }
  
  .organic-only__wrap {
    flex-direction: column !important; /* Stack vertically on mobile */
  }
  
  .organic-only__left:before {
    display: none; /* Hide yellow strip on mobile stacking to avoid overlap issues */
  }
}

/* Footprint & Other Grids */
@media only screen and (max-width: 767px) {
  .global-footprint__stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .global-footprint__regions {
    grid-template-columns: 1fr !important;
  }
  
  .partnerships-grid {
    grid-template-columns: 1fr !important;
  }
}

/* General Layout Fixes */
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Header logo – wide horizontal logo */
.main-header-two__top-inner {
  margin-left: 0 !important;
  padding-left: 24px !important;
}

.main-menu-two__wrapper-inner {
  margin-left: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  gap: 16px;
}

.main-menu-two__left {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Add space between logo and menu box */
    width: 100%; /* Ensure it takes full width to allow spacing */
  }

  .main-menu-two__main-menu-box {
    margin-left: auto; /* Push hamburger to the far right */
  }

.main-header-two__logo {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 3;
  flex-shrink: 0;
}

.main-header-two__logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}

.main-header-two__logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 48px; /* Reduced from 58px */
    max-width: 180px; /* Reduced from 210px */
    object-fit: contain;
  }

.stricky-header .main-header-two__logo img {
  max-height: 50px;
  max-width: 180px;
}

.stricky-header .main-menu-two__left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-slider-two .image-layer-two {
  background-position: center center;
}

.about-two {
  overflow: hidden;
  padding-top: 100px;
}

.about-two__left {
  max-width: 560px;
  margin: 0 auto;
  padding-left: 0;
}

.about-two__img {
  margin: 0 auto;
}

.about-two__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: center center;
}

.about-two__experience {
  left: 0;
  bottom: 42px;
  max-width: 150px;
  padding: 14px 24px 22px;
  border-radius: var(--agrion-bdr-radius);
  z-index: 4;
}

.about-two__experience:after {
  left: 100%;
}

.about-two__experience-count-box {
  display: flex;
  align-items: baseline;
}

.about-two__experience-count-box h3,
.about-two__experience-plus {
  font-size: 52px;
  line-height: 1;
}

.about-two__experience-plus {
  top: 0;
  left: 0;
}

.about-two__experience-text {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.25;
}

.about-Two__right {
  max-width: 610px;
  margin-left: auto;
  padding-top: 0;
}

.about-Two__right .section-title {
  margin-bottom: 24px;
}

.about-two__text {
  margin-bottom: 24px;
}

.services-static-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.services-static-row > [class*="col-"] {
  display: flex;
  padding-top: var(--bs-gutter-y);
}

.services-static-row .services-two__single {
  width: 100%;
  height: 100%;
}

.horizontal-services__carousel .services-static-row .services-two__single,
.services-static-row .services-two__single,
.horizontal-services__carousel .services-two__single,
.services-page .services-two__single {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--agrion-bdr-radius);
  background: var(--agrion-black);
  will-change: transform;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1), box-shadow .4s ease;
}

.services-static-row .services-two__single:hover,
.horizontal-services__carousel .services-two__single:hover,
.services-page .services-two__single:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(14, 34, 7, .25);
}

.services-static-row .services-two__img,
.horizontal-services__carousel .services-two__img,
.services-page .services-two__img {
  order: 1;
  height: 220px;
  flex: 0 0 220px;
}

.services-static-row .services-two__title-box,
.horizontal-services__carousel .services-two__title-box,
.services-page .services-two__title-box {
  order: 2;
}

.services-static-row .services-two__content,
.horizontal-services__carousel .services-two__content,
.services-page .services-two__content {
  order: 3;
}

.services-static-row .service-card__hover-content,
.horizontal-services__carousel .service-card__hover-content,
.services-page .service-card__hover-content {
  order: 4;
}

.services-static-row .services-two__img img,
.horizontal-services__carousel .services-two__img img,
.services-page .services-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-static-row .services-two__title-box,
.horizontal-services__carousel .services-two__title-box,
.services-page .services-two__title-box {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  height: 112px;
  min-height: 112px;
  max-width: none;
  margin: -24px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px;
  border-radius: var(--agrion-bdr-radius);
  flex-shrink: 0;
  z-index: 2;
}

.services-static-row .services-two__content,
.horizontal-services__carousel .services-two__content,
.services-page .services-two__content {
  position: relative;
  flex: 0 0 84px;
  min-height: 84px;
  height: 84px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 12px;
}

.services-static-row .services-two__icon,
.horizontal-services__carousel .services-two__icon,
.services-page .services-two__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  transition: opacity .3s ease, visibility .3s ease;
}

.services-static-row .services-two__icon span,
.horizontal-services__carousel .services-two__icon span,
.services-page .services-two__icon span {
  font-size: 48px;
  line-height: 1;
  transition: transform .4s ease, color .4s ease, opacity .3s ease, visibility .3s ease;
}

.services-static-row .services-two__single:hover .services-two__icon span,
.horizontal-services__carousel .services-two__single:hover .services-two__icon span,
.services-page .services-two__single:hover .services-two__icon span {
  transform: scale(1.1) rotate(5deg);
  color: var(--agrion-primary);
}

.services-static-row .service-card__title,
.services-static-row .services-two__hover-title,
.horizontal-services__carousel .service-card__title,
.horizontal-services__carousel .services-two__hover-title,
.services-page .service-card__title,
.services-page .services-two__hover-title {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-static-row .services-two__title,
.horizontal-services__carousel .services-two__title,
.services-page .services-two__title {
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
  margin: 0;
}

.services-static-row .services-two__subtitle,
.services-static-row .services-two__hover-sub-title,
.horizontal-services__carousel .services-two__subtitle,
.horizontal-services__carousel .services-two__hover-sub-title,
.services-page .services-two__subtitle,
.services-page .services-two__hover-sub-title {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2;
}

.services-static-row .service-card__hover-content,
.horizontal-services__carousel .service-card__hover-content,
.services-page .service-card__hover-content {
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: none;
  min-height: 200px;
  padding: 20px 22px;
  border-radius: var(--agrion-bdr-radius);
  transform: translateY(18px);
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
  transition: transform .25s ease-out, opacity .25s ease-out;
}

.services-static-row .services-two__single:hover .service-card__hover-content,
.horizontal-services__carousel .services-two__single:hover .service-card__hover-content,
.services-page .services-two__single:hover .service-card__hover-content {
  transform: translateY(0);
  opacity: 1;
}

.services-static-row .service-card__hover-text,
.horizontal-services__carousel .service-card__hover-text,
.services-page .service-card__hover-text {
  margin: 8px 0 12px;
  padding: 0;
  -webkit-line-clamp: 2;
}

.services-static-row .services-two__hover-more-details,
.horizontal-services__carousel .services-two__hover-more-details,
.services-page .services-two__hover-more-details {
  margin-top: auto;
}

.services-static-row .services-two__hover-more-details a,
.horizontal-services__carousel .services-two__hover-more-details a,
.services-page .services-two__hover-more-details a {
  line-height: 1.2;
}

.services-static-row .services-two__single:hover .services-two__icon,
.horizontal-services__carousel .services-two__single:hover .services-two__icon,
.services-page .services-two__single:hover .services-two__icon {
  opacity: 0;
  visibility: hidden;
}

.services-static-row .services-two__single:hover .services-two__more-details,
.horizontal-services__carousel .services-two__single:hover .services-two__more-details,
.services-page .services-two__single:hover .services-two__more-details {
  opacity: 0;
  visibility: hidden;
}

.services-static-row .services-two__more-details,
.horizontal-services__carousel .services-two__more-details,
.services-page .services-two__more-details {
  position: relative;
  top: auto !important;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-bottom: 0;
  flex-shrink: 0;
  z-index: 4;
  transition: opacity .3s ease, visibility .3s ease;
}

.services-static-row .services-two__more-details a,
.horizontal-services__carousel .services-two__more-details a,
.services-page .services-two__more-details a {
  line-height: 1.2;
  white-space: nowrap;
}

/* Sustainability – Our Commitment */
.sustainability-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0f2e1f 0%, #163d28 50%, #1a4a2d 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.sustainability-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 205, 30, .08) 0%, transparent 50%),
    radial-gradient(circle at 100% 50%, rgba(31, 99, 6, .15) 0%, transparent 50%);
  pointer-events: none;
}

.sustainability-section .container {
  position: relative;
  z-index: 2;
}

.sustainability-section__desc {
  color: #769783;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
  transition: color .3s ease;
}

.sustainability-section__desc:hover {
  color: #a3d4b3;
}

.sustainability-highlights {
  background: rgba(255, 255, 255, .05);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  transition: transform .4s ease, box-shadow .4s ease;
}

.sustainability-highlights:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
}

.sustainability-highlights__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  font-weight: 700;
}

.sustainability-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sustainability-highlights__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: background .3s ease, transform .3s ease, border-color .3s ease;
  cursor: default;
}

.sustainability-highlights__item:hover {
  background: rgba(255, 205, 30, .12);
  border-color: rgba(255, 205, 30, .25);
  transform: translateX(4px);
}

.sustainability-highlights__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 205, 30, .2), rgba(255, 205, 30, .08));
  flex-shrink: 0;
}

.sustainability-highlights__icon i {
  color: #ffcd1e;
  font-size: 16px;
}

.sustainability-highlights__item span {
  color: #e0ede4;
  font-size: 14px;
  font-weight: 600;
}

.sustainability-highlights__item:hover span {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .sustainability-highlights {
    margin-top: 40px;
    padding: 30px;
  }

  .sustainability-highlights__grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .sustainability-section {
    padding: 70px 0;
  }

  .sustainability-highlights {
    padding: 24px 20px;
  }
}

/* Our Approach – redesigned process section */
.our-approach {
  position: relative;
  padding: 50px 0 60px;
  background: linear-gradient(180deg, #f8faf5 0%, #eef3e8 100%);
  overflow: hidden;
}

.our-approach__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(31, 99, 6, .04) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(255, 205, 30, .06) 0%, transparent 50%);
  pointer-events: none;
}

.our-approach .container {
  position: relative;
  z-index: 2;
}

.our-approach .section-title {
  margin-bottom: 10px;
}

.our-approach .section-title__title {
  margin-bottom: 6px;
  font-size: 48px;
  line-height: 58px;
}

.our-approach .section-title__icon {
  margin-bottom: 10px;
}

.our-approach .section-title__icon img {
  max-width: 50px;
}

.our-approach__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
  position: relative;
}

@keyframes lineGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes pulseRing {
  0%, 100% { transform: scale(1); opacity: .35; }
  50% { transform: scale(1.12); opacity: .6; }
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.our-approach__line {
  position: absolute;
  top: 44px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #1f6306, #ffcd1e, #1f6306);
  z-index: 1;
  transform-origin: left center;
  animation: lineGrow 1.2s ease-out forwards;
}

.our-approach__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(31, 99, 6, .08);
  box-shadow: 0 10px 40px rgba(14, 34, 7, .06);
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s ease, border-color .4s ease;
}

.our-approach__step:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(14, 34, 7, .15);
  border-color: rgba(31, 99, 6, .20);
}

.our-approach__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1f6306, #2d8a0a);
  color: #ffffff;
  font-family: var(--agrion-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  transition: transform .4s ease, box-shadow .4s ease;
}

.our-approach__step:hover .our-approach__step-number {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(31, 99, 6, .30);
}

.our-approach__step-number::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px dashed rgba(31, 99, 6, .25);
  animation: pulseRing 2.5s ease-in-out infinite;
}

.our-approach__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(145deg, #e8f1de, #d4e8c8);
  margin-bottom: 16px;
  transition: transform .4s ease, background .4s ease;
}

.our-approach__step:hover .our-approach__step-icon {
  animation: iconBounce .6s ease-in-out infinite;
  background: linear-gradient(145deg, #d4e8c8, #bfddb0);
}

.our-approach__step-icon span {
  font-size: 28px;
  color: #1f6306;
  line-height: 1;
}

.our-approach__step-title {
  margin: 0 0 12px;
  color: #0e2207;
  font-family: var(--agrion-font);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  transition: color .3s ease;
}

.our-approach__step:hover .our-approach__step-title {
  color: #1f6306;
}

.our-approach__step-text {
  margin: 0;
  color: #5f695d;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .our-approach__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .our-approach__line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .our-approach {
    padding: 50px 0 60px;
  }

  .our-approach__steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .our-approach__step {
    padding: 24px 18px;
  }

  .our-approach__step-number {
    width: 72px;
    height: 72px;
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.services-page .row {
  --bs-gutter-y: 30px;
}

/* Contact Page */
.contact-main {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, #f8faf5 0%, #eef3e8 100%);
  overflow: hidden;
}

.contact-main__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 30%, rgba(255, 205, 30, .06) 0%, transparent 50%),
    radial-gradient(circle at 100% 70%, rgba(31, 99, 6, .05) 0%, transparent 50%);
  pointer-events: none;
}

.contact-main .container {
  position: relative;
  z-index: 2;
}

/* Contact Page Redesign */
.contact-offices {
  padding: 60px 0 40px;
  background: #ffffff;
}

.contact-offices__card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
  transition: transform .4s ease, box-shadow .4s ease;
  height: 100%;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, .02);
}

.contact-offices__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.contact-offices__img {
  height: 140px;
  overflow: hidden;
}

.contact-offices__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  filter: brightness(0.9);
}

.contact-offices__content {
  padding: 18px 18px;
}

.contact-offices__city {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.contact-offices__city.color-toronto { color: #004a99; }
.contact-offices__city.color-mumbai { color: #a82b2b; }
.contact-offices__city.color-doha { color: #005c5c; }
.contact-offices__city.color-abuja { color: #1f6306; }

.contact-offices__address,
.contact-offices__phone {
  font-size: 13px;
  color: #444a41;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-offices__address i,
.contact-offices__phone i {
  color: #0e2207;
  font-size: 13px;
  margin-top: 3px;
}

.contact-offices__phone a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.contact-offices__phone a:hover {
  color: #1f6306;
}

/* Centered Contact Form v2 */
.contact-form-v2 {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(14, 34, 7, .08);
  border: 1px solid rgba(31, 99, 6, .05);
}

.contact-form-v2__title {
  font-size: 28px;
  font-weight: 800;
  color: #0e2207;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.contact-form-v2__line {
  width: 60px;
  height: 3px;
  background: #1f6306;
  margin: 0 auto 40px;
  position: relative;
}

.contact-form-v2__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 3px;
  background: #ffcd1e;
}

@media only screen and (max-width: 767px) {
  .contact-offices {
    padding: 60px 0 30px;
  }
  
  .contact-form-v2 {
    padding: 40px 20px;
  }
  
  .contact-form-v2__title {
    font-size: 22px;
  }
}

.contact-form-wrap__form .contact-form__input-box {
  margin-bottom: 20px;
}

.contact-form-wrap__form .contact-form__input-box input,
.contact-form-wrap__form .contact-form__input-box textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(31, 99, 6, .12);
  border-radius: 10px;
  background: #f8faf5;
  color: #0e2207;
  font-size: 15px;
  transition: border-color .3s ease, box-shadow .3s ease;
  outline: none;
}

.contact-form-wrap__form .contact-form__input-box input:focus,
.contact-form-wrap__form .contact-form__input-box textarea:focus {
  border-color: #1f6306;
  box-shadow: 0 0 0 3px rgba(31, 99, 6, .10);
}

.contact-form-wrap__form .contact-form__input-box textarea {
  height: 130px;
  resize: vertical;
}

.contact-form__btn-box {
  margin-top: 4px;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: linear-gradient(145deg, #1f6306, #2d8a0a);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.contact-form__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(31, 99, 6, .25);
  background: linear-gradient(145deg, #2d8a0a, #3aa310);
  color: #ffffff;
}

.contact-form__btn i {
  font-size: 14px;
  transition: transform .3s ease;
}

.contact-form__btn:hover i {
  transform: translateX(3px);
}

/* Contact Map */
.contact-map {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #eef3e8 0%, #f8faf5 100%);
}

.contact-map__box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(14, 34, 7, .10);
  border: 1px solid rgba(31, 99, 6, .08);
}

.contact-map__iframe {
  width: 100%;
  height: 420px;
  border: none;
  display: block;
}

@media only screen and (max-width: 991px) {
  .contact-info {
    padding: 30px;
    margin-bottom: 40px;
  }

  .contact-form-wrap__inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-main {
    padding: 60px 0;
  }

  .contact-info {
    padding: 24px 20px;
  }

  .contact-form-wrap__inner {
    padding: 24px 20px;
  }

  .contact-map__iframe {
    height: 280px;
  }

  .contact-map {
    padding: 0 0 60px;
  }
}

/* Testimonial avatar sizing */
.testimonial-one__client-img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-one__client-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* FAQ section */
.faq-one .row {
  align-items: flex-start;
  gap: 0;
}

.faq-one .section-title__icon img {
  max-width: 60px;
  height: auto;
}

.faq-one__left {
  padding-right: 30px;
}

.faq-one__img-box {
  align-items: flex-start;
  gap: 0;
  margin-top: 10px;
}

.faq-one__img {
  flex-shrink: 0;
  width: 200px;
}

.faq-one__img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.faq-one__points {
  margin-left: 36px;
  flex: 1;
  padding-top: 12px;
}

.faq-one__points-list {
  align-items: flex-start;
}

.faq-one__points-list + .faq-one__points-list {
  margin-top: 16px;
}

.faq-one__icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.faq-one__text p {
  font-size: 16px;
  line-height: 1.5;
}

.faq-one__right {
  padding-left: 20px;
}

.faq-one-accrodion .accrodion-title {
  padding: 22px 50px 22px 28px;
}

.faq-one-accrodion .accrodion-title h4 {
  font-size: 17px;
  line-height: 1.45;
  padding-right: 30px;
}

.faq-one-accrodion .accrodion-content {
  padding: 0 28px 24px;
}

.faq-one-accrodion .accrodion-content p {
  font-size: 15px;
  line-height: 1.7;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .faq-one__left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .faq-one__right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faq-one__img-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .faq-one__points {
    margin-left: 0;
    margin-top: 28px;
    padding-top: 0;
    width: 100%;
  }

  .faq-one__points-list {
    justify-content: flex-start;
    text-align: left;
  }
}

.testimonial-two .advantage-text-box p {
  color: #ffffff !important;
  font-weight: 500;
}

.testimonial-two {
  background: linear-gradient(135deg, #143018 0%, #1f4a22 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-two .section-title__tagline {
  color: #ffcd1e;
}

.testimonial-two .section-title__title {
  color: #ffffff;
}

.testimonial-two__counter li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.testimonial-two__counter-icon span {
  color: #ffffff;
}

.testimonial-two__counter li:hover .testimonial-two__counter-icon span {
  color: #143018;
}

.testimonial-two__counter-text {
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-two__counter-count-box h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
  padding: 0 2px;
}

.counter-one__plus {
  color: #ffcd1e;
  font-size: 36px;
  line-height: 36px;
}

.partnerships-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.partnerships-row > [class*="col-"] {
  margin-bottom: 0 !important;
}

/* Strategic Partnerships – redesigned */
.strategic-partnerships {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8faf5 0%, #eef3e8 100%);
  position: relative;
  overflow: hidden;
}

.strategic-partnerships::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 205, 30, .08);
  pointer-events: none;
}

.strategic-partnerships::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(31, 99, 6, .05);
  pointer-events: none;
}

.strategic-partnerships .container {
  position: relative;
  z-index: 2;
}

.strategic-partnerships__desc {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5f695d;
}

.partnerships-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
}

.partnerships-grid__item {
  display: flex;
}

.partnerships-grid__card {
  width: 100%;
  padding: 36px 28px;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(31, 99, 6, .08);
  box-shadow: 0 8px 30px rgba(14, 34, 7, .05);
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s ease, border-color .4s ease;
}

.partnerships-grid__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(14, 34, 7, .12);
  border-color: rgba(31, 99, 6, .18);
}

.partnerships-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background: linear-gradient(145deg, #e8f1de, #d4e8c8);
  transition: transform .4s ease, background .4s ease;
}

.partnerships-grid__card:hover .partnerships-grid__icon {
  transform: scale(1.08);
  background: linear-gradient(145deg, #1f6306, #2d8a0a);
}

.partnerships-grid__icon i {
  font-size: 26px;
  color: #1f6306;
  transition: color .4s ease;
}

.partnerships-grid__card:hover .partnerships-grid__icon i {
  color: #ffffff;
}

.partnerships-grid__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0e2207;
  transition: color .3s ease;
}

.partnerships-grid__card:hover .partnerships-grid__title {
  color: #1f6306;
}

.partnerships-grid__text {
  font-size: 14px;
  line-height: 1.7;
  color: #5f695d;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .partnerships-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .strategic-partnerships {
    padding: 70px 0;
  }

  .partnerships-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }

  .partnerships-grid__card {
    padding: 28px 22px;
  }
}

.services-one .row.align-items-stretch {
  --bs-gutter-y: 30px;
}

.services-one .services-one__single {
  min-height: 470px;
  padding: 30px 32px 26px !important;
  justify-content: flex-start;
}

.services-one .services-one__img-box {
  height: 218px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.services-one .services-one__img {
  max-width: 190px;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
}

.services-one .services-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.services-one .services-one__icon {
  bottom: 16px;
}

.services-one .services-one__icon span {
  width: 84px;
  height: 84px;
}

.services-one .services-one__content {
  display: flex !important;
  flex-direction: column;
  margin-top: 18px;
  text-align: center;
}

.services-one .services-one__title {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 23px;
  line-height: 1.18;
}

.services-one .services-one__title a {
  display: block;
}

.services-one .services-one__text {
  margin: 0 auto;
  color: #6f7772;
  line-height: 1.72;
  text-align: center !important;
  word-spacing: 0;
}

.organic-only__points {
  align-items: flex-start;
  gap: 28px;
}

.organic-only__points-list {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}

.organic-only__points-list + .organic-only__points-list {
  margin-left: 0;
}

.organic-only__points-list::before {
  left: -14px;
}

.organic-only__points-icon span {
  font-size: 52px;
}

.organic-only__points-text {
  max-width: 150px;
  font-size: 17px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.kingdom-counter__number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.kingdom-counter__number span {
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.counter-one .counter-one__text {
  max-width: 260px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.22;
}

.partnership-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background:
    linear-gradient(135deg, rgba(15, 46, 31, .96), rgba(27, 91, 35, .94)),
    url("../images/backgrounds/cta-one-bg.jpg") center/cover no-repeat;
}

.partnership-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .45;
}

.partnership-cta:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 205, 30, .22);
}

.partnership-cta__texture {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 280px;
  height: 280px;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: 50%;
  transform: translateY(-50%);
}

.partnership-cta__texture:before,
.partnership-cta__texture:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.partnership-cta__texture:before {
  inset: 48px;
  border: 1px dashed rgba(255, 205, 30, .35);
}

.partnership-cta__texture:after {
  inset: 104px;
  background: rgba(255, 205, 30, .28);
}

.partnership-cta .container {
  position: relative;
  z-index: 2;
}

.partnership-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
  padding: 54px 58px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.partnership-cta__tagline {
  display: inline-block;
  margin-bottom: 14px;
  color: #ffcd1e;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.partnership-cta h2 {
  max-width: 800px;
  margin: 0;
  color: #ffffff;
  font-family: var(--agrion-font);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
}

.partnership-cta p {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

.partnership-cta__action {
  text-align: right;
}

.partnership-cta__btn {
  white-space: nowrap;
  background-color: #ffcd1e;
  color: #143018;
}

.partnership-cta__btn i {
  background-color: #143018;
  color: #ffffff;
}

.partnership-cta__btn:before {
  background-color: #ffffff;
}

.partnership-cta__btn:hover {
  color: #143018;
}

.partnership-cta__btn:hover i {
  background-color: #143018;
  color: #ffffff;
}

/* Kingdom Highlights – below hero */
.kingdom-highlights {
  position: relative;
  z-index: 4;
  margin-top: 40px;
  padding-top: 48px;
  padding-bottom: 70px;
}

.kingdom-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.kingdom-highlights__card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 26px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(31, 99, 6, .10);
  border-bottom: 4px solid #ffcd1e;
  box-shadow: 0 22px 55px rgba(14, 34, 7, .12);
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s ease, border-color .4s ease;
  cursor: default;
}

.kingdom-highlights__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(14, 34, 7, .18);
  border-bottom-color: #1f6306;
}

.kingdom-highlights__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8f1de, #d4e8c8);
  transition: transform .4s ease, background .4s ease, box-shadow .4s ease;
}

.kingdom-highlights__card:hover .kingdom-highlights__icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(145deg, #1f6306, #2d8a0a);
  box-shadow: 0 6px 20px rgba(31, 99, 6, .30);
}

.kingdom-highlights__icon span {
  font-size: 30px;
  color: #1f6306;
  line-height: 1;
  transition: color .4s ease, transform .4s ease;
}

.kingdom-highlights__card:hover .kingdom-highlights__icon span {
  color: #ffffff;
  transform: scale(1.05);
}

.kingdom-highlights__body h3 {
  margin: 0 0 10px;
  color: #0e2207;
  font-family: var(--agrion-font);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  transition: color .3s ease;
}

.kingdom-highlights__card:hover .kingdom-highlights__body h3 {
  color: #1f6306;
}

.kingdom-highlights__body p {
  margin: 0;
  color: #5f695d;
  font-size: 14px;
  line-height: 1.68;
}

/* Global Footprint – redesigned */
.global-footprint {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
  background: linear-gradient(180deg, #f8faf5 0%, #eef3e8 100%);
}

.global-footprint:before,
.global-footprint:after,
.global-footprint__pattern {
  display: none !important;
}

.global-footprint__bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.global-footprint__bg-shape--one {
  top: -120px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: rgba(255, 205, 30, .22);
}

.global-footprint__bg-shape--two {
  bottom: -100px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: rgba(31, 99, 6, .10);
}

.global-footprint .container {
  position: relative;
  z-index: 2;
}

.global-footprint__header {
  max-width: 780px;
  margin: 0 auto 30px;
}

.global-footprint__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #1f6306;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.global-footprint__title {
  margin: 0 0 18px;
  color: #0e2207;
  font-family: var(--agrion-font);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.global-footprint__lead {
  margin: 0 auto;
  max-width: 680px;
  color: #5f695d;
  font-size: 17px;
  line-height: 1.75;
}

.global-footprint__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.global-footprint__stat {
  padding: 16px 14px;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(31, 99, 6, .12);
  box-shadow: 0 10px 30px rgba(14, 34, 7, .06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.global-footprint__stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(14, 34, 7, .12);
  border-color: rgba(31, 99, 6, .25);
}

.global-footprint__stat strong {
  display: block;
  margin-bottom: 4px;
  color: #1f6306;
  font-family: var(--agrion-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: color .3s ease;
}

.global-footprint__stat:hover strong {
  color: #2d8a0a;
}

.global-footprint__stat span {
  color: #5f695d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.global-footprint__featured {
  position: relative;
  margin-bottom: 16px;
  padding: 28px 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #143018 0%, #1f4a22 100%);
  box-shadow: 0 24px 60px rgba(14, 34, 7, .20);
  overflow: hidden;
  transition: transform .4s ease, box-shadow .4s ease;
}

.global-footprint__featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 70px rgba(14, 34, 7, .28);
}

.global-footprint__featured:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 205, 30, .14);
}

.global-footprint__featured-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 12px;
  border-radius: 30px;
  background: #ffcd1e;
  color: #143018;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.global-footprint__featured-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 36%);
  gap: 28px;
  align-items: center;
}

.global-footprint__featured-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffcd1e;
  color: #143018;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}

.global-footprint__featured-content h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: var(--agrion-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.global-footprint__featured-content p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.6;
}

.global-footprint__featured-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.global-footprint__featured-tags li {
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  transition: background .3s ease, transform .3s ease;
}

.global-footprint__featured-tags li:hover {
  background: rgba(255, 205, 30, .25);
  transform: translateY(-2px);
}

.global-footprint__regions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.global-footprint__region {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(31, 99, 6, .10);
  border-top: 4px solid #1f6306;
  box-shadow: 0 14px 40px rgba(14, 34, 7, .07);
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s ease, border-color .4s ease;
}

.global-footprint__region:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(14, 34, 7, .14);
  border-top-color: #ffcd1e;
}

.global-footprint__region-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(31, 99, 6, .10);
}

.global-footprint__region-code {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f1de;
  color: #1f6306;
  font-size: 11px;
  font-weight: 900;
}

.global-footprint__region-head h3 {
  margin: 0 0 2px;
  color: #0e2207;
  font-family: var(--agrion-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.global-footprint__region-label {
  display: block;
  color: #1f6306;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.global-footprint__region-list {
  margin: 0;
  flex: 1;
}

.global-footprint__region-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #5f695d;
  font-size: 13px;
  line-height: 1.5;
  transition: color .3s ease, transform .3s ease;
}

.global-footprint__region-list li:hover {
  color: #0e2207;
  transform: translateX(3px);
}

.global-footprint__region-list li + li {
  margin-top: 6px;
}

.global-footprint__region-list li i {
  flex-shrink: 0;
  margin-top: 4px;
  color: #1f6306;
  font-size: 11px;
}

@media only screen and (max-width: 1199px) {
  .partnership-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .partnership-cta__action {
    text-align: left;
  }

  .kingdom-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-footprint__regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-footprint__featured-inner {
    grid-template-columns: auto 1fr;
    gap: 22px;
  }

  .global-footprint__featured-tags {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 991px) {
  .about-two__experience {
    left: 18px;
    bottom: 24px;
  }

  .about-Two__right {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 60px;
  }

  .counter-one .counter-one__text {
    font-size: 22px;
  }

  .partnership-cta {
    padding: 85px 0;
  }

  .partnership-cta__inner {
    padding: 42px 36px;
  }

  .partnership-cta h2 {
    font-size: 36px;
  }

  .global-footprint {
    padding: 50px 0;
  }

  .main-header-two__logo img {
    max-height: 50px;
    max-width: 170px;
  }

  .main-menu-two__left {
    gap: 14px;
  }

  .kingdom-highlights {
    margin-top: 30px;
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .kingdom-highlights__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .global-footprint__title {
    font-size: 28px;
  }

  .global-footprint__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-footprint__regions {
    grid-template-columns: 1fr;
  }

  .global-footprint__featured {
    padding: 20px 18px;
  }

  .global-footprint__featured-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .global-footprint__featured-marker {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .about-two__experience {
    max-width: 136px;
    padding: 12px 18px 18px;
  }

  .about-two__experience-count-box h3,
  .about-two__experience-plus {
    font-size: 44px;
  }

  .about-two__experience-text {
    font-size: 14px;
  }

  .horizontal-services__carousel .services-two__title-box,
  .services-page .services-two__title-box {
    margin-left: 16px;
    margin-right: 16px;
  }

  .horizontal-services__carousel .services-two__img,
  .services-page .services-two__img {
    height: 200px;
    flex-basis: 200px;
  }

  .main-header-two__logo img {
    max-height: 42px;
    max-width: 140px;
  }

  .main-menu-two__wrapper-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .main-menu-two__left {
    gap: 10px;
  }

  .kingdom-highlights {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .horizontal-services__carousel .services-two__title-box,
  .services-page .services-two__title-box {
    height: 104px;
    min-height: 104px;
  }

  .horizontal-services__carousel .service-card__title,
  .services-page .service-card__title {
    font-size: 17px;
  }

  .global-footprint__stats {
    grid-template-columns: 1fr;
  }

  .global-footprint__title {
    font-size: 28px;
  }

  .services-one .services-one__single {
    min-height: 460px;
    padding: 30px 26px 28px !important;
  }

  .services-one .services-one__img-box {
    height: 208px;
  }

  .services-one .services-one__img {
    max-width: 172px;
    height: 172px;
  }

  .horizontal-services__carousel .service-card__title,
  .horizontal-services__carousel .services-two__hover-title {
    font-size: 19px;
  }

  .kingdom-counter__number span {
    font-size: 42px;
    line-height: 50px;
  }

  .counter-one .counter-one__text {
    font-size: 20px;
    line-height: 1.25;
  }

  .partnership-cta {
    padding: 70px 0;
  }

  .partnership-cta__inner {
    padding: 34px 24px;
  }

  .partnership-cta h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .partnership-cta p {
    font-size: 15px;
    line-height: 1.68;
  }

  .partnership-cta__btn {
    white-space: normal;
  }

  .global-footprint {
    padding: 40px 0;
  }

  .organic-only__points {
    flex-direction: column;
    gap: 22px;
  }

  .organic-only__points-list {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .organic-only__points-list::before {
    display: none;
  }

  .organic-only__points-text {
    max-width: none;
    padding-top: 0;
  }
}
