html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 102, 0, 1);
  text-rendering: optimizeLegibility;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  box-sizing: border-box;
  backface-visibility: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: var(--color-primary);
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

:root {
  --primaryColor: #046663;
  --secondaryColor: #e7ff8e;
  --black: #000;
  --offBlack: #162026;
  --white: #fff;
  --offWhite: #f8f9fa;
  --green: #046663;
  --grey: #606060;
  --lightGreen: #059e84;
  --offGreen: #059e84;
  --lightGrey: #eeeeee;
  --transition500: all 500ms ease-in-out;
  --transition300easy: all 300ms ease;
  --transition300: all 300ms ease-in-out;
}

h1 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  margin: 0;
  color: #162026;
  letter-spacing: 1px;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #162026;
  font-weight: 500;
  letter-spacing: 1px;
}

h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;

  margin: 0;
}

h5 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}

h6 {
  font-size: 16px;
  color: var(--offGreen);
  font-weight: 600;
  font-family: "Zalando Sans", sans-serif;
  margin: 0;
}

p {
  font-size: 16px;
  margin: 0;
  color: #606060;
  line-height: 32px;
  letter-spacing: 1px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  padding: 20px 0;
}

header .navbar-nav li.nav-item a {
  color: #606060;
  transition: var(--transition300);
}

header .navbar-nav li.nav-item a:hover,
.navbar-nav .nav-link.active {
  color: var(--primaryColor);
}

.header-btn .btn {
  background: var(--primaryColor);
  padding: 16px 32px;
  border-radius: 0;
  transition: var(--transition500);
  color: var(--white);
  line-height: 33px;
}

.header-btn .btn:hover {
  background: var(--offGreen);
}

.header-btn .btn svg {
  margin-left: 10px;
  transition: var(--transition500);
  margin-top: -3px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.menu-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.show .menu-icon .bar-2 {
  opacity: 0;
}

.show .menu-icon .bar-3 {
  transform: rotate(-45deg) translate(-15px, 0px);
}

.grid-item.special-style {
  grid-column: span 2;
}

.menu-icon .bar {
  fill: none;
  stroke: var(--primaryColor);
  stroke-width: 2;
  stroke-linecap: round;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.navbar-toggler {
  border: none;
}

.show .menu-icon .bar-1 {
  transform: rotate(45deg) translate(6px, -9px);
}

.banner {
  background: url(../img/banner.png) center center no-repeat;
  height: 82vh;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.banner h1 {
  font-weight: 400;
  font-size: 68px;
  max-width: 700px;
  line-height: 1.1em;
  margin: 0;
  padding-bottom: 14px;
}

.delta-btn {
  padding-top: 40px;
}

.banner .container {
  height: inherit;
}

.banner-text {
  display: flex;
  height: inherit;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 94px;
}

.delta-btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: var(--white);
  transition: var(--transition300easy);
  font-weight: 500;
}

.delta-btn a span {
  width: 74px;
  height: 74px;
  display: flex;
  border: 1px solid var(--white);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: var(--transition300easy);
}

.delta-btn a:hover {
  text-decoration: underline;
}

.our-services .delta-btn span {
  border: 1px solid #e0e0e0;
  margin: 0;
}

.delta-btn a:hover span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}

.delta-btn a:hover svg path {
  stroke: var(--primaryColor);
}

.delta-btn {
  max-width: fit-content;
}

.side-green {
  position: relative;
  bottom: -37px;
  z-index: 2;
}

.side-green img {
  position: absolute;
  right: -100px;
  width: 642px;
  bottom: 0;
  height: 584px;
}

/* banner end */
.about-hp {
  background: var(--primaryColor);
  padding: 110px 0 3px;
  color: var(--white);
}

.about-hp h6 {
  color: var(--secondaryColor);
}

.counter {
  position: relative;
  z-index: 9;
}

.counter h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  color: #fff;
}

.counter p {
  color: var(--offWhite);
}

footer {
  position: relative;
}

.mini-footer {
  padding-top: 20px;
}

.gelta-position {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gelta-position img {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.mini-text p {
  color: var(--grey);
  font-size: 14px;
}

.mini-text ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.mini-text ul li a {
  color: var(--grey);
  text-decoration: none;
}

.mini-text {
  display: flex;
  justify-content: space-between;
}

footer {
  padding: 88px 0 38px;
}

.footer-menu ul li {
  list-style: none;
  padding-bottom: 27px;
}

.footer-menu ul li a {
  color: #162026;
  text-decoration: none;
  transition: var(--transition300easy);
  line-height: 33px;
}

.footer-menu ul li a:hover {
  color: var(--primaryColor);
}

.footer-menu {
  padding-bottom: 30px;
  padding-left: 45px;
}

.footer-text {
  padding-bottom: 24px;
}

.footer-text h6 {
  color: var(--lightGreen);
  font-size: 16px;
  padding-bottom: 4px;
}

.footer-text p,
.footer-text a {
  color: var(--offBlack);
  line-height: 33px;
}

.footer-text a:hover {
  color: var(--primaryColor);
}

a {
  text-decoration: none;
}

.common-block {
  background: var(--primaryColor);
  padding: 129px 90px 157px;
  position: relative;
  overflow: hidden;
}

.common-block .header-btn {
  display: flex;
  align-items: end;
  justify-content: end;
}

.common-block .header-btn a {
  background: rgba(255, 255, 255, 0.16);

  backdrop-filter: blur(32px);
}

.common-block .header-btn:hover a {
  background: var(--secondaryColor);
  color: var(--primaryColor) !important;
}

.common-block .header-btn:hover svg path {
  stroke: var(--primaryColor);
}

.common-block h6 {
  color: var(--secondaryColor);
  font-weight: 600;
  margin: 0;
  padding-bottom: 16px;
  font-family: "Zalando Sans", sans-serif;
}

.common-block h2 {
  color: var(--white);
  font-weight: 400;
  padding-bottom: 4px;
  font-size: 42px;
  line-height: 60px;
}

.common-block p {
  color: var(--white);
}

.common-img {
  position: absolute;
  top: 61%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
}

.general-padding {
  padding: 140px 0;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon img {
  padding: 13px;
}

.capabilities .row .col-6:first-child .icon-block {
  border-right: 1px solid#E0E0E0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  /* 2 rows */
  position: relative;
}

.grid-container::before {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e5e7eb;
  transform: translateX(-50%);
}

.icon-block {
  border-bottom: 1px solid #e5e7eb;
  padding: 38px 29px;
}

.grid-container .icon-block:nth-child(even) {
  padding: 38px 47px;
}

.icon-block:last-child {
  border-bottom: none;
}

.icon-block:nth-child(7) {
  border-bottom: none;
}

.our-services h6 {
  color: var(--lightGreen);
}

.services-flex .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* .services-flex .grid .grid-box {
  height: inherit;
} */
.services-block {
  flex-basis: 50%;
}

.services-block {
  height: 394px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 25 25px 28px;
  position: relative;
  overflow: hidden;
  transition: background 500ms ease-in-out;
}

.services-img img {
  height: 788px;
  width: 100%;
}

.services-block .delta-btn {
  max-width: inherit;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 9;
  position: relative;
}

.services-block span.num {
  color: var(--offGreen);
  font-weight: 600;
}

.services-block h3 {
  padding-top: 16px;
  font-weight: 500;
}

.services-block p {
  opacity: 0;
  transition: var(--transition300easy);
}

.services-block:hover p {
  opacity: 1;
}

.trangle-img {
  position: absolute;
  right: -57px;
  top: 0px;
  opacity: 0;
}

.services-block:hover {
  background: #05625ef7;
  cursor: pointer;
}

.services-block .text {
  position: relative;
  z-index: 9;
}

.services-block:hover .trangle-img {
  animation: fadeInHalf 0.8s ease forwards;
}

.our-services-block {
  align-items: start;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}

/* The left column becomes the sticky wrapper */
.our-services-block .left {
  position: sticky;
  top: 0;
  height: 100vh;
  /* fills viewport while stuck */
  overflow: hidden;
  /* clips the image to the column */
}

/* Image fills the sticky column */
.our-services-block .left .services-img {
  height: 100%;
}

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

.grid-container-i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.our-services,
.white-bg {
  position: relative;
  background: var(--white);
  z-index: 8;
}

.services-block {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.our-services h2 {
  padding-bottom: 60px;
}

.services-block:hover h3 {
  color: var(--white);
}

.services-block:hover span {
  color: var(--secondaryColor);
  font-family: "Zalando Sans", sans-serif;
}

.services-block:hover .delta-btn a span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}

.grey {
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  margin: 0;
  opacity: 9;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100%)); /* if duplicated 3x */
  }
}

/* .carousal-partner .swiper-wrapper {
  animation: scroll 25s linear infinite;
  animation-play-state: running;
} */

.carousal-partner .swiper-wrapper {
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.carousal-partner {
  margin: 86px 0 68px;
}

.partner h6,
.our-protfolio h6 {
  color: var(--offGreen);
  margin: 0;
  padding-bottom: 16px;
}

.btn-grey a {
  color: var(--grey);
}

.btn-grey a span {
  border: 1px solid #e0e0e0;
}

.our-protfolio .btn-grey {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-top: 25px;
}

.our-protfolio .services-flex .grid .grid-box {
  background: inherit;
  position: relative;
  overflow: hidden;
}

.protfolio-img img {
  width: 200px;
  height: 180px;
  object-fit: contain;
}

.our-protfolio .services-block:hover .protfolio-img {
  display: none;
}

.our-protfolio .services-block:hover .hide-block {
  display: block;
}

.hide-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  top: 0;
  transition: opacity 500ms ease-in-out;
}

.hide-block img {
  width: 100%;
  height: 100%;
}

/* Hover effect */
.services-block:hover .hide-block {
  opacity: 1;
}

/* .our-protfolio .services-block:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
} */

.banner-text p {
  color: #f8f9fa;
  font-size: 18px;
}

.protfolio-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-banner {
  padding-top: 140px;
}

.common-banner h6 {
  color: var(--lightGreen);
  margin: 0;
  padding-bottom: 14px;
  font-family: "Zalando Sans", sans-serif;
}

.common-banner h1 {
  color: var(--offBlack);
  font-size: 42px;
  max-width: 540px;
  letter-spacing: 1px;
}

.about-counter {
  padding: 160px 0 157px;
}

.common-banner p {
  color: var(--grey);
  font-size: 18px;
}

.counter-wrap {
  display: flex;
  justify-content: space-between;
}

.counter-wrap .counter p,
.counter-wrap .counter h2 {
  color: var(--offBlack);
}

.about-common {
  padding: 300px 0 160px;
}

.about-common h2 {
  font-size: 62px;
  font-weight: 400;
}

.about-common .common-about-img img {
  position: absolute;
  right: -104px;
  bottom: 0;
}

.col-lg-4:nth-child(1) .core-block {
  padding-left: 0;

  display: inherit;
}

.about-img {
  background: url(../img/about-img.jpg) no-repeat;
  height: 532px;
  background-position: center;
  background-attachment: fixed !important;
  background-size: cover;
  position: relative;
  margin-bottom: -200px;
  z-index: 2;
}

.detail-img-i {
  /* background: url(../img/detail-img.jpg) no-repeat; */
  height: 532px;
  background-position: 50% 0% !important;
  background-size: cover;
  margin: 80px 0 125px;
  background-attachment: inherit !important;
}

.core-block {
  padding: 24px 28px 50px 28px;
  min-height: 394px;
  display: flex;
  flex-direction: column;
}

.core-block h6 {
  color: var(--lightGreen) !important;
  font-family: "Zalando Sans", sans-serif;
  font-size: 16px;
  margin: 0 !important;
  padding-bottom: 16px;
}

.core-block h3 {
  margin: 0;
  padding-bottom: 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.grid-box {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 33px 32px;
  height: 514px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  position: relative;
  transition: var(--transition300easy);
}

h6 {
  color: var(--lightGreen);
}

.grid-box p {
  color: var(--grey);
}

.grid-box:hover .team-img {
  opacity: 1;
}

.grid-box .delta-btn {
  display: flex;
  align-items: end;
  justify-content: end;
  max-width: inherit;
  z-index: 3;
  position: relative;
}

.detail-img {
  padding: 80px 0 100px;
}

.grid-box:hover .delta-btn a span {
  border: 1px solid var(--secondaryColor);
  background: var(--secondaryColor);
}

.team {
  background: #f8f9fa;
  padding: 75px 0 104px;
}

.team .grid {
  margin-top: 40px;
}

.team-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  height: 100%;
  bottom: 0;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.common-banner-text {
  letter-spacing: 1px;
}

.services-listing .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
}

.text p {
  color: var(--offBlack);
}

.team .text p {
  color: #606060;
  font-weight: 500;
}

.team .text h3 {
  margin: 0;
  line-height: 38px;
}

.services-block h3 {
  padding-bottom: 15px;
  margin: 0;
  color: #162026;
  transition: var(--transition300easy);
}

.services-block:hover p {
  color: #e0e0e0;
}

.features .grid-box {
  height: inherit;
}

.features .grid-box p {
  color: var(--grey);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.features .grid-box h4 {
  padding-bottom: 16px;
}

.features h2 {
  padding-bottom: 40px;
  font-size: 30px;
}

.benefits text h2 {
  font-weight: 500;
}

.benefits .benefits-text ul {
  list-style: none;
  padding: 0;
  padding-bottom: 40px;
  margin: 0;
}

.benefits .benefits-text ul li {
  display: flex;
  font-size: 18px;
  padding-bottom: 40px;
  align-items: center;
  color: #606060;
}

.benefits .benefits-text ul li span img {
  width: 26px;
  height: 26px;
}

.benefits .benefits-text ul li span {
  margin: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #e7ff8e;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.features .text {
  padding-bottom: 40px;
}

.features .icon img {
  width: 30px;
  height: 30px;
  padding: 0;
}

.features .grid-box {
  padding: 37px 32px 80px;
}

.features .icon {
  background: #f8f9fa;
  padding: 0;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  margin-bottom: 60px;
}

.features .text h4 {
  color: #162026;
}

.common-back {
  padding-top: 70px;
}

.common-back a {
  color: #162026;
  margin-bottom: 74px;
  display: block;
  transition: var(--lightGreen);
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px;
}

.common-back a svg {
  margin-right: 16px;
}

.two-column p {
  color: var(--grey);
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px;
}

.two-column .col-md-6 {
  padding-right: 60px;
}

.features .grid-box .num {
  color: var(--lightGreen);
  font-weight: 600;
}

.back:hover {
  color: var(--lightGreen);
}

.back:hover svg path {
  stroke: var(--lightGreen);
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
}

.contact-wrapper .info h6 {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
}

.contact-wrapper .info a {
  font-size: 24px;
  color: var(--offBlack);
  transition: var(--transition500);
  font-weight: 500;
}

.contact-wrapper .info a:hover {
  border-bottom: 1px solid #e7ff8e;
}

.terms-block p {
  margin-bottom: 20px;
}

.error-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 170px 0 60px;
}

.error-text h1 {
  font-size: 120px;
  color: var(--offGreen);
  line-height: 76px;
  letter-spacing: 1.5px;
  padding-bottom: 24px;
  font-weight: 400;
}

.error-text p {
  padding: 16px 0 40px;
  max-width: 450px;
  text-align: center;
  font-size: 18px;
}

.capabilities {
  background: #f8f9fa;
  padding: 120px 0 90px;
}

.swiper-scrollbar-container {
  position: relative;
  height: 40px;
}

.swiper-scrollbar-container > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 50;
  height: 3px;
  width: 100%;
}

.protfolio-slider {
  padding-bottom: 20px;
}

.mobile-email {
  display: none;
}

.protfolio-slider .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #046663;
  border-radius: 10px;
  left: 0;
  top: 0;
}

a.absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.swiper-wrapper {
  height: auto !important;
}

.about-common h2 {
  max-width: inherit;
  line-height: 1.3em;
}

.about-text h2 {
  text-align: center;
}

.row .col-md-6:first-child .about-text h2 {
  max-width: 415px;
}

.core-block p {
  color: #606060;
}

.team h2 {
  color: #162026;
}

.team .grid-box {
  height: 442px;
}

.team-img img {
  height: 100%;
}

.partner h2 {
  color: #162026;
}

.our-protfolio {
  padding: 140px 0 100px;
}

.services-listing {
  padding: 120px 0 0 0;
}

.grid .grid-box:first-child h4 {
  max-width: 224px;
}

.portfolio-template-default .features .grid-box {
  display: inline;
}

.portfolio-template-default .features .text h4 {
  padding-top: 16px;
  color: #162026;
}

.terms-block h1 {
  padding-bottom: 32px;
  color: #162026;
  margin: 0;
}

.terms-block p {
  color: #606060;
}

.error-text .header-btn .btn svg {
  margin-left: 10px;
  transition: var(--transition500);
  margin-top: 0;
}

.error-text h3 {
  font-size: 22px;
  margin: 0;
}

.menu-legal-menu-container ul {
  padding: 0;
}

.menu-legal-menu-container ul li {
  padding-right: 60px;
}

.menu-legal-menu-container ul li:last-child {
  padding-right: 0;
}

.menu-legal-menu-container ul li a {
  font-size: 14px;
  position: relative;
  z-index: 9;
}

.our-protfolio .services-block:hover span {
  color: var(--white);
}

.contact-info {
  z-index: 9;
  padding: 80px 0 100px;
}

.about-hp {
  color: #fff;
  font-size: 20px;
  height: 618px;
}

.portfolio-grid .grid-item.hidden {
  display: none;
}

/* Optional: smooth reveal */
.portfolio-grid .grid-item {
  transition: opacity 0.3s ease;
}

.portfolio-grid .grid-item:not(.hidden) {
  opacity: 1;
}

.icon h5 {
  color: #162026;
  line-height: 38px;
}

.about-hp p {
  color: #fff;
  font-size: 20px;
}

.counter p {
  font-size: 16px;
  color: #f8f9fa;
}

.main-common {
  padding-top: 80px;
}

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

.portfolio-flex .swiper {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

/* Animation */
@keyframes fadeInHalf {
  0% {
    opacity: 0;
  }

  28% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.services-listing {
  padding-bottom: 20px;
}

.our-protfolio .load-more-btn {
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 0;
  background: var(--primaryColor);
  padding: 12px 32px;
  border-radius: 0;
  transition: var(--transition500);
  color: var(--white);
  border: none;
  line-height: 33px;
  transition:
    border-color 300ms ease,
    transform 300ms ease,
    background-color 300ms ease,
    color 300ms ease;
  transform-style: preserve-3d;
}

.load-main {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load-main .load-more-btn:hover {
  background: var(--secondaryColor);
  color: var(--primaryColor) !important;
  transform: translate3d(0px, -6px, 0.01px);
}

.carousal-protfolio img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.service-block-swiper {
  width: 100%;
}

.service-block-swiper p {
  display: none;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.icon-block h5 {
  color: #162026;
  line-height: 32px;
  font-size: 20px;
  margin: 0;
}

.partner h6,
.our-protfolio h6,
.services-block span.num,
.features .grid-box .num span {
  font-family: "Zalando Sans", sans-serif;
}

.our-protfolio {
  padding-bottom: 20px;
}

.grid-container .icon-block:first-child {
  margin-top: -29px;
}

.grid-container .icon-block:nth-of-type(2) {
  margin-top: -29px;
}

.portfolio-template-default .features {
  background: #f8f9fa;
  padding: 64px 0 77px;
  margin: 80px 0;
}

.map-wrapper {
  margin: 0 !important;
}

.footer-main .container {
  padding: 0;
}

.core-values .border-light-subtle,
.core-values .border-bottom,
.core-values .border-end {
  border-color: #e0e0e0 !important;
}

.core-values .border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

.core-values .border-end {
  border-right: 1px solid #e0e0e0 !important;
}

.core-values .border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.core-values .border-start {
  border-left: 1px solid #e0e0e0 !important;
}

.single-service .benefits {
  padding: 80px 0 20px;
}

.counter-hp .counter {
  padding-bottom: 154px;
}

.about-hp .about-hp-text {
  padding-top: 60px;
}

.benefits-text h2 {
  padding-bottom: 60px;
}

.detail-img img {
  height: 702px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousal-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .our-protfolio {
  padding: 80px 0 80px;
}

.services-listing.general-padding {
  padding-bottom: 20px;
}

.core-values {
  padding: 120px 0 106px;
}

.page-id-227 .carousal-partner {
  margin: 84px 0 0;
}

.page-id-227 .partner {
  padding: 100px 0 0 0;
}

.result-slider-container .result-next::after {
  content: "";
  min-width: 18.4px !important;
  min-height: 18.4px !important;
  background: url(../img/arrow-right.svg);
}

.result-slider-container .swiper-button-next,
.result-slider-container .swiper-button-prev {
  right: 48px;
  left: auto;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

/* .result-next::before {
  content: "" !important;
  min-width: 18.4px !important;
  min-height: 18.4px !important;
  background: url("https://green-delta.wecreatelabs.com.hk/wp-content/uploads/2025/12/arrow-right.svg");
} */

.drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: #e7ff8e;
  color: #162026;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.result-slider-container .carousal-protfolio {
  cursor: pointer;
}

.services-block .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #e0e0e0;
}

.portfolio-flex {
  padding-top: 40px;
}

.menu-legal-menu-container {
  display: flex;
  align-items: center;
}

.menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
}

.about-hp-text .delta-btn {
  padding-top: 60px;
}

.footer-text h6 {
  font-family: "Zalando Sans", sans-serif;
}

.team h6 {
  padding-bottom: 16px;
}

.protfolio-slider .swiper-scrollbar {
  background: #e0e0e0;
}

.counter-hp .row {
  display: flex;
  justify-content: space-between;
}

.counter-hp .col-6:nth-child(2) .counter,
.counter-hp .col-6:nth-child(4) .counter {
  padding-left: 90px;
}

.counter small {
  line-height: 1;
  font-size: 30px;
}

.counter p {
  padding-right: 0;
}

/* service card */
/* Container styling */
.service-cards-block .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Base Grid Structure (4 Columns) */
.service-cards-block .row-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards */
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 125px;
}

.service-card {
  width: 100%; /* Allows grid to control width */
  max-width: 315px; /* Ensures card doesn't exceed design size */
  justify-self: center; /* Centers card in its grid cell */
}

.service-card-img {
  position: relative;
  width: 100%;
  height: 295px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Positioning the Delta Button */
.service-card-img .delta-btn {
  position: absolute;
  bottom: 20px;
  right: 35px;
  z-index: 5;
}

.service-card-img .delta-btn a {
  border: 1px solid #e4e4e4;
  width: 74px;
  height: 74px;
  background-color: #e4e4e400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.service-card-img .delta-btn a:hover {
  border: 1px solid var(--secondaryColor);
  transform: scale(1.1);
  background-color: var(--secondaryColor);
}

/* Typography */
.service-card-content {
  padding: 16px 0;
}

.service-card-content h5 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #162026;
}

.service-card-content p {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #606060;
}

/* Responsive Logic */

/* Tablet: From 1200px down to 768px -> 2 columns, 2 rows */
@media (max-width: 1200px) {
  .service-cards-block .row-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: Under 768px -> 1 column */
@media (max-width: 768px) {
  .service-cards-block .row-grid {
    grid-template-columns: 1fr;
  }
}

.contact-banner {
  background-image:
    linear-gradient(
      180deg,
      rgba(1, 34, 33, 0.85) 0%,
      rgba(2, 79, 77, 0.85) 100%
    ),
    url(https://green-delta.wecreatelabs.com.hk/wp-content/uploads/2026/02/contactbackground-1-scaled.jpg);
  background-position-x: right;
  background-size: cover;
  background-position-y: center;
  height: 540px;
  position: relative;
}

.contact-banner .side-green {
  position: absolute;
  bottom: 0px;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.contact-banner .side-green img {
  position: relative;
  translate: 42%;
  height: 248px;
}

.contact-banner .common-banner :is(h1, p) {
  color: var(--white);
}

.contact-banner .contact-wrapper .info h6 {
  color: var(--white);
  line-height: 3em;
  font-weight: 300;
}

.contact-wrapper {
  padding-right: 80px;
  position: relative;
  z-index: 9;
}

.contact-banner .contact-wrapper .info a {
  color: var(--white);
}

.contact-banner .contact-wrapper .info a:hover {
  color: #e7ff8e;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .contact-banner .general-padding {
    padding: 0px 0 !important;
  }

  .contact-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0;
  }

  .contact-banner .side-green img {
    bottom: 0;
    translate: 23%;
  }
}

@media (max-width: 1200px) {
  .contact-banner .general-padding {
    padding: 60px 0;
  }
}
