/*
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 */

/********************************************************/
/*                  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);
  }
}

/********************************************************/
/*                    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;
}

/********************************************************/
/*              Client 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;
}

.home-video-section .video-container__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/********************************************************/
/*                   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 {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
}

.business-growth .stat-number-wrap {
  /* 16px at a 360px viewport up to 150px at 1920px (was 200px - too wide
     for a 4+ digit stat like "1,000" to fit its grid column without
     wrapping mid-number). white-space:nowrap is a safety net so digits and
     the suffix can never split onto separate lines again regardless of
     exact sizing. */
  font-size: clamp(16px, -14.92px + 8.59vw, 150px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  color: #0b0b0b;
  white-space: nowrap;
}

.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 {
  position: absolute;
  left: 70px;
  bottom: 15px;
  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 {
    display: block;
    padding-bottom: 0;
  }

  .business-growth .stat-badge {
    position: static;
    display: block;
    width: max-content;
    max-width: 100%;
    transform: none;
    margin-top: 10px;
  }
}

/********************************************************/
/*            Business Growth Section End               */
/********************************************************/

/********************************************************/
/*              404 New Page Start                      */
/********************************************************/

.error-404.not-found {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #b32c64;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #feb8cf;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Lobster 1.3";
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
  font-family: "Lobster 1.3";
}

.page-content .return_home {
  border-radius: 2px !important;
  background-color: #feb8cf !important;
  padding: 15px 43px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: capitalize;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
  z-index: 1111;
  position: relative;
}

.page-content .return_home:hover {
  background-color: #f0d66e !important;
  color: #fff !important;
}

.error-404.not-found header {
  border: 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 100px;
}

.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: 36px;
  height: 36px;
  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;
  }
}

@media (max-width: 600px) {
  .services-slider-section-v2 {
    padding: 80px 0 100px;
    --card-w: 240px;
    --card-h: 363px;
    --card-step: 305px;
  }

  .services-slider-section-v2__heading {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

/********************************************************/
/*               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;
}

.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;
  }
}

/********************************************************/
/*              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: 900px) {
  .testimonials-section .content-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-section .sideContent {
    min-height: 260px;
  }
}

/********************************************************/
/*                 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 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;
  }
}

/********************************************************/
/*                 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;
}

/********************************************************/
/*              Inner Banner End                        */
/********************************************************/

/********************************************************/
/*              Who We Are Start                      */
/********************************************************/

.who-we-are-section {
  padding: 50px 0;
}
.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;
}

/********************************************************/
/*              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;
}

/********************************************************/
/*              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;
}

.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;
}

.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;
}

/********************************************************/
/*              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(160px, 18vw, 260px);
  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: 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;
}

/********************************************************/
/*              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: 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;
}

/********************************************************/
/*              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 .tabIntro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .serviceTabs .tabPoints {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@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: 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);
}

/********************************************************/
/*                  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;
}

/********************************************************/
/*                   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: 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: 900px) {
  .careerDepartmentsGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .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 li {
  font-weight: 400;
  font-size: clamp(16px, 14.62px + 0.38vw, 22px);
  line-height: 1.6;
  color: #fff;
}

.contactBanner__form .rightSide {
  background-color: #fbfff4;
  padding: 30px;
  border-radius: 25px;
}

.contactBanner__form .rightSide h3 {
  font-size: 54px;
  font-weight: 500;
  color: #202020;
  letter-spacing: -2px;
}

/********************************************************/
/*              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;
}

/********************************************************/
/*              Contact Form Map End                    */
/********************************************************/
