/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Space Grotesk", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy-blue: #000534;
    --color-lime-green: #b9ff66;
    --color-dark-grey: #292a32;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-auto {
    height: auto;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[250px\] {
    width: 250px;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-dark-grey {
    background-color: var(--color-dark-grey);
  }
  .fill-current {
    fill: currentcolor;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-lime-green {
    color: var(--color-lime-green);
  }
  .text-navy-blue {
    color: var(--color-navy-blue);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-lime-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-lime-green);
      }
    }
  }
  .hover\:text-lime-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-lime-green);
      }
    }
  }
  .hover\:text-navy-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-navy-blue);
      }
    }
  }
}
:root {
  --navy-blue: #000534;
  --lime-green: #b9ff66;
  --card-bg-grey: #f3f3f3;
  --dark-grey: #292a32;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: var(--navy-blue);
}
li {
  list-style: none;
}
body {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 2rem 7rem;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
button {
  padding: 1rem 2rem;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}
input {
  outline: none;
  font-size: 16px;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
header {
  position: fixed;
  padding: 1rem;
  top: 0;
  left: 0;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  z-index: 1000;
  transition: transform 0.8s ease-in-out;
  background-color: #fff;
}
.hidden_header {
  transform: translateY(-100%);
}
header .logo a img {
  width: 12rem;
}
.logo {
  flex: 1;
  padding-left: 40px;
}
.logo, .nav_list_container {
  flex-shrink: 1;
  flex-basis: 200px;
}
.nav_list_container {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_list_container ul {
  display: flex;
  align-content: center;
}
.list_item {
  margin-right: 10px;
}
.list_item a, .footer_nav_list-list_item a {
  padding: 1rem;
  position: relative;
  display: inline-block;
}
.list_item a::after, .footer_nav_list-list_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 0;
  height: 2px;
  transition: width 0.3s ease-in-out;
}
.list_item a::after {
  background-color: var(--navy-blue);
}
.list_item a:hover::after, .footer_nav_list-list_item a:hover::after {
  width: 100%;
}
.list_btn {
  margin-left: 20px;
  padding: 1rem 2rem;
  cursor: pointer;
  text-transform: none !important;
  border: 1px solid var(--navy-blue);
  border-radius: 10px;
  transition: 0.3s ease-in;
}
.list_btn:hover {
  background-color: var(--navy-blue);
  color: #fff;
  border: 1px solid #fff;
}
main {
  margin-top: 4.375rem;
}
.hero {
  display: flex;
  justify-content: center;
  gap: 6.3rem;
  overflow: hidden;
  margin-top: 8rem;
}
.hero_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  color: var(--navy-blue);
}
.hero_left h3 {
  font-size: 3.5vmax;
  max-width: 600px;
  text-wrap: pretty;
  color: var(--navy-blue);
  font-weight: 600;
}
.hero_left p, .hero_left button {
  font-size: 20px;
}
.hero_left p {
  max-width: 500px;
  text-wrap: pretty;
}
.hero_left button {
  background-color: var(--navy-blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: 100;
}
.hero_left button:hover {
  background-color: #fff;
  color: var(--navy-blue);
  border: 1px solid var(--navy-blue);
}
.hero_right img {
  max-width: 100%;
}
.client_row_container, .c_t_a, .testimonials {
  margin-top: 6.25rem;
}
.client_row_container {
  width: 100%;
  overflow: hidden;
}
.client_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 105px;
  transition: transform 0.1s ease-out;
}
.services, .case_studies, .work_process, .team_members, .contact_us, footer {
  margin-top: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services_top, .case_studies .case_studies_top, .work_process_top, .team_members_top, .testimonials_top, .contact_us_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.services_top h3, .case_studies .case_studies_top h3, .work_process_top h3, .team_members_top h3, .testimonials_top h3, .contact_us_top h3 {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: var(--lime-green);
  padding: 5px;
  border-radius: 5px;
  text-transform: capitalize;
}
.services_top P, .case_studies .case_studies_top p, .work_process_top p, .team_members_top p, .testimonials_top p, .contact_us_top p {
  text-wrap: pretty;
  max-width: 550px;
  font-size: 17px;
}
.services_bottom, .case_studies_bottom, .work_process_bottom, .team_members_bottom, .testimonials_bottom, .contact_us_bottom {
  margin-top: 5rem;
}
.services_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.services_bottom .cards_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.cards_container .card {
  padding: 3rem;
  border: 1px solid var(--navy-blue);
  box-shadow: 0 5px 0 0 var(--navy-blue);
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.card .card_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 93px;
}
.card .card_left div:nth-child(1) h4 {
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 0 2px;
  width: fit-content;
}
.card .card_left div:nth-child(1) p {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 18px;
  color: white;
}
.card .card_left div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.card .card_left .email_card p {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 18px;
  color: var(--navy-blue);
}
.card .card_left div:nth-child(2) img {
  background-color: var(--navy-blue);
  color: var(--card-bg-grey);
  padding: 10px;
  border-radius: 50%;
}
.card .card_left div:nth-child(2) span {
  text-transform: capitalize;
  font-size: 18px;
}
.card .card_right {
  align-self: center;
}
.seo_card, .email_card, .ppc_card .card_left div:nth-child(1) h4, .sm_card .card_left div:nth-child(1) h4, .content_card .card_left div:nth-child(1) h4, .sm_card .card_left div:nth-child(2) img, .analytics_card .card_left div:nth-child(2) img {
  background-color: var(--card-bg-grey);
}
.seo_card .card_left div:nth-child(1) h4, .email_card .card_left div:nth-child(1) h4, .analytics_card .card_left div:nth-child(1) h4, .ppc_card, .content_card {
  background-color: var(--lime-green);
}
.sm_card, .analytics_card {
  background-color: var(--navy-blue);
}
.sm_card .card_left div:nth-child(2) span, .analytics_card .card_left div:nth-child(2) span {
  color: var(--card-bg-grey);
}
.c_t_a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.c_t_a .bg_color {
  position: absolute;
  height: 90%;
  width: 100%;
  border-radius: 45px;
  background-color: var(--card-bg-grey);
}
.c_t_a-left, .c_t_a-right {
  z-index: 500;
  flex: 1;
}
.c_t_a-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  padding: 0 4rem;
  color: var(--navy-blue);
}
.c_t_a-left h3 {
  font-size: 30px;
  font-weight: 500;
}
.c_t_a-left p {
  font-size: 18px;
}
.c_t_a-left button {
  background-color: var(--navy-blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 20px;
}
.c_t_a-left button:hover {
  background-color: #fff;
  color: var(--navy-blue);
  border: 1px solid var(--navy-blue);
}
.c_t_a-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_studies_bottom {
  display: flex;
  justify-content: space-around;
  background-color: var(--navy-blue);
  color: #fff;
  border-radius: 45px;
  padding: 4rem;
}
.case_studies_bottom .case-studies_bottom-card_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
}
.case_studies_bottom .case_studies_bottom-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
}
.case-studies_bottom-card_container:nth-child(1), .case-studies_bottom-card_container:nth-child(2) {
  border-right: 1px solid var(--card-bg-grey);
}
.case_studies_bottom-card div {
  text-transform: capitalize;
  color: var(--lime-green);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.case_studies_bottom-card div img {
  width: 20px;
}
.work_process_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  counter-reset: step-counter;
}
.work_process_bottom_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-color: var(--card-bg-grey);
  padding: 1rem 4rem;
  border: 1px solid var(--navy-blue);
  border-radius: 45px;
  box-shadow: 0 5px 0 0 var(--navy-blue);
}
.work_process_bottom_box:hover {
  background-color: var(--lime-green);
}
.work_process_bottom_box .box-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0;
  cursor: pointer;
  z-index: 99;
}
.work_process_bottom_box .box-top h3 {
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.work_process_bottom_box .box-top h3::before {
  counter-increment: step-counter;
  content: "0" counter(step-counter);
  font-size: 50px;
  margin-right: 0.9rem;
  font-weight: 600;
}
.work_process_bottom_box .box-top span {
  background-color: var(--card-bg-grey);
  padding: 10px;
  border: 1px solid var(--navy-blue);
  border-radius: 50%;
  align-self: center;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-top_bar {
  width: 100%;
  height: 4px;
  background-color: var(--navy-blue);
  transition: all 1s ease-in;
}
.box-top span .box-top_bar:nth-child(1) {
  transform: translateY(1px);
}
.box-top span .box-top_bar:nth-child(2) {
  transform: translateY(-3px) rotate(90deg);
}
.work_process_bottom_box.active {
  background-color: var(--lime-green);
}
.box-top.active {
  border-bottom: 1px solid var(--navy-blue);
}
.box-top.active span .box-top_bar:nth-child(2) {
  display: none;
}
.work_process_bottom_box .box-bottom {
  opacity: 0;
  margin-top: -2rem;
  transition: 0.5s ease-out;
}
.work_process_bottom_box .box-bottom.active {
  padding: 2rem 4rem 2rem 0;
  text-wrap: pretty;
  opacity: 1;
  margin: 0;
}
.team_members_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.team_members_profile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_members_profile-container .profile_container .profile_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  border: 1px solid var(--navy-blue);
  box-shadow: 0 5px 0 0 var(--navy-blue);
  border-radius: 45px;
  width: 48%;
  height: auto;
  margin-bottom: 40px;
}
.profile_card .profile_card_top {
  display: flex;
  padding: 1rem 0 2rem 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--navy-blue);
  width: 100%;
}
.profile_card_top .profile_card_top_img {
  position: relative;
}
.profile_card_top .profile_card_top_img .mask {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 99px;
  height: 99px;
  fill: #231f20;
}
.profile_card_top .profile_card_top_img img {
  mask-image: url(../IMAGES/mask.svg);
  -webkit-mask-image: url(../IMAGES/mask.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.profile_card_top span, .profile_card_top_img {
  align-self: flex-end;
}
.profile_card_top span h4 {
  font-size: 20px;
  font-weight: 500;
}
.profile_card_top span p {
  font-size: 18px;
}
.profile_card_top .profile_card_top_icon {
  background-color: var(--navy-blue);
  align-self: flex-start;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.profile_card_top_icon:hover {
  background-color: #464646;
}
.profile_card_bottom {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
}
.profile_card_bottom p {
  text-wrap: pretty;
  width: 100%;
}
.team_members_bottom button {
  padding: 1rem 4rem;
  margin-top: -1rem;
  font-size: 16.2px;
  align-self: flex-end;
  background-color: var(--navy-blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.team_members_bottom button:hover {
  background-color: #fff;
  color: var(--navy-blue);
  border: 1px solid var(--navy-blue);
}
.testimonials_bottom {
  background-color: var(--navy-blue);
  border-radius: 45px;
  padding: 4rem 0 1rem 0;
  height: 525px;
}
.swiper {
  height: 100%;
}
.swiper_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 500px !important;
  color: #fff;
}
.swiper_card .text {
  border: 1px solid var(--lime-green);
  border-radius: 45px;
  padding: 2rem;
  width: 500px;
  height: 206px;
  position: relative;
  margin-bottom: 40px;
}
.swiper_card .text::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -16px;
  left: 67px;
  transform: rotate(45deg);
  border-bottom: 1px solid var(--lime-green);
  border-right: 1px solid var(--lime-green);
  background-color: var(--navy-blue);
  z-index: 0;
}
.swiper_card .author {
  padding-left: 4.5rem;
  width: 100%;
}
.author h4 {
  font-size: 20px;
  color: var(--lime-green);
}
.author p {
  font-size: 18px;
}
.swiper-pagination {
  top: 24rem !important;
}
.swiper-button-next:after {
  mask-image: url(../IMAGES/arrow_right.svg);
}
.swiper-button-prev:after {
  mask-image: url(../IMAGES/arrow_left.svg);
}
.swiper-button-next:after, .swiper-button-prev:after {
  width: 23px;
  height: 25px;
  background-color: var(--card-bg-grey);
}
.swiper-button-next {
  right: 20rem !important;
}
.swiper-button-prev {
  left: 20rem !important;
}
.swiper-button-next, .swiper-button-prev {
  top: 24.5rem !important;
  color: transparent !important;
}
.swiper-pagination-bullet-active {
  background: var(--lime-green) !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  mask-image: url(../IMAGES/mask_2.svg);
  -webkit-mask-image: url(../IMAGES/mask_2.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  width: 15px;
  height: 15px;
  background-color: var(--card-bg-grey);
  opacity: 1;
}
.contact_us_bottom {
  background-color: var(--card-bg-grey);
  padding: 3rem 3rem 3rem 5rem;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 775px;
  overflow: hidden;
}

[dir="rtl"] .contact_us_bottom {
  padding: 3rem 5rem 3rem 3rem;
}
.contact_us_bottom .image_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.contact_us_bottom .image_wrapper img {
  position: relative;
  top: 0;
  left: 20rem;
  right: 0;
}
.contact_us_bottom .form_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_us_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.contact_us_form .checklist {
  display: flex;
  align-items: center;
  gap: 35px;
}
.contact_us_form .checklist input[type="radio"] {
  display: none;
}
.contact_us_form .checklist label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
.contact_us_form .checklist label .custom_radio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--navy-blue);
  background-color: white;
}
.contact_us_form .checklist label .custom_radio::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--lime-green);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact_us_form .checklist input[type="radio"]:checked+.custom_radio::after {
  opacity: 1;
}
.contact_us_form .checklist input[type="radio"]:checked+.custom_radio {
  border-color: #4caf50;
}
.contact_us_form .form_inputs, .contact_us_form .form_inputs>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.contact_us_form .form_inputs>div {
  margin-bottom: 25px;
  gap: 5px;
}
.form_inputs .input_wrapper input::placeholder, textarea::placeholder {
  font-size: 16.5px;
}
.form_inputs .input_wrapper input, textarea, .form_inputs button {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--navy-blue);
}
.form_inputs .input_wrapper input:focus, textarea:focus {
  box-shadow: 1px 1px 7px var(--navy-blue);
}
.form_inputs .input_wrapper input {
  padding-left: 1rem;
  height: 59px;
}
textarea {
  padding: 1rem 0 0 1rem;
  height: 190px;
  font-style: normal;
  resize: none;
  font-size: 16px;
  outline: none;
}
.form_inputs button {
  align-self: center;
  color: #fff;
  background-color: var(--navy-blue);
  font-size: 20px;
}
.form_inputs button:hover {
  color: var(--navy-blue);
  background-color: #fff;
}
.error_message {
  font-size: 15px;
  color: #ff0000;
}
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 1rem;
}
#loading .spinner {
  border: 4px solid rgba(21, 255, 0, 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
.confirmation_message {
  color: var(--navy-blue);
  font-size: 20px;
}
footer {
  background-color: var(--navy-blue);
  padding: 3rem;
  border-radius: 45px;
}
.footer_top, .footer_top_logo, .footer_social_icons {
  display: flex;
  align-items: center;
}
.footer_top {
  justify-content: space-between;
}
.footer_nav_list_container .footer_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_nav_list .footer_nav_list-list_item {
  margin-right: 10px;
}
.footer_nav_list .footer_nav_list-list_item a {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}
.footer_nav_list-list_item a::after {
  background-color: #fff;
}
.footer_social_icons {
  gap: 20px;
}
.footer_social_icons img {
  cursor: pointer;
}
footer .footer_middle {
  margin-top: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_middle .footer_address, .footer_address .address_wrapper {
  display: flex;
  flex-direction: column;
}
.footer_middle .footer_address {
  gap: 27px;
}
.footer_address div h3 {
  font-size: 20px;
  background-color: var(--lime-green);
  width: fit-content;
}
.footer_address .address_wrapper {
  gap: 20px;
}
.footer_address .address_wrapper, .address_wrapper .email_address a, .address_wrapper .phone_num a {
  color: #fff;
}
.address_wrapper .email_address a, .address_wrapper .phone_num a {
  font-size: 18px;
}
.address_wrapper .email_address a:hover, .address_wrapper .phone_num a:hover {
  text-decoration: underline;
}
.address_wrapper .location {
  display: flex;
  flex-direction: column;
}
.footer_middle .newsletter_sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
#newsletter {
  background-color: white;
  padding: 58px 40px;
  height: 184px;
  width: 634px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.newsletter_email_input_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.newsletter_email_input_wrapper .error_message {
  margin-left: 7px;
}
#newsletter input, .newsletter_email_input_wrapper input {
  width: 100%;
  height: 67px;
  border-radius: 14px;
}
#newsletter input[type="email"] {
  border: 1px solid var(--navy-blue);
  background-color: transparent;
  padding: 1rem 2rem;
  color: var(--navy-blue);
  transition: 0.3s ease-in;
}
#newsletter input[type="email"]:focus {
  box-shadow: 1px 1px 7px var(--navy-blue);
}
#newsletter input[type="email"]::placeholder {
  color: var(--navy-blue);
}
#newsletter input[type="submit"] {
  cursor: pointer;
  background-color: var(--lime-green);
  color: var(--navy-blue);
  border: none;
  font-size: 18px;
  transition: 0.3s ease-in;
}
#newsletter input[type="submit"]:hover {
  border: 1px solid var(--lime-green);
  background-color: transparent;
  color: var(--navy-blue);
}
footer .footer_bottom {
  margin-top: 50px;
  height: 78px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
}
.footer_bottom .copyright {
  display: flex;
  gap: 40px;
}
.copyright .privacy_policy {
  text-decoration: underline;
  cursor: pointer;
}
#backToTop {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  display: none;
  background-color: rgba(41, 42, 50, 0.9);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in;
}
#backToTop:hover {
  background-color: #555;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slideIn {
  animation: slideInFromBottom 1.5s ease-out;
}
.highlight-text {
  background-color: #ccff00;
  padding: 0 5px;
  border-radius: 4px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 50px 0;
}
.project-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.card-image {
  height: 250px;
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-card:hover .overlay {
  opacity: 1;
}
.view-btn {
  background-color: #ccff00;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}
.card-content {
  padding: 25px;
}
.tags {
  margin-bottom: 15px;
}
.tag {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 600;
}
.card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.card-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.result-val {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
  display: block;
}
.result-label {
  font-size: 0.9rem;
  color: #666;
}
@media screen and (max-width: 1513px) {
  .nav_list_container {
    flex-basis: 400px;
  }
  .logo {
    padding-left: 0;
  }
  .client_row {
    flex-wrap: wrap;
    gap: 60px;
  }
  .services_top, .case_studies .case_studies_top {
    padding-left: 0;
  }
  .services_bottom .cards_container {
    justify-content: space-between;
  }
  .cards_container .card {
    width: 47%;
  }
  .profile_container_1, .profile_container_2 {
    gap: 1rem;
  }
  .team_members_profile-container .profile_card {
    width: 387px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    padding: 2rem;
  }
  header {
    padding: 1rem 2rem 0 2rem;
  }
  .nav_list_container {
    flex-basis: 200px;
  }
  .case_studies .case_studies_bottom-card {
    padding-right: 2rem;
  }
  .case_studies_bottom-card:nth-child(2), .case_studies_bottom-card:nth-child(3) {
    padding-left: 2rem;
  }
  .team_members_top {
    padding: 0;
  }
  .team_members_bottom {
    padding: 0;
  }
  .team_members_bottom button {
    align-self: center;
  }
}
@media screen and (max-width: 1253px) {
  .nav_list_container {
    flex-basis: 400px;
  }
}
@media screen and (max-width: 1150px) {
  .nav_list_container {
    flex-basis: 600px;
  }
  .client_row {
    gap: 40px;
  }
  .services_bottom {
    gap: 30px;
  }
  .services_bottom .cards_container {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .cards_container .card {
    width: 80%;
    align-items: center;
    justify-content: space-evenly;
  }
  .team_members_top {
    justify-content: center;
  }
  .profile_container_1, .profile_container_2 {
    flex-direction: column;
  }
  .team_members_profile-container .profile_card {
    width: 867px;
  }
  .contact_us_form, .confirmation_message {
    width: 28rem;
  }
  .contact_us_bottom .image_wrapper img {
    left: 13rem;
  }
}
@media screen and (max-width: 1055px) {
  body {
    padding: 2rem;
  }
  header .logo a img {
    width: 12rem;
  }
  .nav_list_container ul {
    display: none;
  }
  .hamburger_menu {
    position: absolute;
    right: 5rem;
    top: 0;
    margin-top: 1.75rem;
    width: 24px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 999;
  }
  .bar {
    width: 100%;
    height: 4px;
    background-color: var(--navy-blue);
  }
  .hamburger_menu.open .bar:nth-child(1) {
    transform: translateY(6.69px) rotate(45deg);
  }
  .hamburger_menu.open .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger_menu.open .bar:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  .hamburger_menu .bar {
    transition: transform 0.3s, opacity 0.3s;
  }
  .nav_list_container #list.menu_open {
    position: fixed;
    top: 0.05rem;
    right: 2rem;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: flex-start;
    padding: 3rem;
    border-left: 1px solid #fff;
    @supports (color: color-mix(in lab, red, red)) {
      border-left: 1px solid color-mix(in srgb, #fff 50%, var(--navy-blue) 50%);
    }
    animation: slideInFromRight 0.5s ease-out;
    z-index: 999;
  }
  .list_item, .list_btn {
    margin-left: 0;
  }
  .list_btn {
    padding-left: 1.5008px;
  }
  .list_item a {
    padding: 1rem 0;
  }
  .client_row {
    gap: 30px;
  }
  .services_top, .case_studies .case_studies_top, .work_process_top, .team_members_top, .testimonials_top, .contact_us_top {
    flex-direction: column;
  }
  .case_studies_bottom {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .case_studies_bottom::-webkit-scrollbar {
    display: none;
  }
  .case-studies_bottom-card_container:nth-child(2), .case-studies_bottom-card_container:nth-child(3) {
    padding-left: 0;
  }
  .case_studies_bottom .case-studies_bottom-card_container {
    justify-content: center;
    background-color: var(--navy-blue);
    border-radius: 45px;
    padding: 2rem 3rem;
    width: 100%;
    height: 300px;
    transform: translateX(300px);
  }
  .case-studies_bottom-card_container:nth-child(1), .case-studies_bottom-card_container:nth-child(2) {
    border-right: none;
  }
  .case_studies_bottom-card p {
    width: 300px;
  }
  .work_process_top {
    justify-content: center;
  }
  .contact_us_form, .confirmation_message {
    width: 23rem;
  }
  .contact_us_bottom .image_wrapper img {
    left: 5rem;
  }
  .footer_nav_list .footer_nav_list-list_item {
    margin-right: 7px;
  }
  .footer_nav_list-list_item a {
    padding: 0.5rem;
  }
  .footer_social_icons {
    gap: 15px;
  }
  .newsletter_form_wrapper, #newsletter {
    width: 100%;
  }
}
@media screen and (max-width: 934px) {
  .team_members_profile-container .profile_card {
    width: 667px;
    padding: 0.8rem;
  }
  .contact_us_form, .confirmation_message {
    width: 19rem;
  }
  .footer_top {
    position: relative;
  }
  .footer_top, .footer_nav_list_container .footer_nav_list, footer .footer_middle {
    flex-direction: column;
  }
  .footer_nav_list .footer_nav_list-list_item {
    margin-right: 0;
  }
  .footer_top, footer .footer_middle {
    gap: 37px;
  }
  footer .footer_middle {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .footer_middle .footer_address, .footer_address .address_wrapper, .address_wrapper .location {
    align-items: center;
  }
  .footer_social_icons {
    position: absolute;
    top: 46rem;
  }
  footer .footer_bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 885px) {
  body {
    position: relative;
  }
  main {
    margin-top: 2.5rem;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .hamburger_menu {
    right: 3rem;
  }
  .nav_list_container #list.menu_open {
    right: 0;
  }
  .hero {
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
  }
  .hero_left h3 {
    font-size: 41px;
  }
  .hero_left h3, .hero_left p {
    max-width: 100%;
  }
  .hero_left p, .hero_left button, .hero_right img {
    position: relative;
  }
  .hero_left p {
    top: 25rem;
  }
  .hero_left button {
    top: 24rem;
  }
  .hero_right img {
    left: 0;
    height: 400px;
    width: 100%;
    top: -15rem;
  }
  .client_row_container {
    margin-top: 0rem;
  }
  .services {
    padding: 0 20px;
    margin-top: 6.375rem;
  }
  .services_top, .case_studies .case_studies_top, .work_process_top, .team_members_top, .testimonials_top, .contact_us_top {
    gap: 30px;
  }
  .services_bottom, .case_studies_bottom, .work_process_bottom, .team_members_bottom, .testimonials_bottom, .contact_us_bottom {
    margin-top: 40px;
  }
  .team_members_bottom {
    gap: 25px;
  }
  .services_top p, .case_studies .case_studies_top p, .team_members_top p, .testimonials_top p, .contact_us_top p {
    max-width: 100%;
    text-align: center;
  }
  .cards_container .card {
    width: 100%;
    gap: 0;
    padding: 3rem 0.5rem;
  }
  .card .card_right img {
    max-width: 128px;
  }
  .c_t_a {
    margin: 70.53px 10px 0 10px;
  }
  .c_t_a-left {
    padding: 0 0 0 1.5rem;
  }
  .case_studies, .work_process, .team_members, .contact_us {
    margin-top: 60px;
  }
  .case_studies_bottom {
    flex-direction: column;
    overflow-x: hidden;
    padding: 0 0.5rem;
  }
  .case_studies_bottom .case-studies_bottom-card_container {
    transform: translate(0px);
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .case_studies_bottom-card p {
    width: 100%;
  }
  .case_studies_bottom-card div {
    align-self: flex-start;
  }
  .work_process {
    padding: 0 20px;
  }
  .work_process_bottom_box {
    padding: 1rem 2rem;
  }
  .work_process_bottom_box .box-bottom.active {
    padding: 2rem 0;
  }
  .swiper-button-next {
    right: 10rem !important;
  }
  .swiper-button-prev {
    left: 10rem !important;
  }
  .contact_us_bottom {
    padding: 2.5rem;
  }
  .contact_us_form, .confirmation_message {
    width: 100%;
  }
  .contact_us_bottom .image_wrapper {
    display: none;
  }
  footer {
    margin-top: 5.625rem;
  }
}
@media screen and (max-width: 768px) {
  .c_t_a {
    padding: 3rem 1.6rem;
  }
  .c_t_a .bg_color {
    height: 100%;
  }
  .c_t_a-right {
    display: none;
  }
  .team_members_profile-container .profile_card {
    width: 100%;
    padding: 0 4rem;
    height: 250px;
  }
  .profile_card .profile_card_top {
    justify-content: space-around;
  }
  .swiper_card .text {
    width: 100%;
    height: fit-content;
  }
  .swiper-button-next {
    right: 5rem !important;
  }
  .swiper-button-prev {
    left: 5rem !important;
  }
  footer {
    padding: 3rem 1rem;
  }
  #newsletter, .footer_bottom .copyright {
    flex-direction: column;
  }
  #newsletter input[type="submit"] {
    padding: 1rem 2rem;
  }
  .footer_bottom .copyright {
    gap: 15px;
    align-items: center;
  }
  .newsletter_email_input_wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 595px) {
  .swiper_card {
    width: 100% !important;
    padding: 0.5rem;
  }
  #backToTop {
    right: 1rem;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  body {
    padding: 2rem 1rem;
  }
  header {
    padding: 1rem 1rem 0 1rem;
  }
  main {
    margin-top: 3.5rem;
  }
  .hamburger_menu {
    right: 1.5rem;
  }
  .nav_list_container #list.menu_open {
    width: 100%;
  }
  .hero {
    justify-content: center;
  }
  .hero_left {
    align-items: center;
    justify-content: center;
  }
  .hero_left button {
    width: 100%;
  }
  .services {
    padding: 0 10px;
  }
  .card {
    position: relative;
  }
  .card .card_left div:nth-child(1) h4:nth-child(1) {
    position: absolute;
    top: 1rem;
  }
  .card .card_left div:nth-child(2) span {
    display: none;
  }
  .card .card_right {
    align-self: flex-end;
  }
  .c_t_a-left {
    padding: 0;
  }
  .work_process_top p {
    max-width: 100%;
    text-align: center;
  }
  .work_process_bottom_box .box-top h3::before {
    font-size: 30px;
  }
  .work_process_bottom_box .box-top h3 {
    font-size: 18px;
  }
  .work_process_bottom_box .box-top span {
    width: 35px;
    height: 35px;
  }
  .work_process_bottom_box .box-bottom {
    margin-top: -7rem;
  }
  .team_members_profile-container .profile_card {
    padding: 0.8rem;
    height: 260px;
  }
  .profile_card .profile_card_top {
    justify-content: space-between;
  }
  .testimonials_bottom {
    padding: 1rem 0 0 0;
    height: 480px;
  }
  .author h4 {
    font-size: 18px;
  }
  .author p {
    font-size: 16px;
  }
  .swiper-button-next {
    right: 1rem !important;
  }
  .swiper-button-prev {
    left: 1rem !important;
  }
}
@media screen and (max-width: 428px) {
  header .logo a img, .footer_top_logo img {
    width: 144px;
  }
  .hamburger_menu {
    margin-top: 1.4rem;
  }
  .hero_right img {
    top: -17rem;
  }
  .hero_left p, .hero_left button {
    top: 20rem;
  }
  .c_t_a-left h3 {
    font-size: 26px;
  }
  .work_process_top h3 {
    text-align: center;
    width: fit-content;
  }
  .work_process_bottom_box {
    padding: 1rem;
  }
  .work_process_bottom_box .box-top {
    padding: 1rem 0;
  }
  .work_process_bottom_box .box-top h3::before {
    font-size: 27px;
  }
  .work_process_bottom_box .box-top h3 {
    font-size: 16px;
  }
  .work_process_bottom_box .box-bottom {
    margin-top: -9rem;
  }
  .work_process_bottom_box:nth-child(2) .box-top, .work_process_bottom_box:nth-child(3) .box-top, .work_process_bottom_box:nth-child(4) .box-top, .work_process_bottom_box:nth-child(5) .box-top {
    margin-top: 1rem;
  }
  .team_members {
    padding: 0 20px;
  }
  .team_members_profile-container .profile_card {
    padding: 0.5rem;
    height: 290px;
  }
  .profile_card_top .profile_card_top_img .mask, .profile_card_top .profile_card_top_img img {
    width: 88px;
    height: 88px;
  }
  .profile_card_top span h4 {
    font-size: 18px;
  }
  .profile_card_top span p {
    font-size: 16px;
  }
  .team_members_bottom button {
    width: 100%;
  }
  .swiper-pagination {
    top: 26rem !important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 26.5rem !important;
  }
  footer {
    padding: 2rem 1rem;
  }
  .contact_us_form .checklist label, .footer_nav_list .footer_nav_list-list_item a, .address_wrapper .email_address a, .address_wrapper .phone_num a, #newsletter input[type="submit"] {
    font-size: 16px;
  }
  .footer_address div h3 {
    font-size: 18px;
  }
  .address_wrapper .location {
    text-align: center;
  }
  #newsletter {
    padding: 58px 25px;
  }
  .footer_social_icons {
    top: 44rem;
  }
  footer .footer_bottom {
    align-items: center;
    text-align: center;
    font-size: 16px;
  }
  .footer_bottom .copyright {
    margin-top: 37px;
  }
}
@media screen and (max-width: 375px) {
  .hero_left p {
    text-align: center;
  }
  .hero_right img {
    top: -19rem;
  }
  .hero_left p, .hero_left button {
    top: 17rem;
  }
  .client_row_container {
    top: -7rem;
  }
  .work_process_bottom_box .box-bottom {
    margin-top: -9rem;
  }
  .work_process_bottom_box .box-bottom.active {
    padding: 1rem 0;
  }
  .team_members_profile-container .profile_card {
    height: 300px;
  }
  .profile_card_top .profile_card_top_img .mask {
    top: 0;
  }
  .profile_card_top .profile_card_top_img .mask, .profile_card_top .profile_card_top_img img {
    width: 80px;
  }
  .swiper_card {
    padding: 1rem;
  }
  .swiper_card .text {
    padding: 1rem;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
  .contact_us_bottom {
    padding: 1.5rem;
  }
  .contact_us_form .checklist {
    gap: 20px;
  }
  .footer_social_icons {
    top: 45.5rem;
  }
}
@media screen and (max-width: 320px) {
  .hero_right img {
    top: -23rem;
  }
  .hero_left p, .hero_left button {
    top: 15rem;
  }
  .work_process_bottom_box .box-top {
    padding: 0.5rem 0;
  }
  .work_process_bottom_box .box-top h3::before {
    margin-right: 0.4rem;
    font-size: 24px;
  }
  .work_process_bottom_box .box-bottom {
    margin-top: -10.5rem;
  }
  .work_process, .team_members {
    padding: 0 10px;
  }
  .team_members_profile-container .profile_card {
    height: 320px;
  }
  .profile_card .profile_card_top {
    gap: 5px;
  }
  .profile_card_top .profile_card_top_img .mask, .profile_card_top .profile_card_top_img img {
    width: 70px;
    height: 70px;
  }
  .profile_card_top span h4 {
    font-size: 16.5008px;
    width: 120px;
  }
  .profile_card_top span p, .author p {
    font-size: 14px;
  }
  .testimonials_bottom {
    height: 525px;
  }
  .swiper-pagination {
    top: 29rem !important;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 29.5rem !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* Hotfix for Video Modal Overlay and Button */
.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 20; /* Ensure on top of image */
}

.project-card:hover .overlay {
      opacity: 1;
}

.view-btn {
      background-color: #ccff00;
      color: #000;
      padding: 10px 20px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      transition: transform 0.2s ease, background-color 0.2s ease;
      cursor: pointer;
      position: relative; /* Ensure z-index works */
      z-index: 30;
}

.view-btn:hover {
      transform: scale(1.05);
      background-color: #b9ff66;
}
