/*
Theme Name: Orcafy Theme
Theme URI: None
Author: Orcafy
Author URI: orcafy.com
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/

body {
  font-family: "Poppins";
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
p,
a {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  transition: all 0.4s ease-In-out;
}
p {
  line-height: 26px;
  display: block;
  font-family: "Poppins";
}
span {
  display: inline-block;
}
button {
  transition: all 0.4s ease-In-out;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}

/********************************************************/
/*                  Global Styles Start                 */
/********************************************************/

.max-con {
  width: 90%;
  margin: auto;
}

.greenText {
  color: #cff85e;
  display: inline;
}

.greenTag {
  border-radius: 30px;
  background-color: #cff85e;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 30px;
  color: #0b0b0b;
  width: max-content;
}

.smallGreenTag {
  border-radius: 30px;
  background-color: #cff85e;
  padding: 12px 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #014d40;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.transparentTag {
  border-radius: 999px;
  background:
    linear-gradient(
      115deg,
      transparent 25%,
      rgba(207, 248, 94, 0.18) 48%,
      transparent 70%
    ),
    rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(207, 248, 94, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 24px rgba(0, 0, 0, 0.25);
  padding: 12px 30px;
  font-weight: 500;
  font-size: 30px;
  color: #cff85e;
  width: max-content;
}

@media (max-width: 1199px) {
  .greenTag {
    font-size: 20px;
  }

  .smallGreenTag {
    font-size: 18px;
  }

  .transparentTag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .greenTag {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .smallGreenTag {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .transparentTag {
    font-size: 18px;
    letter-spacing: 0px;
  }
}

@media (max-width: 764px) {
  .greenTag {
    font-size: 15px;
    padding: 12px 15px;
  }

  .smallGreenTag {
    font-size: 15px;
    padding: 10px 10px;
  }

  .transparentTag {
    font-size: 15px;
    padding: 12px 15px;
  }
}

/* Button Styles Start */

.btnWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.headerBtn {
  background-color: #cff85e;
  color: #014d40;
  padding: 20px 10px;
  border-radius: 12px;
  font-size: clamp(16px, 12.3px + 1.03vw, 32px);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid #cff85e;
  display: flex;
  align-items: center;
  gap: 5px;
}

.headerBtn:hover {
  background-color: #fff;
  color: #014d40;
  border: 1px solid #014d40;
}

.headerBtn span.btn-icon {
  background-color: #014d40;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerBtn span.btn-icon i {
  color: #cff85e;
  font-size: 16px;
  align-self: center;
}

.CustomGreenBtn {
  background-color: #014d40;
  color: #cff85e;
  padding: 20px 32px;
  border-radius: 12px;
  font-size: clamp(16px, 8.15px + 2.18vw, 50px);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid #014d40;
  display: flex;
  align-items: center;
  gap: 10px;
}

.CustomGreenBtn span.btn-icon {
  background-color: #cff85e;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CustomGreenBtn span.btn-icon i {
  color: #014d40;
  font-size: 16px;
  align-self: center;
}

.CustomGreenBtn:hover {
  background-color: #fff;
  color: #014d40;
  border: 1px solid #014d40;
}

.CustomCallBtn {
  background-color: #ffffff;
  color: #014d40;
  padding: 20px 32px;
  border-radius: 12px;
  font-size: clamp(16px, 8.15px + 2.18vw, 50px);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid #014d40;
  display: flex;
  align-items: center;
  gap: 5px;
}

.CustomCallBtn span.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.CustomCallBtn span.btn-icon i {
  color: #014d40;
  font-size: clamp(16px, 12.77px + 0.897vw, 30px);
  align-self: center;
}

.CustomCallBtn:hover {
  background-color: #cff85e;
  color: #014d40;
  border: 1px solid #014d40;
}

.CustomLightGreenBtn {
  background-color: #cff85e;
  color: #014d40;
  padding: 20px 32px;
  border-radius: 12px;
  font-size: clamp(16px, 8.15px + 2.18vw, 50px);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border: 1px solid #cff85e;
  display: flex;
  align-items: center;
  gap: 10px;
}

.CustomLightGreenBtn span.btn-icon {
  background-color: #014d40;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CustomLightGreenBtn span.btn-icon i {
  color: #cff85e;
  font-size: 16px;
  align-self: center;
}

.CustomLightGreenBtn:hover {
  background-color: #fff;
  color: #014d40;
  border: 1px solid #014d40;
}
/* Button Styles End */

@media (max-width: 500px) {

.CustomGreenBtn {
    width: 100%;
    justify-content: center;
    font-size: 26px;
    text-align: center;
	}
	.btnWrapper a,
	.case-studies-parallax__cta a{
    width: 100%;
    justify-content: center;
    font-size: 26px;
		text-align: center;
	}
}

/********************************************************/
/*                  Global Styles End                   */
/********************************************************/

/********************************************************/
/*                     Header Start                     */
/********************************************************/

.header {
  position: relative;
}

.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #014d40;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 999;
  width: 90%;
  margin: auto;
}

.header .header-inner .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-inner .header-nav .header-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 0;
}

.header .header-inner .header-nav .header-menu li a {
  font-size: clamp(16px, 2.67px + 1.11vw, 24px);
  font-weight: 500;
  color: #fff;
}

/* Dropdown submenu - wp_nav_menu() nests a plain <ul class="sub-menu"> for
   any parent item with children (e.g. Services); with no CSS at all it just
   rendered inline in normal flow instead of as a dropdown. */
.header .header-inner .header-nav .header-menu li {
  position: relative;
}

.header .header-inner .header-nav .header-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header
  .header-inner
  .header-nav
  .header-menu
  li.menu-item-has-children
  > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
}

.header
  .header-inner
  .header-nav
  .header-menu
  li.menu-item-has-children:hover
  > a::after {
  transform: rotate(-135deg) translateY(2px);
}

.header .header-inner .header-nav .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  margin: 15px 0 0;
  padding: 10px;
  background-color: #014d40;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0s linear 0.25s;
  z-index: 1000;
}

.header
  .header-inner
  .header-nav
  .header-menu
  li.menu-item-has-children:hover
  > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0s linear 0s;
}

.header .header-inner .header-nav .header-menu .sub-menu li {
  width: 100%;
}

.header .header-inner .header-nav .header-menu .sub-menu li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 16px;
  white-space: nowrap;
}

.header .header-inner .header-nav .header-menu .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #cff85e;
}

/* Header Responsive */

.header .mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #cff85e;
  color: #014d40;
  padding: 0;
  flex-shrink: 0;
}

.header .mobile-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.header .mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #014d40;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96) translateY(-16px);
  transition:
    opacity 350ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 350ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 350ms;
}

.header .mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  transition:
    opacity 350ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 350ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.header .mobile-menu__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 90px 40px 60px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header .mobile-menu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: #cff85e;
  color: #014d40;
  padding: 0;
}

.header .mobile-menu__close svg {
  width: 20px;
  height: 20px;
}

.header .mobile-menu__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.header .mobile-menu__list li {
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

.header .mobile-menu.is-open .mobile-menu__list li {
  opacity: 1;
  transform: translateY(0);
}

.header .mobile-menu__list li:nth-child(1) {
  transition-delay: 60ms;
}
.header .mobile-menu__list li:nth-child(2) {
  transition-delay: 100ms;
}
.header .mobile-menu__list li:nth-child(3) {
  transition-delay: 140ms;
}
.header .mobile-menu__list li:nth-child(4) {
  transition-delay: 180ms;
}
.header .mobile-menu__list li:nth-child(5) {
  transition-delay: 220ms;
}
.header .mobile-menu__list li:nth-child(6) {
  transition-delay: 260ms;
}
.header .mobile-menu__list li:nth-child(7) {
  transition-delay: 300ms;
}
.header .mobile-menu__list li:nth-child(8) {
  transition-delay: 340ms;
}
.header .mobile-menu__list li:nth-child(9) {
  transition-delay: 380ms;
}
.header .mobile-menu__list li:nth-child(10) {
  transition-delay: 420ms;
}

.header .mobile-menu__list li a {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.header .mobile-menu__list li a:hover {
  color: #cff85e;
}

/* Collapsed by default - click-to-expand via .mobile-submenu-toggle
   (assets/js/mobile-menu.js). max-height animates the open/close since the
   content's real height varies with however many children a menu item has;
   the value just needs to comfortably exceed the tallest real submenu. */
.header .mobile-menu__list .sub-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease;
}

.header .mobile-menu__list li.menu-item-has-children.is-expanded > .sub-menu {
  max-height: 700px;
  margin-top: 16px;
}

.header .mobile-menu__list .sub-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.header .mobile-submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-left: 8px;
  vertical-align: middle;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.header .mobile-submenu-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.header
  .mobile-menu__list
  li.menu-item-has-children.is-expanded
  .mobile-submenu-toggle
  svg {
  transform: rotate(180deg);
}

.header .mobile-menu__list .sub-menu li a:hover {
  color: #cff85e;
}

.header .mobile-menu__cta {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 300ms ease,
    transform 300ms ease;
  transition-delay: 340ms;
}

.header .mobile-menu.is-open .mobile-menu__cta {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .header .mobile-menu,
  .header .mobile-menu.is-open,
  .header .mobile-menu__list li,
  .header .mobile-menu.is-open .mobile-menu__list li,
  .header .mobile-menu__cta,
  .header .mobile-menu.is-open .mobile-menu__cta {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .header .header-inner .header-nav,
  .header .header-inner .header-actions {
    display: none;
  }

  .header .mobile-menu-toggle {
    display: flex;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Header Responsive */

/********************************************************/
/*                     Header End                       */
/********************************************************/

/********************************************************/
/*                  Home Banner Start                   */
/********************************************************/

.home-banner {
  position: relative;
  background-color: #fbfff4;
  background-image: url("/wp-content/uploads/2026/08/banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 0px;
  max-height: 800px;
}

.home-banner::before {
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, #ffffff 50%);
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  z-index: 1;
}

.home-banner::after {
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #ffffff 100%);
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  z-index: 1;
}

.home-banner .main-grid {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  grid-gap: 40px;
  position: relative;
}

.home-banner .left-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.home-banner .left-info h1 {
  font-size: clamp(20px, 6.15px + 3.85vw, 80px);
  font-weight: 700;
  line-height: 1.2;
  color: #0b0b0b;
  margin: 0;
}

.home-banner .left-info p {
  font-size: clamp(16px, 12.77px + 0.897vw, 30px);
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
}

.home-banner .btnWrapper {
  margin-top: 10px;
}

.home-banner .right-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  overflow: hidden;
  height: 100%;
  max-height: 800px;
}

.home-banner .image-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  will-change: transform;
}

.home-banner .image-column img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.home-banner .slide-up {
  animation: 15s linear infinite slideUp;
}

.home-banner .slide-down {
  animation: 15s linear infinite slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .home-banner {
    max-height: none;
    padding: 130px 0 40px;
  }

  .home-banner .main-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-banner .right-info {
    max-height: 420px;
  }
}

@media (max-width: 600px) {
  .home-banner {
    padding: 130px 0 30px;
  }
	
	.home-banner .left-info h1{
		font-size: 30px;
		text-align: center;
	}
	
	.home-banner .left-info p{
	
		text-align: center;
	}

  .home-banner .right-info {
    gap: 10px;
    max-height: 320px;
  }

  .home-banner::before {
    height: 100px;
  }

  .home-banner::after {
    height: 90px;
  }
	
	
	
}

/********************************************************/
/*                    Home Banner End                   */
/********************************************************/

/********************************************************/
/*             Client slider Section Start              */
/********************************************************/

.clients-slider-section {
  padding: 60px 0px;
  overflow: hidden;
}

.clients-slider-section .cont .heading {
  text-align: center;
  margin-bottom: 30px;
}

.clients-slider-section .cont .heading h2 {
  font-size: clamp(20px, 10.77px + 2.56vw, 60px);
  font-weight: 700;
  color: #0b0b0b;
}

.clients-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.clients-slider .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.clients-slider .client-logo img {
  max-height: 100%;
  width: auto;
}

@media (max-width: 600px) {
  .clients-slider-section {
    padding: 40px 0px;
  }
}

/********************************************************/
/*              Client slider Section End               */
/********************************************************/

/********************************************************/
/*              Stack slider Section Start              */
/********************************************************/

.stackSliderSection {
  padding: 60px 0px;
  overflow: hidden;
}

.stackSliderSection .cont .heading {
  text-align: center;
  margin-bottom: 30px;
}

.stackSliderSection .cont .heading h2 {
  font-size: clamp(20px, 10.77px + 2.56vw, 60px);
  font-weight: 700;
  color: #0b0b0b;
}

.stack-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.stack-slider .stack-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.stack-slider .stack-logo img {
  max-height: 100%;
  width: auto;
}

/********************************************************/
/*              Stack slider Section End                */
/********************************************************/

/********************************************************/
/*                 Video Section Start                  */
/********************************************************/

.home-video-section {
  padding: 50px 0px 80px;
}

.home-video-section .video-container {
  max-width: 90%;
  margin-inline: auto;
  border-radius: 50px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Fixed ratio instead of relying on height:100% (which only works because
     the video/image happens to establish its own intrinsic height) - keeps
     the box a predictable size at every viewport, and gives the no-media
     "orcafy" wordmark fallback a real height to center in instead of
     collapsing to a single text line. */
  aspect-ratio: 16 / 9;
}

.home-video-section .video-container__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-section .video-container__wordmark {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(24px, 18.46px + 1.54vw, 48px);
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .home-video-section {
    padding: 40px 0 60px;
  }

  .home-video-section .video-container {
    max-width: 100%;
    border-radius: 30px;
  }
}

@media (max-width: 600px) {
  .home-video-section {
    padding: 30px 0 40px;
  }

  .home-video-section .video-container {
    border-radius: 20px;
  }
}
/********************************************************/
/*                   Video Section End                  */
/********************************************************/

/********************************************************/
/*            Business Growth Section Start             */
/********************************************************/

.business-growth {
  padding: 60px 0px;
  background-color: #f5f5f3;
}

.business-growth .heading {
  text-align: center;
  margin: 0 auto 70px;
  font-size: clamp(20px, 10.77px + 2.56vw, 60px);
  font-weight: 700;
  line-height: 1.3;
  color: #0b0b0b;
}

.business-growth .content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: center;
}

/* Intro column */

.business-growth .intro-text {
  margin: 0 0 40px;
  font-size: clamp(16px, 12.3px + 1.03vw, 32px);
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
}

.business-growth .cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.business-growth .cta-row .rating-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-width: 0;
}

.business-growth .rating-img {
  max-width: 200px;
}

.business-growth .rating-img img {
  width: 100%;
  height: auto;
  display: block;
}

.business-growth .avatar-cta {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #cff85e;
  color: #014d40;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.business-growth .avatar-cta svg {
  width: 50px;
  height: 50px;
}

.business-growth .avatar-cta:hover {
  background-color: #014d40;
  color: #cff85e;
}

.business-growth .avatar-stack {
  display: flex;
  align-items: center;
}

.business-growth .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: -14px;
}

/* Stats grid */

.business-growth .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  row-gap: 90px;
}

.business-growth .stat-figure {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.business-growth .stat-number-wrap {
  font-size: clamp(20px, -10px + 8.33vw, 150px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  color: #0b0b0b;
  white-space: nowrap;
  margin-bottom: -20px;
}

.business-growth .stat-number sup,
.business-growth .stat-number-wrap .stat-suffix {
  position: relative;
  top: -0.55em;
  left: 0.02em;
  font-size: 0.34em;
  font-weight: 800;
}

.business-growth .stat-badge {
  margin-bottom: 6px;
  background-color: #cff85e;
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 22px;
  border-radius: 30px;
}

.business-growth .stat-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #1e1e1e;
  margin: 16px 0 0;
}

.ctaSingle {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .business-growth .content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .business-growth .stats-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .business-growth .stat-figure {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .business-growth .stat-badge {
    margin-bottom: 0;
    width: max-content;
    max-width: 100%;
  }

  .business-growth .cta-row {
    justify-content: center;
  }

  .business-growth .stat-number-wrap {
    font-size: 50px;
  }

  .business-growth .stat-desc {
    text-align: center;
  }
	.business-growth .stat-number sup, .business-growth .stat-number-wrap .stat-suffix {
    font-size: 0.50em;
    bottom: 5px;
    top: unset;
    left: 5px;
}
}

/********************************************************/
/*            Business Growth Section End               */
/********************************************************/

/********************************************************/
/*              404 New Page Start                      */
/********************************************************/

.error-404.not-found {
  /* .header floats absolutely over whatever comes first on the page
     (~111px tall at every viewport - see the home-banner fix) so this
     needs enough top padding to clear it. */
  padding: 160px 0 100px;
  background-color: #fbfff4;
}

.error-404.not-found .not_found_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.error-404.not-found .page-header {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.error-404.not-found .page-header h2,
.error-404.not-found .page-header p {
  width: 100%;
  overflow-wrap: break-word;
}

.error-404.not-found .page-title {
  font-weight: 800;
  font-size: clamp(72px, 30px + 14vw, 220px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #014d40;
  margin: 0;
}

.error-404.not-found .page-title span {
  color: #cff85e;
}

.error-404.not-found h2 {
  font-weight: 700;
  font-size: clamp(22px, 14px + 1.8vw, 38px);
  line-height: 1.25;
  color: #0b0b0b;
  margin: 0;
}

.error-404.not-found p {
  font-size: clamp(15px, 13.6px + 0.38vw, 18px);
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
}

.error-404.not-found .page-content {
  margin-top: 16px;
}

.error-404.not-found .page-content .CustomLightGreenBtn {
  display: inline-flex;
  width: max-content;
  padding: 16px 26px;
  font-size: 16px;
  text-decoration: none;
}

/********************************************************/
/*              404 New Page End                        */
/********************************************************/

/********************************************************/
/*               Service Slider Start                   */
/********************************************************/

.services-slider-section-v2 {
  position: relative;
  padding: 140px 0 160px;
  background-color: #0d3a2d;
  --card-w: 370px;
  --card-h: 560px;
  --card-step: 470px;
  overflow: hidden;
}

.services-slider-section-v2::before,
.services-slider-section-v2::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 140%;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.services-slider-section-v2::before {
  top: -90px;
}

.services-slider-section-v2::after {
  bottom: -90px;
}

.services-slider-section-v2__heading {
  position: relative;
  z-index: 2;
  /* width: 50%; */
  /* margin: 0 auto 70px; */
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.services-slider-v2 {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 60px 0 10px;
}

.services-slider-v2 .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.services-slider-v2 .swiper-slide {
  width: var(--card-w);
}

.service-card-v2 {
  width: 100%;
  height: var(--card-h);
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: grab;
  will-change: transform;
}

.service-card-v2:active {
  cursor: grabbing;
}

.service-card-v2__media {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #eeeeee;
  margin: 14px 14px 0;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.service-card-v2__media img,
.service-card-v2__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-v2__video {
  opacity: 0;
  transition: opacity 400ms ease;
}

.service-card-v2.is-hovered .service-card-v2__video {
  opacity: 1;
}

.service-card-v2__body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 26px;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.service-card-v2__title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 600;
  color: #0b0b0b;
}

.service-card-v2__desc {
  flex: 1;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.6;
  color: #4e4e4e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card-v2__link {
  margin-top: auto;
  font-size: 14px;
  color: #4e4e4e;
}

.service-card-v2__link span {
  display: inline-block;
  transition: transform 200ms ease;
}

.service-card-v2:hover .service-card-v2__link span {
  transform: translateX(4px);
}

.services-slider-v2__nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}

.services-slider-v2__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border: none;
  border-radius: 50%;
  background-color: #cff85e;
  color: #0b0b0b;
  padding: 0;
  transition:
    transform 250ms ease,
    background-color 250ms ease;
}

.services-slider-v2__btn svg {
  width: 16px;
  height: 16px;
}

.services-slider-v2__btn:hover,
.services-slider-v2__btn:focus-visible {
  transform: scale(1.12);
  background-color: #b8e84a;
}

.services-slider-v2__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 992px) {
  .services-slider-section-v2 {
    padding: 100px 0 120px;
    --card-w: 260px;
    --card-h: 394px;
    --card-step: 330px;
  }

  .services-slider-section-v2__heading {
    font-size: 32px;
  }

  .service-card-v2__body {
    padding: 18px 20px 20px;
  }

  .service-card-v2__title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .service-card-v2__desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
  }

  .service-card-v2__link {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .services-slider-section-v2 {
    padding: 90px 0 100px;
    --card-w: 240px;
    --card-h: 363px;
    --card-step: 305px;
  }

  .services-slider-section-v2__heading {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .service-card-v2__body {
    padding: 16px 18px 18px;
  }

  .service-card-v2__title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .service-card-v2__desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: 4.5em;
  }

  .service-card-v2__link {
    font-size: 12px;
  }
  .services-slider-v2 {
    padding: 20px 0 20px;
  }
}

/********************************************************/
/*               Service Slider End                   */
/********************************************************/

/********************************************************/
/*              CaseStudy Parallax Start                */
/********************************************************/

.case-studies-parallax {
  padding: 100px 0 40px;
}

.case-studies-parallax__heading {
  text-align: center;
  margin: 0 0 60px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b0b0b;
}

.case-studies-parallax__stack {
  display: grid;
  grid-template-rows: repeat(var(--cards-count, 1), var(--card-height, auto));
  gap: 80px;
}

.case-study-card {
  position: sticky;
  top: 10%;
  box-sizing: border-box;
}

.case-study-card__inner {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  min-height: 550px;
  border-radius: 32px;
  padding: 40px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  background:
    radial-gradient(circle at 20% 10%, #2dd4bf, transparent 55%),
    radial-gradient(circle at 85% 85%, #0f766e, transparent 55%),
    linear-gradient(135deg, #134e4a, #0d9488);
}

.case-study-card__inner:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    174.02deg,
    rgba(1, 9, 7, 0) 33.24%,
    rgba(1, 9, 7, 0.8) 89.96%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.case-study-card__bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-card_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  height: 100%;
  z-index: 2;
}
.case-study-card_content .leftSideContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  max-width: 55%;
}

/* .case-study-card_content .rightSideContent .CustomGreenBtn {
  font-size: 40px;
} */

.case-study-card_content .leftSideContent .case-study-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #014d40;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 400;
  z-index: 2;
  /* width: max-content; */
}

.case-study-card_content .leftSideContent .case-study-card__badge svg {
  font-size: 14px;
  fill: #cff85e;
}

.case-study-card_content .leftSideContent .case-study-card__text {
  font-size: clamp(16px, 10px + 1.67vw, 42px);
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
}

.case-studies-parallax__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.case-studies-parallax__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
}

.case-studies-parallax__cta-btn svg {
  width: 18px;
  height: 18px;
}

.case-studies-parallax__cta-btn--filled {
  background-color: #014d40;
  color: #cff85e;
  border: 1px solid #014d40;
}

.case-studies-parallax__cta-btn--filled:hover {
  background-color: #013a30;
}

.case-studies-parallax__cta-btn--outline {
  background-color: transparent;
  color: #014d40;
  border: 1px solid #014d40;
}

.case-studies-parallax__cta-btn--outline svg {
  color: #014d40;
}

.case-studies-parallax__cta-btn--outline:hover {
  background-color: #014d40;
  color: #cff85e;
}

.case-studies-parallax__cta-btn--outline:hover svg {
  color: #cff85e;
}

@media (max-width: 768px) {
  .case-studies-parallax__heading {
    font-size: 32px;
  }

  .case-study-card__inner {
    min-height: 560px;
    padding: 30px;
  }

  .case-study-card__media {
    inset: 6% 8% 42%;
  }

  .case-study-card__badge {
    bottom: 130px;
  }

  .case-study-card__text {
    max-width: 100%;
    font-size: 19px;
    bottom: 90px;
  }

  .case-study-card__link {
    left: 30px;
    right: auto;
    bottom: 30px;
  }

  .case-studies-parallax__cta {
    flex-direction: column;
  }
  .case-study-card_content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .case-study-card_content .leftSideContent {
    max-width: 100%;
  }
}

/********************************************************/
/*              CaseStudy Parallax End                  */
/********************************************************/

/********************************************************/
/*                 Testimonials Start                   */
/********************************************************/

.testimonials-section {
  padding: 100px 0;
}

.testimonials-section .heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.testimonials-section .heading h2 {
  font-size: clamp(20px, 13.54px + 1.79vw, 48px);
  font-weight: 700;
  line-height: 1.3;
  color: #0b0b0b;
}

.testimonials-section .heading p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.testimonials-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 24px;
  align-items: stretch;
}

.testimonials-section .sideContent {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 495px;
}

.testimonials-section .sideContent video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section .sideContent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 45%
  );
}

.testimonials-section .sideContent .side-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

.testimonials-section .mainContent {
  height: 100%;
  min-width: 0;
}

.testimonials-section .testimonials-slider {
  position: relative;
  height: 100%;
}

.testimonials-section .testimonials-slider .swiper-wrapper {
  height: 100%;
}

.testimonials-section .testimonial-card {
  height: auto;
}

.testimonials-section .card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  padding: 40px;
  padding-bottom: 70px;
  border-radius: 24px;
  background-color: #001f1b;
  box-sizing: border-box;
}

.testimonials-section .card-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}

.testimonials-section .card-rating svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.25);
}

.testimonials-section .card-rating svg.is-filled {
  fill: #cff85e;
}

.testimonials-section .card-content {
  flex: 1;
}

.testimonials-section .card-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}

.testimonials-section .card-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonials-section .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonials-section .author-info h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.testimonials-section .author-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.testimonials-section .testimonials-slider__nav {
  position: absolute;
  right: 40px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.testimonials-section .testimonials-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  transition:
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease;
}

.testimonials-section .testimonials-slider__btn svg {
  width: 16px;
  height: 16px;
}

.testimonials-section .testimonials-slider__btn:hover,
.testimonials-section .testimonials-slider__btn:focus-visible {
  background-color: #cff85e;
  border-color: #cff85e;
  color: #014d40;
}

.testimonials-section .testimonials-cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .testimonials-section .content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .testimonials-section {
    padding: 50px 0;
  }
  .testimonials-section .content-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-section .card-content p {
    font-size: 16px;
  }
}

/********************************************************/
/*                 Testimonials End                     */
/********************************************************/

/********************************************************/
/*                 Footer Start                         */
/********************************************************/

.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #071a13;
  padding: 100px 0 0;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1.3fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .footer-logo {
  display: inline-block;
}

.site-footer .footer-logo img {
  height: 36px;
  width: auto;
}

.site-footer .footer-brand__desc {
  margin: 20px 0 0;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer .footer-brand__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .footer-brand__contact a,
.site-footer .footer-brand__contact span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.site-footer .footer-brand__contact a:hover {
  color: #cff85e;
}

.site-footer .footer-links h3,
.site-footer .footer-newsletter h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.site-footer .footer-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer .footer-links__list li {
  padding-left: 16px;
  position: relative;
}

.site-footer .footer-links__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cff85e;
}

.site-footer .footer-links__list a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 200ms ease;
}

.site-footer .footer-links__list a:hover {
  color: #cff85e;
}

.site-footer .footer-newsletter {
  display: none;
}

.site-footer .footer-newsletter p {
  margin: 0 0 24px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer .footer-newsletter__form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.site-footer .footer-newsletter__form input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #ffffff;
  outline: none;
}

.site-footer .footer-newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .footer-newsletter__form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #cff85e;
  color: #071a13;
  cursor: pointer;
  padding: 0;
  transition: background-color 200ms ease;
}

.site-footer .footer-newsletter__form button:hover {
  background-color: #ffffff;
}

.site-footer .footer-newsletter__form button svg {
  width: 16px;
  height: 16px;
}

.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  flex-wrap: wrap;
}

.site-footer .footer-bottom__copy {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer .footer-bottom__legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer-bottom__legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.site-footer .footer-bottom__legal a:hover {
  color: #cff85e;
}

.site-footer .footer-bottom__legal span {
  color: #cff85e;
}

.site-footer .footer-cta {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(100px, 15vw, 300px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 20px;
  color: transparent;
  -webkit-text-stroke: 1px #cff85e;
}

@media (max-width: 1100px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 60px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
	.site-footer .footer-cta {
		font-size: 50px;
	}
}

/********************************************************/
/*                 Footer End                          */
/********************************************************/

/********************************************************/
/*              Inner Banner Start                      */
/********************************************************/

.innerBanner {
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.innerBanner .innerContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.innerBanner .innerContent h1 {
  font-weight: 700;
  /* 20px at a 360px viewport up to 75px at 1920px. */
  font-size: clamp(20px, 7.31px + 3.53vw, 75px);
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 75%;
}

.innerBanner .innerContent P {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.innerBanner.innerBanner--book-meeting {
  margin-bottom: -150px;
  min-height: 500px;
}

@media (max-width: 640px) {
  .innerBanner.innerBanner--careers {
    min-height: 400px;
  }
}

/********************************************************/
/*              Inner Banner End                        */
/********************************************************/

/********************************************************/
/*              Who We Are Start                      */
/********************************************************/

.who-we-are-section {
  padding: 50px 0;
}

.who-we-are-section .whoWeAreWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.who-we-are-section .whoWeAreWrapper h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  width: 90%;
  color: #0b0b0b;
}

.who-we-are-section .whoWeAreWrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: #0b0b0b;
}

@media (max-width: 991px) {
  .who-we-are-section .whoWeAreWrapper {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Who We Are End                          */
/********************************************************/

/********************************************************/
/*              Our Stats start                         */
/********************************************************/

.our-stats-section {
  padding: 50px 0;
}
.our-stats-section .statsWrapper {
  background-image: url("/wp-content/uploads/2026/09/stat-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.our-stats-section .statsWrapper li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.our-stats-section .statsWrapper li h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 1.2;
  color: #cff85e;
}

.our-stats-section .statsWrapper li p {
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

@media (max-width: 991px) {
  .our-stats-section .statsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }
  .our-stats-section .statsWrapper li {
    align-items: center;
  }
}

@media (max-width: 571px) {
  .our-stats-section .statsWrapper {
    grid-template-columns: 1fr;
  }
  .our-stats-section .statsWrapper li {
    gap: 5px;
  }
}

/********************************************************/
/*              Our Stats End                           */
/********************************************************/

/********************************************************/
/*              Our Team Start                           */
/********************************************************/

.our-team-section {
  padding: 50px 0;
}

.our-team-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

.our-team-section .heading h2 {
  font-size: clamp(20px, 10.77px + 2.56vw, 60px);
  font-weight: 700;
  color: #0b0b0b;
}

.our-team-section .teamWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 0;
}

.our-team-section .teamWrapper .team-card {
  background-color: transparent;
  height: 400px;
  perspective: 1000px;
}

.our-team-section .teamWrapper .team-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.our-team-section .teamWrapper .team-card:hover .card-inner {
  transform: rotateY(180deg);
}

.our-team-section .teamWrapper .team-card .card-inner .card-back,
.our-team-section .teamWrapper .team-card .card-inner .card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.our-team-section .teamWrapper .team-card .card-inner .card-front {
  background-color: #000;
  color: black;
}

.our-team-section .teamWrapper .team-card .card-inner .card-back {
  background-color: #000514;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
}

.our-team-section .teamWrapper .team-card .card-inner .card-back i {
  position: absolute;
  top: 10%;
  right: 10%;
  font-size: 20px;
  color: #cff85e;
}

.our-team-section .teamWrapper .team-card .card-inner .card-back p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0%;
  color: #fff;
}
.our-team-section .teamWrapper .team-card .card-inner .card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

/* Card flip disabled for now - front photo only, no hover rotate. Remove
   this block to re-enable the flip (all the 3D setup above is untouched). */
.our-team-section .teamWrapper .team-card:hover .card-inner {
  transform: none;
}

.our-team-section .teamWrapper .team-card .card-inner .card-back {
  display: none;
}

.our-team-section .teamWrapper .teamMemberInfo {
  margin-top: 25px;
}

.our-team-section .teamWrapper .teamMemberInfo h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -3%;
  color: #0e263c;
}

.our-team-section .teamWrapper .teamMemberInfo p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  color: #314252;
}

@media (max-width: 1199px) {
  .our-team-section .teamWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .our-team-section .teamWrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 561px) {
  .our-team-section .teamWrapper {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Our Team End                           */
/********************************************************/

/********************************************************/
/*              People & Culture Start                  */
/********************************************************/

.people-culture-section {
  padding: 50px 0;
  overflow: hidden;
}

.people-culture-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

.people-culture-section .heading h2 {
  font-size: clamp(20px, 10.77px + 2.56vw, 60px);
  font-weight: 700;
  color: #0b0b0b;
}

.people-culture-section .peopleCultureWrapper {
  overflow: visible;
}

.people-culture-section .people-culture-slider {
  overflow: visible;
  cursor: grab;
}

.people-culture-section .people-culture-slider .swiper-wrapper {
  align-items: flex-end;
}

.people-culture-section .people-culture-slider .swiper-slide {
  width: clamp(200px, 22vw, 320px);
  flex-shrink: 0;
}

.people-culture-section .people-culture-slider .swiper-slide img,
.people-culture-section .people-culture-slider .swiper-slide video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 640px) {
  .people-culture-section .people-culture-slider .swiper-slide {
    width: clamp(130px, 42vw, 200px);
  }
}

/********************************************************/
/*              People & Culture End                    */
/********************************************************/

/********************************************************/
/*              Results Section Start                   */
/********************************************************/

.results-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background-image: url("/wp-content/uploads/2026/09/bg-scaled.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.results-section .resultsContentWrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}
.results-section .leftContent {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.results-section .leftContent h2 {
  font-weight: 700;
  /* 20px at a 360px viewport up to 52px at 1920px. */
  font-size: clamp(20px, 12.62px + 2.05vw, 52px);
  line-height: 1.2;
  letter-spacing: -3%;
  text-transform: capitalize;
  color: #cff85e;
}

.results-section .leftContent p {
  color: #fffc;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

.results-section .rightContent {
  align-self: center;
}

.results-section .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.results-section .accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.results-section .accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.results-section .accordion-title {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}

.results-section .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #cff85e;
}

.results-section .accordion-icon::before,
.results-section .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}

.results-section .accordion-icon::before {
  width: 16px;
  height: 2px;
}

.results-section .accordion-icon::after {
  width: 2px;
  height: 16px;
  transition: transform 250ms ease;
}

.results-section .accordion-trigger:not(.collapsed) .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.results-section .accordion-panel-inner {
  padding-bottom: 24px;
}

.results-section .accordion-panel-inner p {
  color: #fffc;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .results-section .resultsContentWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/********************************************************/
/*              Results Section End                     */
/********************************************************/

/********************************************************/
/*              Service Banner Start                    */
/********************************************************/

.serviceBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.serviceBanner .innerContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.serviceBanner .innerContent .leftContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.serviceBanner .innerContent .leftContent h1 {
  font-weight: 700;
  font-size: clamp(20px, 9.62px + 2.88vw, 65px);
  line-height: 1.2;
  text-transform: capitalize;
  color: #ffffff;
}

.serviceBanner .innerContent .leftContent P {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #ffffff;
}

@media (max-width: 991px) {
  .serviceBanner .innerContent {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/********************************************************/
/*              Service Banner End                      */
/********************************************************/

/********************************************************/
/*              Trusted Services Start                  */
/********************************************************/

.trustedServices {
  padding: 80px 0 30px;
}

.trustedServices .contentWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.trustedServices .contentWrapper .leftSide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trustedServices .contentWrapper .leftSide h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
}

.trustedServices .contentWrapper .rightSide p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1e1e;
}

@media (max-width: 991px) {
  .trustedServices .contentWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/********************************************************/
/*              Trusted Services End                    */
/********************************************************/

/********************************************************/
/*              Real Audience Start                     */
/********************************************************/

.realAudience {
  padding: 80px 0;
  background-color: #fbfff4;
}

.realAudience .contentWrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 50px;
  align-items: center;
}

.realAudience .contentWrapper .leftSide {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.realAudience .contentWrapper .leftSide h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  color: #0b0b0b;
  margin-bottom: 0;
}

.realAudience .contentWrapper .leftSide p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1e1e1e;
  margin-bottom: 0;
}

.realAudience .contentWrapper .leftSide img {
  width: 80%;
  border-radius: 20px;
  object-fit: cover;
}

.realAudience .contentWrapper .rightSide ul.contentBoxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.realAudience .contentWrapper .rightSide ul.contentBoxes li.contentBox {
  background-color: #014d40;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
}

.realAudience .contentWrapper .rightSide ul.contentBoxes li.contentBox span {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
}

.realAudience .contentWrapper .rightSide ul.contentBoxes li.contentBox h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  color: #ffffff;
}

.realAudience .contentWrapper .rightSide ul.contentBoxes li.contentBox p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #d0d0d0;
}

@media (max-width: 991px) {
  .realAudience .contentWrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/********************************************************/
/*              Real Audience End                       */
/********************************************************/

/********************************************************/
/*              Why Choose Us Start                     */
/********************************************************/

.whyChooseUs {
  padding: 80px 0;
}

.whyChooseUs .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.whyChooseUs .heading h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  color: #0b0b0b;
}

.whyChooseUs .heading p {
  font-size: 18px;
  line-height: 1.6;
  color: #1e1e1e;
}

.whyChooseUs .contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.whyChooseUs .contentWrapper ul.contentBoxes {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding-top: 50px;
}

.whyChooseUs .contentWrapper ul.contentBoxes li.contentBox {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px #cff85e;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: normal;
}

.whyChooseUs .contentWrapper ul.contentBoxes li.contentBox h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #0b0b0b;
}

.whyChooseUs .contentWrapper ul.contentBoxes li.contentBox p {
  font-size: 18px;
  line-height: 1.6;
  color: #0b0b0b;
}

@media (max-width: 991px) {
  .whyChooseUs .contentWrapper ul.contentBoxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .whyChooseUs .contentWrapper ul.contentBoxes {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Why Choose Us End                       */
/********************************************************/

/********************************************************/
/*                    FAQs Start                        */
/********************************************************/

.faqSection {
  padding: 80px 0;
}

.faqSection .contentWrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-gap: 50px;
  align-items: start;
}

.faqSection .contentWrapper .leftSide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.faqSection .contentWrapper .leftSide h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  color: #0b0b0b;
}

.faqSection .accordion.faqList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faqSection .faqItem {
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

.faqSection .faqQuestion {
  margin: 0;
}

.faqSection .faqToggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: clamp(16px, 14.62px + 0.38vw, 22px);
  line-height: 1.4;
  color: #0b0b0b;
}

.faqSection .faqIcon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #cff85e;
  color: #014d40;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faqSection .faqToggle:not(.collapsed) .faqIcon {
  transform: rotate(45deg);
}

.faqSection .faqAnswer {
  padding: 0 28px 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
}

@media (max-width: 991px) {
  .faqSection .contentWrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .faqSection .faqToggle {
    padding: 18px 20px;
  }

  .faqSection .faqAnswer {
    padding: 0 20px 18px;
  }
}

/********************************************************/
/*                    FAQs End                          */
/********************************************************/

/********************************************************/
/*                 Service Tabs Start                   */
/********************************************************/

.serviceTabs {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2026/09/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.serviceTabs .headContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.serviceTabs .headContent .leftSide {
  width: 50%;
}

.serviceTabs .headContent .leftSide h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
}

.serviceTabs .headContent .rightSide {
  width: 50%;
}

.serviceTabs .headParagraph {
  margin-bottom: 50px;
}

.serviceTabs .headParagraph p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
}

.serviceTabs .tabTriggersSwiper {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 4px;
}

.serviceTabs .tabTriggersSwiper::before,
.serviceTabs .tabTriggersSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 70px;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.serviceTabs .tabTriggersSwiper::before {
  left: 0;
  background: linear-gradient(to right, #0b1e1a, rgba(11, 30, 25, 0));
}

.serviceTabs .tabTriggersSwiper::after {
  right: 0;
  background: linear-gradient(to left, #0b1e1a, rgba(11, 30, 25, 0));
}

.serviceTabs .tabTriggersSwiper.at-start::before,
.serviceTabs .tabTriggersSwiper.at-end::after {
  opacity: 0;
}

.serviceTabs .tabTriggers {
  border-bottom: none;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.serviceTabs .tabTriggers .nav-item {
  width: auto;
  flex-shrink: 0;
  margin-right: 0px !important;
}

.serviceTabs .tabTriggers .nav-link {
  display: block;
  white-space: nowrap;
  padding: 25px 30px;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  border: 1px solid #ffffff1a;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}

.serviceTabs .tabTriggers .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.16);
}

.serviceTabs .tabTriggers .nav-link .star-icon {
  width: 17px;
  height: 19px;
  margin-right: 6px;
  vertical-align: -3px;
}

.serviceTabs .tabTriggers .nav-link.active {
  background-color: #cff85e;
  color: #001f1b;
}

.serviceTabs .tabIntro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.serviceTabs .tabIntroText h3 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px;
}

.serviceTabs .tabIntroText p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.serviceTabs .tabIntroImage img {
  width: 100%;
  /* border-radius: 16px; */
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35); */
}

.serviceTabs .tabPoints {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}

.serviceTabs .tabPoint {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.serviceTabs .tabPoint:nth-child(1),
.serviceTabs .tabPoint:nth-child(2),
.serviceTabs .tabPoint:nth-child(3) {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.serviceTabs .tabPoint:nth-child(4),
.serviceTabs .tabPoint:nth-child(5),
.serviceTabs .tabPoint:nth-child(6) {
  border-bottom: 0;
  border-right: 0;
}

.serviceTabs .tabPoint:nth-child(1),
.serviceTabs .tabPoint:nth-child(4) {
  border-left: 0;
}

.serviceTabs .tabPointNumber {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #cff85e;
  margin-bottom: 12px;
}

.serviceTabs .tabPoint h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 10px;
}

.serviceTabs .tabPoint p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 900px) {
  .serviceTabs .headContent {
    flex-direction: column;
  }
  .serviceTabs .headContent .leftSide,
  .serviceTabs .headContent .rightSide {
    width: 100%;
  }
  .serviceTabs .tabIntro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .serviceTabs .tabPoints {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .serviceTabs .tabPoint {
    border: none;
  }
}

@media (max-width: 560px) {
  .serviceTabs .tabPoints {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*                  Service Tabs End                    */
/********************************************************/

/********************************************************/
/*                  Service CTA Start                   */
/********************************************************/

.serviceCTA {
  background-color: #fbfff4;
  padding: 80px 0;
}

.serviceCTA .innerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
}

.serviceCTA .innerContent h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  width: 80%;
  margin: auto;
  color: #0b0b0b;
}

.serviceCTA .innerContent p {
  font-size: 18px;
  line-height: 1.6;
  color: #0b0b0b;
  width: 80%;
  margin: auto;
}

.serviceCTA .innerContent ul.socialIcons {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

.serviceCTA .innerContent ul.socialIcons li i {
  font-size: 25px;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.serviceCTA .innerContent ul.socialIcons li:hover i {
  transform: scale(1.5);
}

@media (max-width: 560px) {
  .serviceCTA .innerContent h2 {
    width: 100%;
  }
}

/********************************************************/
/*                  Service CTA End                     */
/********************************************************/

/********************************************************/
/*                  Careers Sec 1 Start                 */
/********************************************************/
.careers-section-one {
  padding: 50px 0;
}

.careers-section-one .careersOneWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.careers-section-one .careersOneWrapper .LeftSide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.careers-section-one .careersOneWrapper h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  width: 90%;
  color: #0b0b0b;
}

.careers-section-one .careersOneWrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: #0b0b0b;
}

.careers-section-one .careersOneWrapper .RightSide img {
  width: 80%;
  object-fit: contain;
  border-radius: 30px;
}

.careers-section-one .careersOneWrapper .RightSide {
  text-align: right;
}

/********************************************************/
/*                  Careers Sec 1 End                   */
/********************************************************/

/********************************************************/
/*              Careers Jobs Listing Start              */
/********************************************************/

.careersJobsSection {
  padding: 80px 0 100px;
  background-color: #fbfff4;
}

.careersJobsSection .jobsHeading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.careersJobsSection .jobsHeading h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  color: #0b0b0b;
  margin: 0 0 15px;
}

.careersJobsSection .jobsHeading p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
}

.careersJobsSection .jobsWrapper {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  gap: 60px;
  align-items: start;
}

/* Filter sidebar */

.careersJobsSection .jobsFilters h3 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  color: #014d40;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8ddc9;
}

.careersJobsSection .filterGroup {
  border-bottom: 1px solid #d8ddc9;
  padding: 20px 0;
}

.careersJobsSection .filterGroupToggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 35px;
  color: #0b0b0b;
  text-align: left;
}

.careersJobsSection .filterCaret {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.careersJobsSection .filterGroupToggle.collapsed .filterCaret {
  transform: rotate(180deg);
}

.careersJobsSection .filterCheckboxList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
}

.careersJobsSection .filterCheckbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: #1a1a1a;
  cursor: pointer;
}

.careersJobsSection .filterCheckbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1.5px solid #0b0b0b;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.careersJobsSection .filterCheckbox input[type="checkbox"]:checked {
  background-color: #014d40;
  border-color: #014d40;
}

.careersJobsSection .filterCheckbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #cff85e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Search + results */

.careersJobsSection .jobsSearch {
  position: relative;
  margin-bottom: 50px;
}

.careersJobsSection .jobsSearch input {
  width: 100%;
  padding: 22px 60px 22px 30px;
  border-radius: 999px;
  border: 1px solid #d8ddc9;
  background-color: #ffffff;
  font-size: 18px;
  color: #0b0b0b;
}

.careersJobsSection .jobsSearch input::placeholder {
  color: #6b6b6b;
}

.careersJobsSection .jobsSearch i {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b6b6b;
  font-size: 18px;
  pointer-events: none;
}

.careersJobsSection .jobsList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: opacity 0.2s ease;
}

.careersJobsSection .jobItem {
  border: 1px solid #d8ddc9;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}

.careersJobsSection .jobToggleHeading {
  margin: 0;
}

.careersJobsSection .jobToggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px;
  background: none;
  border: none;
  text-align: left;
}

.careersJobsSection .jobTitle {
  font-weight: 500;
  font-size: 22px;
  color: #0b0b0b;
}

.careersJobsSection .jobLocation {
  font-weight: 400;
  font-size: 17px;
  color: #4a4a4a;
  white-space: nowrap;
}

.careersJobsSection .jobBody {
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.careersJobsSection .jobBody p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

.careersJobsSection .noJobsFound {
  font-size: 18px;
  color: #4a4a4a;
  padding: 30px;
  text-align: center;
}

@media (max-width: 900px) {
  .careersJobsSection .jobsWrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .careersJobsSection .jobToggle {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/********************************************************/
/*              Careers Jobs Listing End                */
/********************************************************/

/********************************************************/
/*                   Join Team Start                    */
/********************************************************/
.jointheTeamSection {
  padding: 50px 0;
}

.jointheTeamSection .joinTeamWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.jointheTeamSection .joinTeamWrapper .LeftSide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jointheTeamSection .joinTeamWrapper h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  text-transform: capitalize;
  width: 90%;
  color: #0b0b0b;
}

.jointheTeamSection .joinTeamWrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: #0b0b0b;
}

.jointheTeamSection .joinTeamWrapper .RightSide img {
  width: 80%;
  object-fit: contain;
  border-radius: 30px;
}

.jointheTeamSection .joinTeamWrapper .RightSide {
  text-align: right;
}

@media (max-width: 991px) {
  .jointheTeamSection .joinTeamWrapper {
    grid-template-columns: 1fr;
  }
  .jointheTeamSection .joinTeamWrapper .RightSide img {
    width: 100%;
  }
}

/********************************************************/
/*                   Join Team  End                     */
/********************************************************/

/********************************************************/
/*                 Single Job Start                     */
/********************************************************/

.singleJobHero {
  padding: 100px 0 40px;
  background-color: #fbfff4;
}

.singleJobHero .singleJobHeroWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;

  padding: 80px 0 20px;
}

.singleJobHero .backToJobs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #014d40;
  margin-bottom: 24px;
}

.singleJobHero h1 {
  font-weight: 700;
  font-size: clamp(20px, 9.62px + 2.88vw, 65px);
  line-height: 1.2;
  color: #0b0b0b;
  margin: 0 0 20px;
}

.singleJobHero .jobMetaTags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.singleJobContent {
  padding: 60px 0 100px;
}

.singleJobContent .jobContentWrapper {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: start;
}

.singleJobContent .jobDescription p {
  font-size: 20px;
  line-height: 1.7;
  color: #1a1a1a;
}

.singleJobContent .jobDescription h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0b0b0b;
  margin: 30px 0 12px;
}

.singleJobContent .jobDescription ul {
  padding-left: 20px;
  list-style: disc;
}

.singleJobContent .jobDescription li {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.7;
  color: #1a1a1a;
}

.singleJobContent .jobApplyPanel {
  background-color: #fbfff4;
  border: 1px solid #d8ddc9;
  border-radius: 20px;
  padding: 30px;
  position: sticky;
  top: 30px;
}

.singleJobContent .jobApplyPanel h2 {
  font-weight: 700;
  font-size: 24px;
  color: #0b0b0b;
  margin: 0 0 20px;
}

.singleJobContent .jobApplyPlaceholder {
  font-size: 15px;
  color: #6b6b6b;
}

@media (max-width: 900px) {
  .singleJobContent .jobContentWrapper {
    grid-template-columns: 1fr;
  }

  .singleJobContent .jobApplyPanel {
    position: static;
  }
}

/********************************************************/
/*                 Single Job End                       */
/********************************************************/

/********************************************************/
/*              Career Departments Start                */
/********************************************************/

.careerDepartments {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-image: url("/wp-content/uploads/2026/09/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.careerDepartmentsHeading {
  text-align: center;
  margin: 0 auto 60px;
}

.careerDepartmentsHeading h2 {
  font-weight: 700;
  font-size: clamp(20px, 9.62px + 2.88vw, 65px);
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px;
}

.careerDepartmentsHeading p {
  font-size: 18px;
  line-height: 1.6;
  width: 70%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
}

.careerDepartmentsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.careerDepartmentCard {
  border: 1px solid rgba(255, 255, 255, 0.986);
  border-radius: 16px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.03);
}

.careerDepartmentCard h3 {
  font-weight: 700;
  font-size: clamp(20px, 16.31px + 1.03vw, 36px);
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 14px;
}

.careerDepartmentCard p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

@media (max-width: 991px) {
  .careerDepartmentsGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .careerDepartmentsGrid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*               Career Departments End                 */
/********************************************************/

/********************************************************/
/*              Inner Banner Start                      */
/********************************************************/

.contactBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 150px;
}
.contactBanner .innerContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 180px 20px 40px;
}

.contactBanner .innerContent h1 {
  font-weight: 700;
  /* 20px at a 360px viewport up to 75px at 1920px. */
  font-size: clamp(20px, 7.31px + 3.53vw, 75px);
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 75%;
}

.contactBanner .innerContent P {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.contactBanner__form {
  border: 15px solid #032a25;
  border-radius: 30px;
  background-color: #001f1b;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 30px;
  margin-bottom: -150px;
}

.contactBanner__form .leftSide {
  padding: 30px 20px 30px 40px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactBanner__form .leftSide h2 {
  font-weight: 500;
  font-size: clamp(20px, 12.15px + 2.18vw, 54px);
  line-height: 1.2;
  color: #fff;
}

.contactBanner__form .leftSide p {
  font-weight: 400;
  font-size: clamp(16px, 14.62px + 0.38vw, 22px);
  line-height: 1.6;
  color: #fff;
}

.contactBanner__form .leftSide ul {
  padding: 0;
}

.contactBanner__form .leftSide li {
  font-weight: 400;
  font-size: clamp(16px, 14.62px + 0.38vw, 22px);
  line-height: 1.6;
  color: #fff;
  position: relative;
  padding-left: 40px;
}

.contactBanner__form .leftSide li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #cff85e;
}
.contactBanner__form .rightSide {
  background-color: #fbfff4;
  padding: 30px;
  border-radius: 25px;
}

.contactBanner__form .rightSide h3 {
  position: relative;
  font-size: clamp(24px, 18.9px + 1.41vw, 40px);
  font-weight: 500;
  color: #202020;
  letter-spacing: -1px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

/* Partial-width divider under "Get In Touch" (matches the design). */
.contactBanner__form .rightSide h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
  height: 1px;
  background-color: #d9ddc9;
}

/* ---- Forminator form (id 3853) - restyled to the site design ---- */

.contactBanner__form .rightSide .forminator-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 22px 36px;
  margin: 0 0 22px !important;
}

.contactBanner__form .rightSide .forminator-row-last,
.contactBanner__form .rightSide .forminator-row:last-child {
  margin-bottom: 0 !important;
}

.contactBanner__form .rightSide .forminator-col {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.contactBanner__form .rightSide .forminator-col-6 {
  flex: 1 1 calc(50% - 18px);
  max-width: calc(50% - 18px);
}

.contactBanner__form .rightSide .forminator-field {
  margin: 0 !important;
}

.contactBanner__form .rightSide .forminator-label {
  display: block;
  margin: 0 0 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  color: #1a1a1a;
}

.contactBanner__form .rightSide .forminator-required {
  color: inherit !important;
  margin-left: -0.2em;
}

.contactBanner__form .rightSide .forminator-input:not(.forminator-field--phone),
.contactBanner__form .rightSide .forminator-textarea,
.contactBanner__form
  .rightSide
  input[type="text"]:not(.forminator-field--phone),
.contactBanner__form .rightSide input[type="email"],
.contactBanner__form .rightSide input[type="tel"],
.contactBanner__form .rightSide textarea {
  width: 100% !important;
  padding: 16px 18px !important;
  font-family: inherit;
  font-size: 15px !important;
  line-height: 1.5;
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e6d5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none;
  transition: border-color 0.2s ease;
}

.contactBanner__form .rightSide .forminator-textarea,
.contactBanner__form .rightSide textarea {
  min-height: 150px !important;
  resize: vertical;
  line-height: 1.6;
}

.contactBanner__form .rightSide .forminator-input:focus,
.contactBanner__form .rightSide .forminator-textarea:focus,
.contactBanner__form .rightSide textarea:focus,
.contactBanner__form .rightSide input:focus {
  border-color: #014d40 !important;
}

.contactBanner__form .rightSide input::placeholder,
.contactBanner__form .rightSide textarea::placeholder {
  color: #9e9e9e;
  opacity: 1;
}

/* Phone field: keeps intl-tel-input's flag / dial-code chrome. Same visual
   shell as the other inputs, but padding-left is left undeclared so
   intl-tel-input's own inline padding (which makes room for the flag) wins. */
.contactBanner__form .rightSide .iti,
.contactBanner__form .rightSide .forminator-iti-input {
  width: 100%;
  display: block;
}

.contactBanner__form .rightSide input.forminator-field--phone {
  width: 100% !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-right: 18px !important;
  font-family: inherit;
  font-size: 15px !important;
  line-height: 1.5;
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e6d5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none;
  transition: border-color 0.2s ease;
}

/* Submit button - the site's CustomGreenBtn inverted: dark pill + lime
   rounded-square arrow badge. */
.contactBanner__form .rightSide .forminator-button,
.contactBanner__form .rightSide .forminator-button-submit {
  display: inline-flex !important;
  align-items: center;
  gap: 16px;
  width: auto !important;
  min-width: 0 !important;
  padding: 14px 14px 14px 34px !important;
  border: none !important;
  border-radius: 14px !important;
  background: #01230f !important;
  background-color: #01230f !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contactBanner__form .rightSide .forminator-button-submit:hover {
  background-color: #013a1a !important;
}

.contactBanner__form .rightSide .forminator-button-submit::after {
  content: "";
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: #cff85e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301230f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

/* Validation / response messaging */
.contactBanner__form .rightSide .forminator-response-message {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.contactBanner__form
  .rightSide
  .forminator-response-message[aria-hidden="true"] {
  display: none;
}

.contactBanner__form .rightSide .forminator-response-message.forminator-error {
  background-color: #fdecec;
  color: #b3261e;
}

.contactBanner__form
  .rightSide
  .forminator-response-message.forminator-success {
  background-color: #eef8e6;
  color: #1c5b2e;
}

.contactBanner__form .rightSide .forminator-error-message {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #b3261e;
}

@media (max-width: 991px) {
  .contactBanner__form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .contactBanner__form .rightSide .forminator-col-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .contactBanner__form .leftSide {
    padding: 20px;
  }
  .contactBanner__form .leftSide li {
    padding-left: 25px;
    font-size: 14px;
  }
}

/********************************************************/
/*              Inner Banner End                        */
/********************************************************/

/********************************************************/
/*              Contact Form Map Start                  */
/********************************************************/

.contactFormMap {
  padding: 80px 0;
}

.contactFormMap__intro {
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.contactFormMap__intro h2 {
  font-weight: 700;
  font-size: clamp(20px, 10.31px + 2.69vw, 62px);
  line-height: 1.2;
  color: #202020;
}

.contactFormMap__mapWrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 9;
  width: 80%;
  margin: 0 auto;
}

.contactFormMap__mapWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactFormMap__mapWrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .contactFormMap__mapWrap {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contactFormMap {
    padding: 40px 0;
  }
}

/********************************************************/
/*              Contact Form Map End                    */
/********************************************************/

/********************************************************/
/*              Blog Hero Start                         */
/********************************************************/

.blogHero {
  /* .header floats absolutely over whatever comes first on the page
     (~111px tall at every viewport width - see the home-banner fix for the
     full explanation) rather than sitting in normal flow, so this needs at
     least that much top padding or its own content starts out hidden
     behind it. */
  padding: 140px 0 70px;
  background-color: #fbfff4;
}

.blogHero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}

.blogHero__intro h1 {
  font-weight: 700;
  font-size: clamp(20px, 12.15px + 2.18vw, 54px);
  line-height: 1.2;
  color: #0b0b0b;
  margin: 0;
}

.blogHero__intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
}

.blogHero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

/* Fewer than 2 posts exist yet - center the lone card at a fixed width
   instead of leaving it stretched across half a 2-column grid with an
   awkward empty column beside it. Once a 2nd post exists this class stops
   being added and the normal 2-up grid takes over automatically. */
.blogHero__grid--single {
  grid-template-columns: minmax(0, 500px);
  justify-content: center;
}

.blogHero__cardMedia {
  display: block;
  aspect-ratio: 4 / 2;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}

.blogHero__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogHero__cardMeta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.blogHero__cardTitle a {
  margin: 0 0 14px;
  font-size: clamp(20px, 17.23px + 0.77vw, 32px);
  font-weight: 500;
  line-height: 1.3;
}

.blogHero__cardTitle a {
  color: #0b0b0b;
  text-decoration: none;
}

.blogHero__cardExcerpt {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.blogHero__cardAuthor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogHero__cardAuthorPhoto {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blogHero__cardAuthorInfo {
  display: flex;
  flex-direction: column;
}

.blogHero__cardAuthorName {
  font-size: 14px;
  font-weight: 600;
  color: #0b0b0b;
}

.blogHero__cardAuthorTitle {
  font-size: 12px;
  color: #8a8a8a;
}

@media (max-width: 900px) {
  .blogHero__intro {
    margin-bottom: 40px;
  }

  .blogHero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/********************************************************/
/*              Blog Hero End                           */
/********************************************************/

/********************************************************/
/*              Blog Featured Grid Start                */
/********************************************************/

.blogFeatured {
  padding: 80px 0;
  background-color: #0d3a2d;
}

.blogFeatured__heading {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 14.92px + 1.41vw, 42px);
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 50px;
}

.blogFeatured__headingHighlight {
  color: #cff85e;
}

.blogFeatured__grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 30px;
  align-items: start;
}

.blogFeatured__large,
.blogFeatured__small {
  display: flex;
  flex-direction: column;
}

.blogFeatured__smallGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.blogFeatured__cardMedia {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.06);
  margin-bottom: 16px;
}

.blogFeatured__large .blogFeatured__cardMedia {
  aspect-ratio: 4 / 3;
}

.blogFeatured__small .blogFeatured__cardMedia {
  aspect-ratio: 16 / 10;
}

.blogFeatured__cardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogFeatured__cardMeta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.blogFeatured__cardTitle {
  margin: 0 0 10px;

  color: #ffffff;
}

.blogFeatured__large .blogFeatured__cardTitle a {
  font-size: clamp(20px, 17.23px + 0.77vw, 32px);
  line-height: 1.3;
  font-weight: 500;
}

.blogFeatured__small .blogFeatured__cardTitle a {
  font-size: 20px;
  line-height: 1.4;
}

.blogFeatured__cardTitle a {
  color: inherit;
  text-decoration: none;
}

.blogFeatured__cardExcerpt {
  margin: 0 0 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.blogFeatured__large .blogFeatured__cardExcerpt {
  font-size: 15px;
}

.blogFeatured__small .blogFeatured__cardExcerpt {
  font-size: 13px;
}

.blogFeatured__cardAuthor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.blogFeatured__cardAuthorPhoto {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blogFeatured__cardAuthorInfo {
  display: flex;
  flex-direction: column;
}

.blogFeatured__cardAuthorName {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.blogFeatured__cardAuthorTitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 992px) {
  .blogFeatured__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .blogFeatured__smallGrid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Blog Featured Grid End                  */
/********************************************************/

/********************************************************/
/*              Blog Listing Start                      */
/********************************************************/

/* Placeholder styling - waiting on a design screenshot to restyle. Markup
   classes are meant to stay stable through that redesign. */

.blog-listing {
  padding: 60px 0 100px;
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #eeeeee;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
}

.blog-card__category {
  display: inline-block;
  width: max-content;
  background-color: #cff85e;
  color: #014d40;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
}

.blog-card__title a {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.blog-card__title a {
  color: #0b0b0b;
  text-decoration: none;
}

.blog-card__excerpt {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eeeeee;
}

.blog-card__date {
  font-size: 13px;
  color: #888888;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #014d40;
}

.blog-listing__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}

.blog-listing__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #f5f5f3;
  color: #0b0b0b;
  font-weight: 600;
  text-decoration: none;
}

.blog-listing__pagination .page-numbers.current {
  background-color: #014d40;
  color: #ffffff;
}

.blog-listing__pagination .page-numbers:hover {
  background-color: #cff85e;
  color: #014d40;
}

@media (max-width: 992px) {
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Blog Listing End                        */
/********************************************************/

/********************************************************/
/*              Single Blog Start                       */
/********************************************************/

/* Placeholder styling - waiting on a design screenshot to restyle. Mirrors
   Single Job's hero+content shape for consistency until then. */

.singleBlogHero {
  padding: 100px 0 40px;
  background-color: #fbfff4;
}

.singleBlogHero .singleBlogHeroWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 80px 0 20px;
}

.singleBlogHero .backToBlog {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #014d40;
  margin-bottom: 10px;
}

.singleBlogHero h1 {
  font-weight: 700;
  font-size: clamp(20px, 9.62px + 2.88vw, 65px);
  line-height: 1.2;
  color: #0b0b0b;
  margin: 10px 0 0;
}

.singleBlogHero .blogMetaTags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  color: #4e4e4e;
}

.singleBlogHero .blogMetaTags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.singleBlogFeaturedImage {
  margin-top: -20px;
  margin-bottom: 40px;
}

.singleBlogFeaturedImage img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.singleBlogContent {
  padding: 20px 0 100px;
}

.singleBlogContent .blogContentWrapper {
  max-width: 800px;
  margin: 0 auto;
}

.singleBlogContent .blogContentWrapper p {
  font-size: 18px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.singleBlogContent .blogContentWrapper h2,
.singleBlogContent .blogContentWrapper h3 {
  font-weight: 700;
  color: #0b0b0b;
  margin: 40px 0 16px;
}

.singleBlogContent .blogContentWrapper h2 {
  font-size: 30px;
}

.singleBlogContent .blogContentWrapper h3 {
  font-size: 24px;
}

.singleBlogContent .blogContentWrapper ul,
.singleBlogContent .blogContentWrapper ol {
  padding-left: 20px;
  margin: 0 0 20px;
}

.singleBlogContent .blogContentWrapper li {
  font-size: 18px;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.singleBlogContent .blogContentWrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 20px 0;
}

.relatedPosts {
  padding: 60px 0 100px;
  border-top: 1px solid #eeeeee;
}

.relatedPosts__heading {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: clamp(20px, 16.31px + 1.03vw, 36px);
  line-height: 1.3;
  color: #0b0b0b;
}

.relatedPosts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 992px) {
  .relatedPosts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .relatedPosts__grid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Single Blog End                         */
/********************************************************/

/********************************************************/
/*              Portfolio Start                         */
/********************************************************/

.portfolioHero {
  /* .header floats absolutely over whatever comes first on the page
     (~111px tall at every viewport width - see the home-banner fix for the
     full explanation) rather than sitting in normal flow, so this needs at
     least that much top padding or its own content starts out hidden
     behind it. */
  padding: 140px 0 80px;
  background-color: #fbfff4;
}

.portfolioHero__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.portfolioHero__header h1 {
  font-weight: 700;
  font-size: clamp(20px, 15.38px + 1.28vw, 40px);
  line-height: 1.2;
  color: #0b0b0b;
  margin: 0;
}

.portfolioHero__header p {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
  text-align: right;
}

.portfolioTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.portfolioTabs .nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #014d40;
  background-color: transparent;
  color: #014d40;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.portfolioTabs .nav-link.active,
.portfolioTabs .nav-link:hover {
  background-color: #014d40;
  color: #ffffff;
}

.portfolioGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.portfolioEmpty {
  font-size: 16px;
  color: #6b6b6b;
  padding: 20px 0 40px;
}

.portfolioCard__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eeeeee;
  margin-bottom: 16px;
}

.portfolioCard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolioCard__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.portfolioCard__logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.portfolioCard__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.portfolioCard__excerpt {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.portfolioCard__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: #014d40;
  color: #cff85e;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 768px) {
  .portfolioHero__header {
    flex-direction: column;
    gap: 16px;
  }

  .portfolioHero__header p {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .portfolioGrid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Portfolio End                           */
/********************************************************/

/********************************************************/
/*              Book Meeting Start                      */
/********************************************************/

.calendlyBookMeeting {
  padding: 10px 20px 50px;
}

/********************************************************/
/*              Book Meeting End                        */
/********************************************************/

/********************************************************/
/*              Services Listing Start                  */
/********************************************************/

.servicesListing {
  padding: 60px 0 100px;
}

.servicesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.serviceCard {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.serviceCard__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #eeeeee;
}

.serviceCard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.serviceCard:hover .serviceCard__media img {
  transform: scale(1.05);
}

.serviceCard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
}

.serviceCard__title {
  margin: 0;
  font-size: clamp(20px, 19.08px + 0.26vw, 24px);
  font-weight: 700;
  line-height: 1.3;
}

.serviceCard__title a {
  /* The theme's global "p, a { font-size: 14px; font-weight: normal; }"
     reset targets the <a> directly, which wins over the size/weight
     inherited from .serviceCard__title (its parent h2) - has to be
     restated here explicitly. */
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #0b0b0b;
  text-decoration: none;
}

.serviceCard__excerpt {
  flex: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.serviceCard__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #014d40;
  text-decoration: none;
}

.serviceCard__link i {
  transition: transform 0.2s ease;
}

.serviceCard:hover .serviceCard__link i {
  transform: translateX(4px);
}

@media (max-width: 992px) {
  .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .servicesGrid {
    grid-template-columns: 1fr;
  }
}

/********************************************************/
/*              Services Listing End                    */
/********************************************************/

/********************************************************/
/*              Thank You Start                         */
/********************************************************/

.thankYou {
  /* .header floats absolutely over whatever comes first on the page
     (~111px tall at every viewport - see the home-banner fix) so this
     needs enough top padding to clear it. */
  padding: 160px 0 100px;
  background-color: #fbfff4;
}

.thankYou__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 620px;
  margin: 0 auto;
}

.thankYou__inner h1 {
  font-weight: 700;
  font-size: clamp(32px, 20px + 4vw, 64px);
  line-height: 1.15;
  color: #014d40;
  margin: 0;
}

.thankYou__inner p {
  font-size: clamp(15px, 13.6px + 0.38vw, 18px);
  line-height: 1.6;
  color: #4e4e4e;
  margin: 0;
}

.thankYou__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

/********************************************************/
/*              Thank You End                           */
/********************************************************/

/********************************************************/
/*              Privacy Page Start                      */
/********************************************************/

.privacyContent {
    padding: 60px 0;
}

.privacyContent h3 {
    font-weight: 600;
}

/********************************************************/
/*              Privacy Page End                        */
/********************************************************/