.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-8 {
  top: 2rem;
}

.z-\[24px\] {
  z-index: 24px;
}

.z-\[30\] {
  z-index: 30;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-\[29\%\] {
  margin-top: -29%;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[37px\] {
  margin-bottom: 37px;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[158\.75px\] {
  height: 158.75px;
}

.h-\[71px\] {
  height: 71px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[93vh\] {
  height: 93vh;
}

.h-\[inherit\] {
  height: inherit;
}

.h-\[initial\] {
  height: initial;
}

.h-screen {
  height: 100vh;
}

.h-\[104vh\] {
  height: 104vh;
}

.w-\[158\.75px\] {
  width: 158.75px;
}

.w-\[223px\] {
  width: 223px;
}

.w-\[516px\] {
  width: 516px;
}

.w-\[540px\] {
  width: 540px;
}

.w-\[626px\] {
  width: 626px;
}

.w-\[647px\] {
  width: 647px;
}

.w-\[650px\] {
  width: 650px;
}

.w-\[714px\] {
  width: 714px;
}

.w-\[71px\] {
  width: 71px;
}

.w-\[784px\] {
  width: 784px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-\[37\%\] {
  flex-basis: 37%;
}

.basis-\[63\%\] {
  flex-basis: 63%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[50px\] {
  gap: 50px;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#311403\] {
  --tw-border-opacity: 1;
  border-color: rgb(49 20 3 / var(--tw-border-opacity, 1));
}

.border-\[\#4E2613\] {
  --tw-border-opacity: 1;
  border-color: rgb(78 38 19 / var(--tw-border-opacity, 1));
}

.border-\[\#F6D1AB\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 209 171 / var(--tw-border-opacity, 1));
}

.bg-\[\#002E4D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0E7A7D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 122 125 / var(--tw-bg-opacity, 1));
}

.bg-\[\#311403\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 20 3 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4E2613\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 38 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8A3E24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 62 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#97CFCB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 207 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D88943\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 137 67 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6D1AB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 209 171 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBF7F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF8F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 243 / var(--tw-bg-opacity, 1));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-\[0px\] {
  padding-bottom: 0px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[22rem\] {
  padding-bottom: 22rem;
}

.pb-\[23px\] {
  padding-bottom: 23px;
}

.pb-\[38px\] {
  padding-bottom: 38px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[41px\] {
  padding-bottom: 41px;
}

.pb-\[74px\] {
  padding-bottom: 74px;
}

.pb-\[85px\] {
  padding-bottom: 85px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[115px\] {
  padding-top: 115px;
}

.pt-\[21px\] {
  padding-top: 21px;
}

.pt-\[22px\] {
  padding-top: 22px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[79px\] {
  padding-top: 79px;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[33px\] {
  font-size: 33px;
}

.text-\[62px\] {
  font-size: 62px;
}

.text-\[64px\] {
  font-size: 64px;
}

.text-\[68px\] {
  font-size: 68px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[77\%\] {
  line-height: 77%;
}

.leading-\[92\%\] {
  line-height: 92%;
}

.leading-\[95\%\] {
  line-height: 95%;
}

.leading-\[97\%\] {
  line-height: 97%;
}

.leading-\[initial\] {
  line-height: initial;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-\[\#0E3545\] {
  --tw-text-opacity: 1;
  color: rgb(14 53 69 / var(--tw-text-opacity, 1));
}

.text-\[\#0E7A7D\] {
  --tw-text-opacity: 1;
  color: rgb(14 122 125 / var(--tw-text-opacity, 1));
}

.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.text-\[\#2D2D2D\] {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

.text-\[\#311403\] {
  --tw-text-opacity: 1;
  color: rgb(49 20 3 / var(--tw-text-opacity, 1));
}

.text-\[\#4E2613\] {
  --tw-text-opacity: 1;
  color: rgb(78 38 19 / var(--tw-text-opacity, 1));
}

.text-\[\#4E9EA3\] {
  --tw-text-opacity: 1;
  color: rgb(78 158 163 / var(--tw-text-opacity, 1));
}

.text-\[\#F6D1AB\] {
  --tw-text-opacity: 1;
  color: rgb(246 209 171 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

.post,
.page {
  margin: 0 0 0em !important;
}

body {
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #FBF7F1 !important;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --primary-color: #311403;
  --secondary-color: #97CFCB;
  --tertiary-color: #FBF7F1;
}

p,
a,
li {
  font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NiveauGrotesk";
}

@font-face {
  font-family: "NiveauGrotesk";

  src: url('./fonts/NiveauGroteskBlack.woff2') format('woff2'),
    url('./fonts/NiveauGroteskBlack.woff') format('woff'),
    url('./fonts/NiveauGroteskBlack.ttf') format('ttf'),
    url('./fonts/NiveauGroteskBlack.otf') format('otf'),
    url('./fonts/NiveauGroteskBlack.eot') format('eot'),
    url('./fonts/NiveauGroteskBlack.svg') format('svg');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "NiveauGroteskRegular";

  src: url('./fonts/NiveauGroteskRegular.woff2') format('woff2'),
    url('./fonts/NiveauGroteskRegular.woff') format('woff'),
    url('./fonts/NiveauGroteskRegular.ttf') format('ttf'),
    url('./fonts/NiveauGroteskRegular.eot') format('eot'),
    url('./fonts/NiveauGroteskRegular.svg') format('svg');

  font-weight: normal;

  font-style: normal;
}

#mainHeader {
  top: 0px;
  width: 100%;
  transition: top 0.3s ease-in-out;
  border: 3px solid var(--primary-color);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

  &.sticky {
    top: 0px;
    z-index: 100;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: sticky;
    opacity: 1;
    transform: translateY(0);
  }

  &.hide {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    /* Prevent interaction when hidden */
  }
}

#banner {
  a {
    transform: rotate(-10.35deg);

    span {
      transform: rotate(10deg);
    }
  }

  .getintouch {
    position: relative;
    z-index: 24;
    background: #97CFCB;
    border: 2px solid #311403;
    box-shadow: -4px 5px 0px #311403;

    &:hover {
      background-color: rgb(205 111 70) !important;
      color: #fff !important;

      span {
        color: #fff !important;
      }
    }
  }
}

#branding-section {
  .branding-wrapper {
    z-index: 24;
    background-color: var(--tertiary-color);
    display: flex !important;
    transition: transform 0.9s ease-in-out;
    position: relative;

    &::before {
      background-image: url('../../images/branding-section.png');
      background-size: cover;
      background-position: center;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      display: block;
      width: 100%;
      height: 100%;
    }
  }

  .branding-feature-worksection {
    background-color: var(--tertiary-color);
    transition: transform 0.3s linear;
    /* Fast & smooth movement */
  }

  .branding-feature-worksection {
    position: relative;
    z-index: 25;
    transition: transform 0.9s ease-in-out;
  }

  &.scrolled .branding-wrapper {}

  &.scrolled .branding-feature-worksection {
    transform: translateY(-100%);
  }
}

.main-btn {
    min-height: 57px;
}

/* .main-btn {
  position: relative;
  z-index: auto;
  border: 1px solid var(--primary-color);
  overflow: visible;
  transition: 0.5s;
  cursor: pointer;
  background: #97CFCB;
  border: 2px solid #311403;
  box-shadow: -4px 4px 0px #303030;
  border-radius: 100px;
  &:hover {
    background-color: rgb(205 111 70) !important;
    color: #fff !important;
  }
  &:visited {
    color: #311403 !important;
  }
} */



#peopleTalking {
  li {
    font-family: "NiveauGrotesk";
  }
}

#ourApproach {
  position: relative;
  z-index: 24;

  .img-div {
    border-radius: 0px 0px 58px 0px;

    img {
      border: 2px solid var(--primary-color);
      border-radius: 0px 0px 58px 0px;
    }
  }

  .our-approach-list {
    span {
      &:nth-child(1) {
        background: #E57C4E;
        border-radius: 11px;
        transform: rotate(-9.92deg);
        position: absolute;
        left: -15.44%;
        right: 43.77%;
        top: 0;
        bottom: 0;
        height: 72.78px;
        width: 211.1px;
        font-family: "NiveauGrotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 116%;
        text-align: center;
        color: #532205;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 13%;

        &::before {
          content: '';
          position: absolute;
          border: 1px solid #532205;
          display: block;
          width: 93%;
          height: 82%;
          border-radius: 7px;
        }
      }

      &:nth-child(2) {
        border: 1px solid #0E3545;
        background: #D0EBE8;
        transform: rotate(-7.31deg);
        border-radius: 11px;
        position: absolute;
        left: 4.56%;
        right: 43.77%;
        top: 0;
        bottom: 0;
        border: 1px solid #532205;
        width: 231px;
        height: 99px;
        font-family: "NiveauGrotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 116%;
        text-align: center;
        border-radius: 50%;
        color: #0E3545;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      &:nth-child(3) {
        border: 1px solid #D0EBE8;
        transform: matrix(0.99, -0.12, 0.14, 0.99, 0, 0);
        background: #0E3545;
        position: absolute;
        left: 24.56%;
        right: 43.77%;
        top: 120px;
        bottom: 0;
        width: 126px;
        height: 126px;
        font-family: "NiveauGrotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 116%;
        text-align: center;
        border-radius: 50%;
        color: #D0EBE8;
        display: flex;
        align-items: center;
        justify-content: center;

        &::before {
          content: '';
          position: absolute;
          border: 1px solid #D0EBE8;
          display: block;
          width: 93%;
          height: 92%;
          border-radius: 50%;
        }
      }

      &:nth-child(4) {
        background: #AF573C;
        border-radius: 11px;
        transform: rotate(12.98deg);
        position: absolute;
        left: 39.56%;
        right: 43.77%;
        top: -59px;
        bottom: 0;
        height: 72.78px;
        width: 211.1px;
        font-family: "NiveauGrotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 116%;
        text-align: center;
        color: #F6D1AB;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 13%;

        &::before {
          content: '';
          position: absolute;
          border: 1px solid #F6D1AB;
          display: block;
          width: 93%;
          height: 82%;
          border-radius: 7px;
        }
      }

      &:nth-child(5) {
        transform: matrix(0.99, -0.12, 0.13, 0.99, 0, 0);
        background: #97CECB;
        transform: rotate(-7.31deg);
        border-radius: 11px;
        position: absolute;
        left: 64.56%;
        right: 43.77%;
        top: 60px;
        bottom: 0;
        width: 231px;
        height: 99px;
        font-family: "NiveauGrotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 116%;
        text-align: center;
        border-radius: 50%;
        color: #0E3545;
        display: flex;
        align-items: center;
        justify-content: center;

        &::before {
          content: '';
          position: absolute;
          border: 1px solid #0E3545;
          display: block;
          width: 93%;
          height: 82%;
          border-radius: 50%;
        }
      }
    }
  }

  &::after {
    background-image: url('../../images/our-approach-bg.webp');
    background-repeat: no-repeat;
    background-size: 1090px;
    background-position: 100% 71%;
    content: '';
    position: absolute;
    top: 380px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin-top: 0px;
  }
}

#makingWave {
  position: relative;
  z-index: 24;
  overflow: hidden;
  padding-bottom: 18rem;

  .img-div {
    border-radius: 0px 0px 0px 58px;

    img {
      border: 2px solid var(--primary-color);
      border-radius: 0px 0px 0px 58px;
    }
  }

  &::before {
    background-image: url('../../images/making-wave-bg.webp');
    background-repeat: no-repeat;
    background-position: 0% 0%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin-top: 13%;
  }

  .makingWave-content {
    text-align: left;
    width: 48%;
  }

  .makingWave-img {
    width: 50%;

    img {
      width: 90%;
      max-width: 100%;
      float: right;
    }
  }
}

#outTeam {
  .member-wrapper {
    .memberimg-wrapper {
      border: 6px solid #FFFFFF;
      box-shadow: 0px 4px 20px rgba(49, 20, 3, 0.15);
    }

    &:nth-child(even) {
      .memberimg-wrapper {
        transform: rotate(3.3deg);
      }
    }

    &:nth-child(odd) {
      .memberimg-wrapper {
        transform: rotate(-2.47deg);
      }
    }
  }
}

#footer {
  overflow: hidden;
  color: #F6D1AB;

  .footer-links {
    ul {
      list-style: none;
      margin: 0px;
      padding: 0px;

      li {
        padding-bottom: 14px;

        a {
          text-transform: uppercase;
          color: #F6D1AB;
          text-decoration: none;
        }
      }
    }
  }
}

#ourWork {
  .work-slider-wrapper {
    overflow: visible;
    border-radius: 5px;
    position: relative;
    z-index: 2;

    &::after {
      content: '';
      position: absolute;
      border: 2px solid #000;
      width: 100%;
      height: 99%;
      left: 16px;
      right: 0;
      z-index: -1;
      display: block;
      top: 30px;
      bottom: 0;
      border-radius: 5px;
      background: #fbf7f1;
    }

    &::before {
      content: '';
      position: absolute;
      border: 2px solid #000;
      width: 100%;
      height: 98%;
      left: 34px;
      right: 0;
      z-index: -1;
      display: block;
      top: 60px;
      bottom: 0;
      border-radius: 5px;
      overflow: hidden;
      background: #fff8f3;
    }

    .swiper {
      border: 2px solid #000;
      border-radius: 5px;
    }
  }

  .swiper-slide {
    height: initial !important;
  }
}

#whatwedo {
  position: relative;
  z-index: 24;
  background-image: url('../../images/whatwedo-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 32% 15%;
}

#marketingAgency {
  margin-top: -4%;
  position: relative;
  z-index: 24;

  &::before {
    background-repeat: no-repeat;
    background-image: url('../../images/marketingAgency.png');
    background-size: 550px;
    background-position: 100% 71%;
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin-top: 0px;
  }

  h2 {
    position: relative;

    &::before {
      background-repeat: no-repeat;
      background-image: url('../../images/Quality.png');
      content: '';
      position: absolute;
      top: 0;
      left: auto;
      right: 80px;
      bottom: 130px;
      z-index: -1;
      height: 144px;
      width: 142px;
      margin-top: -60px;
    }
  }
}

#goodWeDo {
  .quote-box {
    background: #FBF7F1;
    border: 2px solid #311403;
    box-shadow: -4px 4px 0px #311403;
  }
}

.slider-navigation {
  display: flex;
  justify-content: end;
  gap: 40px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  /* Default Swiper icons hide karna */
}

#popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(49 20 3 / 50%);
  /*   background-color: rgba(4, 9, 71, 0.8); */
  align-content: center;

  .wpforms-container {

    .wpforms-field,
    .wp-core-ui div.wpforms-container .wpforms-field {
      padding: 8px 0 !important;
    }
  }

  .popup-content {
    background: #FCECD4;
    margin: 2% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;

    h3 {
      text-align: center;
      font-size: 40px;
      font-weight: 900;
      text-transform: capitalize;
      margin-bottom: 9px;
      line-height: 40px;
      color: rgb(49 20 3);
      font-family: "NiveauGrotesk" !important;
    }

    h2,
    p {
      color: black;
    }
  }

  #wpforms-submit-80 {
    width: auto !important;
    font-size: 18px !important;
    box-shadow: -2px 5px 1px #303030;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    border-radius: 100px;
    color: #0E3545 !important;
  }
}

ul#header-menu .main-button {
  width: -moz-max-content !important;
  width: max-content !important;
}

#wpforms-80-field_7 {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
}

.wpforms-field-checkbox ul {
  display: flex !important;
  justify-content: center !important;
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  row-gap: 0px !important;
}

.wpforms-field-label-inline {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0px !important;
  font-family: "Inter", serif;
}

#wpforms-80-field_7_4,
#wpforms-80-field_7_3,
#wpforms-80-field_7_2,
#wpforms-80-field_7_1 {
  margin-right: 0px !important;
  margin-top: 0 !important;
}

.wpforms-field-checkbox input[type="checkbox"] {
  margin-right: 8px !important;
  cursor: pointer !important;
}

.wpforms-field textarea {
  height: 70px !important;
}

#wpforms-80 {
  padding: 10px 0px !important;
}

.close {
  /*     color: #FBF7F1; */
  color: rgb(26 26 26);
  float: none;
  font-size: 22px !important;
  font-weight: bold;
  cursor: pointer;
  /*     background: #040947; */
  background: #97CFCB;
  width: auto;
  padding: 8px 0px !important;
  border-radius: 50%;
  position: absolute;
  right: 2%;
  z-index: 2;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    color: #FBF7F1;
    background-color: rgb(205 111 70);
  }
}

.wpforms-field input[type="tel"] {
  padding-left: 50px !important;
}

#wpforms-80-field_7-container legend {
  margin: 0;
}


#popup .close:active {
  transform: translateY(5px) translatex(-2px) !important;
}

#popup #wpforms-submit-80:active {
  border: 0px;
  box-shadow: 0px 0px 1px #303030;
  transform: translateY(5px) translatex(-2px) !important;
}

#popup #wpforms-submit-80:focus {
  --wpforms-button-background-color: transparent !important;
}

/* form styling start */

#popup #wpforms-80 {
  width: auto;
  margin: 0 auto;
  padding: 30px 0;
  background: transparent;
  padding-top: 0px;
}

#popup .wpforms-container {
  background-color: #e6fbf8;
  padding: 30px;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}

#popup .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#popup input::-moz-placeholder {
  color: #040947;
  opacity: 1;
}

#popup input::placeholder {
  color: #040947;
  opacity: 1;
}

#popup #wpforms-80-field_4::-moz-placeholder,
#popup #wpforms-80-field_5::-moz-placeholder,
#popup #wpforms-80-field_2::-moz-placeholder,
#popup #wpforms-80-field_3::-moz-placeholder,
#popup #wpforms-80-field_6::-moz-placeholder,
#popup #wpforms-80-field_8::-moz-placeholder,
#popup #wpforms-80-field_1::-moz-placeholder {
  color: #040947;
  opacity: 1;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: "Inter", serif;
}

#popup #wpforms-80-field_4::placeholder,
#popup #wpforms-80-field_5::placeholder,
#popup #wpforms-80-field_2::placeholder,
#popup #wpforms-80-field_3::placeholder,
#popup #wpforms-80-field_6::placeholder,
#popup #wpforms-80-field_8::placeholder,
#popup #wpforms-80-field_1::placeholder {
  color: #040947;
  opacity: 1;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: "Inter", serif;
}

#popup .wpforms-field input[type="text"],
#popup .wpforms-field input[type="email"],
#popup .wpforms-field input[type="url"],
#popup .wpforms-field select {
  background-color: #FFFFFF !important;
  border: none !important;
  padding: 10px !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  color: #040947;
  font-weight: 700;
  font-family: "Inter", serif;
}

#popup .wpforms-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

#popup .wpforms-field input::-moz-placeholder {
  color: #90b6ae;
}

#popup .wpforms-field input::placeholder {
  color: #90b6ae;
}

#popup .wpforms-field textarea {
  grid-column: span 3;
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px !important;
  font-size: 16px !important;
  box-sizing: border-box;
  height: 120px;
  resize: none !important;
  max-width: 100% !important;
  font-weight: 700;
}

#popup #wpforms-80-field_1-container,
#popup #wpforms-80-field_2-container,
#popup #wpforms-80-field_3-container {
  grid-column: span 1;
}

#popup #wpforms-80-field_4-container,
#popup #wpforms-80-field_5-container,
#popup #wpforms-80-field_6-container {
  grid-column: span 1;
}

#popup .wpforms-field-checkbox ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 20px 0;
}

#popup .wpforms-field-checkbox li {
  display: flex;
}

#popup .wpforms-field-checkbox input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

#popup .wpforms-field-label-inline {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  margin: 4px;
}

#popup #wpforms-80-field_7-container {
  grid-column: span 3;
  text-align: center;
}

#popup .wpforms-submit-container {
  grid-column: span 3;
  text-align: center;
}

#popup .wpforms-submit {
  background-color: #0d1037;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

#popup .wpforms-submit:hover {
  background-color: #1e2b5f;
}

#popup .wpforms-field-container>div {
  margin-bottom: 0;
}

#popup .wpforms-field input,
#popup .wpforms-field select {
  height: 45px;
}

#popup #wpforms-80-field_7-container legend {
  font-size: 16px;
  text-align: center;
  grid-column: span 3;
  padding-bottom: 0px;
  color: #040947;
  font-weight: 700;
  float: none;
  font-family: "Inter", serif;
}

#popup #wpforms-80-field_7 {
  display: flex;
  margin-bottom: 0px;
}

#popup div#wpforms-80-field_8-container {
  grid-column: span 3;
  text-align: center;
}

#popup #wpforms-submit-80 {
  /*   background: #040947;
  color: #cdf6eb; */
  background: #97CFCB;
  color: rgb(26 26 26);
  font-weight: 600;
  width: 45%;
  height: 50px;
  font-size: 24px;
  font-family: "NiveauGrotesk";
}

#popup #wpforms-submit-80:hover {
  background-color: rgb(205 111 70);
  color: #fff;
}

#popup #wpforms-80-field_7 li {
  margin-bottom: 0px;
  align-items: center;
}

#popup #wpforms-80-field_7_4,
#popup #wpforms-80-field_7_3,
#popup #wpforms-80-field_7_2,
#popup #wpforms-80-field_7_1 {
  margin-right: 25px;
  margin-top: -5px;
}

#popup #wpforms-80-field_7_4::before,
#popup #wpforms-80-field_7_3::before,
#popup #wpforms-80-field_7_2::before,
#popup #wpforms-80-field_7_1::before {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: none;
}

#popup #wpforms-80-field_7_4::after,
#popup #wpforms-80-field_7_3::after,
#popup #wpforms-80-field_7_2::after,
#popup #wpforms-80-field_7_1::after {
  width: 40px;
  height: 25px;
}

#popup .wpforms-field input[type="tel"] {
  background-color: #FFFFFF !important;
  border: none !important;
  padding: 10px !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  color: #040947;
  font-weight: 700;
  padding-left: 50px !important;
}

#popup .wpforms-field input,
#popup .wpforms-field select {
  height: 45px !important;
}

#popup #wpforms-80-field_7_4::before,
#popup #wpforms-80-field_7_3::before,
#popup #wpforms-80-field_7_2::before,
#popup #wpforms-80-field_7_1::before {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: none;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
  padding-inline-start: 42px !important;
  margin: 0;
  line-height: 1.3;
}

.chips-row {
  flex-wrap: wrap;
}

.chips-row span {
  font-family: "NiveauGroteskRegular" !important;
  letter-spacing: -0.05em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 97%;
  color: #311403;
  text-transform: uppercase;
}

.worktext p {
  font-size: 18px;
  line-height: 150%;
  color: #311403;
}

@media (max-width: 1680px) and (min-width: 1365px) {
  #makingWave {
    padding-bottom: 6rem;

    .makingWave-img {
      img {
        width: 85%;
      }
    }

    &::before {
      margin-top: 10%;
    }
  }
}

@media screen and (max-width: 1024px) {
  .container-wrapper {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #banner {
    h1 {
      zoom: 0.8;
    }
  }

  .branding-wrapper {
    h2 {
      zoom: 0.8;
    }
  }

  #marketingAgency {
    padding-bottom: 198px;
    overflow: hidden;

    &::before {
      background-position-x: 100%;
      background-image: url(../../images/marketingAgency-mobile.svg);
      background-position-y: bottom;
      top: 9%;
      background-size: auto;
    }
  }

  #makingWave {
    overflow: unset;

    &::before {
      background-position: 0% 91%;
      top: 350px;
      background-size: 790px;
    }

    .makingWave-content {
      text-align: left;
      width: 100%;
    }

    .makingWave-img {
      width: 100%;
      position: relative;

      img {
        width: 1000%;
        max-width: 100%;
        float: unset;
      }
    }
  }

  #ourApproach {
    padding-bottom: 610px !important;

    & .our-approach-list {
      & span {
        &:nth-child(1) {
          left: 4.56%;
          margin-top: 33%;
          zoom: 0.8;
        }

        &:nth-child(2) {
          left: 29.56%;
          zoom: 0.8;
        }

        &:nth-child(3) {
          left: 60.56%;
          top: 140px;
          zoom: 0.8;
        }

        &:nth-child(4) {
          left: 3.56%;
          right: 62.77%;
          top: 221px;
          zoom: 0.8;
        }

        &:nth-child(5) {
          left: 34.56%;
          right: 23.77%;
          top: 420px;
          zoom: 0.8;
        }
      }
    }

    &::after {
      background-size: 550px;
      background-position: 43% 128%;
      top: 0px;
    }
  }

  #ourWork {
    & .work-slider-wrapper {
      &::after {
        left: 10px;
      }

      &::before {
        left: 18px;
      }
    }
  }

  #marketingAgency {
    & h2 {
      &::before {
        right: -10px;
      }
    }
  }

  #branding-section {
    &.scrolled .branding-wrapper {}

    &.scrolled .branding-feature-worksection {
      transform: translateY(-65%);
    }

    .branding-wrapper {
      overflow: hidden;
      padding-top: 173px !important;

      &::before {
        background-image: url(../../images/branding-purpose-before-mobile.svg);
        background-repeat: no-repeat;
        background-size: 1110px;
        background-position: 17% 4%;
        margin-top: -101%;
      }
    }
  }

  #footer {
    .footer-links {
      ul {
        li {
          padding-bottom: 19px;
        }
      }
    }
  }

  #outTeam {
    padding-top: 75px;
  }

  #branding-section {
    gap: 0px !important;
    margin-bottom: 0px !important;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--cards), var(--cardHeight));
    gap: var(--cardMargin);
  }

  .card {
    padding-top: 0px !important;
  }

  #card1 {
    padding-top: calc(var(--index)* var(--cardTopPadding)) !important;
  }
}

@media (max-width: 500px) and (min-width: 390px) {
  #branding-section {
    padding-bottom: 322px !important;
  }
}

@media (max-width: 380px) and (min-width: 300px) {
  #branding-section {
    padding-bottom: 490px !important;
  }
}

.visited\:text-\[\#F6D1AB\]:visited {
  color: rgb(246 209 171);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#97CFCB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 111 70 / var(--tw-bg-opacity, 1));
      color: #ffffff;
}

.hover\:text-\[\#F6D1AB\]:hover {
  --tw-text-opacity: 1;
  color: rgb(246 209 171 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .max-lg\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .max-lg\:leading-\[92\%\] {
    line-height: 92%;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:-top-\[3rem\] {
    top: -3rem;
  }

  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .max-md\:m-auto {
    margin: auto;
  }

  .max-md\:-mt-\[46\%\] {
    margin-top: -46%;
  }

  .max-md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:grid {
    display: grid;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[131vh\] {
    height: 131vh;
  }

  .max-md\:h-auto {
    height: auto;
  }

  .max-md\:h-full {
    height: 100%;
  }

  .max-md\:w-\[100\%\] {
    width: 100%;
  }

  .max-md\:w-\[90\%\] {
    width: 90%;
  }

  .max-md\:w-\[96\%\] {
    width: 96%;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .max-md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .max-md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-start {
    align-items: flex-start;
  }

  .max-md\:justify-start {
    justify-content: flex-start;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:gap-2 {
    gap: 0.5rem;
  }

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

  .max-md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .max-md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .max-md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-md\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .max-md\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .max-md\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .max-md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .max-md\:pb-\[270px\] {
    padding-bottom: 270px;
  }

  .max-md\:pb-\[760px\] {
    padding-bottom: 760px;
  }

  .max-md\:pl-\[20px\] {
    padding-left: 20px;
  }

  .max-md\:pt-0 {
    padding-top: 0px;
  }

  .max-md\:pt-\[10px\] {
    padding-top: 10px;
  }

  .max-md\:pt-\[20px\] {
    padding-top: 20px;
  }

  .max-md\:pt-\[4px\] {
    padding-top: 4px;
  }

  .max-md\:pt-\[74px\] {
    padding-top: 74px;
  }

  .max-md\:text-\[14px\] {
    font-size: 14px;
  }

  .max-md\:text-\[15px\] {
    font-size: 15px;
  }

  .max-md\:text-\[16px\] {
    font-size: 16px;
  }

  .max-md\:text-\[18px\] {
    font-size: 18px;
  }

  .max-md\:text-\[33px\] {
    font-size: 33px;
  }

  .max-md\:text-\[63px\] {
    font-size: 63px;
  }

  .max-md\:text-\[68px\] {
    font-size: 68px;
  }

  .max-md\:text-\[75px\] {
    font-size: 75px;
  }

  .max-md\:text-\[81px\] {
    font-size: 81px;
  }

  .max-md\:leading-\[normal\] {
    line-height: normal;
  }
}

@media (min-width: 768px) {
  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:text-\[109px\] {
    font-size: 109px;
  }

  .md\:text-\[132px\] {
    font-size: 132px;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}

#branding-section {
  list-style: none;
  padding-left: 0;
  display: grid;

  padding-bottom: calc(var(--cards) * var(--cardTopPadding));

}

#card1 {
  --index: 1;
}

#card2 {
  --index: 2;
}

.card {
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--cardTopPadding));
  width: 100%;
}

#card1 .card-body {
  background-color: #52b2cf;
}

#card2 .card-body {

  background-color: #e5a36f;
}

#card3 .card-body {
  background-color: #9cadce;
}

#card4 .card-body {
  background-color: #d4afb9;
}

.card-body {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  height: var(--cardHeight);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.uvp-cards-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 80px 0px; */
  padding: 0px 0px 40px 0px;
  ;

}

.uvp-cards-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 25px;
  width: 100%;
  max-width: 1280px;
  height: 100%;
}

.uvp-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid;
  border-radius: 10px;
  padding: 30px 20px;
  width: 33%;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.uvp-icon {
  width: 24px;
  margin-right: 10px;
  margin-top: 5px;
}

.uvp-card h3 {
  /* margin: 0 0 10px;
    height: 85px; */
  font-size: 33px;
  padding-bottom: 20px;
  line-height: initial;
  color: #404040;

}

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

.uvp-card-1 .uvp-card-content,
.uvp-card-2 .uvp-card-content {
  gap: 40px;
}

.uvp-card p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4;
}

#whatwedo .bg-\[\#FBF7F1\] {
  background-image: linear-gradient(120deg, #96CFCE, #D1EBE7);
}

.uvp-card {
  background-image: linear-gradient(120deg, #96CFCE, #D1EBE7);
}

#services-items > div:last-child h3 {
  line-height: normal;
}

#popup .wpforms-field-checkbox input[type="checkbox"]::after
{
  left: -6px;
  top: 0px;
  width: 30px !important;
  height: 10px !important;
}

@media (max-width: 1024px) and (min-width: 768px) {

  #marketingAgency .flex-row {
    flex-direction: column;
  }
  .uvp-cards-wrapper {
    flex-direction: column;
  }

  .uvp-card {
    width: 100%;
  }

  .uvp-cards-section {
    padding: 0px 0px 20px 0px;
  }
}

/* mobile media query */
@media (max-width: 767px) and (min-width: 320px) {
  .uvp-cards-wrapper {
    flex-direction: column;
  }

  .uvp-card {
    width: 100%;
  }

  .uvp-cards-section {
    padding: 0px 0px 20px 0px;
  }
}