@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url(vendors.css);
@import url(c1.css);
a, a img {
  -webkit-tap-highlight-color: transparent;
}

.only-tab-p {
  display: none;
}

.s-card-inner h4 {
  font-size: 1.2vw;
  font-family: "FigTree";
  font-weight: 400;
}

span.mega-icon {
  display: flex;
  width: 6vw;
  min-height: 6vw;
  align-items: flex-end;
  margin-bottom: 2vw;
}

section.usp-section.section-container {
  padding-top: 0px;
}

.before-tab-p {
  display: block;
}

.section-title span {
  color: var(--highlight-text-color);
}

.ex-left p {
  margin-bottom: 0px;
}

.slick-disabled {
  opacity: 0.5;
  pointer-events: none !important;
}

.quote span {
  font-family: inherit;
}

*:focus {
  outline-color: var(--highlight-text-color) !important;
}

.blog-header p {
  color: var(--secondary-text-color);
}

.home-page, .case-studies-page,
.blog-listing-page,
.blog-detail-page,
.service-detail-page {
  padding-top: 6vw;
}

p {
  font-weight: 500;
}

body {
  overflow-x: hidden !important;
}

span.alt-icon {
  display: inline-block;
  width: 4vw;
}
span.alt-icon svg {
  height: 100%;
}

#open-menu {
  border-color: #252626 !important;
}

.only-m {
  display: none;
}

p.ga-section-text {
  max-width: 70%;
  margin-left: auto;
  margin-bottom: 3vw;
  margin-right: auto;
  text-align: center;
  color: var(--primary-inverted-text-color);
}
p.ga-section-text.is-alt {
  max-width: 40%;
  margin-top: 5vw;
  color: var(--secondary-text-color);
}
p.ga-section-text.is-alt b {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
}

.section-title span {
  font-family: inherit;
}

.usp-blocks {
  display: flex;
  gap: 1.5vw;
  margin-top: 2.5vw;
}
.usp-blocks .usp-right {
  flex: 1;
}
.usp-blocks .usp-right h3 {
  text-transform: uppercase;
  font-size: 1vw;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--highlight-text-color);
}
.usp-blocks .usp-left {
  background-image: url(/images/mask.png) !important;
  border-radius: 1.5vw;
  padding: 2px;
  width: 60%;
}
.usp-blocks .usp-mini-block {
  background-image: url(/images/mask.png) !important;
  border-radius: 2.1vw;
  padding: 2px;
  border-radius: 1.5vw;
  overflow: hidden;
  margin-bottom: 1.5vw;
}
.usp-blocks .usp-mini-block:last-child {
  margin-bottom: 0px;
}
.usp-blocks .usp-mini-block .us-mini-inner {
  padding: 1.5vw;
  background-color: var(--primary-bg);
  border-radius: inherit;
  display: flex;
  gap: 20px;
}
.usp-blocks .usp-mini-block .us-mini-inner svg {
  width: 30px;
}
.usp-blocks .usp-mega-block {
  background-color: var(--primary-bg);
  height: 100%;
  padding: 2vw;
  border-radius: inherit;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.usp-blocks .usp-mega-block p {
  color: rgb(129, 130, 125);
  margin: 0px;
  font-weight: 400;
  padding-right: 3vw;
  font-size: 1.5vw;
}
.usp-blocks .usp-mega-block p span {
  font-family: inherit;
  color: var(--primary-inverted-text-color);
}

.ga-icon-blocks {
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.ga-icon-blocks .ga-icon-block {
  flex: 1;
  text-align: center;
}
.ga-icon-blocks h3 {
  font-size: 1vw;
  font-weight: 500;
  color: var(--primary-inverted-text-color);
  margin-top: 2vw;
}
.ga-icon-blocks .ga-icon svg {
  width: 100%;
  display: block;
  height: 100%;
}
.ga-icon-blocks .ga-icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 8vw;
}

.s-card-inner {
  position: relative;
  overflow: hidden;
}
.s-card-inner > * {
  position: relative;
  z-index: 3;
}
.s-card-inner:hover .mask-overlay {
  opacity: 1;
}
.s-card-inner .mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  background: url("/images/mask.png");
  background-repeat: repeat;
}

.case-study-hero h1.headline {
  padding-bottom: 3vw;
}

.pro-card-media {
  border-radius: 30px;
  display: block;
  overflow: hidden;
}
.pro-card-media img {
  transition: all 0.7s ease;
}
.pro-card-media:hover img {
  transform: scale(1.15);
}

.back-link-wrap {
  display: flex;
  gap: 0px;
  transition: all 0.5s ease;
  color: #252626;
}
.back-link-wrap:hover {
  gap: 5px;
  color: var(--highlight-text-color);
}

.ask-button:hover .ask-button-wrap .s1 {
  transform: translateY(-20px);
}
.ask-button:hover .ask-button-wrap .s2 {
  transform: translateY(-16px);
}

.ask-button-wrap {
  position: relative;
  overflow: hidden;
}
.ask-button-wrap .s1, .ask-button-wrap .s2 {
  transition: all 0.5s ease;
}
.ask-button-wrap .s1 {
  position: relative;
}
.ask-button-wrap .s2 {
  position: absolute;
  color: var(--highlight-text-color);
}

.e-btn {
  cursor: pointer;
}
.e-btn * {
  cursor: pointer;
}

.service-card.small-card {
  -webkit-backdrop-filter: blur(80px) !important;
          backdrop-filter: blur(80px) !important;
  background: rgba(244, 244, 241, 0.8) !important;
  border: 0px solid !important;
  border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.7) 100%) !important;
}

.project-card .card-image {
  position: relative;
}
.project-card .card-image img {
  aspect-ratio: 744/536;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  background: var(--primary-inverted-text-color);
  position: relative;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: var(--p-size);
}

svg,
img {
  width: 100%;
  display: block;
}

.desk-tran-header {
  position: absolute !important;
}

:root {
  /* Font sizes in vw (based on 1440px width) */
  --h1-size: 6.25vw; /* 90px */
  --h2-size: 5.83vw; /* 84px */
  --h3-size: 3.89vw; /* 56px */
  --h5-size: 2.22vw; /* 32px */
  --p-size: 1.1vw; /* 16px */
  /* Section padding */
  --section-padding: 8.3vw; /* 120px roughly */
  /* Font families */
  --main-font: "Bricolage Grotesque", sans-serif;
  --base-font: "Figtree", sans-serif;
  /* Colors */
  --primary-bg: #252626;
  --secondary-bg: #252626;
  --primary-text-color: #252626;
  --secondary-text-color: #81827d;
  --primary-inverted-text-color: #e6e6da;
  --highlight-text-color: #ef8354;
  --card-color: #383838;
}

.results-section .featured-project .image img, .pg-media-wrap {
  aspect-ratio: 580/419;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card-color {
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
}

.light-card-color {
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-inverted-text-color) !important;
}

.dark-bg-head {
  background-color: transparent;
}

.dark-bg {
  background-color: var(--primary-bg) !important;
  color: var(--primary-inverted-text-color) !important;
}

.workflow .column {
  position: relative;
  z-index: 10;
}

h1 {
  font-size: var(--h1-size);
  line-height: 100%;
  font-weight: bold;
}

h2 {
  font-size: var(--h2-size);
  line-height: 100%;
  font-weight: bold;
}

h3 {
  font-size: var(--h3-size);
}

h5 {
  font-size: var(--h5-size);
  line-height: 100%;
  font-weight: 600;
}

p {
  font-size: var(--p-size);
  font-family: var(--base-font);
  line-height: 150%;
}

.main-content {
  background-color: #e6e6da;
}

.section-container {
  padding: 0 var(--section-padding);
}

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

.badge {
  background: var(--highlight-text-color);
  color: var(--primary-bg);
  padding: 0.55rem 0.7rem;
  border-radius: 1rem;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.badge svg {
  width: 1.1vw;
  height: 1.1vw;
  margin-right: 0.5vw;
}
.badge p {
  line-height: 100%;
  font-size: 0.97vw;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--primary-text-color);
}

.learn-more {
  background-color: var(--primary-bg);
  text-transform: uppercase;
  color: var(--primary-inverted-text-color);
  padding: 1.05rem 2.3rem;
  border-radius: 28px;
  position: relative;
  cursor: pointer;
  border: 2px solid rgba(114, 115, 110, 0.4);
  border-color: var(--primary-bg);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--p-size);
  font-family: var(--base-font);
  font-weight: 600;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  gap: 0.8vw;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.learn-more span {
  align-items: center;
  font-size: var(--p-size);
  font-family: var(--base-font);
  display: block;
  font-weight: 400;
}
.learn-more svg {
  width: 0.5vw;
}
.learn-more .learn-more-wrap {
  position: relative;
  overflow: hidden;
}
.learn-more .learn-more-wrap > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.learn-more .after {
  color: #ef8354;
  opacity: 1;
  transform: translateY(40px);
  transition: transform 0.4s ease;
  position: absolute;
}
.learn-more .before {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.4s ease;
  position: relative;
}

.learn-more:hover .after {
  transform: translateY(-19px);
}
.learn-more:hover .before {
  transform: translateY(-40px);
}

.slider-btn {
  position: relative;
  overflow: hidden;
}
.slider-btn svg {
  width: 20px;
  height: 20px;
  color: #E6E6DA;
  transition: all 0.5s ease;
}
.slider-btn .s2 {
  position: absolute;
  right: -40px;
}
.slider-btn .s1 {
  position: absolute;
}
.slider-btn.left-nav-btn:hover svg, .slider-btn.right-nav-btn:hover svg {
  color: rgb(239, 131, 84);
}
.slider-btn.left-nav-btn:hover .s1, .slider-btn.right-nav-btn:hover .s1 {
  transform: translateX(-42px);
}
.slider-btn.left-nav-btn:hover .s2, .slider-btn.right-nav-btn:hover .s2 {
  right: 16px;
}
.slider-btn.right-nav-btn:hover .s2 {
  right: 14px;
}

.slider-btn.left-nav-btn .after {
  transform: translateX(40px);
}

.slider-btn.left-nav-btn:hover .before {
  transform: translateX(-40px);
}

.pg-media-wrap {
  overflow: hidden;
}

.nav-button {
  position: relative;
  overflow: hidden;
}
.nav-button svg {
  width: 20px;
  height: 20px;
  color: #E6E6DA;
  transition: all 0.5s ease;
}
.nav-button .s2 {
  position: absolute;
  right: -40px;
}
.nav-button .s1 {
  position: absolute;
}
.nav-button.left-nav-btn:hover svg, .nav-button.right-nav-btn:hover svg {
  color: rgb(239, 131, 84);
}
.nav-button.left-nav-btn:hover .s1, .nav-button.right-nav-btn:hover .s1 {
  transform: translateX(-42px);
}
.nav-button.left-nav-btn:hover .s2, .nav-button.right-nav-btn:hover .s2 {
  right: 16px;
}
.nav-button.right-nav-btn:hover .s2 {
  right: 14px;
}

.nav-button.left-nav-btn .after {
  transform: translateX(40px);
}

.nav-button.left-nav-btn:hover .before {
  transform: translateX(-40px);
}

.nav-button:hover svg rect {
  fill: var(--primary-bg) !important;
}

.view-all-btn {
  box-shadow: none;
}
.view-all-btn span {
  margin-left: 0 !important;
}

.view-all-btn:hover {
  box-shadow: none;
  border: 2px solid rgba(114, 115, 110, 0.8);
}

.view-all-btn-light {
  border: 2px solid rgba(114, 115, 110, 0.4);
  background-color: transparent;
  color: var(--primary-text-color);
}

.has-mobile-btn-text {
  font-size: 16px;
  margin-top: 0vw;
}
.has-mobile-btn-text .lm-mobile-text {
  font-size: 0;
}

.dark-btn {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
}
.dark-btn:hover {
  background-color: #333;
}

.light-btn {
  color: var(--primary-bg) !important;
  background-color: var(--primary-inverted-text-color) !important;
  font-size: var(--p-size) !important;
  font-family: var(--base-font) !important;
}
.light-btn svg path {
  fill: var(--primary-text-color);
}
.light-btn:hover {
  box-shadow: none;
}
.light-btn:hover svg path {
  fill: #ef8354;
}

a.learn-more.is-dark-alt:not(:hover) {
  border-color: rgba(114, 115, 110, 0.4);
}

.e-cta {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-text-color);
  color: var(--primary-inverted-text-color);
  padding: 0.8rem 0.5rem;
  padding-left: 3.7vw;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--base-font);
  font-size: 1.6vw;
  font-weight: 500;
  outline: none;
  border: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.1, 1) !important;
  width: 17.49vw;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.e-cta > div {
  display: flex;
  align-items: center;
}
.e-cta .calendar-icon {
  width: 3vw;
  margin-left: 2rem;
  position: absolute;
  right: 5px;
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.1, 1);
}
.e-cta .calendar-icon svg {
  transition: transform 0.1s cubic-bezier(0.3, 0, 0.1, 1);
}

.e-cta:hover {
  padding-left: 4.3vw;
  color: #ef8354 !important;
}
.e-cta:hover .calendar-icon {
  transform: translateX(70px);
}
.e-light {
  color: var(--primary-bg) !important;
  background-color: var(--primary-inverted-text-color) !important;
}

.back-link {
  font-size: var(--p-size);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--primary-text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  font-family: var(--base-font);
  margin-top: 30px;
}
.back-link svg {
  width: 1.5vw;
  margin-right: 0.5vw;
}

.breadcrumbs {
  margin-bottom: 20px;
  text-align: left;
}
.breadcrumbs a {
  font-size: 1.37vw;
  color: var(--secondary-text-color);
  text-decoration: none;
  font-family: var(--base-font);
}
.breadcrumbs span {
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: 1.37vw;
  color: var(--secondary-text-color);
}
.breadcrumbs .curm-active {
  color: var(--primary-text-color) !important;
  font-weight: 600;
  font-size: 1.37vw;
  font-family: var(--base-font);
}

.d-img {
  display: block;
}

.m-img {
  display: none;
}

.m-br {
  display: none;
}

.d-br {
  display: block;
}

::-webkit-scrollbar {
  display: none;
}

.service-card-section-hidden {
  opacity: 0;
  width: 0;
  max-width: 0 !important;
  max-height: 0 !important;
  height: 0;
  pointer-events: none;
}

.about-transperent-header {
  background: transparent;
  position: absolute;
  width: 100%;
}

.cta-transperent-header {
  background: transparent !important;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000000;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
header .header-inner {
  transition: padding 0.5s ease;
}
header.bc-show-bg {
  background: #e6e6da;
}
header.bc-show-bg .header-inner {
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
header.bc-hide {
  top: -150px;
}
header .top-bar.card-color a {
  display: flex;
  color: inherit;
  align-items: center;
  font-family: inherit;
  transition: gap 0.5s ease;
  gap: 1px;
}
header .top-bar.card-color a path {
  transition: fill 0.5s ease;
}
header .top-bar.card-color a .highlight {
  position: relative;
  line-height: 110%;
}
header .top-bar.card-color a .highlight:after {
  content: "";
  transition: width 0.5s ease;
  width: 0;
  height: 2px;
  background-color: var(--highlight-text-color);
  position: absolute;
  bottom: -2px;
  left: 0;
}
header .top-bar.card-color a:hover {
  gap: 8px;
}
header .top-bar.card-color a:hover svg path {
  fill: white !important;
}
header .top-bar.card-color a:hover .highlight:after {
  width: 100%;
}
header .nav-container .main-header-logo {
  opacity: 0;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 8.3vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
header .header-inner .main-header-logo {
  width: 10.7vw;
}
header .header-inner .main-header-logo a {
  display: block;
}
header .header-inner .main-header-logo a svg {
  width: 100%;
}
header .hamburger-menu {
  width: 3.6vw;
  height: 3.6vw;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
header .hamburger-menu svg {
  width: 100%;
  transform: scale(1.03);
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
}
header .mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f2f0e9;
}
header .mobile-header .logo {
  font-weight: bold;
  font-size: 1.2rem;
}
header .mobile-header .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .mobile-header .menu-toggle span {
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}
header .mega-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1b1b1b;
  color: #fff;
  transition: right 0.3s ease;
  padding: 0rem;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-left: 0vw;
}
header .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .mega-menu ul li {
  margin-bottom: 2rem;
}
header .mega-menu ul li a,
header .mega-menu ul li .submenu-toggle {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.5rem 0;
}
header .mega-menu ul .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 1rem;
}
header .mega-menu ul .submenu li {
  margin-bottom: 0.5rem;
}
header .mega-menu ul .submenu li a {
  font-size: 1rem;
  color: #ccc;
}
header .mega-menu ul .submenu li a:hover {
  color: #ff6a3d;
}
header .mega-menu ul .submenu.open-submenu {
  max-height: 500px;
}
header .mega-menu.open {
  right: 0;
}
header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
header .overlay.show {
  opacity: 1;
  pointer-events: all;
}

.hero-banner {
  position: relative;
}

.hero-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e6da;
}
.hero-banner-inner .left-section {
  width: 54%;
  position: relative;
  z-index: 100;
}
.hero-banner-inner .right-section {
  position: absolute;
  right: var(--section-padding);
  top: 0vw;
  right: 8.3vw;
  width: 38%;
}
.hero-banner-inner .right-section .home-desk-card {
  display: block;
}
.hero-banner-inner .right-section .home-mobile-card {
  display: none;
}
.hero-banner-inner .right-section .home-tablet-card {
  display: none;
}

.text-cta-section {
  padding-top: 8vw;
  padding-bottom: 5.5vw;
}
.text-cta-section .m-subheading {
  display: none;
}
.text-cta-section .subheading {
  text-transform: uppercase;
  font-size: 0.97vw;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: bold;
  color: var(--primary-text-color);
  font-family: var(--base-font);
}
.text-cta-section .main-heading {
  font-weight: bold;
  color: var(--primary-text-color);
  line-height: 100%;
}
.text-cta-section .main-heading span {
  display: inline-block;
}
.text-cta-section .description {
  color: var(--secondary-text-color);
  padding-top: 0.6vw;
  width: 90%;
  padding-bottom: 1.6vw;
}
.text-cta-section .description span {
  font-family: inherit;
  color: var(--primary-text-color);
  font-weight: 500;
}

.service-card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: stretch;
  gap: 1.8vw;
}
.service-card-section .em-desk-card {
  display: block;
}
.service-card-section .em-mobile-card {
  display: none;
}
.service-card-section .em-tablet-card {
  display: none;
}
.service-card-section .service-card {
  background-color: white;
  border-radius: 20px;
  padding: 1.5vw 1.8vw;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 1.67vw;
  width: -moz-max-content;
  width: max-content;
}
.service-card-section .service-card .card-title {
  color: var(--primary-text-color);
  font-size: 1.67vw;
}
.service-card-section .service-card p {
  font-weight: normal;
  color: #72726b;
  margin-top: 0.5rem;
  font-family: var(--base-font);
  line-height: 150%;
  font-size: 1.11vw;
}
.service-card-section .small-card {
  background-color: #f4f4f4;
  padding: 0;
  width: 10vw;
  box-shadow: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.service-card-section .x-small-card {
  width: 120px;
  height: 152px;
  background-color: rgba(244, 244, 241, 0.7843137255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.about-page .hero-banner-inner .left-section {
  width: 53%;
}
.about-page .hero-banner-inner .left-section .text-cta-section {
  padding-top: 10vw;
}
.about-page .hero-banner-inner .right-section {
  position: absolute;
  right: 0;
  top: 0;
  width: 59%;
}
.about-page .service-card {
  width: 399px;
  height: 140px;
}
.about-page .small-card {
  background-color: rgba(244, 244, 241, 0.7843137255);
  padding: 0;
  box-shadow: none;
}
.about-page .x-small-card {
  background-color: rgba(244, 244, 241, 0.7843137255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.recognised-in-section .r-in-inner {
  background-color: var(--primary-bg);
  padding-top: 3.5vw;
}
.recognised-in-section .r-in-inner .r-in-title {
  text-transform: uppercase;
  color: var(--secondary-text-color);
  text-align: center;
  padding-bottom: 2vw;
}

.r-in-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-top: 3vw;
  padding-bottom: 7.5vw;
}
.r-in-wrap .r-in-left {
  width: 55%;
}
.r-in-wrap .r-in-left h2 {
  font-size: var(--h2-size);
  font-weight: bold;
}
.r-in-wrap .r-in-left h2 span {
  color: var(--highlight-text-color);
}
.r-in-wrap .r-in-left .mob-title {
  display: none;
}
.r-in-wrap .r-in-left p {
  margin-top: 1rem;
  color: var(--secondary-text-color);
}
.r-in-wrap .r-in-right {
  width: 25%;
}

.logo-marquee {
  overflow: hidden;
  padding: 4vw 0;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 4vw;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 50px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-track svg {
  height: 50px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.logo-track svg:hover {
  opacity: 1;
}

.logo-track img:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.digital-section {
  position: relative;
  padding: 10rem 0rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-card {
  padding: 7.3rem;
  border-radius: 3rem;
  width: 69%;
  color: var(--primary-inverted-text-color);
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.detail-card .title {
  font-family: var(--main--font);
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}
.detail-card .title span {
  color: var(--highlight-text-color);
}
.detail-card.is-alt .title {
  font-size: var(--h3-size);
}
.detail-card.is-alt .description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
}
.detail-card .description {
  max-width: 80%;
  color: var(--secondary-text-color);
}

/* Marquee Strips */
.marquee-strips-wrapper {
  position: absolute;
  width: 200%;
  left: -50%;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
.marquee-strips-wrapper.one {
  top: 60%;
  transform: rotate(351deg);
  background: rgba(37, 38, 38, 0.5803921569);
  background: opacity(60%);
}
.marquee-strips-wrapper.two {
  top: 58%;
  transform: rotate(11deg);
  width: 300%;
  left: -88%;
  background: rgba(37, 38, 38, 0.1882352941);
}
.marquee-strips-wrapper.three {
  top: 22%;
  transform: rotate(5deg);
  background: rgba(37, 38, 38, 0.368627451);
}
.marquee-strips-wrapper .marquee {
  display: inline-flex;
}
.marquee-strips-wrapper .marquee span {
  font-size: 2.2rem;
  color: var(--primary-inverted-text-color);
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Marquee Animation */
@keyframes marquee-strips-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.what-we-do-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 8vw;
}
.what-we-do-section .wwd-top {
  text-align: left;
  margin: 0 auto 3rem auto;
}
.what-we-do-section .wwd-top h2 {
  margin-bottom: 1rem;
  color: var(--primary-text-color);
  margin-top: 1.3vw;
}
.what-we-do-section .wwd-top p {
  max-width: 68%;
  color: var(--secondary-text-color);
}
.what-we-do-section .workflow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  gap: 4.5vw;
  position: relative;
}
.what-we-do-section .workflow .column {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  flex: 1;
}
.what-we-do-section .workflow .column.right {
  padding-top: 16.7vw;
}
.what-we-do-section .workflow .column .card {
  width: 100%;
  background: #252626;
  color: var(--primary-inverted-text-color);
  padding: 3.2rem 3rem;
  border-radius: 3rem;
  max-width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10000;
}
.what-we-do-section .workflow .column .card h5 {
  margin-bottom: 7.7rem;
}
.what-we-do-section .workflow .column .card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.what-we-do-section .workflow .column .card ul li {
  font-size: var(--p-size);
  margin-bottom: 1rem;
  color: var(--primary-inverted-text-color);
}
.what-we-do-section .workflow .column .card ul li a {
  font-family: var(--base-font);
  font-size: 1.39vw;
  font-weight: 300;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
  color: var(--primary-inverted-text-color);
}
.what-we-do-section .workflow .column .card ul li a span {
  position: relative;
}
.what-we-do-section .workflow .column .card ul li a span:nth-child(1):after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #ef8354;
  transition: all 0.5s ease;
}
.what-we-do-section .workflow .column .card ul li a:hover {
  gap: 13px;
}
.what-we-do-section .workflow .column .card ul li a:hover span:nth-child(1):after {
  width: 100%;
}
.what-we-do-section .workflow .column .card ul li:last-child {
  margin-bottom: 0;
}
.what-we-do-section .workflow .dashed-arrow {
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 6vw);
  pointer-events: none;
  z-index: 1;
}
.what-we-do-section .workflow .dashed-arrow svg {
  height: 100%;
}
.what-we-do-section .workflow .dashed-arrow .tablet-svg {
  display: none !important;
}
.what-we-do-section .workflow .mobile-column {
  display: none;
}

.success-section {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  position: relative;
  padding: 12vw 0;
  text-align: center;
  overflow: hidden;
  padding-top: 6vw;
}
.success-section .success-top {
  position: relative;
  padding-bottom: 2vw;
  overflow: hidden;
}
.success-section .success-top .floating-tags {
  margin-bottom: 1.5rem;
}
.success-section .success-top .floating-tags span:first-child {
  font-size: 32px;
  color: var(--primary-inverted-text-color);
  position: absolute;
  left: 13vw;
  top: 5.5vw;
}
.success-section .success-top .floating-tags span:nth-child(2) {
  font-size: 24px;
  color: var(--primary-inverted-text-color);
  opacity: 0.6;
  position: absolute;
  left: 27vw;
  bottom: 2vw;
}
.success-section .success-top .floating-tags span:nth-child(3) {
  font-size: 18px;
  color: var(--primary-inverted-text-color);
  opacity: 0.4;
  position: absolute;
  right: 39vw;
  bottom: 0vw;
}
.success-section .success-top .floating-tags span:last-child {
  font-size: 24px;
  color: var(--primary-inverted-text-color);
  opacity: 0.6;
  position: absolute;
  right: 18vw;
  bottom: 3vw;
}
.success-section .content-center {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 6vw;
  overflow: hidden;
  padding-top: 5vw;
}
.success-section .content-center p {
  max-width: 50%;
  margin: auto;
  color: var(--primary-inverted-text-color);
  margin-top: 0.5vw;
  margin-bottom: 3vw;
}
.success-section .startups-card {
  position: relative;
  border-radius: 3rem;
  width: 83%;
  margin: auto;
  margin: 4rem auto 0;
  padding: 4rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  z-index: 2;
  text-align: left;
}
.success-section .startups-card .start-up-content {
  width: 70%;
}
.success-section .startups-card .start-up-content h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.success-section .startups-card .start-up-content .s-p {
  color: var(--secondary-text-color);
}
.success-section .startups-card .service-card-section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.7vw;
  width: 52%;
  gap: 1.5vw;
}
.success-section .startups-card .service-card-section .small-card {
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(230, 230, 218, 0.1215686275) !important;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(20px) !important;
}
.success-section .startups-card .service-card-section .service-card:nth-child(5) {
  margin-left: 8vw !important;
}
.success-section .startups-card .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.success-section .startups-card .services-grid .service-box {
  background: #ecece3;
  color: #1e1e1e;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  min-height: 100px;
}
.success-section .startups-card .services-grid .service-box h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.success-section .startups-card .services-grid .service-box span {
  font-size: 0.9rem;
  opacity: 0.7;
}

.featured-projects {
  padding-top: 8.3vw;
  overflow: hidden;
}
.featured-projects .fp-top {
  padding-bottom: 0vw;
}
.featured-projects .fp-top h2 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: var(--primary-text-color);
}
.featured-projects .fp-top .s-p {
  color: var(--secondary-text-color);
}
.featured-projects .project-cards-wrapper {
  width: 66%;
  margin: auto;
  padding-bottom: 10vw;
}

.project-card .card-content {
  width: 95%;
  padding-bottom: 2vw;
}
.project-card .card-content h5 {
  margin-bottom: 1vw;
  color: var(--primary-text-color);
}
.project-card .card-content p {
  color: var(--primary-text-color);
}
.project-card .card-media {
  position: relative;
  border-radius: 1.5vw;
  overflow: hidden;
  box-shadow: 0px 0px 15px 14px rgba(0, 0, 0, 0.13);
}
.project-card .card-media:hover .card-image img {
  transform: scale(1.15);
}
.project-card .card-image img {
  transition: all 0.7s ease;
}
.project-card .external-link {
  position: absolute;
  right: 2vw;
  top: 2vw;
  transition: color 0.5s ease;
}
.project-card .external-link:hover {
  color: #ef8354;
}

.card-stack {
  position: relative;
  width: 100%;
  height: 80vh;
  display: flex;
  margin-top: 4vw;
}

.project-card {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  aspect-ratio: 1;
  height: auto;
  aspect-ratio: 1;
  z-index: 0;
  padding: 2vw;
  border-radius: 2vw;
  margin-bottom: 4vw;
  background-color: #e6e6da;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #adadad;
}

.testimonials-section {
  background: var(--primary-bg);
  margin: auto;
  padding: 8.2vw 0px;
}

.ts-top h2 {
  margin: 10px 0;
  color: var(--primary-inverted-text-color);
}

.ts-top .s-p {
  width: 70%;
  color: var(--secondary-text-color);
}

.testimonial-slider {
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.slider-container {
  position: relative;
  display: flex;
  gap: 3vw;
  transition: transform 0.3s ease-in-out;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
}

.testimonial-card-wrap {
  padding: 1vw;
}

.testimonial-card {
  border-radius: 3.1vw;
  width: 100%;
  flex-shrink: 0;
  margin: 0 2vw;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
  padding: 3px;
}
.testimonial-card .ts-card-inner {
  padding: 4vw 4.5vw;
  transition: all 0.5s ease;
  border-radius: 3vw;
  background-color: var(--primary-bg);
  overflow: hidden;
}
.testimonial-card .quote {
  font-size: 1.7vw;
  min-height: 16vw;
  color: var(--primary-inverted-text-color);
}
.testimonial-card .author {
  display: flex;
  align-items: center;
}
.testimonial-card .author img {
  width: 4.5vw;
  height: 4.5vw;
  border-radius: 50%;
  margin-right: 14px;
}
.testimonial-card .author .info {
  display: flex;
  flex-direction: column;
}
.testimonial-card .author .info .name {
  display: flex;
  align-items: center;
  font-family: var(--base-font);
  color: var(--primary-inverted-text-color);
  font-size: 1.37vw;
}
.testimonial-card .author .info .role {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
  font-family: var(--base-font);
  color: var(--secondary-text-color);
  font-size: 0.97vw;
  text-align: left;
}

.testimonial-card:hover .ts-card-inner {
  background-color: transparent;
}

.testimonial-card:first-child {
  margin-left: var(--section-padding);
}

.nav-buttons-wrap {
  position: absolute;
  top: -5vw;
  right: 5vw;
  width: 9vw;
  display: flex;
  justify-content: space-between;
}
.nav-buttons-wrap .nav-button {
  background: transparent;
  color: var(--primary-inverted-text-color);
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--card-color);
}
.nav-buttons-wrap .nav-button:hover {
  background: #434343;
}

.blog-section {
  background-color: var(--primary-bg);
  overflow: hidden;
  color: var(--primary-inverted-text-color);
}
.blog-section .blog-title {
  margin-bottom: 1vw;
  font-weight: 700;
}
.blog-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.blog-section .blog-header .blog-subtitle {
  max-width: 800px;
  font-weight: 500;
}
.blog-section .blog-header .learn-more span {
  margin-left: 0.5rem;
}
.blog-section .blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 5vw;
}
.blog-section .blog-cards .blog-card {
  background-color: var(--secondary-bg);
  border-radius: 1rem;
  overflow: hidden;
  max-width: 31%;
  display: block;
  flex-direction: column;
}
.blog-section .blog-cards .blog-card .bg-c-media {
  overflow: hidden;
  border-radius: 2vw;
  transition: all 0.3s ease;
}
.blog-section .blog-cards .blog-card .bg-c-media .blog-image {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
  display: block;
  aspect-ratio: 580/419;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-cards .blog-card .blog-info {
  padding: 1.2rem 0;
  padding-right: 1vw;
}
.blog-section .blog-cards .blog-card .blog-info .read-time {
  color: var(--secondary-text-color);
  text-transform: uppercase;
}
.blog-section .blog-cards .blog-card .blog-info .blog-card-title {
  color: var(--primary-inverted-text-color);
  margin-bottom: 1vw;
}
.blog-section .blog-cards .blog-card:hover .blog-image {
  scale: 1.15;
}

.explore-link {
  font-size: var(--p-size);
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  will-change: transform;
  transition: all 0.5s ease;
}
.explore-link:hover {
  gap: 15px;
}
.explore-link span {
  text-decoration: none;
  font-size: var(--p-size);
}
.explore-link .ex-link-arrow {
  font-size: 0.8vw;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-link .ex-link-arrow .back-arrow {
  height: 1.7px;
  background-color: #ef8354;
  width: 0px;
  margin-right: -2px;
  margin-bottom: 1px;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.explore-link:hover span {
  color: #ef8354;
}
.explore-link:hover .ex-link-arrow {
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  transform: translateX(10px);
}
.explore-link:hover .ex-link-arrow .back-arrow {
  width: 10px;
}

.engagement-section {
  padding-bottom: 10vw;
  padding-top: 6vw;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  color: var(--primary-text-color);
  font-family: var(--base-font);
}
.engagement-section .engagement-left {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.engagement-section .engagement-left .engagement-heading {
  margin-bottom: 1.5rem;
}
.engagement-section .engagement-left .engagement-text {
  font-size: var(--p-size);
  color: var(--secondary-text-color);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.engagement-section .engagement-right {
  width: 39%;
}
.engagement-section .engagement-right .engagement-label {
  display: inline-block;
  background-color: var(--highlight-text-color);
  color: var(--primary-bg);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.engagement-section .engagement-right .engagement-label .label-icon {
  margin-right: 0.5rem;
}
.engagement-section .engagement-right .en-card-wrap {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.engagement-card {
  border-radius: 1.5rem;
  height: 10vw;
  padding: 1.25rem 1.5rem;
  font-size: var(--h5-size);
  font-weight: 600;
  box-shadow: 0px 10px 20px 1px transparent !important;
  border: 1px solid rgba(128, 128, 128, 0.15);
  transition: box-shadow 0.3s ease !important;
  position: relative;
  overflow: hidden;
}
.engagement-card:hover {
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.25) !important;
}
.engagement-card .card-icon {
  display: block;
  width: 4vw;
  top: 0;
  position: relative;
  margin-right: 0rem;
  opacity: 1;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}
.engagement-card .card-content {
  margin-top: 1vw;
  display: flex;
  top: 54%;
  position: absolute;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.5s ease;
}
.engagement-card .card-title {
  color: var(--primary-text-color);
}
.engagement-card .plus-icon {
  position: absolute;
  right: 2vw;
  bottom: 1vw;
  width: 3vw;
  height: 3vw;
}
.engagement-card .plus-icon svg {
  height: 100%;
  width: 100%;
}
.engagement-card .plus-icon .plus-svg {
  height: 100%;
  opacity: 1;
}
.engagement-card .plus-icon .minus-svg {
  position: absolute;
  top: 0;
  opacity: 0;
}
.engagement-card p {
  margin-top: 0vw;
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 80%;
  font-size: var(--p-size);
}

.engagement-card:hover {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
  background-image: url("../images/binarycorpbg.png") !important;
}

.hamburger-menu {
  border: 2px solid #444543;
}

.nav-services-grid .card {
  flex: 1;
}
.nav-services-grid .card.small {
  transition: gap 0.5s ease;
}
.nav-services-grid .card.small svg {
  margin-bottom: -1px;
}
.nav-services-grid .card.small h3 a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: inherit;
  transition: all 0.5s ease;
  gap: 4px;
}
.nav-services-grid .card.small h3 a:hover {
  gap: 10px;
}
.nav-services-grid .card.small h3 a:after {
  content: "";
  position: absolute;
  width: 0px;
  background: #ef8354;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.nav-services-grid .card.small h3 a:hover:after {
  width: calc(100% - 25px) !important;
}
.nav-services-grid .card ul li {
  transition: gap 0.2s ease;
}
.nav-services-grid .card ul li a:hover svg {
  right: -25px;
}
.nav-services-grid .card ul li svg {
  margin-left: 0px;
  transition: all 0.3s ease;
  width: 0.8vw;
  height: 0.8vw;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  margin-right: 10px;
  display: inline-block;
}
.nav-services-grid .card ul li a {
  position: relative;
  padding-right: 10px !important;
  text-decoration: none !important;
}
.nav-services-grid .card ul li a:hover::after {
  width: calc(100% - 10px) !important;
}
.nav-services-grid .card ul li a.active {
  color: var(--primary-inverted-text-color) !important;
}
.nav-services-grid .card ul li a.active:after {
  width: calc(100% - 10px) !important;
}
.nav-services-grid .card ul li a:after {
  content: "";
  position: absolute;
  width: 0px;
  background: #ef8354;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.en-card-active .card-content {
  top: 6% !important;
}
.en-card-active .card-icon {
  top: 10%;
  transition: all 0.3s ease;
  opacity: 0;
}
.en-card-active p {
  transition: height 0.3s cubic-bezier(0.3, 0, 0.1, 1);
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  font-size: var(--p-size);
  margin-top: 1vw;
}
.en-card-active .plus-icon .plus-svg {
  transition: all 0.5s ease;
  opacity: 0;
}
.en-card-active .plus-icon .minus-svg {
  transition: all 0.5s ease;
  opacity: 1;
}

.footer {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  font-family: var(--base-font);
  overflow: hidden;
}
.footer .footer-top {
  padding: var(--section-padding);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  padding-bottom: 7rem;
}
.footer .footer-top .footer-branding .socials {
  display: none;
}
.footer .footer-top .footer-nav {
  display: flex;
  gap: 4rem;
}
.footer .footer-top .footer-nav ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.footer .footer-top .footer-nav ul li {
  margin-bottom: 1rem;
}
.footer .footer-top .footer-nav ul li a {
  text-decoration: none;
  font-size: 1.37vw;
  font-weight: normal;
  position: relative;
  will-change: transform;
}
.footer .footer-top .footer-nav ul li a:after {
  content: "";
  background-color: var(--highlight-text-color);
  height: 2px;
  width: 0px;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  will-change: transform;
  bottom: 0px;
}
.footer .footer-top .footer-nav ul li a:hover:after {
  width: 100%;
}
.footer .footer-top .footer-nav ul li a.active {
  font-weight: 600;
  text-decoration: underline;
  color: var(--highlight-text-color);
  text-decoration-color: var(--highlight-text-color);
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 var(--section-padding);
  padding-top: 1.5rem;
  font-size: 0.9rem;
  position: relative;
  margin-top: -6.5vw;
  background: var(--primary-bg);
  border-top: 1px solid rgba(128, 128, 128, 0.273);
  padding-bottom: 2vw;
}
.footer .footer-bottom .copyright {
  color: var(--primary-inverted-text-color);
  font-size: 0.85rem;
}
.footer .footer-bottom .socials {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.5rem 0.6rem;
  border-radius: 2rem;
  border: 2px solid rgba(128, 128, 128, 0.273);
}
.footer .footer-bottom .socials span {
  font-weight: 500;
  color: var(--primary-inverted-text-color);
  font-family: var(--base-font);
  font-size: 1.37vw;
  font-weight: 400;
  margin-right: 0.8vw;
  margin-left: 1vw;
}
.footer .footer-bottom .socials a img {
  width: 3vw;
  height: 3vw;
}
.footer .footer-bottom .socials a:hover {
  opacity: 0.8;
}
.footer .footer-bottom .footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer .footer-bottom .footer-links a {
  color: var(--primary-inverted-text-color);
  text-decoration: none;
  font-size: 0.85rem;
}
.footer .footer-bottom .footer-links a:hover {
  color: #fff;
}

.footer .socials:hover img {
  border-radius: 50%;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
}

.who-we-are {
  margin-bottom: 17vw;
  padding-bottom: 27vw;
}
.who-we-are .detail-card {
  margin: auto;
  width: 69%;
  margin-top: 3.5vw;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.who-we-are .detail-card .description {
  max-width: 87%;
}

.about-section {
  background-color: var(--primary-bg);
  color: #ffffff;
  font-family: "Arial", sans-serif;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.about-section .top-cards {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.about-section .top-cards .card {
  flex: 1;
  padding: 23px 25px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-section .top-cards .card .icon {
  width: 4.2vw;
  height: 4.2vw;
  color: #ff6a3d;
  margin-bottom: 10px;
}
.about-section .top-cards .card .icon svg {
  height: 100%;
}
.about-section .top-cards .card h5 {
  font-family: var(--main-font);
}
.about-section .top-cards .card p {
  color: var(--secondary-text-color);
  padding-top: 2vw;
}
.about-section .top-cards .card .subtext {
  opacity: 0.5;
}
.about-section .values-card {
  padding: 25px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  padding-bottom: 30px;
}
.about-section .values-card .v-c-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3vw;
}
.about-section .values-card .v-c-top .value-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5vw;
  max-height: 9vw;
  overflow-x: scroll;
}
.about-section .values-card .v-c-top .v-header {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: left;
  gap: 12px;
}
.about-section .values-card .v-c-top .v-header .icon {
  width: 4.2vw;
  height: 4.2vw;
}
.about-section .values-card .v-c-top .inspire-nav {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-size: 1.37vw;
  font-family: var(--base-font);
  margin-right: 8vw;
}
.about-section .values-card .v-c-top .inspire-nav span {
  font-family: var(--base-font);
  color: var(--secondary-text-color);
  transition: color 0.2s ease;
  font-size: 1.37vw;
}
.about-section .values-card .v-c-top .inspire-nav span.active {
  color: #ff6a3d;
}
.about-section .values-card .v-c-top .value-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-section .values-card .v-c-top .value-controls button {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.about-section .values-card .v-c-top .value-controls button:hover {
  background: #2c2d2f;
}
.about-section .values-card .v-c-top .value-controls .up path,
.about-section .values-card .v-c-top .value-controls .down path {
  stroke: #72736e !important;
}
.about-section .values-card .v-c-top .value-controls .up:hover path,
.about-section .values-card .v-c-top .value-controls .down:hover path {
  stroke: #ef8354 !important;
}
.about-section .values-card .mobile-inspire-text {
  display: none;
}
.about-section .values-card .value-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5vw;
  max-height: 12vw;
  overflow-x: scroll;
}
.about-section .values-card .value-wrapper .value-content {
  background: var(--primary-bg);
  border-radius: 10px;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}
.about-section .values-card .value-wrapper .value-content h3 {
  margin-bottom: 4px;
}
.about-section .values-card .value-wrapper .value-content h3 .highlight {
  color: #ff6a3d;
}
.about-section .values-card .value-wrapper .value-content p {
  color: var(--primary-inverted-text-color);
}
.about-section .values-card .value-wrapper .value-content:last-child {
  margin-bottom: 0vw;
}
.about-section .values-card .bottom-box-shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0.6;
  border-radius: 20px;
  overflow: hidden;
  height: 2vw;
}

.process-section {
  background-color: var(--primary-bg);
  text-align: center;
  font-family: "Arial", sans-serif;
  color: #ffffff;
  padding-bottom: 6vw;
}
.process-section .headline {
  margin: 15px 0;
}
.process-section .subtext {
  color: var(--secondary-text-color);
  margin-bottom: 72px;
}
.process-section .steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.process-section .steps .step-card {
  border-radius: 20px;
  width: 31%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: transform 0.3s ease;
  height: 48vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
}
.process-section .steps .step-card h3 {
  font-size: 2.7778vw;
  margin-bottom: 20px;
}
.process-section .steps .step-card p {
  font-size: var(--p-size);
  padding: 0 2.5vw;
  color: var(--secondary-text-color);
  height: 0;
  opacity: 0;
  margin-top: 1vw;
  transition: all 0.7s ease;
}
.process-section .steps .step-card:hover p {
  opacity: 1;
  height: 7vw;
}

.contact-section {
  font-family: "Arial", sans-serif;
  text-align: center;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
}
.contact-section h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-section .description {
  color: var(--secondary-text-color);
  max-width: 720px;
  margin: 0 auto 40px auto;
}
.contact-section .cs-middle {
  background-color: rgba(129, 130, 125, 0.1490196078);
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  padding-top: 1.8vw;
}
.contact-section .cs-middle h3 {
  margin-top: 15px;
}
.contact-section .cs-middle .subtext {
  max-width: 64.5%;
  margin: auto;
  padding-bottom: 50px;
  color: var(--secondary-text-color);
}
.contact-section .form-wrapper {
  background: #383838;
  padding: 50px 50px;
  margin: auto;
  border-radius: 3vw;
  margin-top: -20px;
  box-shadow: 0px 5px 10px 2px #818181;
  position: relative;
}
.contact-section .form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section .form-wrapper .contact-form .input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 66px;
}
.contact-section .form-wrapper .contact-form .input-group .input-field {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.contact-section .form-wrapper .contact-form .input-group .input-field label {
  font-family: var(--base-font);
  font-size: 1.37vw;
  margin-bottom: 6px;
  color: var(--primary-inverted-text-color);
}
.contact-section .form-wrapper .contact-form .input-group .input-field input {
  padding: 12px 22px;
  border: none;
  border-bottom: 1px solid #555;
  background: transparent;
  color: white;
  font-family: var(--base-font);
  font-size: 1.37vw;
}
.contact-section .form-wrapper .contact-form .input-group .input-field input::-moz-placeholder {
  color: #777;
  font-family: var(--base-font);
  font-size: 1.37vw;
}
.contact-section .form-wrapper .contact-form .input-group .input-field input::placeholder {
  color: #777;
  font-family: var(--base-font);
  font-size: 1.37vw;
}
.contact-section .form-wrapper .contact-form .input-group .input-field input:focus {
  outline: none;
  border-bottom: 1px solid #ff6a3d;
}
.contact-section .form-wrapper .contact-form .textarea-field {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 1.5vw;
}
.contact-section .form-wrapper .contact-form .textarea-field label {
  font-family: var(--base-font);
  font-size: 1.37vw;
  margin-bottom: 13px;
  color: var(--primary-inverted-text-color);
}
.contact-section .form-wrapper .contact-form .textarea-field textarea {
  padding: 12px 22px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #555;
  min-height: 107px;
  color: white;
  font-family: var(--base-font);
  font-size: 1.37vw;
  resize: none;
}
.contact-section .form-wrapper .contact-form .textarea-field textarea::-moz-placeholder {
  color: #777;
}
.contact-section .form-wrapper .contact-form .textarea-field textarea::placeholder {
  color: #777;
}
.contact-section .form-wrapper .contact-form .textarea-field textarea:focus {
  outline: none;
  border-bottom: 1px solid #ff6a3d;
}
.contact-section .form-wrapper .contact-form .e-btn {
  margin-top: 1.5vw;
}
.contact-section .form-wrapper .contact-form .a:hover {
  background: #e0dcd0;
}
.contact-section .form-wrapper .thanks-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 0%;
  background-color: var(--primary-bg);
  border-radius: 3vw;
  overflow: hidden;
  opacity: 0;
}
.contact-section .form-wrapper .thanks-container .thanks-sms {
  width: 50%;
}

.case-study-hero {
  background-color: var(--primary-inverted-text-color);
  font-family: "Arial", sans-serif;
  color: #1c1c1c;
  margin: auto;
  padding-top: 2.2vw;
  padding-bottom: var(--section-padding);
  text-align: center;
}
.case-study-hero .back-link {
  margin-top: 4.2vw;
}
.case-study-hero .headline {
  text-align: center;
}
.case-study-hero .badge {
  margin-top: 2vw;
  margin-bottom: 1.2vw;
}
.case-study-hero .m-h1 {
  display: none;
}
.case-study-hero .mobile-btn {
  display: none;
}
.case-study-hero .tab-heading {
  display: none;
}

.case-highlight {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  font-family: "Arial", sans-serif;
  text-align: center;
}
.case-highlight .intro-testimonial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 4vw;
}
.case-highlight .intro-testimonial .left {
  text-align: left;
  flex: 1;
  padding-top: 8.7vw;
}
.case-highlight .intro-testimonial .left .brand-title .emoji {
  font-size: 6vw;
  vertical-align: bottom;
  margin-left: -1vw;
}
.case-highlight .intro-testimonial .left .subheadline {
  margin-top: 15px;
}
.case-highlight .intro-testimonial .testimonial-card {
  width: 47%;
  margin-top: -5.45vw;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
  background: var(--primary-bg);
}
.case-highlight .intro-testimonial .testimonial-card p.quote {
  text-align: left;
  min-height: 13.5vw;
}
.case-highlight .intro-testimonial .badge {
  display: inline-block;
  background-color: #ff6a3d;
  color: #fff;
  font-weight: bold;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.case-highlight .intro-testimonial .services-grid .service-card {
  background-color: #383838;
  padding: 26.5px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  text-align: center;
  color: var(--primary-inverted-text-color);
  width: auto;
}
.case-highlight .intro-testimonial .services-grid .service-card h4 {
  font-size: 1.37vw;
  font-family: var(--base-font);
  font-weight: 400;
  margin-bottom: 25px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin: 0 auto;
  text-align: left;
  margin-top: 2vw;
}
.services-grid .service-card {
  background-color: #383838;
  padding: 26.5px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
  text-align: center;
  color: var(--primary-inverted-text-color);
}
.services-grid .service-card h4 {
  font-size: 1.37vw;
  font-family: var(--base-font);
  font-weight: 400;
  margin-bottom: 25px;
}

.case-results {
  background-color: var(--primary-bg);
  color: #ffffff;
  font-family: "Arial", sans-serif;
  margin: 0 auto;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.case-results .top-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 25px;
  align-items: stretch;
}
.case-results .top-grid .result-card {
  background-color: var(--card-color);
  padding: 65px;
  border-radius: 30px;
}
.case-results .top-grid .result-card h5 {
  font-family: var(--main-font);
  margin-bottom: 30px;
}
.case-results .top-grid .result-card p {
  font-family: var(--base-font);
  color: var(--primary-inverted-text-color);
}
.case-results .stats-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: var(--card-color);
  border-radius: 30px;
  padding-right: 5vw;
  padding-left: 5vw;
}
.case-results .stats-grid .stat-item {
  padding: 65px 40px;
  text-align: center;
  min-width: 30%;
}
.case-results .stats-grid .stat-item .stat-number {
  font-size: 7.64vw;
  font-weight: 600;
  font-family: var(--main-font);
  line-height: 100%;
}
.case-results .stats-grid .stat-item .stat-label {
  font-size: 1.37vw;
  font-family: var(--base-font);
}

.image-grid {
  background-color: var(--primary-bg);
}
.image-grid .image-grid-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6vw;
}
.image-grid .image-grid-inner .lg-l {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8vw;
}
.image-grid .image-grid-inner .lg-r {
  width: 41.7%;
}
.image-grid .image-grid-inner .grid-item {
  overflow: hidden;
  border-radius: 55px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.506);
}
.image-grid .image-grid-inner .grid-item:hover img {
  transform: scale(1.14);
}
.image-grid .image-grid-inner .grid-item img {
  width: 100%;
  height: 100%;
  transform: scale(1.03);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s ease;
}
.image-grid .image-grid-inner .small {
  width: 48%;
}
.image-grid .image-grid-inner .wide {
  width: 100%;
}
.image-grid .image-grid-inner .tall {
  height: 100%;
}
.image-grid .image-grid-inner .tall .img {
  height: 100%;
}

.tools-bar {
  display: flex;
  align-items: center;
  background-color: var(--card-color);
  border-radius: 50px;
  padding: 10px 10px;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: -2vw;
  position: relative;
  z-index: 1000;
}
.tools-bar .label {
  color: #f1f1df;
  font-weight: 400;
  font-size: 1.27vw;
  font-family: var(--base-font);
  white-space: nowrap;
  margin-left: 1vw;
}
.tools-bar .tool-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tools-bar .tool-icons .l-icon {
  background-color: var(--primary-inverted-text-color);
  border-radius: 50%;
  padding: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools-bar .tool-icons svg {
  width: 30px;
  height: 30px;
}

.case-studies-page .blog-section {
  padding-top: var(--section-padding);
  background-color: var(--primary-inverted-text-color);
  color: var(--primary-text-color);
}
.case-studies-page .blog-section .blog-card {
  background-color: var(--primary-inverted-text-color);
  color: var(--primary-text-color);
}
.case-studies-page .blog-section .blog-card .blog-info {
  padding-right: 0;
}
.case-studies-page .blog-section .blog-card .read-time {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0.5vw;
}
.case-studies-page .blog-section .blog-card p {
  color: var(--primary-text-color) !important;
}

.blog-listing-banner {
  background: var(--primary-inverted-text-color);
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.blog-listing-banner .blog-header {
  text-align: center;
  flex-direction: column;
}
.blog-listing-banner .blog-header h1 {
  color: var(--primary-text-color);
  margin-top: 1vw;
  margin-bottom: 0.5vw;
}
.blog-listing-banner .blog-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
  margin-top: 2.7vw;
}
.blog-listing-banner .blog-content .featured-post {
  width: 57%;
}
.blog-listing-banner .blog-content .featured-post .image-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.blog-listing-banner .blog-content .featured-post .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-listing-banner .blog-content .featured-post .image-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.8vw 2.8vw;
  color: var(--primary-inverted-text-color);
}
.blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
  margin-top: 0.3vw;
  margin-bottom: 0vw;
  color: var(--primary-inverted-text-color);
}
.blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta p {
  font-weight: normal;
  color: var(--primary-inverted-text-color);
  margin-bottom: 0px;
}
.blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta .reading-time {
  font-size: 14px;
}
.blog-listing-banner .blog-content .featured-post .image-wrapper .overlay a {
  font-weight: 600;
  color: var(--primary-inverted-text-color);
  margin-bottom: 0;
}
.blog-listing-banner .blog-content .post-list {
  width: 40%;
  gap: 1vw;
}
.blog-listing-banner .blog-content .post-list h5 {
  font-size: 1.37vw;
  font-family: var(--base-font);
  color: var(--primary-text-color);
  margin-bottom: 1.2vw;
  margin-top: 0.8vw;
}
.blog-listing-banner .blog-content .post-list .pcl-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
}
.blog-listing-banner .blog-content .post-list .post-card {
  border-radius: 20px;
  padding: 1.3vw;
  border: 1px solid rgba(128, 128, 128, 0.39);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.blog-listing-banner .blog-content .post-list .post-card a {
  margin-bottom: 1.6vw;
  color: var(--primary-text-color);
  font-weight: 600;
  padding-right: 2vw;
  text-decoration: none;
  line-height: 130%;
  font-size: 16px;
}
.blog-listing-banner .blog-content .post-list .post-card .post-meta {
  display: flex;
  justify-content: space-between;
}
.blog-listing-banner .blog-content .post-list .post-card .post-meta p {
  line-height: 100%;
  margin-bottom: 0;
  font-weight: 400;
}
.blog-listing-banner .blog-content .post-list .post-card .post-meta span {
  display: block;
  font-size: 14px;
  color: var(--secondary-text-color);
  line-height: 100%;
  font-weight: 400;
}

.design-blogs {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.design-blogs .design-blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6vw;
}
.blog-cards .blog-card {
  border-radius: 1vw;
  overflow: hidden;
  width: 31%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}
.blog-cards .blog-card:hover img {
  transform: scale(1.1);
}
.blog-cards .blog-card .blog-media {
  border-radius: 2.2vw;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.3764705882);
}
.blog-cards .blog-card .blog-media img {
  transition: all 0.5s ease;
}
.blog-cards .blog-card .blog-media img.h-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.blog-cards .blog-card .blog-media:hover img {
  transform: scale(1.1);
}
.blog-cards .blog-card .blog-media img {
  width: 100%;
  display: block;
}
.blog-cards .blog-card .blog-content {
  padding: 1vw 0.7vw;
}
.blog-cards .blog-card .blog-content .read-time {
  font-family: var(--base-font);
  font-weight: 500;
  font-size: 14px;
  color: #6f6f6f;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
}
.blog-cards .blog-card .blog-content p {
  min-height: auto;
}
.blog-cards .blog-card .blog-content a.learn-more-link {
  border: none;
  padding: 0;
  background-color: transparent;
  color: var(--primary-text-color);
}
.blog-cards .blog-card .blog-content a.learn-more-link:hover {
  color: var(--primary-text-color);
}
.blog-cards .blog-card .blog-content a.learn-more-link:hover svg path {
  fill: var(--primary-text-color);
}

.s-design-blog {
  padding-top: 0;
}

.blog-listing-page .r-in-wrap {
  padding-top: 7.5vw;
  background-color: var(--primary-bg);
}
.blog-listing-page .r-in-wrap .r-in-left p {
  margin-bottom: 1rem;
}

.blog-detail-page .blog-body .blog-content {
  width: 65.5%;
}
.blog-detail-page .breadcrumbs {
  margin-bottom: 48px;
}

.blog-detail-header {
  padding-top: 2.2vw;
}
.blog-detail-header .post-title {
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: var(--primary-text-color);
  max-width: 90%;
  line-height: 100%;
  font-size: var(--h1-size);
}
.blog-detail-header .blog-header-grid {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  color: var(--primary-text-color);
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.141);
}
.blog-detail-header .blog-header-grid .featured-image {
  width: 65.5%;
  border-radius: 1vw;
  overflow: hidden;
}
.blog-detail-header .blog-header-grid .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-detail-header .blog-header-grid .blog-meta {
  width: 31%;
}
.blog-detail-header .blog-header-grid .blog-meta .blog-m-top {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}
.blog-detail-header .blog-header-grid .blog-meta .blog-m-top .tag {
  font-family: var(--base-font);
  padding: 0.4vw 1.2vw;
  border-radius: 2vw;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid rgba(128, 128, 128, 0.321);
  font-size: 14px;
  line-height: 100%;
}
.blog-detail-header .blog-header-grid .blog-meta .blog-m-top .date {
  font-size: 14px;
  display: block;
  font-family: var(--base-font);
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 1vw;
}
.blog-detail-header .blog-header-grid .blog-meta .bm-desc,
.blog-detail-header .blog-header-grid .blog-meta .bm-desc {
  font-size: 1.37vw;
  font-style: italic;
  margin-top: 1.5vw;
  line-height: 1.5;
}

.blog-body {
  padding-top: 3vw;
  padding-bottom: 4vw;
}
.blog-body .blog-body-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4vw;
  margin: 0 auto;
}

.blog-content p {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 170%;
  margin-bottom: 1vw;
  font-weight: 500;
}
.blog-content h2 {
  font-size: 24px;
  margin: 2vw 0 1vw;
  font-weight: 500;
  font-family: var(--base-font);
}
.blog-content blockquote {
  border-left: 4px solid #d97f5c;
  font-style: italic;
  padding-left: 2vw;
  margin: 2vw 0;
  font-size: 28px;
  color: #7b7b7b;
  font-weight: 500;
  font-family: var(--base-font);
  line-height: 160%;
}
.blog-content .blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
}
.blog-content .blog-footer .tag {
  font-family: var(--base-font);
  padding: 0.4vw 1.2vw;
  border-radius: 2vw;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid rgba(128, 128, 128, 0.321);
  font-size: 14px;
  line-height: 100%;
}
.blog-content .blog-footer .share {
  font-size: 14px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--base-font);
  color: var(--secondary-text-color);
}
.blog-content .blog-footer .share a {
  margin-left: 1vw;
  color: #1a1a1a;
}

.blog-toc {
  width: 31%;
  position: sticky;
  top: 8vw;
  padding-bottom: 5vw;
}
.blog-toc .toc-box {
  background: rgba(129, 130, 125, 0.1490196078);
  padding: 1.8vw;
  padding-bottom: 0.8vw;
  border-radius: 0.8vw;
}
.blog-toc .toc-box h4 {
  font-family: var(--base-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-text-color);
  margin-bottom: 2vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4235294118);
  padding-bottom: 0.5vw;
  text-transform: uppercase;
}
.blog-toc .toc-box ul {
  list-style: none;
  padding: 0;
}
.blog-toc .toc-box ul .start-text {
  display: none;
}
.blog-toc .toc-box ul li {
  margin-bottom: 1.3vw;
}
.blog-toc .toc-box ul li a {
  font-family: var(--base-font);
  color: var(--secondary-text-color);
  font-size: var(p);
  text-decoration: none;
}
.blog-toc .toc-box ul li a:hover {
  text-decoration: underline;
  color: var(--primary-text-color);
}

.newsletter-wrapper {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.newsletter-wrapper .newsletter {
  background-color: var(--primary-bg);
  padding: 8vw 2vw;
  border-radius: 3vw;
  text-align: center;
  color: #f4f3e6;
  margin: 0vw auto;
}
.newsletter-wrapper .newsletter__content {
  max-width: 80%;
  margin: auto;
}
.newsletter-wrapper .newsletter__content h2 {
  margin-bottom: 0.5vw;
}
.newsletter-wrapper .newsletter__content h3 {
  margin-bottom: 0.5vw;
}
.newsletter-wrapper .newsletter__content h3 span {
  color: var(--highlight-text-color);
}
.newsletter-wrapper .newsletter__content p {
  font-size: 24px;
  margin-bottom: 3.5vw;
  font-weight: 400;
}
.newsletter-wrapper .newsletter__content p strong {
  font-weight: 600;
}
.newsletter-wrapper .newsletter__content .base-font {
  max-width: 80%;
  margin: auto;
  margin-bottom: 3.5vw;
  font-size: var(--p-size);
}
.newsletter-wrapper .newsletter__form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
}
.newsletter-wrapper .newsletter__form input {
  background: #1f2020;
  color: #eee;
  font-size: 16px;
  padding: 1rem 2.3rem;
  border-radius: 4vw;
  width: 30vw;
  outline: none;
  border: 2px solid rgba(114, 115, 110, 0.4);
}
.newsletter-wrapper .newsletter__form input::-moz-placeholder {
  color: #aaa;
}
.newsletter-wrapper .newsletter__form input::placeholder {
  color: #aaa;
}
.newsletter-wrapper .newsletter__form button:hover {
  opacity: 0.9;
}

.block-detail-big-heading {
  padding-bottom: 2vw;
  border-bottom: 1px solid rgba(128, 128, 128, 0.525);
  margin-bottom: 2vw;
}
.block-detail-big-heading h1 {
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: var(--primary-text-color);
}
.block-detail-big-heading .blog-meta {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.block-detail-big-heading .blog-meta .blog-m-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1vw;
  margin-top: 2vw;
  width: 31%;
  height: 100%;
  width: 31%;
}
.block-detail-big-heading .blog-meta .blog-m-right .tag {
  font-family: var(--base-font);
  padding: 0.4vw 1.2vw;
  border-radius: 2vw;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid rgba(128, 128, 128, 0.321);
  font-size: 14px;
  line-height: 100%;
}
.block-detail-big-heading .blog-meta .blog-m-right .date {
  font-size: 14px;
  display: block;
  font-family: var(--base-font);
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 1vw;
}
.block-detail-big-heading .blog-meta .blog-m-left {
  width: 65.5%;
}
.block-detail-big-heading .blog-meta .blog-m-left .bm-desc {
  font-size: 1.37vw;
  font-style: italic;
  margin-top: 1.5vw;
  line-height: 1.5;
}

.privacy-policy-page article ul li a {
  text-decoration: underline !important;
  text-decoration-color: #d97f5c !important;
  text-underline-offset: 5px !important;
}

.pp-page,
.terms-page {
  padding-top: 10.4vw;
  padding-bottom: 2vw;
}
.pp-page .toc-box p,
.terms-page .toc-box p {
  margin-bottom: 1vw;
}
.pp-page .terms-header,
.terms-page .terms-header {
  text-align: center;
  padding-bottom: 6.2vw;
}
.pp-page .terms-header span,
.terms-page .terms-header span {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--base-font);
  color: var(--primary-text-color);
  letter-spacing: 0.5px;
}
.pp-page .terms-header .tnc-mobile-sub-text,
.terms-page .terms-header .tnc-mobile-sub-text {
  display: none !important;
}
.pp-page .terms-header h1,
.terms-page .terms-header h1 {
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 1vw;
  margin-bottom: 0.8vw;
}
.pp-page .terms-header h3,
.terms-page .terms-header h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--base-font);
  color: var(--secondary-text-color);
  margin-bottom: 4.3vw;
}
.pp-page .terms-header p,
.terms-page .terms-header p {
  text-align: center;
  margin-top: 1.7vw;
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
  color: var(--secondary-text-color);
}
.pp-page .terms-content,
.terms-page .terms-content {
  display: flex;
  gap: 2vw;
  align-items: flex-start;
  padding-bottom: 5vw;
}
.pp-page .terms-content .terms-body,
.terms-page .terms-content .terms-body {
  width: 65.5%;
}
.pp-page .terms-content .terms-body article,
.terms-page .terms-content .terms-body article {
  margin-bottom: 3vw;
}
.pp-page .terms-content .terms-body article h2,
.terms-page .terms-content .terms-body article h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1vw;
  color: var(--primary-text-color);
  font-weight: 800;
  text-transform: uppercase;
}
.pp-page .terms-content .terms-body article h5,
.terms-page .terms-content .terms-body article h5 {
  margin-top: 3vw;
  font-family: var(--base-font);
  font-weight: 700;
}
.pp-page .terms-content .terms-body article p,
.terms-page .terms-content .terms-body article p {
  text-align: left;
  margin-top: 1.6vw;
  font-size: 18.4px;
  font-weight: 400;
  color: var(--primary-text-color);
}
.pp-page .terms-content .terms-body article ol,
.terms-page .terms-content .terms-body article ol {
  padding-left: 1.7vw;
}
.pp-page .terms-content .terms-body article ol li,
.terms-page .terms-content .terms-body article ol li {
  color: var(--primary-text-color);
  line-height: 150%;
  font-size: 18px;
  font-family: var(--base-font);
  font-weight: 500;
}
.pp-page .terms-content .terms-body article ol li::marker,
.terms-page .terms-content .terms-body article ol li::marker {
  font-size: 18px;
  font-family: var(--base-font);
  font-weight: 500;
  color: var(--primary-text-color);
  line-height: 150%;
}
.pp-page .terms-content .terms-body article ol li::marker a,
.terms-page .terms-content .terms-body article ol li::marker a {
  text-decoration: underline !important;
}
.pp-page .terms-content .terms-body article ol li span,
.terms-page .terms-content .terms-body article ol li span {
  color: black !important;
  line-height: 150%;
  font-size: 18px;
  font-family: var(--base-font);
  font-weight: 600;
}
.pp-page .terms-content .terms-body article ul,
.terms-page .terms-content .terms-body article ul {
  padding-left: 1.7vw;
  margin-top: 1vw;
}
.pp-page .terms-content .terms-body article ul li,
.terms-page .terms-content .terms-body article ul li {
  font-size: 16px;
  font-family: var(--base-font);
  font-weight: 500;
  color: var(--secondary-text-color);
  line-height: 150%;
}
.pp-page .terms-content .terms-body article ul li::marker,
.terms-page .terms-content .terms-body article ul li::marker {
  font-size: 13px;
  font-family: var(--base-font);
  font-weight: 500;
  color: var(--secondary-text-color);
  line-height: 150%;
}
.pp-page .terms-content .terms-body article ul li::marker a,
.terms-page .terms-content .terms-body article ul li::marker a {
  text-decoration: underline !important;
}
.pp-page .terms-content .terms-body article ul li span,
.terms-page .terms-content .terms-body article ul li span {
  color: black;
  font-size: 16px;
  font-family: var(--base-font);
  font-weight: 600;
  line-height: 150%;
}
.pp-page .terms-content .terms-sidebar,
.terms-page .terms-content .terms-sidebar {
  position: sticky;
  top: 4vw;
  flex: 1;
  width: 31%;
  padding: 1vw;
  border-radius: 1vw;
}
.pp-page .terms-content .terms-sidebar ul,
.terms-page .terms-content .terms-sidebar ul {
  list-style: none;
  padding: 0;
}
.pp-page .terms-content .terms-sidebar ul li,
.terms-page .terms-content .terms-sidebar ul li {
  margin-bottom: 0.75vw;
}
.pp-page .terms-content .terms-sidebar ul li a,
.terms-page .terms-content .terms-sidebar ul li a {
  text-decoration: none;
  font-size: 0.9vw;
}
.pp-page .terms-content .terms-sidebar ul li a:hover,
.terms-page .terms-content .terms-sidebar ul li a:hover {
  text-decoration: underline;
}
.pp-page .terms-footer,
.terms-page .terms-footer {
  margin-top: 4vw;
  padding: 2vw;
  text-align: center;
}
.pp-page .terms-footer .footer-content,
.terms-page .terms-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pp-page .terms-footer .footer-content p,
.terms-page .terms-footer .footer-content p {
  margin: 0.5vw 0;
  font-size: 0.9vw;
}
.pp-page .terms-footer .footer-content nav,
.terms-page .terms-footer .footer-content nav {
  display: flex;
  gap: 1.5vw;
}
.pp-page .terms-footer .footer-content nav a,
.terms-page .terms-footer .footer-content nav a {
  text-decoration: none;
  font-size: 0.9vw;
}
.pp-page .terms-footer .footer-content nav a:hover,
.terms-page .terms-footer .footer-content nav a:hover {
  text-decoration: underline;
}

.pp-page .terms-header {
  text-align: center;
  padding-bottom: 6.2vw;
}
.pp-page .terms-header span {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--base-font);
  color: var(--primary-text-color);
  letter-spacing: 0.5px;
  margin-bottom: 0.5vw;
}
.pp-page .terms-header h1 {
  font-weight: 700;
  margin-top: 0vw;
  font-family: var(main-);
}
.pp-page .terms-header h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--base-font);
  color: var(--secondary-text-color);
  margin-bottom: 4.3vw;
}
.pp-page .terms-header p {
  text-align: left;
  margin-top: 1.7vw;
  max-width: 64%;
  color: var(--secondary-text-color);
}

.not-found-body {
  overflow: hidden;
}

#what-we-do-section {
  height: 100vh;
  overflow: hidden;
  padding-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  padding-left: 0px !important;
  padding-right: 0px !important;
  box-sizing: border-box;
}
#what-we-do-section .not-found-wrapper {
  width: 100%;
}

.not-found-page .not-found-wrapper .digital-section {
  padding-top: 3vw;
  padding-bottom: 8vw;
}
.not-found-page .not-found-wrapper .digital-section .card-404 {
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 4vw;
}
.not-found-page .not-found-wrapper .digital-section .card-404 .svg-404 {
  width: 40%;
  margin: auto;
}
.not-found-page .not-found-wrapper .digital-section .card-404 h3 {
  margin-top: 1vw;
}
.not-found-page .not-found-wrapper .digital-section .card-404 p {
  max-width: 68%;
  margin: auto;
  font-size: 20px;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
  font-weight: 400;
  color: #e6e6da !important;
}

.cta-page .hero-banner-inner {
  padding-bottom: 2vw;
}
.cta-page .hero-banner-inner .left-section {
  width: 65%;
}
.cta-page .hero-banner-inner .left-section .text-cta-section {
  padding-top: 12vw;
}
.cta-page .hero-banner-inner .left-section .text-cta-section p {
  color: var(--primary-inverted-text-color);
  max-width: 75%;
  padding-top: 1.5vw;
  padding-bottom: 2.5vw;
}
.cta-page .hero-banner-inner .left-section .text-cta-section .has-mobile-btn-text {
  display: none;
}
.cta-page .hero-banner-inner .right-section {
  position: absolute;
  top: 0vw;
  right: 0;
  width: 52%;
}
.cta-page .contact-info {
  padding-top: 5vw;
  padding-bottom: 8vw;
  background-color: var(--primary-bg);
  display: flex;
  justify-content: space-between;
  color: #f0f0f0;
  text-align: center;
  flex-wrap: wrap;
  gap: 2vw;
}
.cta-page .contact-info .white-mobile-block {
  display: none;
}
.cta-page .contact-info .contact-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.cta-page .contact-info .contact-item span {
  position: relative;
}
.cta-page .contact-info .contact-item h5 {
  margin-bottom: 0.5vw;
}
.cta-page .contact-info .contact-item p {
  font-family: var(--base-font);
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 1.3vw;
}
.cta-page .contact-info .contact-item a {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  justify-content: center;
  transition: gap 0.5s ease;
}
.cta-page .contact-info .contact-item a span {
  position: relative;
}
.cta-page .contact-info .contact-item a span svg {
  transition: all 0.5s ease;
  top: -8px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.cta-page .contact-info .contact-item a span:nth-child(1):after {
  content: "";
  width: 0%;
  transition: all 0.5s ease;
  height: 2px;
  bottom: 0px;
  position: absolute;
  background-color: var(--highlight-text-color);
  left: 0;
}
.cta-page .contact-info .contact-item a:hover span:nth-child(1)::after {
  width: 0%;
}
.cta-page .contact-info .contact-item a:hover span svg {
  top: -12px;
  margin-left: 4px;
}
.cta-page .contact-info .contact-item a,
.cta-page .contact-info .contact-item span {
  font-family: var(--base-font);
  display: inline-block;
  font-size: 20px;
  color: #f77b45;
  font-weight: 500;
  text-decoration: none;
}
.cta-page .contact-info .contact-item a:hover {
  text-decoration: none;
}
.cta-page .contact-section {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.cta-page .contact-section .cs-middle h3 {
  color: var(--primary-text-color);
}
.cta-page .dark-bg .service-card-section .service-card {
  background-color: rgba(114, 115, 110, 0.1843137255);
}
.cta-page .dark-bg .service-card-section .service-card .card-title,
.cta-page .dark-bg .service-card-section .service-card p {
  color: var(--primary-inverted-text-color);
}
.cta-page .dark-bg .service-card-section .small-card {
  background-color: var(--card-color) !important;
}

.faq-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--primary-bg);
  padding-top: 10vw;
  padding-bottom: 5vw;
  color: var(--primary-inverted-text-color);
  gap: 4vw;
  flex-wrap: wrap;
}
.faq-section .faq-left {
  flex: 1;
}
.faq-section .faq-left h3 {
  margin-top: 2vw;
}
.faq-section .faq-left h3 br {
  display: none;
}
.faq-section .faq-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.faq-section .faq-right .accordion {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.faq-section .faq-right .accordion .accordion-item {
  border-radius: 16px;
  overflow: hidden;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
  padding: 3px;
  transition-delay: 0s !important;
}
.faq-section .faq-right .accordion .accordion-item .acc-i-inner {
  border-radius: 14px;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
  transition: all 0.8s ease;
}
.faq-section .faq-right .accordion .accordion-item .acc-i-inner:hover {
  background-color: var(--primary-bg) !important;
}
.faq-section .faq-right .accordion .accordion-item .accordion-title {
  background: none;
  border: none;
  color: var(--primary-inverted-text-color);
  font-family: var(--base-font);
  font-size: 1.26rem;
  font-weight: 400;
  padding: 1.2rem 1.5rem;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-section .faq-right .accordion .accordion-item .accordion-title span {
  margin-left: 1.5vw;
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}
.faq-section .faq-right .accordion .accordion-item .accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s linear;
  color: var(--primary-inverted-text-color);
}
.faq-section .faq-right .accordion .accordion-item .accordion-content p {
  padding: 0 1.5rem 1rem;
}
.faq-section .faq-right .accordion .accordion-item.active .accordion-title span {
  transform: rotate(180deg);
}
.faq-section .faq-right .accordion .accordion-item.active .accordion-content {
  max-height: 100px;
}
.faq-section .faq-right .ask-button {
  align-self: flex-start;
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  border: 1px solid rgba(109, 109, 109, 0.4235294118);
  border-radius: 2rem;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: var(--base-font);
}
.work-page br.tab-bt {
  display: none;
}
.work-page .hero-banner-inner .text-cta-section {
  padding-top: 10vw;
  padding-bottom: 9.5vw;
}
.work-page .hero-banner-inner .right-section {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
}
.work-page .projects-section {
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
}
.work-page .projects-section .projects-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding: 0;
}
.work-page .projects-section .projects-nav ul li {
  font-size: 16px;
  color: #81827d;
  font-family: var(--base-font);
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.work-page .projects-section .projects-nav ul li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: var(--highlight-text-color);
  bottom: -1px;
  transition: all 0.5s;
}
.work-page .projects-section .projects-nav ul li.active {
  font-weight: 600;
  color: var(--primary-text-color);
}
.work-page .projects-section .projects-nav ul li.active:after {
  width: 100%;
}
.work-page .projects-section .projects-nav ul li:hover {
  color: var(--primary-text-color);
}
.work-page .projects-section .projects-nav ul li:hover:after {
  width: 100%;
}
.work-page .projects-section .projects-grid {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2rem; */
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 5vw;
}
.work-page .projects-section .projects-grid .pro-card {
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 45%;
  max-width: 57%;
}
.work-page .projects-section .projects-grid .pro-card img {
  width: 100%;
  height: auto;
  display: block;
}
.work-page .projects-section .projects-grid .pro-card .project-info {
  padding: 1rem 0.5rem;
  min-height: 8vw;
}
.work-page .projects-section .projects-grid .pro-card .project-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-text-color);
  margin-bottom: 0.5rem;
  font-family: var(--base-font);
}
.work-page .projects-section .projects-grid .pro-card .project-info p {
  font-family: var(--base-font);
  font-size: 16px;
  color: var(--primary-text-color);
}
.work-page .projects-section .projects-grid .pr-s-card {
  max-width: 39.8%;
}
.work-page .r-in-wrap {
  padding-top: 7.5vw;
  background-color: var(--primary-bg);
}
.work-page .r-in-wrap .r-in-left p {
  margin-bottom: 1rem;
}
.work-page .logo-marquee {
  background-color: var(--primary-bg);
}

.popup-page {
  padding-bottom: 5vw;
}

.cookie-popup {
  width: 498px;
  margin: auto;
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  border-radius: 3vw;
  overflow: hidden;
  padding-bottom: 0;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 1000000;
}
.cookie-popup .cookie-top {
  padding: 4.2rem 1.5rem 2rem;
  position: relative;
}
.cookie-popup .close-btn {
  position: absolute;
  top: 2.5rem;
  right: 1.5em;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #aaa;
  cursor: pointer;
}
.cookie-popup .cookie-icon {
  width: 88px;
  height: 88px;
  margin: auto;
  margin-bottom: 2.7vw;
}
.cookie-popup .cookie-icon svg {
  height: 100%;
}
.cookie-popup h3 {
  font-family: var(--base-font);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
.cookie-popup p {
  font-family: var(--base-font);
  font-size: 16px;
  color: var(--secondary-text-color);
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 85%;
  margin: auto;
}
.cookie-popup p a {
  font-family: var(--base-font);
  font-size: 16px;
  display: block;
  color: #81827d;
  text-decoration: underline;
}
.cookie-popup p a:hover {
  text-decoration-thickness: 2px;
}
.cookie-popup .cookie-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  background: #2d2d2d;
  padding: 2.5rem;
}

.c-light-popup {
  background: #efeee4;
  color: #81827d;
}
.c-light-popup h3 {
  color: var(--primary-text-color);
}
.c-light-popup p {
  color: #81827d;
}
.c-light-popup .cookie-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  background-color: var(--primary-inverted-text-color);
}

.cookie-banner {
  background-color: #efeee4;
  color: #111;
  border-radius: 28px;
  padding: 2.7rem 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 83.5%;
  margin: auto;
  z-index: 1000000;
}
.cookie-banner .cookie-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 53%;
}
.cookie-banner .cookie-left .cookie-icon {
  width: 68px;
  height: 68px;
}
.cookie-banner .cookie-left .cookie-icon svg {
  width: 100%;
  height: 100%;
}
.cookie-banner .cookie-left p {
  max-width: 85.5%;
  font-family: var(--base-font);
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.cookie-banner .cookie-left p a {
  font-size: 16px;
  font-family: var(--base-font);
  color: #000;
  text-decoration: underline;
}
.cookie-banner .cookie-left p a:hover {
  text-decoration-thickness: 2px;
}
.cookie-banner .cookie-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 41.8%;
  gap: 0.75rem;
}
.cookie-banner .cookie-right .close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  margin-left: 1.5vw;
}
.cookie-banner .cookie-right .close-btn:hover {
  color: #000;
}

.cb-dark-popup {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
}
.cb-dark-popup p {
  color: var(--primary-inverted-text-color) !important;
}
.cb-dark-popup p a {
  color: var(--primary-inverted-text-color) !important;
}

.cookie-text-popup {
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 82.5%;
  margin: auto;
  border-radius: 28px;
  padding: 2.2rem 2.75rem;
  background-color: #efeee4;
  color: #111;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
}
.cookie-text-popup .ctp-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
}
.cookie-text-popup .ctp-inner button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
}
.cookie-text-popup .ctp-inner p {
  font-size: 18px;
}

.cookie-popup-two {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  max-width: 35%;
  margin: auto;
  background-color: var(--primary-bg);
  border-radius: 3vw;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  padding: 3.2rem;
  font-family: "Inter", sans-serif;
  color: #ddd;
  z-index: 1000000;
}
.cookie-popup-two .cookie-popup__content {
  text-align: left;
}
.cookie-popup-two .cookie-popup__content h3 {
  color: var(--primary-inverted-text-color);
  font-family: var(--base-font);
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 20px;
}
.cookie-popup-two .cookie-popup__content p {
  font-size: 16px;
  color: var(--secondary-text-color);
  font-family: var(--base-font);
  margin-bottom: 1.5rem;
}
.cookie-popup-two .cookie-popup__content p a {
  font-size: 16px;
  color: var(--secondary-text-color);
  font-family: var(--base-font);
  text-decoration: underline;
}
.cookie-popup-two .cookie-popup__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cpt-light-popup {
  margin-top: 3vw;
  background-color: var(--primary-inverted-text-color);
}
.cpt-light-popup h3 {
  color: var(--primary-text-color) !important;
}

.scroll-to-top-btn {
  display: none;
  width: 25vw;
  height: 25vw;
}

.service-mvp-hero .mobile-btn {
  display: inline-flex;
  margin-top: 2vw;
}

.text-description-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  position: relative;
}
.text-description-section .text span {
  color: #ef8354;
}
.text-description-section .desc {
  width: 57%;
  margin-left: auto;
  padding-top: 1vw;
}
.text-description-section .desc.is-alt {
  margin-left: 0px;
}
.text-description-section .desc p {
  color: var(--secondary-text-color);
  margin-bottom: 2vw;
}

.mvp-services-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  margin-top: 2vw;
}
.mvp-services-grid .s-card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.mvp-services-grid .s-card-img img, .mvp-services-grid .s-card-img object {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.mvp-services-grid.is-alt {
  flex-wrap: wrap;
}
.mvp-services-grid.is-alt .mvp-sv-left {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.mvp-services-grid.is-alt .mvp-sv-left > .s-card {
  width: 47.2% !important;
}
.mvp-services-grid.is-alt .mvp-sv-right {
  flex: 1;
}
.mvp-services-grid.is-alt .mvp-sv-right .s-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mvp-services-grid.is-alt .mvp-sv-right > .s-card {
  width: 100% !important;
  height: 100%;
}
.mvp-services-grid .s-card {
  border-radius: 1.3vw;
  text-align: left;
  width: 32%;
  padding: 3px;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
}
.mvp-services-grid .s-card.is-two-col {
  width: 49%;
}
.mvp-services-grid .s-card .s-card-inner {
  background-color: var(--primary-bg);
  border-radius: 1.2vw;
  padding: 1.7vw;
  height: 100%;
}
.mvp-services-grid .s-card .check-icon {
  color: #ff784f;
  font-size: 1.8vw;
  display: inline-block;
  margin-bottom: 0.4vw;
}
.mvp-services-grid .s-card h3 {
  font-family: var(--base-font);
  font-size: 1.3vw;
  font-weight: 500;
  margin-bottom: 4vw;
  color: #f8f6f0;
}
.mvp-services-grid .s-card p {
  color: var(--secondary-text-color);
}

.section-subtitle {
  margin: 0 auto 3vw;
  color: var(--secondary-text-color);
}

.mvp-services {
  padding-top: 8vw;
  padding-bottom: 11vw;
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  text-align: center;
}
.mvp-services h5 {
  margin-bottom: 1vw;
}
.mvp-services .half-width {
  width: 49%;
}

.s-card:hover {
  background-color: #ff784f !important;
}

.expertise {
  background-color: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  text-align: left;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.expertise .ex-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3vw;
}
.expertise .ex-head .ex-left {
  width: 75%;
}
.expertise .ex-head .ex-left h3 {
  margin-bottom: 0.5vw;
}
.expertise .section-title {
  font-size: 4.4vw;
  font-weight: 700;
  margin-bottom: 1.5vw;
}
.expertise .expertise-slider {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-left: calc(var(--section-padding) - 14px);
}
.expertise .slick-track {
  width: 100% !important;
  align-items: stretch;
  height: 100%;
}
.expertise .expertise-card {
  margin: 0vw 1vw;
  flex-shrink: 0;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
  border-radius: 1.3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: border 0.3s ease;
  flex-shrink: 0;
  padding: 3px;
  height: 100%;
}
.expertise .expertise-card .ex-c-inner {
  background-color: var(--primary-bg);
  padding: 1vw;
  border-radius: 1.2vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.expertise .expertise-card:hover {
  border-color: #ff784f;
}
.expertise .expertise-card .l-m {
  color: #ff784f;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  margin-bottom: auto;
  display: block;
  text-align: right;
  text-transform: capitalize;
  font-family: var(--base-font);
  text-align: right;
}
.expertise .expertise-card h3 {
  font-size: var(--h5-size);
  font-weight: 600;
  margin-top: 14vw;
  padding-right: 0vw;
}
.expertise .slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 1vw;
}
.expertise .slider-controls .slider-btn {
  background: transparent;
  color: var(--primary-inverted-text-color);
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  width: 3.5vw;
  height: 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--card-color);
}
.mvp-path {
  background: var(--primary-bg);
  color: #f8f6f0;
  text-align: center;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  position: relative;
}
.mvp-path .mvp-sec-title {
  margin-bottom: 1vw;
}
.mvp-path .mvp-sec-title span {
  color: var(--highlight-text-color);
}
.mvp-path .tab-title {
  display: none;
}
.mvp-path .mvp-grid-container .line-vector-top {
  position: absolute;
  top: 23vw;
  right: 0vw;
  width: auto;
}
.mvp-path .mvp-grid-container .line-vector-bottom {
  position: absolute;
  bottom: 15vw;
  left: 0vw;
  width: auto;
}
.mvp-path .mvp-grid-container .mobile-line-vector {
  display: none;
}
.mvp-path .mvp-grid-container .tab-line-top {
  display: none;
}
.mvp-path .mvp-grid-container .tab-line-middle {
  display: none;
}
.mvp-path .mvp-grid-container .tab-line-bottom {
  display: none;
}
.mvp-path .path-grid-wrap {
  position: relative;
}
.mvp-path .path-grid-wrap .path-top {
  position: absolute;
  top: 6vw;
  width: 95%;
  left: 5%;
}
.mvp-path .path-grid-wrap .path-top svg {
  width: 100%;
  display: block;
  height: auto;
}
.mvp-path .path-grid-wrap .path-bottom {
  position: absolute;
  bottom: 7cqi;
  width: 95%;
  right: 5%;
}
.mvp-path .path-grid-wrap .path-bottom.is-alt {
  width: 81%;
  right: 19%;
}
.mvp-path .path-grid-wrap .path-bottom svg {
  width: 100%;
  display: block;
  height: auto;
}
.mvp-path .path-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 3vw 2vw;
  max-width: 85vw;
  margin: 0 auto;
}
.mvp-path .path-grid.alt-spacing .path-card.active .pt-desc {
  top: 0 !important;
}
.mvp-path .path-grid.alt-spacing .path-card .pt-desc {
  top: 29%;
}
.mvp-path .path-card,
.mvp-path .path-info {
  width: 31%;
  border-radius: 1.3vw;
  padding: 2px;
  text-align: left;
  position: relative;
  z-index: 1;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
}
.mvp-path .path-card.is-two-col,
.mvp-path .path-info.is-two-col {
  width: 48%;
}
.mvp-path .path-card .pt-card-inner,
.mvp-path .path-info .pt-card-inner {
  background: var(--primary-bg);
  padding: 3vw;
  border-radius: 1.2vw;
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
}
.mvp-path .path-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  top: 0;
}
.mvp-path .path-card:hover {
  background: transparent !important;
  border-color: #ff784f;
  top: -3px;
}
.mvp-path .path-card.active .icon {
  top: 10%;
}
.mvp-path .path-card .icon {
  margin-bottom: 3vw;
  font-size: 3vw;
  color: #ff784f;
  position: relative;
  transition: all 0.5s ease;
  top: 0;
}
.mvp-path .path-card h3 {
  font-size: 2vw;
  font-weight: 600;
  color: #f8f6f0;
}
.mvp-path .path-card .plus {
  position: absolute;
  right: 3vw;
  bottom: 2.8vw;
  font-size: 2vw;
  color: #b0b0b0;
}
.mvp-path .path-info {
  display: flex;
  align-items: center;
}
.mvp-path .path-info p {
  color: var(--secondary-text-color);
}
.mvp-path .half-width {
  width: 48%;
}

.results-section {
  background: var(--primary-bg);
  color: var(--primary-inverted-text-color);
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.results-section .res-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2vw;
}
.results-section .res-inner .res-l {
  width: 65%;
}
.results-section .res-inner .res-l h3 {
  margin-bottom: 0.5vw;
}
.results-section .res-inner .res-l P {
  color: var(--secondary-text-color);
}
.results-section .res-inner a {
  margin-bottom: 0.5vw;
}
.results-section .featured-project {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4vw;
  margin-bottom: 6vw;
}
.results-section .featured-project .image {
  width: 50%;
  overflow: hidden;
  border-radius: 1.5vw;
}
.results-section .featured-project .image:hover img {
  transform: scale(1.2);
}
.results-section .featured-project .image img {
  width: 100%;
  transition: all 0.7s ease;
}
.results-section .featured-project .details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.results-section .featured-project .details h3 {
  font-size: var(--h5-size);
  margin-bottom: 0.6vw;
  font-family: var(--base-font);
  font-weight: 600;
}
.results-section .featured-project .details .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6vw;
}
.results-section .featured-project .details .tags span {
  background: var(--card-color);
  color: var(--primary-inverted-text-color);
  padding: 0.4vw 1vw;
  border-radius: 5vw;
  font-size: var(--p-size);
  font-family: var(--base-font);
  font-weight: 400;
}
.results-section .featured-project .details .project-gallery {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
.results-section .featured-project .details .project-gallery .pg-card {
  position: relative;
  width: 50%;
  border-radius: 1.5vw;
  overflow: hidden;
  cursor: pointer;
}
.results-section .featured-project .details .project-gallery .pg-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.7s ease;
}
.results-section .featured-project .details .project-gallery .pg-card:hover img {
  transform: scale(1.2);
}
.results-section .featured-project .details .project-gallery .pg-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.8vw 1vw;
}
.results-section .featured-project .details .project-gallery .pg-card .overlay h4 {
  font-size: var(--p-size);
  color: var(--primary-inverted-text-color);
  font-weight: 600;
  font-family: var(--base-font);
}
.results-section .featured-project .details .project-gallery .pg-card .overlay .content-tags {
  display: none;
}

.light-r-in-wrap {
  background-color: var(--primary-inverted-text-color);
  color: var(--primary-text-color) !important;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.light-r-in-wrap .r-in-left {
  width: 63%;
}
.light-r-in-wrap .r-in-left .mb-p-text {
  display: none;
}
.light-r-in-wrap .r-in-left p {
  color: var(--secondary-text-color);
  font-weight: 500;
}
.light-r-in-wrap .r-in-left p b {
  font-family: var(--base-font);
  color: var(--primary-text-color) !important;
}
.light-r-in-wrap .r-in-left a.learn-more {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap {
  display: flex;
  justify-content: flex-start;
  display: flex;
  gap: 2vw;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap .l-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap .l-block .co-b {
  color: var(--primary-text-color);
  font-weight: 600;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap .l-block .tab-text {
  display: none;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap .l-block svg {
  width: 16px;
  height: 16px;
  margin-right: 0.4vw;
}
.light-r-in-wrap .r-in-left .r-in-link-wrap .l-block p {
  margin: 0;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary-text-color);
  font-weight: 500;
}
.light-r-in-wrap .r-in-right {
  width: 30%;
}

.slick-track {
  display: flex;
}

.s-listing-services-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.s-listing-services-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.s-listing-services-section .services-text {
  width: 45%;
  margin-top: 5vw;
  position: sticky;
  top: 7vw;
}
.s-listing-services-section .services-text h2 {
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
  color: #111;
}
.s-listing-services-section .services-text .desc {
  color: var(--secondary-text-color);
}
.s-listing-services-section .s-card-wrapper {
  position: relative;
  width: 48.5%;
}
.s-listing-services-section .services-card {
  position: sticky;
  top: 7vw;
  width: 100%;
  margin: auto;
  border-radius: 1.5vw;
  padding: 3.5vw;
  border: 2px solid var(--Content-Border-Dark, rgba(37, 38, 38, 0.12));
  box-shadow: 0 1vw 0.5vw rgba(0, 0, 0, 0.05);
  background: var(--primary-inverted-text-color);
  margin-bottom: 2vw;
}
.s-listing-services-section .services-card p {
  color: var(--secondary-text-color);
  margin-bottom: 2vw;
  font-weight: 400;
}
.s-listing-services-section .services-card ul {
  list-style: none;
  padding: 0;
}
.s-listing-services-section .services-card ul li {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  padding: 0.6vw 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--base-font);
  gap: 0.2vw;
}
.s-listing-services-section .services-card ul li a {
  font-size: inherit;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.5s ease;
}
.s-listing-services-section .services-card ul li a span:first-child {
  position: relative;
}
.s-listing-services-section .services-card ul li a span:first-child:after {
  content: "";
  position: absolute;
  width: 0px;
  background: var(--highlight-text-color);
  height: 2px;
  bottom: -1px;
  left: 0px;
  transition: all 0.5s ease;
}
.s-listing-services-section .services-card ul li a:hover {
  gap: 10px;
}
.s-listing-services-section .services-card ul li a:hover span:first-child:after {
  width: calc(100% - 1px);
}
.s-listing-services-section .services-card ul li span {
  color: #111;
}
.s-listing-services-section .services-card ul li:last-child {
  border-bottom: none;
}
.s-listing-services-section .services-card:nth-child(2) {
  top: 7.4vw;
}
.s-listing-services-section .services-card:nth-child(3) {
  top: 7.8vw;
}
.s-listing-services-section .services-card:nth-child(4) {
  top: 8.4vw;
}

.secrvice-listing-page .hero-banner .left-section {
  width: 70%;
}
.secrvice-listing-page .hero-banner .left-section .text-cta-section {
  padding-top: 12vw;
  padding-bottom: 10vw;
}
.secrvice-listing-page .hero-banner .left-section .description {
  max-width: 75%;
}
.secrvice-listing-page .hero-banner .left-section h1 {
  font-size: var(--h2-size);
  padding-top: 1vw;
}
.secrvice-listing-page .hero-banner .right-section {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
}
.secrvice-listing-page .r-in-wrap .r-in-left {
  width: 67%;
}
.secrvice-listing-page .r-in-wrap .r-in-left h2 {
  font-size: var(--h2-size);
}
.secrvice-listing-page .r-in-wrap .r-in-left .tab-title {
  display: none;
}
.secrvice-listing-page .r-in-wrap .r-in-left .r-in-link-wrap {
  justify-content: left;
  gap: 1.5vw;
}

.brainstorm-section {
  background: var(--primary-bg);
  text-align: center;
  color: #f5f5f5;
  padding-top: var(--section-padding);
  padding-bottom: 0;
}
.brainstorm-section .brainstorm-header {
  padding: 0 var(--section-padding);
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  align-items: center;
  text-align: left;
}
.brainstorm-section .brainstorm-header h2 {
  font-weight: 800;
  margin-bottom: 2vw;
  flex: 1;
}
.brainstorm-section .brainstorm-header p {
  color: var(--secondary-text-color);
  max-width: 50%;
  font-weight: 400;
  flex: 1;
  margin: auto;
}
.brainstorm-section .choose-us {
  text-align: left;
}
.brainstorm-section .choose-us .mobile-c-text {
  display: none;
}
.brainstorm-section .choose-us .choose-grid {
  display: flex;
  gap: 2vw;
  overflow-y: auto;
  padding-top: 10vw;
  align-items: stretch;
}
.brainstorm-section .choose-us .choose-grid h3 {
  flex-shrink: 0;
  margin-left: var(--section-padding);
  display: block;
}
.brainstorm-section .choose-us .choose-grid h3 span {
  color: #ff6234;
}
.brainstorm-section .choose-us .choose-grid .choose-card {
  width: 40%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 2vw;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 23vw;
}
.brainstorm-section .choose-us .choose-grid .choose-card .icon {
  width: 6vw;
  height: 6vw;
  margin-bottom: 0px;
  position: relative;
  left: 10%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.brainstorm-section .choose-us .choose-grid .choose-card .icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.brainstorm-section .choose-us .choose-grid .choose-card .icon .icon-before {
  opacity: 1;
}
.brainstorm-section .choose-us .choose-grid .choose-card .icon .icon-after {
  opacity: 0;
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover .icon {
  left: 50%;
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover .icon .icon-before {
  opacity: 0;
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover .icon .icon-after {
  opacity: 1;
}
.brainstorm-section .choose-us .choose-grid .choose-card h4 {
  font-size: 2.9vw;
  line-height: 100%;
  font-weight: 500;
  left: 3vw;
  transform: translateX(0%);
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
}
.brainstorm-section .choose-us .choose-grid .choose-card p {
  opacity: 1;
  text-align: center;
  position: absolute;
  bottom: -5vw;
  transform-origin: left;
  transition: all 0.3s ease;
}
.brainstorm-section .choose-us .choose-grid .choose-card:last-child {
  margin-right: var(--section-padding);
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover {
  transition: all 0.3s ease;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover h4 {
  font-size: 2.9vw;
  line-height: 100%;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.brainstorm-section .choose-us .choose-grid .choose-card:hover p {
  margin-top: 1vw;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  display: block;
  bottom: 3vw;
  opacity: 1;
}

.blog-detail-big-heading-page .blog-body .blog-content {
  width: 65.5%;
}

.mvp-dev-page .learn-more span {
  display: none;
}

a.learn-more.light-btn {
  border-color: var(--primary-inverted-text-color) !important;
}

@media (max-width: 650px) {
  .mvp-path .path-card.is-two-col {
    width: 100%;
  }
  .mvp-services .s-card.is-two-col {
    width: 100%;
  }
  .only-m {
    display: block;
  }
  .only-d {
    display: none !important;
  }
  .text-description-section h2 {
    line-height: 105%;
    font-size: 12vw;
  }
  .has-mobile-btn-text.learn-more > div {
    gap: 0px;
  }
  .dark-bg-head {
    background-color: var(--primary-bg) !important;
    color: var(--primary-inverted-text-color) !important;
  }
  .mvp-dev-page .text-description-section .desc p {
    color: var(--secondary-text-color);
  }
  .mvp-dev-page .r-in-wrap .r-in-left p {
    display: none;
  }
  .mvp-dev-page .r-in-wrap .r-in-left .mb-p-text {
    display: block;
  }
  .mvp-dev-page .light-r-in-wrap .r-in-left a.learn-more {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  .mvp-dev-page .r-in-link-wrap .l-block p {
    display: block;
  }
  :root {
    /* Font sizes in vw (based on 1440px width) */
    --h1-size: 14.5vw;
    --h2-size: 11.73vw;
    --h3-size: 7.5vw;
    --h5-size: 5.33vw;
    --p-size: 16px;
    --section-padding: 4.3vw;
  }
  .desk-tran-header {
    position: sticky !important;
  }
  .cookie-popup {
    width: 85%;
    margin: auto;
    left: 50%;
    transform: translatex(-50%);
    border-radius: 8vw;
  }
  .cookie-popup p {
    max-width: 100%;
  }
  .cookie-popup .cookie-top {
    padding: 3rem 1.5rem 1rem;
  }
  .cookie-popup .cookie-actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cookie-popup .cookie-actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cookie-popup .cookie-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 2.7vw;
  }
  .cookie-popup .close-btn {
    top: 1.5rem;
    right: 1.5rem;
  }
  .cookie-popup-two {
    max-width: 85%;
    border-radius: 8vw;
    bottom: auto;
    top: 2vw;
    padding: 2.2rem;
  }
  .cookie-popup-two .cookie-popup__actions {
    justify-content: center;
    width: 100%;
  }
  .cookie-popup-two .cookie-popup__actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .badge {
    background: transparent;
    color: var(--primary-bg);
    padding: 0;
    border-radius: 1rem;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .badge svg {
    width: 1.1vw;
    height: 1.1vw;
    margin-right: 0.5vw;
    display: none;
  }
  .badge p {
    line-height: 100%;
    font-size: 3vw;
    letter-spacing: 1px;
    color: #ef8354;
    font-weight: 400;
  }
  .learn-more {
    background-color: var(--primary-bg);
    text-transform: uppercase;
    color: var(--primary-inverted-text-color);
    padding: 3.5vw 6vw;
    border-radius: 10vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
  }
  .learn-more svg {
    margin-left: 3.5vw;
    width: 1.7vw;
    height: 100%;
  }
  .view-all-btn {
    box-shadow: none;
  }
  .design-blogs a.learn-more {
    border: 0px;
  }
  .has-mobile-btn-text {
    margin-top: 1vw;
    font-size: 0px !important;
  }
  .has-mobile-btn-text .lm-mobile-text {
    display: none !important;
    font-size: 16px !important;
    margin-left: 0 !important;
    font-family: var(--base-font);
  }
  .d-img {
    display: none !important;
  }
  .m-img {
    display: block !important;
  }
  .m-br {
    display: block !important;
  }
  .d-br {
    display: none !important;
  }
  .learn-more svg {
    width: 3vw !important;
    height: 3vw !important;
    margin-left: 0px !important;
    margin-top: -0.1vw !important;
  }
  .learn-more:hover .after {
    transform: translateY(-5vw) !important;
  }
  .e-cta {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-text-color);
    color: var(--primary-inverted-text-color);
    padding: 0.7rem 0.5rem;
    padding-left: 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--base-font);
    font-size: var(--p-size);
    font-size: 16px;
    font-weight: 500;
    width: 41vw !important;
    padding-top: 3.3vw !important;
    padding-bottom: 3.3vw !important;
    padding-left: 7vw !important;
  }
  .e-cta:hover {
    padding-left: 11.3vw;
    padding-left: 9.3vw !important;
  }
  .e-cta .calendar-icon {
    width: 7.3vw !important;
    margin-left: 2rem;
  }
  .breadcrumbs {
    margin-bottom: 20px;
    text-align: left;
    display: none;
  }
  .breadcrumbs a {
    font-size: 3.6vw;
    color: var(--secondary-text-color);
    text-decoration: none;
    font-family: var(--base-font);
  }
  .breadcrumbs span {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 3.6vw;
    color: var(--secondary-text-color);
  }
  .breadcrumbs .curm-active {
    color: var(--primary-text-color) !important;
    font-weight: 600;
    font-size: 3.6vw;
    font-family: var(--base-font);
  }
  .back-link {
    font-size: var(--p-size);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--primary-text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: var(--base-font);
    margin-top: 30px;
  }
  .back-link svg {
    width: 10vw;
    margin-right: 0.5vw;
  }
  .not-found-wrapper .digital-section {
    padding-top: 16vw !important;
    padding-bottom: 18vw !important;
  }
  .card-404 {
    text-align: center;
    padding-top: 10vw !important;
    padding-bottom: 10vw !important;
  }
  .card-404 .svg-404 {
    width: 40%;
    margin: auto;
  }
  .card-404 h3 {
    margin-top: 1vw;
    font-size: 30px !important;
  }
  .card-404 p {
    max-width: 90% !important;
    margin: auto;
    font-size: 14px !important;
    color: var(--secondary-text-color) !important;
    margin-top: 0.5vw;
    margin-bottom: 3vw;
  }
  .about-transperent-header {
    background-color: var(--primary-inverted-text-color);
    position: sticky;
    width: 100%;
  }
  .cta-transperent-header {
    background-color: var(--primary-bg) !important;
    background: var(--primary-bg) !important;
    position: absolute;
    width: 100%;
  }
  header .header-inner {
    padding: 3.2vw 4.3vw;
  }
  header .header-inner .main-header-logo {
    width: 34.7vw;
  }
  header .header-inner .main-header-logo a {
    display: block;
  }
  header .header-inner .main-header-logo a svg {
    width: 100%;
    height: 100%;
  }
  header .hamburger-menu {
    width: 13vw;
    height: 13vw;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  header .hamburger-menu svg {
    width: 100%;
    height: 100%;
  }
  .hero-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6da;
  }
  .hero-banner-inner .left-section {
    width: 100%;
  }
  .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: -42.5vw;
    left: 0;
    width: 100%;
  }
  .hero-banner-inner .right-section .home-desk-card {
    display: none;
  }
  .hero-banner-inner .right-section .home-mobile-card {
    display: block;
  }
  .hero-banner-inner .right-section .home-tablet-card {
    display: none;
  }
  .text-cta-section {
    padding-top: 15.5vw;
    padding-bottom: 12.5vw;
    text-align: center;
  }
  .text-cta-section .m-subheading {
    display: block !important;
  }
  .text-cta-section .subheading {
    display: none;
    font-size: 3vw;
    padding-left: 2.3vw;
    padding-bottom: 3vw;
    text-align: center;
  }
  .text-cta-section h1 {
    text-align: center;
    font-size: 21vw;
  }
  .text-cta-section .description {
    text-align: center;
    padding-top: 5.6vw;
    padding-bottom: 6.2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--primary-text-color);
    font-weight: 500;
  }
  .text-cta-section .learn-more {
    margin: auto;
  }
  .home-page .text-cta-section .subheading {
    display: block;
  }
  .recognised-in-section {
    overflow: hidden;
    z-index: 100;
    position: relative;
  }
  .recognised-in-section .r-in-inner {
    padding-top: 6vw;
  }
  .recognised-in-section .r-in-inner .r-in-title {
    padding-bottom: 2vw;
  }
  .what-we-do-section .workflow .column .card ul li a span:nth-child(2) {
    font-size: 130%;
    margin-top: 0px;
  }
  .what-we-do-section .workflow .column .card ul li a span:nth-child(2) svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  span.alt-icon {
    display: inline-block;
    width: 10vw;
    height: 12vw;
  }
  .r-in-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    color: #fff;
    padding-top: 3vw;
    padding-bottom: 16vw;
  }
  .r-in-wrap .r-in-left {
    width: 100% !important;
    text-align: center;
  }
  .r-in-wrap .r-in-left h2 {
    font-size: var(--h3-size) !important;
    font-weight: 700;
    line-height: 110%;
  }
  .r-in-wrap .r-in-left h2 span {
    color: var(--highlight-text-color);
  }
  .r-in-wrap .r-in-left .mob-title {
    display: block;
  }
  .r-in-wrap .r-in-left p {
    margin-top: 1rem;
    color: var(--secondary-text-color);
  }
  .r-in-wrap .r-in-left .learn-more {
    margin-top: 4vw;
  }
  .r-in-wrap .r-in-right {
    width: 75%;
    margin: auto;
  }
  .logo-marquee {
    overflow: hidden;
    padding: 2rem 0;
    padding-bottom: 3rem;
  }
  .logo-track {
    gap: 2rem;
  }
  .logo-track img {
    height: 40px;
  }
  .digital-section {
    position: relative;
    padding: 21vw 0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail-card {
    background: #252626;
    padding: 5.6vw 6.5vw;
    border-radius: 7vw;
    width: 83%;
    color: var(--primary-inverted-text-color);
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  .detail-card .title {
    font-family: var(--main--font);
    padding-top: 3.3vw;
    padding-bottom: 5.6vw;
    font-size: 8vw;
    font-weight: 600;
    line-height: 110%;
  }
  .detail-card .description {
    max-width: 100%;
    color: var(--secondary-text-color);
    padding-bottom: 1.2vw;
  }
  /* Marquee Strips */
  .marquee-strips-wrapper {
    position: absolute;
    width: 200%;
    left: -50%;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
  }
  .marquee-strips-wrapper.one {
    top: 60%;
    transform: rotate(351deg);
    background: rgba(37, 38, 38, 0.5803921569);
    background: opacity(60%);
  }
  .marquee-strips-wrapper.two {
    top: 50%;
    left: -152% !important;
    width: 282%;
    transform: rotate(11deg);
    background: rgba(37, 38, 38, 0.1882352941);
  }
  .marquee-strips-wrapper.three {
    top: 22%;
    transform: rotate(5deg);
    background: rgba(37, 38, 38, 0.368627451);
  }
  .marquee-strips-wrapper .marquee {
    display: inline-flex;
  }
  .marquee-strips-wrapper .marquee span {
    font-size: 1.4rem;
    color: var(--primary-inverted-text-color);
    padding: 0.3rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .what-we-do-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 8vw;
  }
  .what-we-do-section .wwd-top {
    text-align: left;
    margin: 0 auto 0rem auto;
  }
  .what-we-do-section .wwd-top h2 {
    margin-bottom: 2.5vw;
    color: var(--primary-text-color);
    margin-top: 3.3vw;
  }
  .what-we-do-section .wwd-top p {
    max-width: 100%;
    color: var(--secondary-text-color);
  }
  .what-we-do-section .workflow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 4.5vw;
    position: relative;
    padding-top: 5.5vw;
  }
  .what-we-do-section .workflow .column {
    display: none;
    flex-direction: column;
    gap: 5rem;
    flex: 1;
  }
  .what-we-do-section .workflow .column.right {
    padding-top: 16.7vw;
  }
  .what-we-do-section .workflow .column .card {
    width: 91%;
    margin: auto;
    background: #252626;
    color: var(--primary-inverted-text-color);
    padding: 7vw 6.5vw;
    border-radius: 7vw;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10000;
    margin-bottom: 4.5vw;
    padding-bottom: 6vw;
  }
  .what-we-do-section .workflow .column .card h5 {
    margin-bottom: 19vw;
  }
  .what-we-do-section .workflow .column .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .what-we-do-section .workflow .column .card ul li {
    font-size: var(--p-size);
    margin-bottom: 4vw;
    color: var(--primary-inverted-text-color);
  }
  .what-we-do-section .workflow .column .card ul li a {
    font-family: var(--base-font);
    font-size: 14px;
    font-weight: 300;
    color: var(--primary-inverted-text-color);
  }
  .what-we-do-section .workflow .column .card ul li:last-child {
    margin-bottom: 0;
  }
  .what-we-do-section .workflow .dashed-arrow {
    display: none;
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .what-we-do-section .workflow .dashed-arrow .tablet-svg {
    display: none !important;
  }
  .what-we-do-section .workflow .mobile-column {
    display: block !important;
  }
  .success-section {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    position: relative;
    padding: 8.5vw 0;
    text-align: center;
    overflow: hidden;
    padding-top: 15vw;
  }
  .success-section .success-top {
    position: relative;
    padding-bottom: 6vw;
  }
  .success-section .success-top .floating-tags {
    margin-bottom: 1.5rem;
  }
  .success-section .success-top .floating-tags span:first-child {
    font-size: 3vw !important;
    color: var(--primary-inverted-text-color);
    position: absolute;
    left: 11vw !important;
    top: -3.5vw !important;
  }
  .success-section .success-top .floating-tags span:nth-child(2) {
    font-size: 2.3vw !important;
    color: var(--primary-inverted-text-color);
    opacity: 0.6;
    position: absolute;
    font-size: 2vw !important;
    bottom: -8vw !important;
    left: 32vw !important;
  }
  .success-section .success-top .floating-tags span:nth-child(3) {
    font-size: 8.5px;
    color: var(--primary-inverted-text-color);
    opacity: 0.4;
    position: absolute;
    right: 26vw !important;
    bottom: 3vw;
  }
  .success-section .success-top .floating-tags span:last-child {
    font-size: 10.5px;
    color: var(--primary-inverted-text-color);
    opacity: 0.6;
    position: absolute;
    right: 11vw !important;
    bottom: 9vw;
  }
  .success-section .background-text {
    width: 100%;
    pointer-events: none;
  }
  .success-section .content-center {
    position: relative;
    z-index: 2;
    margin-top: 0vw !important;
    margin: 0 auto;
    padding: 1rem;
    padding: 3rem 7vw !important;
  }
  .success-section .content-center p {
    max-width: 95%;
    margin: auto;
    color: var(--secondary-text-color);
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  .success-section #startup-cards.startups-card {
    padding-bottom: 70vw !important;
  }
  .success-section .startups-card {
    position: relative;
    background: rgba(37, 38, 38, 0.3882352941);
    border-radius: 2rem;
    width: 83%;
    margin: auto;
    margin: 4rem auto 0;
    padding: 1.8rem;
    padding-bottom: 72vw !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 2;
    text-align: left;
  }
  .success-section .startups-card .start-up-content {
    width: 100%;
  }
  .success-section .startups-card .start-up-content h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: var(--h3-size);
  }
  .success-section .startups-card .start-up-content .s-p {
    color: var(--secondary-text-color);
  }
  .success-section .startups-card .service-card-section {
    position: absolute;
    top: auto;
    transform: translateX(50%);
    right: 50%;
    min-width: 99vw;
    justify-content: space-between;
    align-items: stretch;
    bottom: 0vw;
  }
  .success-section .startups-card .service-card-section .em-desk-card {
    display: none;
  }
  .success-section .startups-card .service-card-section .em-mobile-card {
    display: block;
  }
  .success-section .startups-card .service-card-section .em-tablet-card {
    display: none;
  }
  .success-section .startups-card .service-card-section .service-card {
    width: 60%;
    padding: 2vw 2.5vw;
    border-radius: 3vw;
  }
  .success-section .startups-card .service-card-section .service-card .card-title {
    color: var(--primary-text-color);
    font-size: var(--p-size);
    font-family: var(--base-font);
  }
  .success-section .startups-card .service-card-section .service-card p {
    margin-top: 0;
  }
  .success-section .startups-card .service-card-section .small-card {
    background-color: #474747;
    width: 38%;
  }
  .success-section .startups-card .service-card-section .m-card {
    width: 38%;
  }
  .success-section .startups-card .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .success-section .startups-card .services-grid .service-box {
    background: #ecece3;
    color: #1e1e1e;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-height: 100px;
  }
  .success-section .startups-card .services-grid .service-box h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .success-section .startups-card .services-grid .service-box span {
    font-size: 0.9rem;
    opacity: 0.7;
  }
  .success-section .startups-card .se-sec-desktop {
    display: none !important;
  }
  .featured-projects {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
  .featured-projects .fp-top {
    padding-bottom: 0vw;
  }
  .featured-projects .fp-top h2 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    color: var(--primary-text-color);
    font-size: var(--h3-size);
    line-height: normal;
  }
  .featured-projects .fp-top .s-p {
    color: var(--secondary-text-color);
  }
  .featured-projects .project-cards-wrapper {
    width: 94%;
    margin: auto;
    padding-bottom: 0vw;
  }
  .featured-projects .project-cards-wrapper .pin-spacer {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .project-card {
    width: 90% !important;
    border-radius: 5vw;
  }
  .project-card .card-content {
    width: 95%;
    padding-bottom: 2vw;
    padding: 3vw;
  }
  .project-card .card-content h5 {
    margin-bottom: 1vw;
    color: var(--primary-text-color);
  }
  .project-card .card-content p {
    color: var(--primary-text-color);
    font-size: 12px;
    display: none;
  }
  .project-card .card-media {
    position: relative;
    border-radius: 4vw;
    overflow: hidden;
    box-shadow: 0px 0px 15px 14px rgba(0, 0, 0, 0.13);
  }
  .project-card .external-link {
    position: absolute;
    right: 2vw;
    top: 0vw;
    width: 7vw;
    height: 7vw;
  }
  .featured-projects {
    overflow: visible;
  }
  .featured-projects .project-cards-wrapper {
    margin-top: 20vw !important;
  }
  .ga-home .card-stack {
    margin-bottom: -40vw !important;
    height: 75vh !important;
  }
  .card-stack {
    position: relative;
    width: 100%;
    height: 50vh !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .testimonials-section {
    background: var(--primary-bg);
    margin: auto;
    padding: 8.2vw 0px;
    padding-bottom: 0;
  }
  .ts-top h2 {
    margin: 10px 0;
    color: var(--primary-inverted-text-color);
  }
  .ts-top .s-p {
    width: 100%;
    color: var(--secondary-text-color);
  }
  .testimonial-slider {
    display: flex;
    align-items: center;
    margin-top: 40px;
    position: relative;
  }
  .slider-container {
    position: relative;
    display: flex;
    gap: 6vw;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    padding-top: 10vw;
  }
  .testimonial-card-wrap {
    padding: 4vw !important;
    height: inherit;
  }
  .nav-buttons-wrap {
    display: none !important;
  }
  .testimonial-card {
    border-radius: 6vw;
    padding: 4vw 4.5vw;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
    border: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    padding-top: 14vw;
    padding-bottom: 14vw;
    background-color: var(--card-color);
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    background-image: url(../images/binarycorpbg.png) !important;
    background-color: var(--primary-bg) !important;
  }
  .testimonial-card .ts-card-inner {
    padding: 0vw;
    border-radius: 0vw;
    background-color: transparent;
    overflow: visible;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 29vw !important;
    padding-bottom: 5vw !important;
  }
  .testimonial-card .author {
    width: 100%;
  }
  .testimonial-card .quote {
    font-size: 4vw !important;
    min-height: auto;
    color: var(--primary-inverted-text-color);
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testimonial-card .quote::before {
    content: url(/images/Elementup.png);
    font-family: var(--main-font);
    color: pink;
    position: absolute;
    top: -10vw;
    left: 0;
    z-index: 10000;
    width: 8vw;
    height: 6vw;
  }
  .testimonial-card .quote::after {
    content: url(/images/Elementdown.png);
    font-size: 10vw;
    font-family: var(--main-font);
    color: pink;
    position: absolute;
    bottom: -10vw;
    right: 0;
    z-index: 10000;
    width: 8vw;
    height: 6vw;
  }
  .testimonial-card .author {
    display: block;
    align-items: center;
    top: -10vw;
    position: absolute;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .testimonial-card .author img {
    width: 22vw;
    height: 22vw;
    padding: 1.8vw;
    border-radius: 50%;
    margin-right: 14px;
    margin: auto;
    border-radius: 50%;
    background-color: var(--card-color);
    overflow: hidden;
    background-image: url(../images/binarycorpbg.png) !important;
    background-color: var(--primary-bg) !important;
  }
  .testimonial-card .author .info {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 1vw;
  }
  .testimonial-card .author .info .name {
    display: flex;
    align-items: center;
    font-family: var(--base-font);
    color: var(--primary-inverted-text-color);
    font-size: var(--p-size);
  }
  .testimonial-card .author .info .role {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    font-size: var(--p-size);
    text-align: left;
    margin-top: 3px;
    font-size: 12px !important;
  }
  .nav-buttons-wrap {
    position: absolute;
    top: auto;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2vw;
  }
  .nav-buttons-wrap .nav-button {
    width: 8vw;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-bg);
  }
  .nav-buttons-wrap .nav-button:hover {
    background: #434343;
  }
  .about-page .hero-banner-inner .left-section .text-cta-section {
    padding-top: 10vw;
    padding-bottom: 25vw;
  }
  .about-page .contact-section {
    padding-top: 10vw;
  }
  .about-page .contact-section .cs-top .badge P {
    font-size: 0;
  }
  .about-page .contact-section .cs-top .badge p::before {
    font-size: 3vw;
    content: "CustomTech";
  }
  .blog-section {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    position: relative;
    padding-top: 10vw;
    padding-right: 0px;
  }
  .blog-section .only-m {
    display: block;
    text-align: center;
    margin-bottom: 13vw;
    margin-top: -5vw;
    width: 100%;
  }
  .blog-section .blog-title {
    margin-bottom: 2vw;
    font-size: var(--h3-size);
    font-weight: 700;
  }
  .blog-section .blog-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-right: 20px;
  }
  .blog-section .blog-header .only-d {
    display: none !important;
  }
  .blog-section .blog-header .blog-subtitle {
    max-width: 100%;
    font-weight: 500;
  }
  .blog-section .blog-header .learn-more {
    transition: background 0.3s;
    position: absolute;
    bottom: 17vw;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
  }
  .blog-section .blog-header .learn-more span {
    margin-left: 0.5rem;
  }
  .blog-section .blog-header .has-mobile-btn-text {
    bottom: 12vw;
  }
  .blog-section .blog-cards {
    position: relative;
    display: flex;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
    padding-bottom: 25vw;
    overflow-x: auto;
    padding-right: 20px;
  }
  .blog-section .blog-cards .blog-card {
    width: 83%;
    flex-shrink: 0;
    background-color: var(--secondary-bg);
    border-radius: 20px;
    overflow: hidden;
    max-width: 48%;
    width: 48%;
    display: block;
    flex-direction: column;
    min-width: 85%;
  }
  .blog-section .blog-cards .blog-card .bg-c-media {
    border-radius: 20px;
  }
  .blog-section .blog-cards .blog-card .blog-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-section .blog-cards .blog-card .blog-info {
    padding: 0.5rem 0;
    padding-right: 1vw;
  }
  .blog-section .blog-cards .blog-card .blog-info .read-time {
    color: var(--secondary-text-color);
    text-transform: uppercase;
    font-size: 14px;
  }
  .blog-section .blog-cards .blog-card .blog-info .blog-card-title {
    color: var(--primary-inverted-text-color);
    min-height: 6vw;
    font-size: 16px;
  }
  .blog-section .blog-cards .blog-card .blog-info .explore-link {
    display: none;
    font-size: var(--p-size);
    text-decoration: none;
    display: none;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  .blog-section .blog-cards .blog-card .blog-info .explore-link:hover {
    text-decoration: underline;
  }
  .engagement-section {
    display: block;
    justify-content: space-between;
    gap: 4rem;
    color: var(--primary-text-color);
    font-family: var(--base-font);
    padding-bottom: 15vw;
    padding-top: 15vw;
  }
  .engagement-section .engagement-left {
    width: 100%;
  }
  .engagement-section .engagement-left .engagement-heading {
    margin-bottom: 1.5rem;
    font-size: var(--h3-size);
  }
  .engagement-section .engagement-left .engagement-text {
    font-size: var(--p-size);
    margin-bottom: 2rem;
    line-height: 1.6;
  }
  .engagement-section .engagement-right {
    width: 100%;
    padding-top: 8vw;
  }
  .engagement-section .engagement-right .engagement-label {
    display: inline-block;
    background-color: var(--highlight-text-color);
    color: var(--primary-bg);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .engagement-section .engagement-right .engagement-label .label-icon {
    margin-right: 0.5rem;
  }
  .engagement-section .engagement-right .en-card-wrap {
    margin-top: 4vw;
  }
  .engagement-card {
    border-radius: 1.5rem;
    height: 42vw !important;
    padding: 1.25rem 1.5rem;
    font-size: var(--h5-size);
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(128, 128, 128, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  .engagement-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
  .engagement-card .card-icon {
    display: block;
    width: 10vw;
    margin-right: 0rem;
    font-size: 1.5rem;
  }
  .engagement-card .card-content {
    margin-top: 0px !important;
    top: 76%;
  }
  .engagement-card .card-title {
    color: var(--primary-text-color);
  }
  .engagement-card .plus-icon {
    bottom: 4vw;
    right: 4vw;
    width: 7vw;
    height: 7vw;
  }
  .footer {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    position: relative;
  }
  .footer .footer-top {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    z-index: 1000;
    padding: 20vw 10.5vw;
    padding-bottom: 11.5vw;
  }
  .footer .footer-top .footer-branding {
    margin-left: auto;
  }
  .footer .footer-top .footer-branding a {
    display: block;
    margin-left: auto;
    width: 54%;
    margin-right: 0vw;
  }
  .footer .footer-top .footer-branding h5.tagline {
    text-align: right;
    font-family: var(--base-font);
    font-weight: 100;
    font-size: 3.2vw;
    margin-top: -3vw;
  }
  .footer .footer-top .footer-branding .socials {
    display: none;
  }
  .footer .footer-top .footer-nav {
    display: block;
    gap: 4rem;
    padding-top: 20vw;
  }
  .footer .footer-top .footer-nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
  }
  .footer .footer-top .footer-nav ul li {
    margin-bottom: 2.5rem;
  }
  .footer .footer-top .footer-nav ul li a {
    text-decoration: none;
    font-size: 5.3vw;
    font-weight: 100;
    position: relative;
    font-family: var(--base-font);
  }
  .footer .footer-top .footer-nav ul li a.active {
    font-weight: 600;
    color: var(--highlight-text-color);
  }
  .footer .footer-graphic {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 52%;
  }
  .footer .footer-graphic img {
    height: 100%;
  }
  .footer .footer-bottom {
    position: relative;
    z-index: 1000;
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 7.5vw;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    position: relative;
    margin-top: -6.5vw;
    background: transparent;
    border-top: none;
    padding-bottom: 11.5vw;
  }
  .footer .footer-bottom .copyright {
    color: var(--primary-inverted-text-color);
    font-size: 0.85rem;
    text-align: center;
    position: absolute;
    bottom: 17vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .footer .footer-bottom .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0.5rem 0.6rem;
    border-radius: 5rem;
    border: 2px solid rgba(128, 128, 128, 0.273);
    margin-bottom: 14vw;
    background-color: var(--primary-bg);
  }
  .footer .footer-bottom .socials span {
    font-weight: 500;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    font-size: 5vw;
    font-weight: 100;
    margin-left: 3vw;
  }
  .footer .footer-bottom .socials a {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }
  .footer .footer-bottom .socials a img {
    width: 12vw;
    height: 12vw;
    background-image: url("../images/binarycorpbg.png") !important;
    background-color: var(--primary-bg) !important;
  }
  .footer .footer-bottom .socials a:hover {
    opacity: 0.8;
  }
  .footer .footer-bottom .footer-links {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
  .footer .footer-bottom .footer-links a {
    color: var(--primary-inverted-text-color);
    text-decoration: none;
    font-size: 0.85rem;
  }
  .footer .footer-bottom .footer-links a:hover {
    color: #fff;
  }
  .scroll-to-top-btn {
    display: block;
    width: 22vw;
    height: 22vw;
    position: absolute;
    bottom: 57vw;
    left: 5vw;
    z-index: 1000000;
  }
  .scroll-to-top-btn svg {
    height: 100%;
  }
  .about-page .hero-banner-inner .left-section {
    width: 100%;
  }
  .about-page .hero-banner-inner .left-section h1 {
    font-size: 14.5vw;
  }
  .about-page .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: -42.5vw;
    left: 0;
    width: 100%;
  }
  .about-page .service-card {
    width: 399px;
    height: 140px;
  }
  .about-page .small-card {
    background-color: rgba(244, 244, 241, 0.7843137255);
    padding: 0;
    box-shadow: none;
  }
  .about-page .x-small-card {
    background-color: rgba(244, 244, 241, 0.7843137255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  .who-we-are {
    margin-bottom: 69vw;
    padding-bottom: 27vw;
  }
  .who-we-are .detail-card {
    margin: auto;
    width: 84%;
    margin-top: 3.5vw;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    padding: 5.6vw;
  }
  .who-we-are .detail-card .description {
    max-width: 100%;
  }
  .about-section {
    background-color: var(--primary-bg);
    color: #ffffff;
    font-family: "Arial", sans-serif;
    padding-top: 10vw;
    padding-bottom: var(--section-padding);
  }
  .about-section .top-cards {
    display: block;
    gap: 25px;
    margin-bottom: 25px;
  }
  .about-section .top-cards .card {
    flex: 1;
    background-color: #383838;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .about-section .top-cards .card .c-top {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
  }
  .about-section .top-cards .card .icon {
    width: 10vw;
    height: 10vw;
    color: #ff6a3d;
    margin-bottom: 0px;
    margin-right: 2vw;
  }
  .about-section .top-cards .card .icon svg {
    height: 100%;
  }
  .about-section .top-cards .card h5 {
    font-family: var(--main-font);
  }
  .about-section .top-cards .card p {
    color: var(--secondary-text-color);
    padding-top: 2vw;
  }
  .about-section .top-cards .card .subtext {
    opacity: 0.5;
  }
  .about-section .values-card {
    background-color: #383838;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    padding-bottom: 3vw;
  }
  .about-section .values-card .v-c-top {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0vw;
  }
  .about-section .values-card .v-c-top .value-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    max-height: 9vw;
    overflow-x: scroll;
  }
  .about-section .values-card .v-c-top .v-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: left;
    gap: 12px;
  }
  .about-section .values-card .v-c-top .v-header .icon {
    width: 10vw;
    height: 10vw;
  }
  .about-section .values-card .v-c-top .v-header .icon svg {
    height: 100%;
  }
  .about-section .values-card .v-c-top .inspire-nav {
    display: none;
    justify-content: center;
    gap: 80px;
    font-size: 1.37vw;
    font-family: var(--base-font);
    margin-right: 8vw;
  }
  .about-section .values-card .v-c-top .inspire-nav span {
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    transition: color 0.2s ease;
    font-size: 1.37vw;
  }
  .about-section .values-card .v-c-top .inspire-nav span.active {
    color: #ff6a3d;
  }
  .about-section .values-card .v-c-top .value-controls {
    display: none;
    flex-direction: column;
    gap: 10px;
  }
  .about-section .values-card .v-c-top .value-controls button {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .about-section .values-card .v-c-top .value-controls button:hover {
    background: #2c2d2f;
  }
  .about-section .values-card .v-c-top .mobile-inspire-text {
    display: block;
  }
  .about-section .values-card .v-c-top .mobile-inspire-text h2 {
    font-family: var(--main-font);
    color: var(--primary-text-color);
    line-height: 100%;
    font-size: 22vw;
    margin-bottom: -9vw;
    text-align: center;
  }
  .about-section .values-card .value-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    max-height: 100%;
    overflow-x: visible;
  }
  .about-section .values-card .value-wrapper .value-content {
    background: var(--primary-bg);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
    margin-bottom: 2vw;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .about-section .values-card .value-wrapper .value-content h3 {
    margin-bottom: 2vw;
    font-size: var(--h5-size);
  }
  .about-section .values-card .value-wrapper .value-content h3 .highlight {
    color: #ff6a3d;
  }
  .about-section .values-card .value-wrapper .value-content p {
    color: var(--secondary-text-color);
  }
  .about-section .values-card .value-wrapper .value-content:last-child {
    margin-bottom: 2vw;
  }
  .about-section .values-card .bottom-box-shadow {
    display: none;
  }
  .process-section {
    background-color: var(--primary-bg);
    text-align: left;
    font-family: "Arial", sans-serif;
    color: #ffffff;
    padding-bottom: 20vw;
    padding-top: 10vw;
  }
  .process-section .headline {
    margin: 15px 0;
    font-size: var(--h2-size);
  }
  .process-section .subtext {
    color: var(--secondary-text-color);
    margin-bottom: 72px;
  }
  .process-section .steps {
    display: block;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .process-section .steps .step-card {
    background-color: #383838;
    padding: 70px 10px;
    border-radius: 20px;
    padding-bottom: 70px;
    width: 85%;
    height: 100% !important;
    aspect-ratio: 1;
    margin: auto;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 15vw;
  }
  .process-section .steps .step-card p {
    font-size: 3.7vw !important;
  }
  .process-section .steps .step-card:hover {
    padding-top: 10vw !important;
  }
  .process-section .steps .step-card:hover {
    padding-top: 20px;
  }
  .process-section .steps .step-card h3 {
    font-size: var(--h3-size);
    margin-bottom: 0px;
  }
  .process-section .steps .step-card .icon {
    width: 14vw;
    height: 14vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .process-section .steps .step-card .icon svg {
    height: 100%;
  }
  .contact-section {
    font-family: "Arial", sans-serif;
    text-align: left;
    padding-top: 3.5vw;
    padding-bottom: 15vw;
  }
  .contact-section h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact-section .description {
    color: var(--secondary-text-color);
    max-width: 720px;
    margin: 0 auto 40px auto;
  }
  .contact-section .cs-middle {
    background-color: rgba(129, 130, 125, 0.1490196078);
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    padding-top: 1.8vw;
  }
  .contact-section .cs-middle h3 {
    margin-top: 20px;
    padding-bottom: 45px;
    text-align: center;
  }
  .contact-section .cs-middle .subtext {
    display: none;
    max-width: 64.5%;
    margin: auto;
    padding-bottom: 50px;
    color: var(--secondary-text-color);
  }
  .contact-section .form-wrapper {
    background: #383838;
    padding: 30px 30px;
    margin: auto;
    border-radius: 6vw;
    margin-top: -20px;
    box-shadow: 0px 5px 10px 2px #818181;
  }
  .contact-section .form-wrapper .contact-form {
    display: block;
    flex-direction: column;
    gap: 20px;
  }
  .contact-section .form-wrapper .contact-form .input-group {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 40px 66px;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field label {
    font-family: var(--base-font);
    font-size: var(--p-size);
    margin-bottom: 2px;
    color: var(--primary-inverted-text-color);
    font-weight: 600;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input {
    padding: 8px 22px;
    border: none;
    border-bottom: 1px solid #555;
    background: transparent;
    color: white;
    font-family: var(--base-font);
    font-size: var(--p-size);
    padding-left: 0;
    margin-bottom: 6vw;
    font-weight: 600;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input::-moz-placeholder {
    color: #777;
    font-family: var(--base-font);
    font-size: inherit;
    font-weight: 400;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input::placeholder {
    color: #777;
    font-family: var(--base-font);
    font-size: inherit;
    font-weight: 400;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input:focus {
    outline: none;
    border-bottom: 1px solid #ff6a3d;
  }
  .contact-section .form-wrapper .contact-form .textarea-field {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-top: 0vw;
  }
  .contact-section .form-wrapper .contact-form .textarea-field label {
    font-family: var(--base-font);
    font-size: var(--p-size);
    margin-bottom: 0px;
    color: var(--primary-inverted-text-color);
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea {
    padding: 12px 8px;
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    color: white;
    font-family: var(--base-font);
    font-size: var(--p-size);
    resize: vertical;
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea::-moz-placeholder {
    color: #777;
    font-size: var(--p-size);
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea::placeholder {
    color: #777;
    font-size: var(--p-size);
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea:focus {
    outline: none;
    border-bottom: 1px solid #ff6a3d;
  }
  .contact-section .form-wrapper .contact-form .e-btn {
    text-align: center;
    margin: auto;
    margin-top: 10vw;
  }
  .contact-section .form-wrapper .contact-form .a:hover {
    background: #e0dcd0;
  }
  .contact-section .form-wrapper .thanks-sms {
    width: 80%;
  }
  .post-list {
    padding-top: 7vw;
  }
  .blog-listing-banner {
    background: var(--primary-inverted-text-color);
    padding-top: 27vw;
    padding-bottom: 4vw;
  }
  .blog-listing-banner .blog-header {
    text-align: center;
    flex-direction: column;
  }
  .blog-listing-banner .blog-header .badge {
    background: var(--highlight-text-color);
    color: var(--primary-bg) !important;
    padding: 0.4rem 0.9rem;
    border-radius: 1rem;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .blog-listing-banner .blog-header .badge p {
    color: var(--primary-bg) !important;
    font-size: 3.6vw;
  }
  .blog-listing-banner .blog-header h1 {
    color: var(--primary-text-color);
    margin-top: 5vw;
    margin-bottom: 0.5vw;
  }
  .blog-listing-banner .blog-header .s-p {
    display: none;
  }
  .blog-listing-banner .blog-content {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    gap: 2vw;
    margin-top: 15vw;
    width: 100%;
  }
  .blog-listing-banner .blog-content .featured-post {
    width: 100%;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 1.8vw 4.8vw;
    color: var(--primary-inverted-text-color);
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9vw;
    margin-top: 0.3vw;
    margin-bottom: 0vw;
    color: var(--primary-inverted-text-color);
    display: none;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta p {
    color: var(--primary-inverted-text-color);
    font-weight: normal;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta .reading-time {
    color: var(--primary-inverted-text-color);
    font-size: 14px;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay a {
    color: var(--primary-inverted-text-color);
    font-weight: 100;
  }
  .blog-listing-banner .blog-content .post-list {
    width: 100%;
    gap: 1vw;
  }
  .blog-listing-banner .blog-content .post-list h5 {
    font-size: var(--h5-size);
    font-family: var(--base-font);
    color: var(--primary-text-color);
    padding-bottom: 3vw;
    margin-bottom: 4vw;
    margin-top: 7vw;
    text-align: center;
    border-bottom: 2px solid rgba(128, 128, 128, 0.279);
  }
  .blog-listing-banner .blog-content .post-list .pcl-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 2vw;
  }
  .blog-listing-banner .blog-content .post-list .post-card {
    border-radius: 0px;
    padding: 1.3vw 0vw;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.38);
    padding-bottom: 7vw;
  }
  .blog-listing-banner .blog-content .post-list .post-card a {
    margin-bottom: 3vw;
    color: var(--primary-text-color);
    font-weight: 500;
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta {
    display: flex;
    justify-content: space-between;
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta p {
    line-height: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--base-font);
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta span {
    display: block;
    font-size: var(--p-size);
    color: var(--secondary-text-color);
    line-height: 100%;
    font-weight: 400;
    font-family: var(--base-font);
  }
  .design-blogs {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .design-blogs .design-blogs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3764705882);
  }
  .design-blogs .design-blogs-header h5 {
    font-weight: 800;
  }
  .design-blogs .design-blogs-header a.learn-more.light-btn {
    border: none;
    padding-right: 0;
  }
  .blog-cards {
    display: block;
    flex-wrap: wrap;
    gap: 2.6vw;
  }
  .blog-cards .blog-card {
    border-radius: 1vw;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    transition: transform 0.3s;
    padding: 2vw 0vw;
    padding-bottom: 5vw;
    border-bottom: none;
  }
  .blog-cards .blog-card .blog-media {
    width: 57%;
    border-radius: 2.2vw;
    aspect-ratio: 110/78;
    border-radius: 2.2vw;
    overflow: hidden;
    border: 1px solid rgba(128, 128, 128, 0.3764705882);
  }
  .blog-cards .blog-card .blog-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .blog-cards .blog-card .blog-content {
    padding: 1vw 0.7vw;
  }
  .blog-cards .blog-card .blog-content .read-time {
    font-family: var(--base-font);
    font-weight: 500;
    font-size: 14px;
    color: #6f6f6f;
    text-transform: uppercase;
    margin-bottom: 0.5vw;
    display: none;
  }
  .blog-cards .blog-card .blog-content p {
    min-height: 4.5vw;
  }
  .blog-cards .blog-card .blog-content a.learn-more-link {
    display: none;
    border: none;
    padding: 0;
    background-color: transparent;
    color: var(--primary-text-color);
  }
  .blog-cards .blog-card .blog-content a.learn-more-link:hover {
    color: var(--primary-text-color);
  }
  .blog-cards .blog-card .blog-content a.learn-more-link:hover svg path {
    fill: var(--primary-text-color);
  }
  .s-design-blog {
    padding-top: 0;
  }
  .blog-listing-page .r-in-wrap {
    padding-top: 7.5vw;
    background-color: var(--primary-bg);
  }
  .blog-listing-page .r-in-wrap h2 {
    display: block !important;
    font-size: var(--h2-size) !important;
  }
  .blog-listing-page .r-in-wrap .r-in-left p {
    margin-bottom: 1rem;
  }
  .blog-listing-page .r-in-wrap .r-in-right {
    width: 69%;
  }
  .blog-detail-page .breadcrumbs {
    margin-bottom: 48px;
  }
  .blog-detail-page .blog-body .blog-content {
    width: 100%;
  }
  .blog-detail-big-heading-page .blog-body .blog-content {
    width: 100%;
  }
  .blog-detail-big-heading-page .block-detail-big-heading {
    margin-bottom: 5vw;
  }
  .blog-detail-big-heading-page .blog-detail-header {
    padding-top: 2.2vw;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta {
    width: 100%;
    padding-bottom: 3vw;
    margin-bottom: 0vw;
    border-bottom: none;
    flex-direction: column-reverse;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .blog-m-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 0vw;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .blog-m-top .tag {
    font-family: var(--base-font);
    padding: 1vw 2.5vw;
    border-radius: 8vw;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .blog-m-top .date {
    font-size: 14px;
    display: block;
    font-family: var(--base-font);
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 1vw;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .blog-m-right {
    width: 100%;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .blog-m-left {
    width: 100%;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .bm-desc,
  .blog-detail-big-heading-page .blog-detail-header .blog-meta .bm-desc {
    font-size: 4.9vw;
    font-style: normal;
    margin-top: 5vw;
    line-height: 1.5;
  }
  .blog-detail-big-heading-page .blog-detail-header h1 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: var(--primary-text-color);
    max-width: 100%;
    line-height: 120%;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-header-grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 2vw;
    color: var(--primary-text-color);
    padding-bottom: 4vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.141);
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-header-grid .featured-image {
    width: 100%;
    border-radius: 5vw;
    overflow: hidden;
  }
  .blog-detail-big-heading-page .blog-detail-header .blog-header-grid .featured-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-detail-header {
    padding-top: 20.2vw;
  }
  .blog-detail-header .post-title {
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: var(--primary-text-color);
    max-width: 100%;
    line-height: 120%;
    font-size: 11vw;
    text-align: center;
  }
  .blog-detail-header .blog-header-grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 2vw;
    color: var(--primary-text-color);
    padding-bottom: 4vw;
    border-bottom: 0px;
  }
  .blog-detail-header .blog-header-grid .featured-image {
    width: 100%;
    border-radius: 5vw;
    overflow: hidden;
  }
  .blog-detail-header .blog-header-grid .featured-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-detail-header .blog-header-grid .blog-meta {
    width: 100%;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
    border-bottom: none;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 0vw;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top .tag {
    font-family: var(--base-font);
    padding: 1vw 2.5vw;
    border-radius: 8vw;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top .date {
    font-size: 14px;
    display: block;
    font-family: var(--base-font);
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 1vw;
  }
  .blog-detail-header .blog-header-grid .blog-meta .bm-desc,
  .blog-detail-header .blog-header-grid .blog-meta .bm-desc {
    font-size: 4.9vw;
    font-style: normal;
    margin-top: 5vw;
    line-height: 1.5;
  }
  .blog-body {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .blog-body .blog-body-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw;
    margin: 0 auto;
  }
  .blog-content {
    width: 100%;
  }
  .blog-content p {
    font-size: 4.4vw !important;
    color: var(--primary-text-color);
    line-height: 150%;
    margin-bottom: 6vw;
    font-weight: 500;
  }
  .blog-content h2 {
    font-size: 24px;
    margin: 2vw 0 1vw;
    font-weight: 500;
    font-family: var(--base-font);
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  .blog-content blockquote {
    border-left: 4px solid #d97f5c;
    font-style: italic;
    padding-left: 2vw;
    margin: 6vw 0;
    font-size: 4.7vw;
    color: #7b7b7b;
    font-weight: 500;
    font-family: var(--base-font);
    line-height: 160%;
  }
  .blog-content .blog-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
  }
  .blog-content .blog-footer .tag {
    font-family: var(--base-font);
    padding: 0.4vw 1.2vw;
    border-radius: 2vw;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
    display: none;
  }
  .blog-content .blog-footer .share {
    font-size: 14px;
    align-items: center;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    text-align: center;
  }
  .blog-content .blog-footer .share a {
    width: 6vw;
    height: 6vw;
    margin-left: 0vw;
    color: #1a1a1a;
  }
  .blog-content .blog-footer .share a svg {
    width: 100%;
    height: 100%;
  }
  .blog-content .blog-footer .share .s-isons {
    margin-top: 5vw;
    display: flex;
    gap: 8vw;
    justify-content: space-between;
  }
  .blog-detail-page .blog-content p {
    color: #3c4043;
  }
  .blog-toc {
    display: none;
  }
  .newsletter-wrapper {
    padding-bottom: 8vw;
  }
  .newsletter-wrapper .newsletter {
    background-color: var(--primary-bg);
    padding: 8vw 7vw;
    border-radius: 6vw;
    text-align: center;
    color: #f4f3e6;
    margin: 0vw auto;
  }
  .newsletter-wrapper .newsletter__content {
    max-width: 100%;
  }
  .newsletter-wrapper .newsletter__content h2 {
    margin-bottom: 0.5vw;
    font-size: var(--h3-size);
    font-weight: 500;
  }
  .newsletter-wrapper .newsletter__content p {
    font-size: var(--p-size);
    margin-bottom: 5.5vw;
    margin-top: 2vw;
    font-weight: 100;
    color: var(--secondary-text-color);
  }
  .newsletter-wrapper .newsletter__content p strong {
    font-weight: 100;
  }
  .newsletter-wrapper .newsletter__content .base-font {
    max-width: 100%;
  }
  .newsletter-wrapper .newsletter__form {
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw;
  }
  .newsletter-wrapper .newsletter__form input {
    background: #1f2020;
    border: 2px solid rgba(114, 115, 110, 0.4);
    color: #eee;
    font-size: var(--p-size);
    padding: 4vw 8vw;
    border-radius: 10vw;
    width: 100%;
    outline: none;
    display: block;
    margin: auto;
    margin-bottom: 5vw;
  }
  .newsletter-wrapper .newsletter__form input::-moz-placeholder {
    color: #aaa;
  }
  .newsletter-wrapper .newsletter__form input::placeholder {
    color: #aaa;
  }
  .newsletter-wrapper .newsletter__form button:hover {
    opacity: 0.9;
  }
  .faq-section {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--primary-bg);
    padding-top: 18vw;
    padding-bottom: 18vw;
    color: var(--primary-inverted-text-color);
    gap: 4vw;
    flex-wrap: wrap;
  }
  .faq-section .faq-left {
    flex: 1;
    text-align: center;
  }
  .faq-section .faq-left h3 {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }
  .faq-section .faq-left h3 br {
    display: none;
  }
  .faq-section .faq-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .faq-section .faq-right .accordion {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
  }
  .faq-section .faq-right .accordion .accordion-item {
    border-radius: 16px;
    overflow: hidden;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title {
    background: none;
    border: none;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    font-size: 1.26rem;
    font-weight: 400;
    padding: 1.2rem 1.5rem;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title span {
    margin-left: 1.5vw;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title.active span {
    transform: rotate(180deg);
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-content {
    color: var(--primary-inverted-text-color);
  }
  .faq-section .faq-right .accordion .accordion-item.active .accordion-content {
    display: block;
  }
  .faq-section .faq-right .ask-button {
    align-items: center;
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.8rem 1.6rem;
    border: 1px solid rgba(109, 109, 109, 0.4235294118);
    border-radius: 2rem;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: var(--base-font);
    margin: auto;
  }
  .faq-section .faq-right .ask-button:hover {
    background: #2f2f2f;
  }
  .cta-page .hero-banner-inner {
    padding-bottom: 0vw;
  }
  .cta-page .hero-banner-inner .left-section {
    width: 100%;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section {
    padding-top: 10vw;
    padding-bottom: 23vw;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section h2 {
    text-align: center;
    font-size: var(--h1-size);
    margin-bottom: 4vw;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section p {
    color: var(--primary-inverted-text-color);
    max-width: 100%;
    padding-top: 3vw;
    padding-bottom: 5vw;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .cta-page .hero-banner-inner .left-section .has-mobile-btn-text {
    display: flex !important;
  }
  .cta-page .hero-banner-inner .right-section {
    position: absolute;
    top: 0vw;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .cta-page .hero-banner-inner .right-section img {
    height: 100%;
  }
  .cta-page .contact-info {
    padding-top: 20vw;
    padding-bottom: 10vw;
    background-color: var(--primary-inverted-text-color);
    display: flex;
    justify-content: space-between;
    color: #f0f0f0;
    text-align: center;
    flex-wrap: wrap;
    gap: 2vw;
    position: relative;
  }
  .cta-page .contact-info .white-mobile-block {
    position: absolute;
    display: block;
    background-color: rgba(245, 245, 245, 0.4);
    width: 25%;
    height: 25vw;
    top: 5px;
    right: 0;
    border-top-left-radius: 3.5vw;
    border-bottom-left-radius: 3.5vw;
  }
  .cta-page .contact-info .contact-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    margin-bottom: 7vw;
    z-index: 100;
  }
  .cta-page .contact-info .contact-item h5 {
    margin-bottom: 0.5vw;
    color: var(--primary-text-color);
  }
  .cta-page .contact-info .contact-item p {
    font-family: var(--base-font);
    font-size: 16px;
    color: var(--primary-text-color);
    margin-bottom: 1.3vw;
  }
  .cta-page .contact-info .contact-item a,
  .cta-page .contact-info .contact-item span {
    font-family: var(--base-font);
    display: inline-block;
    font-size: 20px;
    color: #f77b45;
    font-weight: 500;
    text-decoration: none !important;
  }
  .cta-page .contact-info .contact-item a:hover {
    text-decoration: none !important;
  }
  .cta-page .contact-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .cta-page .contact-section .cs-middle h3 {
    color: var(--primary-text-color);
  }
  .cta-page .dark-bg .service-card-section .service-card {
    background-color: rgba(114, 115, 110, 0.1843137255);
  }
  .cta-page .dark-bg .service-card-section .service-card .card-title,
  .cta-page .dark-bg .service-card-section .service-card p {
    color: var(--primary-inverted-text-color);
  }
  .cta-page .dark-bg .service-card-section .small-card {
    background-color: var(--card-color) !important;
  }
  .cookie-text-popup {
    position: relative;
    padding-top: 15vw;
  }
  .cookie-text-popup .ctp-inner {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 1vw;
  }
  .cookie-text-popup .ctp-inner p {
    font-size: 18px;
    width: 100%;
  }
  .cookie-text-popup .ctp-inner button {
    position: absolute;
    top: 5vw;
    right: 6vw;
    outline: none;
    border: none;
    background-color: transparent;
    width: 6vw;
    height: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cookie-text-popup .ctp-inner button svg {
    height: 100%;
  }
  .cookie-banner {
    background-color: #efeee4;
    color: #111;
    border-radius: 28px;
    padding: 2rem;
    display: block;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 83.5%;
    margin: auto;
    z-index: 1000000;
  }
  .cookie-banner .cookie-left {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-banner .cookie-left .cookie-icon {
    width: 20vw;
    height: 20vw;
    margin: auto;
  }
  .cookie-banner .cookie-left .cookie-icon svg {
    width: 100%;
    height: 100%;
  }
  .cookie-banner .cookie-left p {
    max-width: 100%;
    text-align: center;
    margin: auto;
    font-family: var(--base-font);
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }
  .cookie-banner .cookie-left p a {
    font-size: 16px;
    font-family: var(--base-font);
    color: #000;
    text-decoration: underline;
  }
  .cookie-banner .cookie-left p a:hover {
    text-decoration-thickness: 2px;
  }
  .cookie-banner .cookie-right {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
  }
  .cookie-banner .cookie-right .learn-more {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 4vw;
  }
  .cookie-banner .cookie-right .close-btn {
    position: absolute;
    top: 5vw;
    right: 5vw;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 10vw;
    height: 10vw;
    margin-left: 0vw;
    display: block;
  }
  .cookie-banner .cookie-right .close-btn:hover {
    color: #000;
  }
  .work-page .r-in-wrap .r-in-left h2 {
    display: block;
    font-size: 44px !important;
    max-width: 70%;
    margin: auto;
    font-weight: 600;
  }
  .work-page br.tab-bt {
    display: none;
  }
  .work-page .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: -20vw;
    left: 0;
    width: 100%;
  }
  .work-page .text-cta-section h1 {
    font-size: var(--h1-size);
    padding-right: 4vw;
  }
  .work-page .text-cta-section .right-section {
    position: absolute;
    right: var(--section-padding);
    top: -20vw;
    left: 0;
    width: 100%;
  }
  .work-page .projects-section {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .work-page .projects-section .projects-nav ul {
    list-style: none;
    display: flex;
    justify-content: left;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0;
  }
  .work-page .projects-section .projects-nav ul li {
    font-size: var(--p-size);
    color: #81827d;
    font-family: var(--base-font);
    cursor: pointer;
    position: relative;
    font-weight: 500;
  }
  .work-page .projects-section .projects-nav ul li.active {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #ef8354;
    text-underline-offset: 4px;
    color: var(--primary-text-color);
  }
  .work-page .projects-section .projects-nav ul li:hover {
    color: var(--primary-text-color);
    text-decoration: underline;
    text-decoration-color: #ef8354;
  }
  .work-page .projects-section .projects-grid {
    display: block;
    flex-wrap: wrap;
    /* gap: 2rem; */
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 5vw;
  }
  .work-page .projects-section .projects-grid .pro-card {
    border-radius: 20px;
    overflow: hidden;
    flex: 1 1 45%;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .work-page .projects-section .projects-grid .pro-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .work-page .projects-section .projects-grid .pro-card .project-info {
    padding: 1rem 0.5rem;
    min-height: 8vw;
  }
  .work-page .projects-section .projects-grid .pro-card .project-info h3 {
    font-size: var(--p-size);
    font-weight: 700;
    color: var(--primary-text-color);
    margin-bottom: 0.5rem;
    font-family: var(--base-font);
  }
  .work-page .projects-section .projects-grid .pro-card .project-info p {
    font-family: var(--base-font);
    font-size: 16px;
    color: var(--primary-text-color);
  }
  .work-page .projects-section .projects-grid .pr-s-card {
    max-width: 100%;
  }
  .work-page .r-in-wrap {
    padding-top: 7.5vw;
    background-color: var(--primary-bg);
  }
  .work-page .r-in-wrap .r-in-left p {
    margin-bottom: 1rem;
  }
  .work-page .logo-marquee {
    background-color: var(--primary-bg);
  }
  .pp-page,
  .terms-page {
    padding-top: 35vw;
    padding-bottom: 2vw;
  }
  .pp-page .toc-box p,
  .terms-page .toc-box p {
    margin-bottom: 1vw;
    display: none;
  }
  .pp-page .terms-header,
  .terms-page .terms-header {
    text-align: center;
    padding-bottom: 6.2vw;
  }
  .pp-page .terms-header span,
  .terms-page .terms-header span {
    display: none !important;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--base-font);
    color: var(--primary-text-color);
    letter-spacing: 0.5px;
  }
  .pp-page .terms-header .tnc-mobile-sub-text,
  .terms-page .terms-header .tnc-mobile-sub-text {
    display: block !important;
    margin-bottom: 2vw;
  }
  .pp-page .terms-header h1,
  .terms-page .terms-header h1 {
    font-weight: 700;
    margin-top: 1vw;
    margin-bottom: 5vw;
  }
  .pp-page .terms-header h3,
  .terms-page .terms-header h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    margin-bottom: 4.3vw;
  }
  .pp-page .terms-header p,
  .terms-page .terms-header p {
    text-align: left;
    margin-top: 6vw;
    max-width: 100%;
    color: var(--secondary-text-color);
    font-weight: 400;
  }
  .pp-page .terms-content,
  .terms-page .terms-content {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    padding-bottom: 5vw;
  }
  .pp-page .terms-content .terms-body,
  .terms-page .terms-content .terms-body {
    width: 100%;
  }
  .pp-page .terms-content .terms-body article,
  .terms-page .terms-content .terms-body article {
    margin-bottom: 3vw;
  }
  .pp-page .terms-content .terms-body article h2,
  .terms-page .terms-content .terms-body article h2 {
    font-size: var(--h3-size);
    font-weight: 600;
    margin-top: 8vw;
    margin-bottom: 0vw;
    color: var(--primary-text-color);
    font-weight: 800;
  }
  .pp-page .terms-content .terms-body article h5,
  .terms-page .terms-content .terms-body article h5 {
    margin-top: 8vw;
    font-family: var(--base-font);
    font-weight: 700;
  }
  .pp-page .terms-content .terms-body article p,
  .terms-page .terms-content .terms-body article p {
    text-align: left;
    margin-top: 6vw;
    font-size: var(--p-size);
    font-weight: 500;
    color: var(--primary-text-color);
  }
  .pp-page .terms-content .terms-body article ol,
  .terms-page .terms-content .terms-body article ol {
    padding-left: 5vw;
    margin-top: 5vw;
  }
  .pp-page .terms-content .terms-body article ol li,
  .terms-page .terms-content .terms-body article ol li {
    color: var(--primary-text-color);
    line-height: 150%;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 500;
  }
  .pp-page .terms-content .terms-body article ol li::marker,
  .terms-page .terms-content .terms-body article ol li::marker {
    font-size: 18px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--primary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ol li::marker a,
  .terms-page .terms-content .terms-body article ol li::marker a {
    text-decoration: underline;
  }
  .pp-page .terms-content .terms-body article ol li span,
  .terms-page .terms-content .terms-body article ol li span {
    color: black !important;
    line-height: 150%;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 600;
  }
  .pp-page .terms-content .terms-body article ul,
  .terms-page .terms-content .terms-body article ul {
    padding-left: 5vw;
    margin-top: 5vw;
  }
  .pp-page .terms-content .terms-body article ul li,
  .terms-page .terms-content .terms-body article ul li {
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--secondary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ul li::marker,
  .terms-page .terms-content .terms-body article ul li::marker {
    font-size: 13px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--secondary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ul li::marker a,
  .terms-page .terms-content .terms-body article ul li::marker a {
    text-decoration: underline;
  }
  .pp-page .terms-content .terms-body article ul li span,
  .terms-page .terms-content .terms-body article ul li span {
    color: black;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 600;
    line-height: 150%;
  }
  .pp-page .terms-content .terms-sidebar,
  .terms-page .terms-content .terms-sidebar {
    display: none;
    position: sticky;
    top: 4vw;
    flex: 1;
    width: 31%;
    padding: 1vw;
    border-radius: 1vw;
  }
  .pp-page .terms-content .terms-sidebar ul,
  .terms-page .terms-content .terms-sidebar ul {
    list-style: none;
    padding: 0;
  }
  .pp-page .terms-content .terms-sidebar ul li,
  .terms-page .terms-content .terms-sidebar ul li {
    margin-bottom: 0.75vw;
  }
  .pp-page .terms-content .terms-sidebar ul li a,
  .terms-page .terms-content .terms-sidebar ul li a {
    text-decoration: none;
    font-size: 0.9vw;
  }
  .pp-page .terms-content .terms-sidebar ul li a:hover,
  .terms-page .terms-content .terms-sidebar ul li a:hover {
    text-decoration: underline;
  }
  .pp-page .terms-footer,
  .terms-page .terms-footer {
    margin-top: 4vw;
    padding: 2vw;
    text-align: center;
  }
  .pp-page .terms-footer .footer-content,
  .terms-page .terms-footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pp-page .terms-footer .footer-content p,
  .terms-page .terms-footer .footer-content p {
    margin: 0.5vw 0;
    font-size: 0.9vw;
  }
  .pp-page .terms-footer .footer-content nav,
  .terms-page .terms-footer .footer-content nav {
    display: flex;
    gap: 1.5vw;
  }
  .pp-page .terms-footer .footer-content nav a,
  .terms-page .terms-footer .footer-content nav a {
    text-decoration: none;
    font-size: 0.9vw;
  }
  .pp-page .terms-footer .footer-content nav a:hover,
  .terms-page .terms-footer .footer-content nav a:hover {
    text-decoration: underline;
  }
  .pp-page .terms-header {
    text-align: center;
    padding-bottom: 6.2vw;
  }
  .pp-page .terms-header span {
    text-transform: none;
    display: block;
    font-weight: 600;
    font-size: var(--p-size);
    font-family: var(--base-font);
    color: var(--primary-text-color);
    letter-spacing: 0.5px;
    margin-bottom: 2vw;
    padding: 0 5vw;
    margin-top: 4vw;
  }
  .pp-page .terms-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0vw;
    margin-bottom: 5vw;
    font-family: var(--main-font);
  }
  .pp-page .terms-header h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    margin-bottom: 4.3vw;
  }
  .pp-page .terms-header p {
    text-align: left;
    margin-top: 3vw;
    max-width: 100%;
    color: var(--secondary-text-color);
  }
  .intro-testimonial .testimonial-card {
    border: 0px !important;
  }
  .intro-testimonial .testimonial-card .ts-card-inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-hero {
    background-color: var(--primary-inverted-text-color);
    font-family: "Arial", sans-serif;
    color: #1c1c1c;
    margin: auto;
    padding-top: 30.2vw;
    padding-bottom: var(--section-padding);
    padding-bottom: 30vw;
    text-align: center;
  }
  .case-study-hero .back-link {
    margin-top: 4.2vw;
  }
  .case-study-hero .headline {
    text-align: center;
  }
  .case-study-hero .badge {
    margin-top: 8vw;
    margin-bottom: 1.2vw;
    background: var(--highlight-text-color);
    color: var(--primary-bg) !important;
    padding: 0.55rem 0.7rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-study-hero .badge p {
    color: var(--primary-bg) !important;
    font-size: 2.9vw;
  }
  .case-study-hero .headline {
    display: none;
  }
  .case-study-hero .m-h1 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    display: block;
    font-size: var(--h1-size);
    text-transform: capitalize;
  }
  .case-study-hero .tab-heading {
    display: none;
  }
  .case-study-hero .mobile-btn {
    display: inline-flex;
  }
  .case-highlight {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    font-family: "Arial", sans-serif;
    text-align: center;
  }
  .case-highlight .intro-testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 20vw;
  }
  .case-highlight .intro-testimonial .left {
    text-align: left;
    width: 100%;
    padding-top: 8.7vw;
  }
  .case-highlight .intro-testimonial .left .brand-title {
    font-weight: 600;
  }
  .case-highlight .intro-testimonial .left .brand-title .emoji {
    font-size: var(--h2-size);
    vertical-align: bottom;
    margin-left: -1vw;
  }
  .case-highlight .intro-testimonial .left .subheadline {
    margin-top: 15px;
    font-weight: 700;
  }
  .case-highlight .intro-testimonial .testimonial-card {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1000;
    overflow: visible;
    background: var(--card-color);
    border: 1px solid rgba(128, 128, 128, 0.28);
    margin-top: -10vw;
    border-radius: 8.1vw;
  }
  .case-highlight .intro-testimonial .testimonial-card p.quote {
    text-align: center;
    min-height: 13.5vw;
    width: 100%;
  }
  .case-highlight .badge {
    margin-bottom: 5vw;
  }
  .case-highlight .services-grid {
    padding-bottom: 16vw;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin: 0 auto;
    text-align: left;
    margin-top: 2vw;
  }
  .services-grid .service-card {
    background-color: transparent;
    padding: 26.5px 10px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    text-align: center;
    color: var(--primary-inverted-text-color);
    border: 2px solid var(--card-color);
    border: 0px;
  }
  .services-grid .service-card p {
    color: var(--secondary-text-color);
  }
  .services-grid .service-card h4 {
    font-size: var(--p-size);
    font-family: var(--base-font);
    font-weight: 600;
    color: var(--primary-inverted-text-color);
    margin-bottom: 30px;
  }
  .case-results {
    background-color: var(--primary-bg);
    color: #ffffff;
    font-family: "Arial", sans-serif;
    margin: 0 auto;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
  }
  .case-results .top-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
    align-items: stretch;
  }
  .case-results .top-grid .result-card {
    background-color: var(--card-color);
    padding: 24px;
    border-radius: 30px;
  }
  .case-results .top-grid .result-card h5 {
    font-family: var(--main-font);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: var(--h3-size);
  }
  .case-results .top-grid .result-card p {
    font-family: var(--base-font);
    color: var(--secondary-text-color);
  }
  .case-results .stats-grid {
    display: block;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--card-color);
    border-radius: 30px;
    padding: 3vw 5vw;
  }
  .case-results .stats-grid .stat-item {
    padding: 5px 0px;
    text-align: center;
    min-width: 30%;
    display: flex;
    align-items: flex-end;
    gap: 1vw;
  }
  .case-results .stats-grid .stat-item .stat-number {
    font-size: 14vw;
    font-weight: 100;
    font-family: var(--main-font);
    line-height: 100%;
    color: #ef8354;
    line-height: 100%;
  }
  .case-results .stats-grid .stat-item .stat-label {
    font-size: var(--p-size);
    font-family: var(--base-font);
    margin-bottom: 2vw;
    color: var(--secondary-text-color);
  }
  .case-results .stats-grid .stat-item:nth-child(2) {
    justify-content: center;
  }
  .case-results .stats-grid .stat-item:first-child {
    justify-content: left;
  }
  .case-results .stats-grid .stat-item:last-child {
    justify-content: right;
    flex-direction: row-reverse;
  }
  .image-grid {
    background-color: var(--primary-bg);
  }
  .image-grid .image-grid-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-bottom: 13vw;
    gap: 4vw;
  }
  .image-grid .image-grid-inner .lg-l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vw;
  }
  .image-grid .image-grid-inner .lg-r {
    width: 100%;
    border-radius: 2vw;
  }
  .image-grid .image-grid-inner .grid-item {
    overflow: hidden;
    border-radius: 7vw;
    overflow: hidden;
    position: relative;
  }
  .image-grid .image-grid-inner .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-grid .image-grid-inner .small {
    width: 48.8%;
  }
  .image-grid .image-grid-inner .wide {
    width: 100%;
  }
  .image-grid .image-grid-inner .tall {
    height: 100%;
  }
  .image-grid .image-grid-inner .tall .img {
    height: 100%;
  }
  .tools-bar {
    display: flex;
    align-items: center;
    background-color: var(--card-color);
    border-radius: 50px;
    padding: 10px 10px;
    gap: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: -7vw;
    position: relative;
    z-index: 1000;
  }
  .tools-bar .label {
    color: #f1f1df;
    font-weight: 400;
    font-size: var(--p-size);
    font-family: var(--base-font);
    white-space: nowrap;
    padding-left: 2vw;
  }
  .tools-bar .tool-icons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .tools-bar .tool-icons .l-icon {
    background-color: var(--primary-inverted-text-color);
    border-radius: 50%;
    padding: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tools-bar .tool-icons svg {
    width: 30px;
    height: 30px;
  }
  .case-studies-page .blog-title {
    font-weight: 700;
  }
  .case-studies-page .blog-subtitle {
    font-weight: 500;
    color: var(--secondary-text-color);
  }
  .case-studies-page .blog-header {
    margin-bottom: 2rem;
  }
  .case-studies-page .blog-header .learn-more {
    bottom: 20vw;
    border: 2px solid rgba(114, 115, 110, 0.4) !important;
  }
  .case-studies-page .blog-section {
    padding-top: 20vw !important;
    background-color: var(--primary-inverted-text-color);
    color: var(--primary-text-color);
  }
  .case-studies-page .blog-section .blog-cards {
    padding-bottom: 30vw;
  }
  .case-studies-page .blog-section .blog-cards .blog-card {
    background-color: var(--primary-inverted-text-color);
    color: var(--primary-text-color);
    min-width: 90%;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .blog-info {
    padding-right: 0;
    box-shadow: none;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .read-time {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.5vw;
    font-size: 18px;
  }
  .case-studies-page .blog-section .blog-cards .blog-card p {
    color: var(--primary-text-color) !important;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .blog-card-title {
    min-height: 5vw;
    display: none;
  }
  .pg-media-wrap {
    overflow: hidden;
    border-radius: 4.5vw;
  }
  .r-in-left h2:not(.mob-title) {
    display: none !important;
  }
  .expertise .expertise-card {
    margin: 0px;
    margin-right: 10px;
  }
  .expertise .expertise-card h3 {
    padding-bottom: 4.5vw;
  }
  .expertise .expertise-card .l-m {
    font-size: 12px !important;
  }
  .expertise .expertise-card .ex-c-inner {
    padding-bottom: 3.5vw;
    padding: 4vw !important;
    height: 75vw !important;
  }
  .text-description-section {
    padding-top: 24vw;
    padding-bottom: 12vw;
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
  }
  .text-description-section .text span {
    color: #ef8354;
  }
  .text-description-section .desc {
    width: 100%;
    margin-left: auto;
    padding-top: 8vw;
  }
  .text-description-section .desc p {
    color: var(--secondary-text-color);
    margin-bottom: 3vw;
  }
  .mvp-services h3 {
    text-align: left;
    margin-bottom: 3vw;
  }
  .mvp-services p.ga-section-text {
    margin-left: 0px;
    color: var(--secondary-text-color);
    text-align: left;
  }
  .s-card.is-two-col.cta-service-card h5 {
    max-width: 90% !important;
    line-height: 130% !important;
    font-size: 5.5vw !important;
  }
  .mvp-services-grid {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2vw 1vw;
  }
  .mvp-services-grid .s-card-img {
    display: none !important;
  }
  .mvp-services-grid.is-alt .mvp-sv-left > .s-card {
    width: 100% !important;
  }
  .mvp-services-grid.is-alt.is-four .s-card {
    width: 100% !important;
  }
  .mvp-services-grid .s-card {
    border-radius: 5.1vw;
    padding: 3px;
    text-align: left;
    width: 100%;
    margin-bottom: 6vw;
  }
  .mvp-services-grid .s-card .s-card-inner {
    background-color: var(--primary-bg);
    border-radius: 5vw;
    padding: 6.5vw;
    height: 100%;
  }
  .mvp-services-grid .s-card:hover {
    border-color: #ff784f;
  }
  .mvp-services-grid .s-card .check-icon {
    color: #ff784f;
    font-size: 1.8vw;
    display: inline-block;
    margin-bottom: 1.5vw;
  }
  .mvp-services-grid .s-card h3 {
    font-family: var(--base-font);
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 8vw;
    color: #f8f6f0;
  }
  .mvp-services-grid .s-card p {
    color: var(--secondary-text-color);
  }
  .mvp-services-grid {
    margin-top: 6vw;
  }
  .text-des-reverse {
    padding-top: 15vw;
    padding-bottom: 9vw;
  }
  .results-section {
    padding-right: 0px;
  }
  .results-section .res-inner {
    padding-right: 4vw;
  }
  .mvp-services {
    padding-top: 13vw;
    padding-bottom: 18vw;
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    text-align: center;
  }
  .mvp-services h5 {
    margin-bottom: 1vw;
  }
  .mvp-services .section-subtitle {
    color: var(--secondary-text-color);
    margin: 0 auto 8vw;
    text-align: left;
  }
  .expertise {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    text-align: left;
    padding-top: var(--section-padding);
  }
  .expertise .ex-head {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 8vw;
    padding-top: 6vw;
  }
  .expertise .ex-head .ex-left {
    width: 100%;
  }
  .expertise .ex-head .ex-left h3 {
    margin-bottom: 2vw;
  }
  .expertise .ex-head .ex-left .section-subtitle {
    color: var(--secondary-text-color);
  }
  .expertise .ex-head .ex-right {
    display: none;
  }
  .expertise .section-title {
    font-size: 4.4vw;
    font-weight: 700;
    margin-bottom: 1.5vw;
  }
  .expertise .expertise-slider {
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
    display: flex;
    gap: 6vw;
    align-items: stretch;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 0vw;
    padding-right: 0px;
  }
  .expertise .expertise-card {
    flex-shrink: 0;
    border-radius: 5.1vw;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: border 0.3s ease;
  }
  .expertise .expertise-card .ex-c-inner {
    background-color: var(--primary-bg);
    padding: 6vw;
    border-radius: 5vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .expertise .expertise-card:hover {
    border-color: #ff784f;
  }
  .expertise .expertise-card:hover h3 {
    bottom: 74% !important;
    transform: scale(0.7) !important;
    left: -12% !important;
  }
  .expertise .expertise-card .l-m {
    color: #ff784f;
    font-size: var(--p-size);
    font-weight: 600;
    letter-spacing: 0.1vw;
    margin-bottom: auto;
    display: inline-block;
    text-align: right;
    text-transform: capitalize;
    font-family: var(--base-font);
  }
  .expertise .expertise-card h3 {
    font-size: var(--h5-size);
    font-weight: 600;
    margin-top: 45vw;
    padding-left: 4vw;
  }
  .expertise .slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 1vw;
  }
  .expertise .slider-controls .slider-btn {
    width: 3.5vw;
    height: 3.5vw;
    background: transparent;
    color: var(--primary-inverted-text-color);
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
  }
  .expertise .slider-controls .slider-btn:hover {
    background: #ff784f;
  }
  p.ga-section-text {
    max-width: 90%;
    margin-bottom: 8vw;
  }
  .only-m.m-path {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
  }
  .only-m.m-path svg {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .mvp-path {
    background: var(--primary-bg);
    color: #f8f6f0;
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 20vw;
    position: relative;
  }
  .mvp-path .mvp-sec-title {
    margin-bottom: 4vw;
    margin-top: 9vw;
  }
  .mvp-path .tab-title {
    display: none;
  }
  .mvp-path .mvp-grid-container .line-vector-top {
    display: none;
    position: absolute;
    top: 23vw;
    right: 0vw;
    width: auto;
  }
  .mvp-path .mvp-grid-container .line-vector-bottom {
    position: absolute;
    bottom: 15vw;
    left: 0vw;
    width: auto;
    display: none;
  }
  .mvp-path .mvp-grid-container .mobile-line-vector {
    display: block;
    position: absolute;
    top: 41vw;
    left: 50%;
    height: 74%;
  }
  .mvp-path .mvp-grid-container .mobile-line-vector svg {
    height: 100%;
  }
  .mvp-path .path-grid {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 3vw 2vw;
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 3vw;
  }
  .mvp-path .path-card,
  .mvp-path .path-info {
    width: 100%;
    background: var(--primary-bg);
    border-radius: 5.1vw;
    text-align: left;
    position: relative;
    z-index: 1;
    transition: border 0.3s ease;
    margin-bottom: 5vw;
  }
  .mvp-path .path-card .pt-card-inner,
  .mvp-path .path-info .pt-card-inner {
    background: var(--primary-bg);
    padding: 6vw;
    border-radius: 5vw;
    width: 100%;
    height: 100%;
  }
  .mvp-path .path-card:hover,
  .mvp-path .path-info:hover {
    border-color: #ff784f;
  }
  .mvp-path .path-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 47vw !important;
    margin-bottom: 7vw;
  }
  .mvp-path .path-card:hover {
    top: 0px;
  }
  .mvp-path .path-card.active .pt-desc {
    top: 0;
  }
  .mvp-path .path-card .plus {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
  }
  .mvp-path .path-card .pt-card-inner {
    min-height: inherit;
  }
  .mvp-path .path-card .pt-desc {
    top: 48%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mvp-path .path-card .icon {
    margin-bottom: 15vw;
    font-size: 3vw;
    width: 10vw !important;
    color: #ff784f;
    margin-left: auto;
    margin-right: auto;
  }
  .mvp-path .path-card h3 {
    font-size: var(--h5-size);
    font-weight: 600;
    color: #f8f6f0;
  }
  .mvp-path .path-card .plus {
    opacity: 0;
    position: absolute;
    right: 3vw;
    bottom: 2.8vw;
    font-size: 2vw;
    color: #b0b0b0;
  }
  .mvp-path .path-info {
    background: var(--card-color);
    display: flex;
    align-items: center;
  }
  .mvp-path .path-info p {
    color: var(--secondary-text-color);
  }
  .project-gallery {
    margin-bottom: 7vw;
  }
  .light-result-sec-wrap.results-section {
    padding-top: 13vw;
  }
  .pg-media-wrap {
    border-radius: 5.5vw !important;
  }
  .results-section {
    background: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    padding-top: 10vw;
    padding-bottom: 30vw;
    position: relative;
  }
  .results-section .res-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2vw;
  }
  .results-section .res-inner .res-l {
    width: 100%;
    margin-bottom: 5vw;
  }
  .results-section .res-inner .res-l h3 {
    margin-bottom: 2.5vw;
  }
  .results-section .res-inner .res-l P {
    color: var(--secondary-text-color);
  }
  .results-section .res-inner a {
    position: absolute;
    bottom: 15vw;
    left: 50%;
    transform: translatex(-50%) !important;
    margin-bottom: 0.5vw;
  }
  .results-section .featured-project {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4vw;
    margin-bottom: 6vw;
  }
  .results-section .featured-project .image {
    width: 50%;
    display: none;
  }
  .results-section .featured-project .image img {
    width: 100%;
    border-radius: 1.5vw;
  }
  .results-section .featured-project .p-top {
    display: none;
  }
  .results-section .featured-project .details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .results-section .featured-project .details h3 {
    font-size: var(--h5-size);
    margin-bottom: 0.6vw;
    font-family: var(--base-font);
    font-weight: 600;
  }
  .results-section .featured-project .details .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6vw;
  }
  .results-section .featured-project .details .tags span {
    background: var(--card-color);
    color: var(--primary-inverted-text-color);
    padding: 0.4vw 1vw;
    border-radius: 5vw;
    font-size: var(--p-size);
    font-family: var(--base-font);
    font-weight: 400;
  }
  .results-section .featured-project .details .project-gallery {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    overflow-x: auto;
  }
  .results-section .featured-project .details .project-gallery .pg-card {
    flex-shrink: 0;
    position: relative;
    width: 90%;
    border-radius: 1.5vw;
    overflow: hidden;
    cursor: pointer;
  }
  .results-section .featured-project .details .project-gallery .pg-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 0.8vw 1vw;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay .content-tags {
    display: block;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay h4 {
    font-size: 18px;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    margin-top: 2vw;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay .content-tags {
    margin-top: 1vw;
    color: var(--secondary-text-color);
  }
  .light-r-in-wrap {
    padding-top: 18vw;
  }
  .light-r-in-wrap .r-in-left a.learn-more {
    margin-top: 6vw !important;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap {
    margin-top: 5vw !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block {
    display: flex;
    justify-content: center;
    margin-bottom: 0vw;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block:first-child {
    margin-bottom: 2vw;
    min-width: 100%;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block .tab-text {
    display: none;
  }
  .mega-menu {
    width: 100% !important;
    align-items: flex-start !important;
  }
  .mega-menu .nav-container {
    height: 100%;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .s-listing-services-section {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
  }
  .s-listing-services-section .container {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .s-listing-services-section .services-text {
    position: sticky;
    top: 8vw;
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 8vw;
  }
  .s-listing-services-section .services-text h2 {
    margin-top: 1.5vw;
    margin-bottom: 0.5vw;
    color: #111;
  }
  .s-listing-services-section .services-text .desc {
    font-weight: 600;
    color: var(--secondary-text-color);
  }
  .s-listing-services-section .s-card-wrapper {
    position: relative;
    width: 100%;
  }
  .s-listing-services-section .services-card {
    position: sticky;
    top: 20vw;
    width: 100%;
    border-radius: 5vw;
    padding: 6.5vw;
    border: 2px solid var(--Content-Border-Dark, rgba(37, 38, 38, 0.12));
    box-shadow: 0 1vw 0.5vw rgba(0, 0, 0, 0.05);
    background: var(--primary-inverted-text-color);
    margin-bottom: 8vw;
  }
  .s-listing-services-section .services-card:nth-child(1) {
    top: 70vw;
  }
  .s-listing-services-section .services-card:nth-child(2) {
    top: 74vw;
  }
  .s-listing-services-section .services-card:nth-child(3) {
    top: 78vw;
  }
  .s-listing-services-section .services-card:nth-child(4) {
    top: 84vw;
  }
  .s-listing-services-section .services-card h5 {
    margin-bottom: 3vw;
  }
  .s-listing-services-section .services-card p {
    color: var(--secondary-text-color);
    margin-bottom: 15vw;
    font-weight: 600;
    font-size: 4.3vw;
  }
  .s-listing-services-section .services-card ul {
    list-style: none;
    padding: 0;
  }
  .s-listing-services-section .services-card ul li {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 2.6vw 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--base-font);
  }
  .s-listing-services-section .services-card ul li span {
    font-size: 18px;
    color: #111;
  }
  .s-listing-services-section .services-card ul li:last-child {
    border-bottom: none;
  }
  .s-listing-services-section .services-card ul li:hover {
    color: #ff6234;
  }
  .s-listing-services-section .services-card ul li:hover span {
    color: #ff6234;
  }
  .secrvice-listing-page .hero-banner .left-section {
    width: 100%;
  }
  .secrvice-listing-page .hero-banner .left-section h1 {
    font-size: var(--h1-size);
  }
  .secrvice-listing-page .hero-banner .left-section .description {
    max-width: 90%;
  }
  .secrvice-listing-page .hero-banner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: -20vw;
    left: 0;
    width: 100%;
  }
  .secrvice-listing-page .testimonials-section {
    padding-bottom: 0;
  }
  .secrvice-listing-page .testimonials-section .testimonial-slider {
    margin-top: 0;
  }
  .secrvice-listing-page .testimonials-section .testimonial-card {
    margin-top: 12vw;
  }
  .secrvice-listing-page .r-in-wrap .r-in-left h2 {
    display: block;
  }
  .secrvice-listing-page .r-in-wrap .r-in-left .tab-title {
    display: none;
  }
  .secrvice-listing-page .text-description-section .desc p {
    color: var(--secondary-text-color);
  }
  .secrvice-listing-page .light-r-in-wrap .r-in-left a.learn-more {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  .secrvice-listing-page .r-in-wrap .r-in-left .r-in-link-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3vw 5vw;
  }
  .secrvice-listing-page .r-in-wrap .r-in-left .r-in-link-wrap .l-block {
    margin: 0;
  }
  .secrvice-listing-page .r-in-wrap .r-in-left .r-in-link-wrap .l-block:first-child {
    width: 100%;
    margin-bottom: 0;
  }
  .mvp-path.is-services .path-grid.alt-spacing .path-card .pt-desc {
    top: 32%;
  }
  .brainstorm-section {
    background: var(--primary-bg);
    text-align: center;
    color: #f5f5f5;
    padding-top: 20vw;
    padding-bottom: 15vw;
  }
  .brainstorm-section .brainstorm-header h2 {
    font-weight: 800;
    margin-bottom: 2vw;
  }
  .brainstorm-section .brainstorm-header p {
    color: var(--primary-inverted-text-color);
    max-width: 100%;
    font-weight: 400;
    margin: auto;
  }
  .brainstorm-section .choose-us {
    text-align: left;
  }
  .brainstorm-section .choose-us .mobile-c-text {
    display: none;
    margin-top: 10vw;
    text-align: center;
  }
  .brainstorm-section .choose-us .mobile-c-text span {
    color: #ff6234;
  }
  .brainstorm-section .choose-us .choose-grid {
    display: flex;
    gap: 5vw;
    overflow-y: auto;
    padding-top: 10vw;
    align-items: stretch;
  }
  .brainstorm-section .choose-us .choose-grid h3 {
    margin: auto;
    flex-shrink: 0;
    margin-left: var(--section-padding);
    display: block;
  }
  .brainstorm-section .choose-us .choose-grid h3 span {
    color: #ff6234;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card {
    width: 85%;
    background: transparent;
    border: 0.1vw solid rgba(255, 255, 255, 0.15);
    border-radius: 7vw;
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover {
    transform: translateY(-0.5vw);
  }
  .brainstorm-section .choose-us .choose-grid .choose-card .icon {
    width: 12vw;
    height: 12vw;
    margin-bottom: 30vw;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card .icon svg {
    width: 100%;
    height: 100%;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card h4 {
    font-size: var(--h5-size);
    line-height: 100%;
    font-weight: 500;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card p {
    font-size: var(--p-size);
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:nth-child(2) {
    margin-left: var(--section-padding);
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover {
    text-align: center;
    transition: all 0.3s ease;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover .icon {
    width: 12vw !important;
    height: 12vw !important;
    margin: auto;
    margin-bottom: 5vw !important;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover h4 {
    font-size: 20px !important;
  }
  .services-text p.desc {
    margin-top: 2vw;
    margin-bottom: 15vw;
  }
  .brainstorm-section .brainstorm-header {
    flex-direction: column;
    gap: 3vw;
    text-align: center;
  }
  .brainstorm-section .brainstorm-header p {
    color: var(--secondary-text-color);
  }
  .testimonial-slider .slider-container {
    padding-top: 0;
  }
  .testimonial-slider .slick-track {
    display: flex;
    padding-top: 12vw;
  }
  .testimonial-slider.is-sc .slick-track {
    padding-bottom: 21vw;
  }
  .mvp-dev-page .r-in-wrap .r-in-left h2 {
    font-size: 30px !important;
  }
  .mvp-dev-page .learn-more span {
    display: block !important;
  }
}
.mvp-services-grid.is-alt.is-four .s-card {
  width: 23%;
}

@media screen and (min-width: 650px) and (max-width: 1200px) {
  .s-card-inner span.mega-icon {
    margin-bottom: 4vw;
  }
  .s-card-inner h4 {
    font-size: 2.2vw !important;
  }
  .cookie-popup-two {
    max-width: 50%;
    border-radius: 4vw;
    bottom: auto;
    top: 2vw;
    padding: 2.2rem;
  }
  .cookie-popup-two .cookie-popup__actions {
    justify-content: center;
    width: 100%;
  }
  .cookie-popup-two .cookie-popup__actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  :root {
    /* Font sizes in vw (based on 1440px width) */
    --h1-size: 14.5vw;
    --h2-size: 64px;
    --h3-size: 6.9vw;
    --h5-size: 32px;
    --p-size: 16px;
    --section-padding: 5.3vw;
  }
  .cto-service__footer {
    max-width: 100% !important;
  }
  .expertise .expertise-slider {
    padding-left: 4vw !important;
  }
  .expertise .expertise-card:hover .ex-c-inner h3 {
    bottom: 75% !important;
    transform: scale(0.7) !important;
    left: -5% !important;
  }
  .expertise .expertise-card .ex-c-inner {
    padding: 3.5vw !important;
    height: 100% !important;
  }
  .expertise .expertise-card .ex-c-inner h3 {
    padding-bottom: 3.5vw;
    left: 3.5vw !important;
  }
  .s-card.is-two-col-tab-p {
    width: 100% !important;
  }
  p.ga-section-text {
    max-width: 100%;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }
  .desk-tran-header {
    position: sticky !important;
  }
  .mega-menu {
    align-items: flex-start !important;
  }
  .mega-menu .nav-container {
    height: 100%;
    align-items: flex-start;
  }
  .mega-menu .menu {
    justify-content: flex-start;
  }
  .badge {
    padding: 1vw 2vw;
    border-radius: 4rem;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .badge svg {
    width: 2vw;
    height: 2vw;
    margin-right: 1.5vw;
  }
  .badge p {
    line-height: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .learn-more {
    text-transform: uppercase;
    padding: 2.3vw 3.2vw;
    border-radius: 7vw;
    cursor: pointer;
    border: 2px solid rgba(114, 115, 110, 0.4);
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-family: var(--base-font);
    font-weight: 500;
  }
  .learn-more svg {
    margin-left: 1.5vw;
    width: 1vw;
    height: 100%;
  }
  .d-img {
    display: none !important;
  }
  .m-img {
    display: block !important;
  }
  .m-br {
    display: none !important;
  }
  .d-br {
    display: none !important;
  }
  .e-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-text-color);
    color: var(--primary-inverted-text-color);
    padding: 0.6rem 0.5rem;
    padding-left: 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--base-font);
    font-size: var(--p-size);
    font-weight: 500;
  }
  .e-cta .calendar-icon {
    width: 8vw;
    margin-left: 2rem;
  }
  .breadcrumbs {
    margin-bottom: 20px;
    text-align: left;
    display: none;
  }
  .breadcrumbs a {
    font-size: 20px;
    color: var(--secondary-text-color);
    text-decoration: none;
    font-family: var(--base-font);
    font-weight: 500;
  }
  .breadcrumbs span {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 20px;
    color: var(--secondary-text-color);
    font-weight: 500;
  }
  .breadcrumbs .curm-active {
    color: var(--primary-text-color) !important;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--base-font);
  }
  .back-link {
    font-size: var(--p-size);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--primary-text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: var(--base-font);
    margin-top: 30px;
  }
  .back-link svg {
    width: 5vw;
    margin-right: 0.5vw;
  }
  header .header-inner {
    padding: 3.2vw 5vw;
  }
  header .header-inner .main-header-logo {
    width: 20.2vw;
  }
  header .header-inner .main-header-logo a {
    display: block;
  }
  header .header-inner .main-header-logo a svg {
    width: 100%;
    height: 100%;
  }
  header .hamburger-menu {
    width: 7vw;
    height: 7vw;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  header .hamburger-menu svg {
    width: 100%;
    height: 100%;
  }
  .hero-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6da;
  }
  .hero-banner-inner .left-section {
    width: 100%;
    padding-top: 12vw;
  }
  .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: 0vw;
    width: 100%;
    left: 0;
  }
  .hero-banner-inner .right-section .home-desk-card {
    display: none;
  }
  .hero-banner-inner .right-section .home-mobile-card {
    display: none;
  }
  .hero-banner-inner .right-section .home-tablet-card {
    display: block;
  }
  .text-cta-section {
    padding-top: 8.5vw;
    padding-bottom: 10.5vw;
    text-align: center;
  }
  .text-cta-section .subheading {
    font-size: 1.75vw;
    padding-left: 0vw;
    padding-bottom: 3vw;
    text-align: center;
  }
  .text-cta-section h1 {
    text-align: center;
    font-size: 11.3vw;
  }
  .text-cta-section .description {
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
    color: var(--primary-text-color);
    color: rgb(129, 130, 125);
    font-weight: 500;
    font-size: 21px;
  }
  .text-cta-section .learn-more {
    margin: auto;
  }
  .recognised-in-section {
    overflow: hidden;
    z-index: 100;
    position: relative;
  }
  .recognised-in-section .r-in-inner {
    padding-top: 6vw;
  }
  .recognised-in-section .r-in-inner .r-in-title {
    padding-bottom: 2vw;
  }
  .r-in-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    color: #fff;
    padding-top: 3vw;
    padding-bottom: 12vw;
  }
  .r-in-wrap .r-in-left {
    width: 86%;
    margin: auto;
    text-align: center;
  }
  .r-in-wrap .r-in-left h2 {
    font-size: var(--h2-size);
    font-weight: 700;
    line-height: 110%;
  }
  .r-in-wrap .r-in-left h2 span {
    color: var(--highlight-text-color);
  }
  .r-in-wrap .r-in-left .mob-title {
    display: none;
  }
  .r-in-wrap .r-in-left p {
    margin-top: 1rem;
    color: var(--secondary-text-color);
  }
  .r-in-wrap .r-in-left .learn-more {
    margin-top: 2vw !important;
    border: 2px solid var(--card-color);
  }
  .r-in-wrap .r-in-right {
    width: 45%;
    margin: auto;
  }
  .logo-marquee {
    overflow: hidden;
    padding: 2rem 0;
    padding-bottom: 3rem;
  }
  .logo-track {
    gap: 4rem;
  }
  .logo-track img {
    height: 60px;
  }
  .digital-section {
    position: relative;
    padding: 21vw 0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail-card {
    background: #252626;
    padding: 8vw 10.5vw;
    border-radius: 7vw;
    width: 90%;
    color: var(--primary-inverted-text-color);
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  .detail-card .title {
    font-family: var(--main--font);
    padding-top: 3.3vw;
    padding-bottom: 3.3vw;
    font-size: 8vw;
    font-weight: 600;
    line-height: 110%;
  }
  .detail-card .description {
    max-width: 100%;
    color: var(--secondary-text-color);
    padding-bottom: 1.2vw;
  }
  /* Marquee Strips */
  .marquee-strips-wrapper {
    position: absolute;
    width: 200%;
    left: -50%;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
  }
  .marquee-strips-wrapper.one {
    top: 60%;
    transform: rotate(351deg);
    background: rgba(37, 38, 38, 0.5803921569);
    background: opacity(60%);
  }
  .marquee-strips-wrapper.two {
    top: 58%;
    transform: rotate(11deg);
    background: rgba(37, 38, 38, 0.1882352941);
  }
  .marquee-strips-wrapper.three {
    top: 22%;
    transform: rotate(5deg);
    background: rgba(37, 38, 38, 0.368627451);
  }
  .marquee-strips-wrapper .marquee {
    display: inline-flex;
  }
  .marquee-strips-wrapper .marquee span {
    font-size: 1.4rem;
    color: var(--primary-inverted-text-color);
    padding: 0.3rem 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .what-we-do-section {
    position: relative;
    overflow: hidden;
    padding: 0vw 3.5vw;
    padding-bottom: 8vw;
  }
  .what-we-do-section .wwd-top {
    text-align: left;
    margin: 0 auto 0rem auto;
  }
  .what-we-do-section .wwd-top h2 {
    margin-bottom: 2.5vw;
    color: var(--primary-text-color);
    margin-top: 3.3vw;
  }
  .what-we-do-section .wwd-top p {
    max-width: 95%;
    color: var(--secondary-text-color);
  }
  .what-we-do-section .workflow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 3vw;
    position: relative;
    padding-top: 5.5vw;
  }
  .what-we-do-section .workflow .column {
    display: block;
    flex-direction: column;
    gap: 5rem;
    flex: 1;
  }
  .what-we-do-section .workflow .column.right {
    padding-top: 20.8vw;
  }
  .what-we-do-section .workflow .column .card {
    width: 100%;
    margin: auto;
    background: #252626;
    color: var(--primary-inverted-text-color);
    padding: 4vw 2.8vw;
    border-radius: 4vw;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10000;
    margin-bottom: 10vw;
    padding-bottom: 4vw;
  }
  .what-we-do-section .workflow .column .card h5 {
    margin-bottom: 9vw;
  }
  .what-we-do-section .workflow .column .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .what-we-do-section .workflow .column .card ul li {
    font-size: var(--p-size);
    margin-bottom: 2vw;
    color: var(--primary-inverted-text-color);
  }
  .what-we-do-section .workflow .column .card ul li a {
    font-family: var(--base-font);
    font-size: 20px;
    font-weight: 300;
    color: var(--primary-inverted-text-color);
  }
  .what-we-do-section .workflow .column .card ul li:last-child {
    margin-bottom: 0;
  }
  .what-we-do-section .workflow .dashed-arrow {
    display: block;
    position: absolute;
    top: -20vw;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }
  .what-we-do-section .workflow .dashed-arrow svg {
    display: none;
  }
  .what-we-do-section .workflow .dashed-arrow .tablet-svg {
    display: block !important;
  }
  .what-we-do-section .workflow .mobile-column {
    display: none !important;
  }
  .success-section {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    position: relative;
    padding: 8.5vw 0;
    text-align: center;
    overflow: hidden;
  }
  .success-section .success-top {
    position: relative;
    padding-bottom: 2vw;
  }
  .success-section .success-top .floating-tags {
    margin-bottom: 1.5rem;
  }
  .success-section .success-top .floating-tags span:first-child {
    font-size: 20px;
    color: var(--primary-inverted-text-color);
    position: absolute;
    left: 13vw;
    top: 5.5vw;
  }
  .success-section .success-top .floating-tags span:nth-child(2) {
    font-size: 14px;
    color: var(--primary-inverted-text-color);
    opacity: 0.6;
    position: absolute;
    left: 32vw;
    bottom: 8vw;
  }
  .success-section .success-top .floating-tags span:nth-child(3) {
    font-size: 11px;
    color: var(--primary-inverted-text-color);
    opacity: 0.4;
    position: absolute;
    right: 38vw;
    bottom: 3vw;
  }
  .success-section .success-top .floating-tags span:last-child {
    font-size: 14px;
    color: var(--primary-inverted-text-color);
    opacity: 0.6;
    position: absolute;
    right: 18vw;
    bottom: 8vw;
  }
  .success-section .background-text {
    width: 100%;
    pointer-events: none;
  }
  .success-section .content-center {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 3rem 5rem;
  }
  .success-section .content-center p {
    max-width: 95%;
    margin: auto;
    color: var(--secondary-text-color);
    margin-top: 0.5vw;
    margin-bottom: 3vw;
  }
  .success-section .startups-card {
    position: relative;
    background: var(--card-color);
    border-radius: 4rem;
    width: 90%;
    margin: auto;
    margin: 4rem auto 0;
    padding: 5rem;
    padding-bottom: 20em;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 2;
    text-align: left;
  }
  .success-section .startups-card .start-up-content {
    width: 100%;
  }
  .success-section .startups-card .start-up-content h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 84px;
  }
  .success-section .startups-card .start-up-content .s-p {
    color: var(--secondary-text-color);
  }
  .success-section .startups-card .service-card-section {
    position: absolute;
    top: auto;
    transform: translateX(50%);
    right: 50%;
    width: 98vw;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    bottom: 2vw;
    padding-left: 2.3vw;
    padding-right: 0vw;
  }
  .success-section .startups-card .service-card-section .em-desk-card {
    display: none;
  }
  .success-section .startups-card .service-card-section .em-mobile-card {
    display: none;
  }
  .success-section .startups-card .service-card-section .em-tablet-card {
    display: block;
  }
  .success-section .startups-card .service-card-section .service-card {
    width: -moz-max-content;
    width: max-content;
    padding: 3vw 3.5vw;
    border-radius: 3vw;
  }
  .success-section .startups-card .service-card-section .service-card .card-title {
    color: var(--primary-text-color);
    font-size: 24px;
    font-family: var(--base-font);
  }
  .success-section .startups-card .service-card-section .service-card p {
    margin-top: 1vw;
    font-size: 16px;
  }
  .success-section .startups-card .service-card-section .small-card {
    background-color: #474747;
    width: 16%;
  }
  .success-section .startups-card .service-card-section .m-card {
    width: -moz-max-content;
    width: max-content;
  }
  .success-section .startups-card .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .success-section .startups-card .services-grid .service-box {
    background: #ecece3;
    color: #1e1e1e;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-height: 100px;
  }
  .success-section .startups-card .services-grid .service-box h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .success-section .startups-card .services-grid .service-box span {
    font-size: 0.9rem;
    opacity: 0.7;
  }
  .success-section .startups-card .se-sec-desktop {
    display: none !important;
  }
  .featured-projects {
    padding-top: 8.3vw;
    padding-bottom: 8.3vw;
  }
  .featured-projects .fp-top {
    padding-bottom: 0vw;
  }
  .featured-projects .fp-top h2 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    color: var(--primary-text-color);
    font-size: var(--h2-size);
    line-height: normal;
  }
  .featured-projects .fp-top .s-p {
    color: var(--secondary-text-color);
    max-width: 80%;
  }
  .featured-projects .project-cards-wrapper {
    width: 94%;
    margin: auto;
    padding-bottom: 0vw;
  }
  .project-card .card-content {
    width: 95%;
    padding-bottom: 2vw;
  }
  .project-card .card-content h5 {
    margin-bottom: 1vw;
    color: var(--primary-text-color);
  }
  .project-card .card-content p {
    color: var(--primary-text-color);
  }
  .project-card .card-media {
    position: relative;
    border-radius: 1.5vw;
    overflow: hidden;
    box-shadow: 0px 0px 15px 14px rgba(0, 0, 0, 0.13);
  }
  .project-card .external-link {
    position: absolute;
    right: 2vw;
    top: 2vw;
  }
  .card-stack {
    position: relative;
    width: 100%;
    height: 100vh !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .testimonial-card {
    padding: 3px;
    flex-shrink: unset;
    border-radius: 8.1vw;
  }
  .testimonial-card .ts-card-inner {
    padding: 8vw;
    border-radius: 8vw;
    background-color: var(--primary-bg);
    overflow: hidden;
  }
  .testimonial-card .quote {
    font-size: 24px;
    min-height: 14vw;
    height: 22vw;
  }
  .testimonial-card .author {
    margin-top: 10vw;
  }
  .testimonial-card .author img {
    width: 8.5vw;
    height: 8.5vw;
  }
  .testimonial-card .author .info .name {
    font-size: 20px;
  }
  .testimonial-card .author .info .role {
    font-size: 14px;
  }
  .nav-buttons-wrap {
    position: absolute;
    top: -15vw;
    right: 5vw;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    gap: 3vw;
    justify-content: space-between;
  }
  .nav-buttons-wrap .nav-button {
    width: 8vw;
    height: 8vw;
  }
  .blog-section {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    position: relative;
  }
  .blog-section .blog-title {
    margin-bottom: 1vw;
    padding-right: 15vw;
    font-weight: 700;
  }
  .blog-section .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
  }
  .blog-section .blog-header .blog-subtitle {
    max-width: 71%;
    color: var(--secondary-text-color);
    font-weight: 500;
  }
  .blog-section .blog-header .learn-more {
    transition: background 0.3s;
    position: relative;
    bottom: unset;
    z-index: 100;
    left: unset;
    transform: none;
  }
  .blog-section .blog-header .learn-more span {
    margin-left: 0.5rem;
  }
  .blog-section .blog-cards {
    position: relative;
    display: flex;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
    padding-bottom: 25vw;
    overflow-x: auto;
  }
  .blog-section .blog-cards .blog-card {
    width: 83%;
    flex-shrink: 0;
    background-color: var(--secondary-bg);
    border-radius: 1rem;
    overflow: hidden;
    max-width: 48%;
    width: 48%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
  }
  .blog-section .blog-cards .blog-card .blog-image {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-section .blog-cards .blog-card .blog-info {
    padding: 0.5rem 0;
    padding-right: 1vw;
  }
  .blog-section .blog-cards .blog-card .blog-info .read-time {
    color: var(--secondary-text-color);
    text-transform: uppercase;
    font-size: 14px;
  }
  .blog-section .blog-cards .blog-card .blog-info .blog-card-title {
    color: var(--primary-inverted-text-color);
    min-height: 6vw;
    font-size: 16px;
  }
  .blog-section .blog-cards .blog-card .blog-info .explore-link {
    font-size: var(--p-size);
    text-decoration: none;
    margin-top: 2vw;
    align-items: center;
    gap: 0.25rem;
    text-transform: uppercase;
  }
  .engagement-section {
    padding-bottom: 10vw;
    padding-top: 6vw;
    display: block;
    justify-content: space-between;
    gap: 4rem;
    color: var(--primary-text-color);
    font-family: var(--base-font);
  }
  .engagement-section .engagement-left {
    width: 100%;
  }
  .engagement-section .engagement-left .engagement-heading {
    margin-bottom: 1.5rem;
    font-size: var(--h2-size);
    text-align: center;
  }
  .engagement-section .engagement-left .engagement-heading br {
    display: none !important;
  }
  .engagement-section .engagement-left .engagement-text {
    font-size: var(--p-size);
    margin-bottom: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  .engagement-section .engagement-left .e-cta {
    justify-content: center;
    display: flex;
    margin: auto;
    font-size: 24px;
  }
  .engagement-section .engagement-right {
    width: 100%;
    padding-top: 8vw;
  }
  .engagement-section .engagement-right .badge {
    display: flex;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .engagement-section .engagement-right .engagement-label {
    display: inline-block;
    background-color: var(--highlight-text-color);
    color: var(--primary-bg);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .engagement-section .engagement-right .engagement-label .label-icon {
    margin-right: 0.5rem;
  }
  .engagement-section .engagement-right .en-card-wrap {
    margin-top: 4vw;
  }
  .engagement-card {
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    font-size: var(--h5-size);
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(128, 128, 128, 0.15);
    transition: all 0.3s ease;
    margin-bottom: 4vw;
    padding-top: 5vw;
  }
  .engagement-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
  .engagement-card .card-icon {
    display: block;
    width: 7vw;
    margin-right: 0rem;
    font-size: 1.5rem;
  }
  .engagement-card .card-icon svg {
    height: 100%;
  }
  .engagement-card .card-content {
    margin-top: 2vw;
  }
  .engagement-card .card-title {
    color: var(--primary-text-color);
  }
  .engagement-card .plus-icon {
    width: 5vw;
    height: 5vw;
  }
  .engagement-card .plus-icon svg {
    height: 100%;
  }
  .footer {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    position: relative;
  }
  .footer .footer-top {
    padding: var(--section-padding);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .footer .footer-top .socials {
    position: relative;
    top: auto;
    left: auto;
    display: flex !important;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.6rem;
    border-radius: 2rem;
    border: 2px solid rgba(128, 128, 128, 0.273);
    margin-top: 5vw;
  }
  .footer .footer-top .socials span {
    font-weight: 500;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    font-size: 18px;
    font-weight: 400;
    margin-right: 0.8vw;
    margin-left: 1vw;
  }
  .footer .footer-top .socials a img {
    width: 5.5vw;
    height: 5.5vw;
  }
  .footer .footer-top .socials a:hover {
    opacity: 0.8;
  }
  .footer .footer-top .footer-nav {
    display: flex;
    gap: 4rem;
    padding-top: 2vw;
  }
  .footer .footer-top .footer-nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
  }
  .footer .footer-top .footer-nav ul li {
    margin-bottom: 2.5rem;
  }
  .footer .footer-top .footer-nav ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    position: relative;
  }
  .footer .footer-top .footer-nav ul li a.active {
    font-weight: 600;
    text-decoration: underline;
    color: var(--highlight-text-color);
    text-decoration-color: var(--highlight-text-color);
  }
  .footer .footer-graphic .m-img {
    display: none !important;
  }
  .footer .footer-graphic .d-img {
    display: block !important;
  }
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 var(--section-padding);
    padding-top: 1.5rem;
    font-size: 0.9rem;
    position: relative;
    margin-top: -6.5vw;
    background: var(--primary-bg);
    border-top: 1px solid rgba(128, 128, 128, 0.273);
    padding-bottom: 2vw;
  }
  .footer .footer-bottom .copyright {
    color: var(--primary-inverted-text-color);
    font-size: 0.85rem;
  }
  .footer .footer-bottom .socials {
    position: absolute;
    top: 25vw;
    left: 7vw;
    display: none;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.6rem;
    border-radius: 2rem;
    border: 2px solid rgba(128, 128, 128, 0.273);
  }
  .footer .footer-bottom .socials span {
    font-weight: 500;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    font-size: 18px;
    font-weight: 400;
    margin-right: 0.8vw;
    margin-left: 1vw;
  }
  .footer .footer-bottom .socials a img {
    width: 5.5vw;
    height: 5.5vw;
  }
  .footer .footer-bottom .socials a:hover {
    opacity: 0.8;
  }
  .footer .footer-bottom .footer-links {
    display: flex;
    gap: 1.5rem;
  }
  .footer .footer-bottom .footer-links a {
    color: var(--primary-inverted-text-color);
    text-decoration: none;
    font-size: 0.85rem;
  }
  .footer .footer-bottom .footer-links a:hover {
    color: #fff;
  }
  .scroll-to-top-btn {
    display: block;
    width: 11vw;
    height: 22vw;
    position: absolute;
    bottom: 43vw;
    left: 11vw;
    z-index: 1000000;
  }
  .scroll-to-top-btn svg {
    height: 100%;
  }
  .about-page .hero-banner-inner .text-cta-section {
    padding-top: 5vw !important;
  }
  .about-page .hero-banner-inner .left-section {
    width: 100%;
  }
  .about-page .hero-banner-inner .left-section h1 {
    font-size: 11.5vw;
  }
  .about-page .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: 0vw;
    width: 100%;
    left: 0;
  }
  .about-page .service-card {
    width: 399px;
    height: 140px;
  }
  .about-page .small-card {
    background-color: rgba(244, 244, 241, 0.7843137255);
    padding: 0;
    box-shadow: none;
  }
  .about-page .x-small-card {
    background-color: rgba(244, 244, 241, 0.7843137255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  .who-we-are {
    margin-bottom: 25vw;
    padding-bottom: 40vw;
  }
  .who-we-are .detail-card {
    margin: auto;
    width: 90%;
    margin-top: 3.5vw;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    background: var(--card-color);
    padding: 10vw 10.5vw;
  }
  .who-we-are .detail-card .description {
    max-width: 100%;
    padding-bottom: 0;
  }
  .who-we-are .detail-card .title {
    font-family: var(--main--font);
    padding-top: 3.3vw;
    padding-bottom: 2.3vw;
    font-size: 84px;
  }
  .about-section {
    background-color: var(--primary-bg);
    color: #ffffff;
    font-family: "Arial", sans-serif;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .about-section .top-cards {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
  }
  .about-section .top-cards .card {
    flex: 1;
    background-color: #383838;
    padding: 23px 25px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-section .top-cards .card .icon {
    width: 8vw;
    height: 8vw;
    color: #ff6a3d;
    margin-bottom: 20px;
  }
  .about-section .top-cards .card .icon svg {
    height: 100%;
  }
  .about-section .top-cards .card h5 {
    font-family: var(--main-font);
  }
  .about-section .top-cards .card p {
    color: var(--secondary-text-color);
    padding-top: 2vw;
  }
  .about-section .top-cards .card .subtext {
    opacity: 1;
  }
  .about-section .values-card {
    background-color: #383838;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    padding-bottom: 25px;
  }
  .about-section .values-card .v-c-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3vw;
  }
  .about-section .values-card .v-c-top .value-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    max-height: 9vw;
    overflow-x: scroll;
  }
  .about-section .values-card .v-c-top .v-header {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
  }
  .about-section .values-card .v-c-top .v-header .icon {
    width: 8vw;
    height: 8vw;
    color: #ff6a3d;
    margin-bottom: 20px;
  }
  .about-section .values-card .v-c-top .inspire-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.37vw;
    font-family: var(--base-font);
    margin-right: 8vw;
  }
  .about-section .values-card .v-c-top .inspire-nav span {
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    transition: color 0.2s ease;
    font-size: 20px;
  }
  .about-section .values-card .v-c-top .inspire-nav span.active {
    color: #ff6a3d;
  }
  .about-section .values-card .v-c-top .value-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .about-section .values-card .v-c-top .value-controls button {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .about-section .values-card .v-c-top .value-controls button:hover {
    background: #2c2d2f;
  }
  .about-section .values-card .mobile-inspire-text {
    display: none;
  }
  .about-section .values-card .value-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5vw;
    max-height: 20vw;
    overflow-x: scroll;
  }
  .about-section .values-card .value-wrapper .value-content {
    background: var(--primary-bg);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
  }
  .about-section .values-card .value-wrapper .value-content h3 {
    margin-bottom: 4px;
    font-weight: 600;
  }
  .about-section .values-card .value-wrapper .value-content h3 .highlight {
    color: #ff6a3d;
  }
  .about-section .values-card .value-wrapper .value-content p {
    color: var(--primary-inverted-text-color);
  }
  .about-section .values-card .value-wrapper .value-content:last-child {
    margin-bottom: 0vw;
  }
  .about-section .values-card .bottom-box-shadow {
    height: 3vw;
  }
  .process-section {
    background-color: var(--primary-bg);
    text-align: center;
    font-family: "Arial", sans-serif;
    color: #ffffff;
    padding-bottom: 6vw;
  }
  .process-section .headline {
    margin: 15px 0;
    font-weight: 700;
    font-size: 64px;
  }
  .process-section .subtext {
    color: var(--secondary-text-color);
    margin-bottom: 72px;
  }
  .process-section .steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .process-section .steps .step-card {
    background-color: #383838;
    padding: 50px 20px;
    border-radius: 20px;
    padding-bottom: 50px;
    width: 31%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition: transform 0.7s ease;
  }
  .process-section .steps .step-card h3 {
    font-size: var(--h5-size);
    margin-bottom: 34px;
  }
  .process-section .steps .step-card .icon {
    height: 7vw;
  }
  .process-section .steps .step-card .icon svg {
    height: 100%;
  }
  .contact-section {
    font-family: "Arial", sans-serif;
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .contact-section h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 64px;
  }
  .contact-section .description {
    color: var(--secondary-text-color);
    max-width: 100%;
    margin: 0 auto 40px auto;
  }
  .contact-section .cs-middle {
    background-color: rgba(129, 130, 125, 0.1490196078);
    border-top-left-radius: 6vw;
    border-top-right-radius: 6vw;
    padding-top: 1.8vw;
  }
  .contact-section .cs-middle h3 {
    margin-top: 30px;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .contact-section .cs-middle .subtext {
    max-width: 85%;
    margin: auto;
    padding-bottom: 50px;
    color: var(--secondary-text-color);
  }
  .contact-section .form-wrapper {
    background: #383838;
    padding: 50px 50px;
    margin: auto;
    border-radius: 6vw;
    margin-top: -20px;
    box-shadow: 0px 5px 10px 2px #818181;
    position: relative;
  }
  .contact-section .form-wrapper .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-section .form-wrapper .contact-form .input-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field label {
    font-family: var(--base-font);
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--primary-inverted-text-color);
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input {
    padding: 12px 22px;
    border: none;
    border-bottom: 1px solid #555;
    background: transparent;
    color: white;
    font-family: var(--base-font);
    font-size: 20px;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input::-moz-placeholder {
    color: #777;
    font-family: var(--base-font);
    font-size: inherit;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input::placeholder {
    color: #777;
    font-family: var(--base-font);
    font-size: inherit;
  }
  .contact-section .form-wrapper .contact-form .input-group .input-field input:focus {
    outline: none;
    border-bottom: 1px solid #ff6a3d;
  }
  .contact-section .form-wrapper .contact-form .textarea-field {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-top: 1.5vw;
  }
  .contact-section .form-wrapper .contact-form .textarea-field label {
    font-family: var(--base-font);
    font-size: 20px;
    margin-bottom: 13px;
    color: var(--primary-inverted-text-color);
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea {
    padding: 12px 22px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    min-height: 107px;
    color: white;
    font-family: var(--base-font);
    font-size: 20px;
    resize: vertical;
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea::-moz-placeholder {
    color: #777;
    font-size: inherit;
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea::placeholder {
    color: #777;
    font-size: inherit;
  }
  .contact-section .form-wrapper .contact-form .textarea-field textarea:focus {
    outline: none;
    border-bottom: 1px solid #ff6a3d;
  }
  .contact-section .form-wrapper .contact-form .e-btn {
    margin-top: 1.5vw;
  }
  .contact-section .form-wrapper .contact-form .e-btn .e-cta {
    font-size: 24px;
  }
  .contact-section .form-wrapper .contact-form .a:hover {
    background: #e0dcd0;
  }
  .contact-section .form-wrapper .thanks-sms {
    width: 60%;
  }
  .blog-listing-banner {
    background: var(--primary-inverted-text-color);
    padding-top: 13vw;
    padding-bottom: 4vw;
  }
  .blog-listing-banner .blog-header {
    text-align: center;
    flex-direction: column;
  }
  .blog-listing-banner .blog-header .badge {
    background: var(--highlight-text-color);
    color: var(--primary-bg) !important;
    padding: 0.4rem 0.9rem;
    border-radius: 1rem;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .blog-listing-banner .blog-header .badge p {
    color: var(--primary-bg) !important;
    font-size: 14px;
  }
  .blog-listing-banner .blog-header h1 {
    color: var(--primary-text-color);
    margin-top: 5vw;
    margin-bottom: 0.5vw;
    font-size: 90px;
  }
  .blog-listing-banner .blog-header .s-p {
    display: none;
  }
  .blog-listing-banner .blog-content {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    gap: 2vw;
    margin-top: 15vw;
    width: 100%;
  }
  .blog-listing-banner .blog-content .featured-post {
    width: 100%;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 3vw 4.8vw;
    color: var(--primary-inverted-text-color);
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9vw;
    margin-top: 0.3vw;
    margin-bottom: 0vw;
    color: var(--primary-inverted-text-color);
    display: flex;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay .meta p {
    color: var(--primary-inverted-text-color);
    font-weight: normal;
    font-size: 16px !important;
  }
  .blog-listing-banner .blog-content .featured-post .image-wrapper .overlay a {
    color: var(--primary-inverted-text-color);
    font-weight: 400;
    font-size: 16px !important;
    margin-bottom: 1vw;
  }
  .blog-listing-banner .blog-content .post-list {
    width: 100%;
    gap: 1vw;
  }
  .blog-listing-banner .blog-content .post-list h5 {
    font-size: 20px;
    font-family: var(--base-font);
    color: var(--primary-text-color);
    margin-bottom: 3vw;
    margin-top: 8vw;
  }
  .blog-listing-banner .blog-content .post-list .pcl-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 3vw;
  }
  .blog-listing-banner .blog-content .post-list .post-card {
    border-radius: 20px;
    padding: 3vw;
    border: 1px solid rgba(128, 128, 128, 0.39);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }
  .blog-listing-banner .blog-content .post-list .post-card a {
    margin-bottom: 2.5vw;
    color: var(--primary-text-color);
    font-weight: 700;
    font-size: 20px !important;
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta {
    display: flex;
    justify-content: space-between;
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta p {
    line-height: 100%;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 500;
  }
  .blog-listing-banner .blog-content .post-list .post-card .post-meta span {
    display: block;
    font-size: 16px !important;
    color: var(--secondary-text-color);
    line-height: 100%;
    font-weight: 600;
    font-family: var(--base-font);
  }
  .design-blogs {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .design-blogs .design-blogs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
    padding-bottom: 0vw;
    border-bottom: none;
  }
  .design-blogs .design-blogs-header a.learn-more.light-btn {
    border: 1px solid rgb(191, 191, 191);
    padding: 2.3vw 4.2vw;
  }
  .blog-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6vw;
    row-gap: 8vw;
  }
  .blog-cards .blog-card {
    border-radius: 1vw;
    overflow: hidden;
    width: 48%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
  }
  .blog-cards .blog-card .blog-media {
    border-radius: 3.5vw;
    overflow: hidden;
  }
  .blog-cards .blog-card .blog-media img {
    width: 100%;
    display: block;
  }
  .blog-cards .blog-card .blog-content {
    padding: 1vw 0.7vw;
  }
  .blog-cards .blog-card .blog-content .read-time {
    font-family: var(--base-font);
    font-weight: 500;
    font-size: 14px;
    color: #6f6f6f;
    text-transform: uppercase;
    margin-bottom: 0.5vw;
  }
  .blog-cards .blog-card .blog-content p {
    min-height: auto;
    font-size: var(--p-size) !important;
    margin-bottom: 4vw;
  }
  .blog-cards .blog-card .blog-content a.learn-more-link {
    border: none;
    padding: 0;
    background-color: transparent;
    color: var(--primary-text-color);
  }
  .blog-cards .blog-card .blog-content a.learn-more-link:hover {
    color: var(--primary-text-color);
  }
  .blog-cards .blog-card .blog-content a.learn-more-link:hover svg path {
    fill: var(--primary-text-color);
  }
  .s-design-blog {
    padding-top: 0;
  }
  .blog-listing-page .r-in-wrap {
    padding-top: 7.5vw;
    background-color: var(--primary-bg);
  }
  .blog-listing-page .r-in-wrap .r-in-left p {
    margin-bottom: 1rem;
  }
  .blog-detail-page {
    padding-top: 15vw;
  }
  .blog-detail-page .breadcrumbs {
    display: block;
    margin-bottom: 48px;
  }
  .blog-detail-page .breadcrumbs a,
  .blog-detail-page .breadcrumbs span {
    font-size: 20px;
    margin-bottom: 2vw;
  }
  .blog-detail-header {
    padding-top: 16.2vw;
  }
  .blog-detail-header .post-title {
    padding-top: 0vw;
    padding-bottom: 0vw;
    color: var(--primary-text-color);
    max-width: 100%;
    line-height: 120%;
    font-size: var(--h3-size);
  }
  .blog-detail-header .blog-header-grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 2vw;
    color: var(--primary-text-color);
    padding-bottom: 4vw;
    border-bottom: 0px;
  }
  .blog-detail-header .blog-header-grid .featured-image {
    width: 100%;
    border-radius: 5vw;
    overflow: hidden;
  }
  .blog-detail-header .blog-header-grid .featured-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-detail-header .blog-header-grid .blog-meta {
    width: 100%;
    padding-bottom: 0vw;
    margin-bottom: 2vw;
    border-bottom: none;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 0vw;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top .tag {
    font-family: var(--base-font);
    padding: 1vw 2.5vw;
    border-radius: 8vw;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
  }
  .blog-detail-header .blog-header-grid .blog-meta .blog-m-top .date {
    font-size: 14px;
    display: block;
    font-family: var(--base-font);
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 2vw;
  }
  .blog-detail-header .blog-header-grid .blog-meta .bm-desc,
  .blog-detail-header .blog-header-grid .blog-meta .bm-desc {
    font-size: 20px;
    font-style: italic;
    margin-top: 5vw;
    line-height: 1.5;
  }
  .blog-body {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .blog-body .blog-body-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 4vw;
    margin: 0 auto;
  }
  .blog-content {
    width: 100% !important;
  }
  .blog-content p {
    font-size: 18px !important;
    color: #1a1a1a;
    line-height: 150%;
    margin-bottom: 2vw;
    font-weight: 500;
  }
  .blog-content h2 {
    font-size: 24px;
    margin: 2vw 0 1vw;
    font-weight: 500;
    font-family: var(--base-font);
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  .blog-content blockquote {
    border-left: 4px solid #d97f5c;
    font-style: italic;
    padding-left: 2vw;
    margin: 6vw 0;
    font-size: 28px;
    color: #7b7b7b;
    font-weight: 500;
    font-family: var(--base-font);
    line-height: 160%;
  }
  .blog-content .blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
  }
  .blog-content .blog-footer .tag {
    font-family: var(--base-font);
    padding: 0.4vw 1.2vw;
    border-radius: 2vw;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
    display: block;
  }
  .blog-content .blog-footer .share {
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 2vw;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    text-align: center;
  }
  .blog-content .blog-footer .share a {
    width: 3vw;
    height: 3vw;
    margin-left: 0vw;
    color: #1a1a1a;
  }
  .blog-content .blog-footer .share a svg {
    width: 100%;
    height: 100%;
  }
  .blog-content .blog-footer .share .s-isons {
    margin-top: 0vw;
    display: flex;
    gap: 2vw;
    justify-content: space-between;
  }
  .blog-toc {
    display: none !important;
    width: 100%;
    position: relative;
    margin-bottom: 5vw;
  }
  .blog-toc .toc-box {
    background: rgba(129, 130, 125, 0.1490196078);
    padding: 1.8vw;
    padding-bottom: 0.8vw;
    border-radius: 3vw;
    box-shadow: 4px 5px 10px 0px rgba(37, 38, 38, 0.3215686275);
  }
  .blog-toc .toc-box h4 {
    font-family: var(--base-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-text-color);
    margin-bottom: 2vw;
    border-bottom: none;
    padding-bottom: 0.5vw;
    text-transform: uppercase;
    text-align: center;
  }
  .blog-toc .toc-box p {
    display: none;
  }
  .blog-toc .toc-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 3vw;
    overflow-x: auto;
    overflow-y: auto;
  }
  .blog-toc .toc-box ul .start-text {
    display: block;
  }
  .blog-toc .toc-box ul .start-text a {
    color: inherit;
  }
  .blog-toc .toc-box ul li {
    flex-shrink: 0;
    margin-bottom: 1.3vw;
  }
  .blog-toc .toc-box ul li a {
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    font-size: 16px;
    text-decoration: none;
  }
  .blog-toc .toc-box ul li a:hover {
    text-decoration: underline;
    color: var(--primary-text-color);
  }
  .blog-toc .toc-box ul li:first-child {
    margin-left: 15vw;
  }
  .blog-toc .toc-box ul li:last-child {
    margin-right: 15vw;
  }
  .blog-detail-big-heading-page .blog-header-grid {
    padding-top: 2vw;
  }
  .blog-detail-big-heading-page h1 {
    padding-top: 0vw;
    padding-bottom: 0vw;
    color: var(--primary-text-color);
    max-width: 100%;
    line-height: 120%;
    font-size: var(--h3-size);
  }
  .blog-detail-big-heading-page .blog-meta {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100% !important;
  }
  .blog-detail-big-heading-page .blog-meta .blog-m-left {
    width: 100%;
  }
  .blog-detail-big-heading-page .blog-meta .blog-m-left .bm-desc {
    font-size: 20px;
    font-style: italic;
    margin-top: 5vw;
    line-height: 1.5;
  }
  .blog-detail-big-heading-page .blog-meta .blog-m-right {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 0vw;
  }
  .blog-detail-big-heading-page .blog-meta .blog-m-right .tag {
    font-family: var(--base-font);
    padding: 1vw 2.5vw;
    border-radius: 8vw;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
  }
  .blog-detail-big-heading-page .blog-meta .blog-m-right .date {
    font-size: 14px;
    display: block;
    font-family: var(--base-font);
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 2vw;
  }
  .blog-detail-big-heading-page .blog-body {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .blog-detail-big-heading-page .blog-body .blog-body-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 4vw;
    margin: 0 auto;
  }
  .blog-detail-big-heading-page .blog-content {
    width: 100% !important;
  }
  .blog-detail-big-heading-page .blog-content p {
    font-size: 18px !important;
    color: #1a1a1a;
    line-height: 150%;
    margin-bottom: 2vw;
    font-weight: 500;
  }
  .blog-detail-big-heading-page .blog-content h2 {
    font-size: 24px;
    margin: 2vw 0 1vw;
    font-weight: 500;
    font-family: var(--base-font);
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  .blog-detail-big-heading-page .blog-content blockquote {
    border-left: 4px solid #d97f5c;
    font-style: italic;
    padding-left: 2vw;
    margin: 6vw 0;
    font-size: 28px;
    color: #7b7b7b;
    font-weight: 500;
    font-family: var(--base-font);
    line-height: 160%;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer .tag {
    font-family: var(--base-font);
    padding: 0.4vw 1.2vw;
    border-radius: 2vw;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid rgba(128, 128, 128, 0.321);
    font-size: 14px;
    line-height: 100%;
    display: block;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer .share {
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 2vw;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    text-align: center;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer .share a {
    width: 3vw;
    height: 3vw;
    margin-left: 0vw;
    color: #1a1a1a;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer .share a svg {
    width: 100%;
    height: 100%;
  }
  .blog-detail-big-heading-page .blog-content .blog-footer .share .s-isons {
    margin-top: 0vw;
    display: flex;
    gap: 2vw;
    justify-content: space-between;
  }
  .newsletter-wrapper {
    padding-bottom: 8vw;
  }
  .newsletter-wrapper .newsletter__content {
    max-width: 89%;
  }
  .newsletter-wrapper .newsletter {
    background-color: var(--primary-bg);
    padding: 10vw 7vw;
    border-radius: 6vw;
    text-align: center;
    color: #f4f3e6;
    margin: 0vw auto;
  }
  .newsletter-wrapper .newsletter__content h2 {
    margin-bottom: 1vw;
    font-size: 5.5vw;
  }
  .newsletter-wrapper .newsletter__content p {
    font-size: var(--p-size);
    margin-bottom: 6vw;
    font-weight: 100;
    color: var(--secondary-text-color);
  }
  .newsletter-wrapper .newsletter__content p strong {
    font-weight: 100;
  }
  .newsletter-wrapper .newsletter__form {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 1vw;
  }
  .newsletter-wrapper .newsletter__form input {
    background: #1f2020;
    border: 2px solid rgba(230, 230, 218, 0.12);
    color: #eee;
    font-size: 2vw;
    padding: 3vw 5vw;
    border-radius: 10vw;
    font-family: "Figtree";
    width: 65%;
    outline: none;
    display: block;
    margin: auto;
    margin-bottom: 0vw;
  }
  .newsletter-wrapper .newsletter__form input::-moz-placeholder {
    color: #aaa;
    font-size: inherit;
  }
  .newsletter-wrapper .newsletter__form input::placeholder {
    color: #aaa;
    font-size: inherit;
  }
  .newsletter-wrapper .newsletter__form button {
    width: -moz-max-content;
    width: max-content;
  }
  .newsletter-wrapper .newsletter__form button:hover {
    opacity: 0.9;
  }
  .faq-section {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--primary-bg);
    padding-top: 10vw;
    padding-bottom: 5vw;
    color: var(--primary-inverted-text-color);
    gap: 4vw;
    flex-wrap: wrap;
  }
  .faq-section .faq-left {
    flex: 1;
    padding: 0vw 15vw;
  }
  .faq-section .faq-left .badge {
    margin: auto;
    width: -moz-max-content;
    width: max-content;
    display: flex;
  }
  .faq-section .faq-left h3 {
    margin-top: 2vw;
    margin-bottom: 5vw;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
  }
  .faq-section .faq-left h3 br {
    display: none;
  }
  .faq-section .faq-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .faq-section .faq-right .accordion {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
  }
  .faq-section .faq-right .accordion .accordion-item {
    border-radius: 16px;
    overflow: hidden;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title {
    background: none;
    border: none;
    color: var(--primary-inverted-text-color);
    font-family: var(--base-font);
    font-size: 1.26rem;
    font-weight: 400;
    padding: 1.2rem 1.5rem;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title span {
    margin-left: 1.5vw;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-title.active span {
    transform: rotate(180deg);
  }
  .faq-section .faq-right .accordion .accordion-item .accordion-content {
    color: var(--primary-inverted-text-color);
  }
  .faq-section .faq-right .accordion .accordion-item.active .accordion-content {
    display: block;
  }
  .faq-section .faq-right .ask-button {
    align-items: center;
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.8rem 1.6rem;
    border: 1px solid rgba(109, 109, 109, 0.4235294118);
    border-radius: 2rem;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    cursor: pointer;
    font-family: var(--base-font);
    margin: auto;
  }
  .faq-section .ask-button:hover .ask-button-wrap .s2 {
    transform: translateY(-18px);
  }
  .cta-page .hero-banner-inner {
    padding-bottom: 0vw;
  }
  .cta-page .hero-banner-inner .left-section {
    width: 100%;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section {
    padding-top: 8vw;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section h2 {
    text-align: center;
    font-size: 90px;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section p {
    color: var(--secondary-text-color);
    max-width: 70%;
    margin: auto;
    padding-top: 3vw;
    padding-bottom: 5vw;
    font-size: 16px;
  }
  .cta-page .hero-banner-inner .left-section .text-cta-section .e-btn .e-cta {
    text-transform: uppercase;
  }
  .cta-page .hero-banner-inner .right-section {
    position: absolute;
    top: 0vw;
    right: 0;
    width: 100%;
  }
  .cta-page .white-mobile-block {
    display: none;
  }
  .cta-page .contact-info {
    padding-top: 0vw;
    padding-bottom: 10vw;
    background-color: var(--primary-bg);
    display: flex;
    justify-content: space-between;
    color: #f0f0f0;
    text-align: center;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .cta-page .contact-info .white-mobile-block {
    display: none;
  }
  .cta-page .contact-info .contact-item {
    flex: auto;
    border: 1px solid #3d3d3d;
    width: 47.5%;
    min-width: auto;
    text-align: left;
    margin-bottom: 0vw;
    padding: 4vw;
    border-radius: 4vw;
    overflow: hidden;
    z-index: 100;
    background-color: var(--primary-bg);
  }
  .cta-page .contact-info .contact-item h5 {
    margin-bottom: 0.5vw;
    color: var(--primary-inverted-text-color);
  }
  .cta-page .contact-info .contact-item p {
    font-family: var(--base-font);
    font-size: 16px;
    color: var(--primary-inverted-text-color);
    margin-bottom: 1.3vw;
  }
  .cta-page .contact-info .contact-item a,
  .cta-page .contact-info .contact-item span {
    font-family: var(--base-font);
    display: inline-block;
    font-size: 20px;
    color: #f77b45;
    font-weight: 500;
    text-decoration: none !important;
  }
  .cta-page .contact-info .contact-item a:hover {
    text-decoration: none !important;
  }
  .cta-page .contact-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .cta-page .contact-section .cs-middle h3 {
    color: var(--primary-text-color);
  }
  .cta-page .dark-bg .service-card-section .service-card {
    background-color: rgba(114, 115, 110, 0.1843137255);
  }
  .cta-page .dark-bg .service-card-section .service-card .card-title,
  .cta-page .dark-bg .service-card-section .service-card p {
    color: var(--primary-inverted-text-color);
  }
  .cta-page .dark-bg .service-card-section .small-card {
    background-color: var(--card-color) !important;
  }
  .cookie-banner {
    background-color: #efeee4;
    color: #111;
    border-radius: 60px;
    padding: 3rem;
    display: block;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 83.5%;
    margin: auto;
    z-index: 1000000;
  }
  .cookie-banner .cookie-left {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-banner .cookie-left .cookie-icon {
    width: 15vw;
    height: 15vw;
    margin: auto;
  }
  .cookie-banner .cookie-left .cookie-icon svg {
    width: 100%;
    height: 100%;
  }
  .cookie-banner .cookie-left p {
    max-width: 80%;
    text-align: center;
    margin: auto;
    font-family: var(--base-font);
    font-size: 18px;
    color: #333;
    font-weight: 500;
  }
  .cookie-banner .cookie-left p a {
    font-size: 16px;
    font-family: var(--base-font);
    color: #000;
    text-decoration: underline;
  }
  .cookie-banner .cookie-left p a:hover {
    text-decoration-thickness: 2px;
  }
  .cookie-banner .cookie-right {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
  }
  .cookie-banner .cookie-right .learn-more {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 4vw;
    padding: 3.3vw 4.2vw;
  }
  .cookie-banner .cookie-right .close-btn {
    position: absolute;
    top: 3vw;
    right: 3vw;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 10vw;
    height: 10vw;
    margin-left: 0vw;
    display: block;
  }
  .cookie-banner .cookie-right .close-btn:hover {
    color: #000;
  }
  .work-page br.tab-bt {
    display: block;
  }
  .work-page .hero-banner-inner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: 0vw;
    width: 100%;
    left: 0;
  }
  .work-page .text-cta-section {
    text-align: center;
  }
  .work-page .text-cta-section h1 {
    font-size: 90px;
    padding-right: 4vw;
    padding-left: 4vw;
    font-weight: 700;
  }
  .work-page .text-cta-section p {
    color: var(--secondary-text-color);
    max-width: 75%;
    margin: auto;
  }
  .work-page .text-cta-section .subheading {
    display: none;
  }
  .work-page .projects-section {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .work-page .projects-section .projects-nav ul {
    list-style: none;
    display: flex;
    justify-content: left;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0;
  }
  .work-page .projects-section .projects-nav ul li {
    font-size: var(--p-size);
    color: #81827d;
    font-family: var(--base-font);
    cursor: pointer;
    position: relative;
    font-weight: 500;
  }
  .work-page .projects-section .projects-nav ul li.active {
    font-weight: 600;
    color: var(--primary-text-color);
  }
  .work-page .projects-section .projects-nav ul li:hover {
    color: var(--primary-text-color);
  }
  .work-page .projects-section .projects-grid {
    display: block;
    flex-wrap: wrap;
    /* gap: 2rem; */
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 5vw;
  }
  .work-page .projects-section .projects-grid .pro-card {
    border-radius: 20px;
    overflow: hidden;
    flex: 1 1 45%;
    max-width: 100%;
    margin-bottom: 5vw;
  }
  .work-page .projects-section .projects-grid .pro-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .work-page .projects-section .projects-grid .pro-card .project-info {
    padding: 1rem 0.5rem;
    min-height: 8vw;
  }
  .work-page .projects-section .projects-grid .pro-card .project-info h3 {
    font-size: var(--p-size);
    font-weight: 700;
    color: var(--primary-text-color);
    margin-bottom: 0.5rem;
    font-family: var(--base-font);
  }
  .work-page .projects-section .projects-grid .pro-card .project-info p {
    font-family: var(--base-font);
    font-size: 16px;
    color: var(--primary-text-color);
  }
  .work-page .projects-section .projects-grid .pr-s-card {
    max-width: 100%;
  }
  .work-page .r-in-wrap {
    padding-top: 13vw;
    background-color: var(--primary-bg);
  }
  .work-page .r-in-wrap .r-in-left p {
    margin-bottom: 1rem;
  }
  .work-page .logo-marquee {
    background-color: var(--primary-bg);
  }
  .work-page .r-in-wrap .r-in-left {
    width: 79.6%;
  }
  .service-page .badge {
    margin-top: 4vw;
  }
  .mvp-dev-page .case-study-hero,
  .app-dev-page .case-study-hero {
    padding-bottom: 10vw;
    padding-top: 15vw;
  }
  .mvp-dev-page .case-study-hero .breadcrumbs,
  .app-dev-page .case-study-hero .breadcrumbs {
    display: block;
  }
  .mvp-dev-page .case-study-hero .m-h1,
  .app-dev-page .case-study-hero .m-h1 {
    font-size: 90px;
    margin-top: 1vw;
    margin-bottom: 5vw;
    display: block;
    padding: 0vw 5vw;
  }
  .mvp-dev-page .case-study-hero h1.tab-heading,
  .app-dev-page .case-study-hero h1.tab-heading {
    display: block;
  }
  .pp-page,
  .terms-page {
    padding-top: 18vw;
    padding-bottom: 2vw;
  }
  .pp-page .toc-box p,
  .terms-page .toc-box p {
    margin-bottom: 2vw;
    text-align: center;
  }
  .pp-page .terms-header,
  .terms-page .terms-header {
    text-align: center;
    padding-bottom: 0vw;
  }
  .pp-page .terms-header span,
  .terms-page .terms-header span {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--base-font);
    color: var(--primary-text-color);
    letter-spacing: 0.5px;
  }
  .pp-page .terms-header h1,
  .terms-page .terms-header h1 {
    font-weight: 700;
    margin-top: 1vw;
    margin-bottom: 0.8vw;
    font-size: 90px;
  }
  .pp-page .terms-header h3,
  .terms-page .terms-header h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    margin-bottom: 15vw;
  }
  .pp-page .terms-header p,
  .terms-page .terms-header p {
    text-align: left;
    margin-top: 3vw;
    max-width: 100%;
    color: var(--secondary-text-color);
  }
  .pp-page .terms-content,
  .terms-page .terms-content {
    display: flex;
    gap: 2vw;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-bottom: 5vw;
  }
  .pp-page .terms-content .terms-body,
  .terms-page .terms-content .terms-body {
    width: 100%;
  }
  .pp-page .terms-content .terms-body article,
  .terms-page .terms-content .terms-body article {
    margin-bottom: 3vw;
  }
  .pp-page .terms-content .terms-body article h2,
  .terms-page .terms-content .terms-body article h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8vw;
    margin-bottom: 0vw;
    color: var(--primary-text-color);
    font-weight: 800;
  }
  .pp-page .terms-content .terms-body article h5,
  .terms-page .terms-content .terms-body article h5 {
    margin-top: 8vw;
    font-family: var(--base-font);
    font-weight: 700;
  }
  .pp-page .terms-content .terms-body article p,
  .terms-page .terms-content .terms-body article p {
    text-align: left;
    margin-top: 3vw;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-text-color);
  }
  .pp-page .terms-content .terms-body article ol,
  .terms-page .terms-content .terms-body article ol {
    padding-left: 3vw;
    margin-top: 3vw;
  }
  .pp-page .terms-content .terms-body article ol li,
  .terms-page .terms-content .terms-body article ol li {
    color: var(--primary-text-color);
    line-height: 150%;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 500;
  }
  .pp-page .terms-content .terms-body article ol li::marker,
  .terms-page .terms-content .terms-body article ol li::marker {
    font-size: 18px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--primary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ol li span,
  .terms-page .terms-content .terms-body article ol li span {
    color: black !important;
    line-height: 150%;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 600;
  }
  .pp-page .terms-content .terms-body article ul,
  .terms-page .terms-content .terms-body article ul {
    padding-left: 3vw;
    margin-top: 3vw;
  }
  .pp-page .terms-content .terms-body article ul li,
  .terms-page .terms-content .terms-body article ul li {
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--secondary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ul li::marker,
  .terms-page .terms-content .terms-body article ul li::marker {
    font-size: 13px;
    font-family: var(--base-font);
    font-weight: 500;
    color: var(--secondary-text-color);
    line-height: 150%;
  }
  .pp-page .terms-content .terms-body article ul li span,
  .terms-page .terms-content .terms-body article ul li span {
    color: black;
    font-size: 16px;
    font-family: var(--base-font);
    font-weight: 600;
    line-height: 150%;
  }
  .pp-page .terms-content .terms-sidebar,
  .terms-page .terms-content .terms-sidebar {
    display: none;
    position: sticky;
    top: 4vw;
    flex: 1;
    width: 31%;
    padding: 1vw;
    border-radius: 1vw;
  }
  .pp-page .terms-content .terms-sidebar ul,
  .terms-page .terms-content .terms-sidebar ul {
    list-style: none;
    padding: 0;
  }
  .pp-page .terms-content .terms-sidebar ul li,
  .terms-page .terms-content .terms-sidebar ul li {
    margin-bottom: 0.75vw;
  }
  .pp-page .terms-content .terms-sidebar ul li a,
  .terms-page .terms-content .terms-sidebar ul li a {
    text-decoration: none;
    font-size: 0.9vw;
  }
  .pp-page .terms-content .terms-sidebar ul li a:hover,
  .terms-page .terms-content .terms-sidebar ul li a:hover {
    text-decoration: underline;
  }
  .pp-page .terms-footer,
  .terms-page .terms-footer {
    margin-top: 4vw;
    padding: 2vw;
    text-align: center;
  }
  .pp-page .terms-footer .footer-content,
  .terms-page .terms-footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pp-page .terms-footer .footer-content p,
  .terms-page .terms-footer .footer-content p {
    margin: 0.5vw 0;
    font-size: 0.9vw;
  }
  .pp-page .terms-footer .footer-content nav,
  .terms-page .terms-footer .footer-content nav {
    display: flex;
    gap: 1.5vw;
  }
  .pp-page .terms-footer .footer-content nav a,
  .terms-page .terms-footer .footer-content nav a {
    text-decoration: none;
    font-size: 0.9vw;
  }
  .pp-page .terms-footer .footer-content nav a:hover,
  .terms-page .terms-footer .footer-content nav a:hover {
    text-decoration: underline;
  }
  .pp-page .terms-header {
    text-align: center;
    padding-bottom: 0vw;
  }
  .pp-page .terms-header span {
    text-transform: none;
    display: block;
    font-weight: 600;
    font-size: var(--p-size);
    font-family: var(--base-font);
    color: var(--primary-text-color);
    letter-spacing: 0.5px;
    margin-bottom: 2vw;
    padding: 0 5vw;
    margin-top: 4vw;
  }
  .pp-page .terms-header .tnc-mobile-sub-text {
    display: block !important;
    text-transform: uppercase;
  }
  .pp-page .terms-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0vw;
    margin-bottom: 0vw;
    font-family: var(--main-font);
  }
  .pp-page .terms-header h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
    margin-bottom: 15vw;
  }
  .pp-page .terms-header p {
    text-align: left;
    margin-top: 3vw;
    max-width: 100%;
    color: var(--secondary-text-color);
  }
  .case-study-hero {
    background-color: var(--primary-inverted-text-color);
    font-family: "Arial", sans-serif;
    color: #1c1c1c;
    margin: auto;
    padding-top: 2.2vw;
    padding-bottom: var(--section-padding);
    padding-bottom: 22vw;
    text-align: center;
  }
  .case-study-hero .back-link {
    margin-top: 7.2vw;
  }
  .case-study-hero .headline {
    text-align: center;
  }
  .case-study-hero .badge {
    margin-top: 2vw;
    margin-bottom: 1.2vw;
    background: var(--highlight-text-color);
    color: var(--primary-bg) !important;
    padding: 0.55rem 0.7rem;
  }
  .case-study-hero .badge p {
    color: var(--primary-bg) !important;
    font-size: 14px;
  }
  .case-study-hero .headline {
    display: none;
  }
  .case-study-hero .m-h1 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    display: none;
    font-size: var(--h1-size);
    text-transform: capitalize;
  }
  .case-study-hero .tab-heading {
    display: block;
    font-size: 90px;
    margin-top: 3vw;
  }
  .case-study-hero .mobile-btn {
    display: none;
  }
  .case-highlight {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    font-family: "Arial", sans-serif;
    text-align: center;
  }
  .case-highlight .intro-testimonial {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 10vw;
  }
  .case-highlight .intro-testimonial .left {
    text-align: left;
    width: 100%;
    padding-top: 2vw;
  }
  .case-highlight .intro-testimonial .left .brand-title {
    font-weight: 600;
    font-size: 84px;
  }
  .case-highlight .intro-testimonial .left .brand-title .emoji {
    font-size: 84px;
    vertical-align: bottom;
    margin-left: -1vw;
  }
  .case-highlight .intro-testimonial .left .subheadline {
    margin-top: 15px;
    font-weight: 400;
  }
  .case-highlight .intro-testimonial .testimonial-card {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1000;
    overflow: visible;
    background: var(--primary-bg);
    margin-top: -10vw;
    border-radius: 8.1vw;
  }
  .case-highlight .intro-testimonial .testimonial-card p.quote {
    text-align: left;
    min-height: 13.5vw;
    width: 100%;
  }
  .case-highlight .badge {
    margin-bottom: 5vw;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 0 auto;
    text-align: left;
    margin-top: 2vw;
  }
  .services-grid .service-card {
    background-color: var(--card-color);
    padding: 26.5px 22px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03);
    text-align: center;
    color: var(--primary-inverted-text-color);
  }
  .services-grid .service-card h4 {
    font-size: 20px;
    font-family: var(--base-font);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .case-results {
    background-color: var(--primary-bg);
    color: #ffffff;
    font-family: "Arial", sans-serif;
    margin: 0 auto;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .case-results .top-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
    align-items: stretch;
  }
  .case-results .top-grid .result-card {
    background-color: var(--card-color);
    padding: 34px;
    border-radius: 30px;
  }
  .case-results .top-grid .result-card h5 {
    font-family: var(--main-font);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .case-results .top-grid .result-card p {
    font-family: var(--base-font);
    color: var(--secondary-text-color);
  }
  .case-results .stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--card-color);
    border-radius: 30px;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .case-results .stats-grid .stat-item {
    padding: 0px 0px;
    text-align: center;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .case-results .stats-grid .stat-item .stat-number {
    font-size: 88px;
    font-weight: 400;
    font-family: var(--main-font);
    line-height: 100%;
  }
  .case-results .stats-grid .stat-item .stat-label {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--base-font);
    color: var(--secondary-text-color);
  }
  .image-grid {
    background-color: var(--primary-bg);
  }
  .image-grid .image-grid-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-bottom: 6vw;
    gap: 3vw;
  }
  .image-grid .image-grid-inner .lg-l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3vw;
  }
  .image-grid .image-grid-inner .lg-r {
    width: 100%;
    border-radius: 2vw;
  }
  .image-grid .image-grid-inner .grid-item {
    overflow: hidden;
    border-radius: 5vw;
    overflow: hidden;
    position: relative;
  }
  .image-grid .image-grid-inner .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-grid .image-grid-inner .small {
    width: 48%;
  }
  .image-grid .image-grid-inner .wide {
    width: 100%;
  }
  .image-grid .image-grid-inner .tall {
    height: 100%;
  }
  .image-grid .image-grid-inner .tall .img {
    height: 100%;
  }
  .tools-bar {
    display: flex;
    align-items: center;
    background-color: var(--card-color);
    border-radius: 50px;
    padding: 10px 10px;
    gap: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: -3vw;
    position: relative;
    z-index: 1000;
  }
  .tools-bar .label {
    color: #f1f1df;
    font-weight: 400;
    font-size: 20px;
    font-family: var(--base-font);
    white-space: nowrap;
    padding-left: 2vw;
  }
  .tools-bar .tool-icons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .tools-bar .tool-icons .l-icon {
    background-color: var(--primary-inverted-text-color);
    border-radius: 50%;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tools-bar .tool-icons svg {
    width: 30px;
    height: 30px;
  }
  .case-studies-page .case-study-hero.section-container {
    padding-top: 15vw;
  }
  .case-studies-page .blog-header {
    margin-bottom: 2rem;
  }
  .case-studies-page .blog-header .learn-more {
    bottom: unset;
  }
  .case-studies-page .blog-section {
    padding-top: 20vw !important;
    background-color: var(--primary-inverted-text-color);
    color: var(--primary-text-color);
  }
  .case-studies-page .blog-section .blog-cards {
    padding-bottom: 10vw;
    gap: 1.5rem;
  }
  .case-studies-page .blog-section .blog-cards .blog-card {
    background-color: var(--primary-inverted-text-color);
    color: var(--primary-text-color);
    min-width: 35%;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .blog-info {
    padding: 1.5vw 0vw;
    padding-right: 0;
    box-shadow: none;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .read-time {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.5vw;
    font-size: 16px;
  }
  .case-studies-page .blog-section .blog-cards .blog-card p {
    color: var(--primary-text-color) !important;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .blog-card-title {
    min-height: auto;
    margin-bottom: 3vw;
  }
  .case-studies-page .blog-section .blog-cards .blog-card .explore-link {
    display: flex;
    align-items: center;
    gap: 0.7vw;
  }
  p.ga-section-text.is-alt {
    max-width: 70%;
  }
  .ga-icon-blocks {
    max-width: 90%;
  }
  .ga-icon-blocks h3 {
    font-size: 2vw;
  }
  .ga-icon-blocks .ga-icon {
    max-width: 12vw;
  }
  h3.section-title {
    line-height: 107%;
  }
  .timeline-heading h2 {
    font-size: 4vw !important;
  }
  .timeline-heading.is-alt {
    margin-top: 5vw !important;
  }
  .product-timeline {
    overflow: hidden;
    margin-bottom: -1px;
  }
  .text-description-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-color: var(--primary-bg);
    overflow: hidden;
    margin-bottom: -1px;
    color: var(--primary-inverted-text-color);
  }
  .text-description-section .text {
    width: 91%;
  }
  .text-description-section .text span {
    color: #ef8354;
  }
  .text-description-section .desc {
    width: 83%;
    margin-left: auto;
    padding-top: 5vw;
  }
  .text-description-section .desc p {
    margin-bottom: 3vw;
  }
  .mvp-services-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4vw 3vw;
  }
  .mvp-services-grid .s-card-img {
    position: absolute;
    top: -14%;
    left: 50%;
    height: 120%;
    width: 50%;
    z-index: 1;
    transform: scale(0.9);
  }
  .mvp-services-grid .mvp-sv-right .s-card-inner p {
    width: 50% !important;
  }
  .mvp-services-grid .mvp-sv-left, .mvp-services-grid .mcp-sv-right {
    flex: unset !important;
    gap: 4vw !important;
  }
  .mvp-services-grid .mvp-sv-left > .s-card, .mvp-services-grid .mcp-sv-right > .s-card {
    width: 47.6% !important;
  }
  .mvp-services-grid.is-alt .s-card {
    width: 31%;
  }
  .mvp-services-grid.is-alt.is-four .s-card {
    width: 48%;
  }
  .mvp-services-grid .s-card {
    border-radius: 3.1vw;
    padding: 3px;
    text-align: left;
    width: 48%;
    transition: border 0.3s ease;
    margin-bottom: 0vw;
  }
  .mvp-services-grid .s-card .s-card-inner {
    background-color: var(--primary-bg);
    border-radius: 3vw;
    padding: 4vw;
    height: 100%;
  }
  .mvp-services-grid .s-card:hover {
    border-color: #ff784f;
  }
  .mvp-services-grid .s-card .check-icon {
    color: #ff784f;
    font-size: 1.8vw;
    display: inline-block;
    margin-bottom: 0.4vw;
  }
  .mvp-services-grid .s-card h3 {
    font-family: var(--base-font);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4vw;
    color: #f8f6f0;
  }
  .mvp-services-grid .s-card p {
    color: var(--secondary-text-color);
  }
  .mvp-services {
    padding-top: 3vw;
    padding-bottom: 7vw;
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    text-align: center;
  }
  .mvp-services .section-title {
    margin-bottom: 2vw;
    max-width: 85%;
    margin: auto;
    font-weight: 600;
  }
  .mvp-services h5 {
    margin-bottom: 1vw;
  }
  .mvp-services .section-subtitle {
    color: var(--primary-inverted-text-color);
    margin: 0 auto 8vw;
  }
  .expertise {
    background-color: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    text-align: left;
    padding-top: var(--section-padding);
  }
  .expertise .ex-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 8vw;
  }
  .expertise .ex-head .ex-left {
    width: 70%;
  }
  .expertise .ex-head .ex-left h3 {
    margin-bottom: 2vw;
    line-height: 100%;
  }
  .expertise .ex-head .ex-right {
    display: none;
  }
  .expertise .expertise-slider {
    display: flex;
    gap: 6vw;
    align-items: stretch;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 0vw;
  }
  .expertise .expertise-slider .expertise .expertise-card:first-child {
    margin-left: var(--section-padding);
  }
  .expertise .expertise-slider .expertise .expertise-card:last-child {
    margin-right: var(--section-padding);
  }
  .expertise .expertise-card {
    flex-shrink: 0;
    border-radius: 5.1vw;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: border 0.3s ease;
    height: 51vw;
  }
  .expertise .expertise-card .ex-c-inner {
    background-color: var(--primary-bg);
    padding: 6vw;
    border-radius: 5vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .expertise .expertise-card:hover {
    border-color: #ff784f;
  }
  .expertise .expertise-card .l-m {
    color: #ff784f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1vw;
    margin-bottom: auto;
    display: inline-block;
    text-align: right;
    text-transform: capitalize;
    font-family: var(--base-font);
  }
  .expertise .expertise-card h3 {
    font-size: var(--h5-size);
    font-weight: 600;
    margin-top: 27vw;
  }
  .expertise .slider-controls {
    display: flex !important;
    justify-content: flex-end;
    gap: 3vw;
  }
  .expertise .slider-controls .slider-btn {
    width: 8vw;
    height: 8vw;
    background: transparent;
    color: var(--primary-inverted-text-color);
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mvp-services {
    padding-top: 4vw;
    padding-bottom: 14vw;
  }
  .mvp-path {
    background: var(--primary-bg);
    color: #f8f6f0;
    text-align: center;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    position: relative;
  }
  .mvp-path .path-grid-wrap {
    margin-bottom: 9vw;
  }
  .mvp-path .mvp-sec-title {
    margin-bottom: 2vw;
    margin-top: 9vw;
  }
  .mvp-path .tab-title {
    display: block;
  }
  .mvp-path .mvp-grid-container .line-vector-top {
    display: none;
    position: absolute;
    top: 23vw;
    right: 0vw;
    width: auto;
  }
  .mvp-path .mvp-grid-container .line-vector-bottom {
    position: absolute;
    bottom: 15vw;
    left: 0vw;
    width: auto;
    display: none;
  }
  .mvp-path .mvp-grid-container .mobile-line-vector {
    display: none;
    position: absolute;
    top: 36vw;
    left: 50%;
    height: 69%;
  }
  .mvp-path .mvp-grid-container .mobile-line-vector svg {
    height: 100%;
  }
  .mvp-path .mvp-grid-container .tab-line-top {
    position: absolute;
    display: block;
    width: 98%;
    right: 0;
    bottom: 80vw;
  }
  .mvp-path .mvp-grid-container .tab-line-middle {
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    bottom: 50vw;
  }
  .mvp-path .mvp-grid-container .tab-line-bottom {
    position: absolute;
    display: block;
    width: 98%;
    left: 0;
    bottom: 20vw;
  }
  .mvp-path .path-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vw 2vw;
    max-width: 90vw;
    margin: 0 auto;
  }
  .mvp-path .path-card,
  .mvp-path .path-info {
    width: 48%;
    background: var(--primary-bg);
    border-radius: 3.1vw;
    padding: 2px;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 0vw;
  }
  .mvp-path .path-card .pt-card-inner,
  .mvp-path .path-info .pt-card-inner {
    background: var(--primary-bg);
    padding: 4vw;
    padding-top: 7vw;
    border-radius: 3vw;
    width: 100%;
    height: 100%;
  }
  .mvp-path .path-card:hover,
  .mvp-path .path-info:hover {
    border-color: #ff784f;
  }
  .mvp-path.is-services .path-card h3 {
    font-size: 26px;
  }
  .mvp-path.is-services .path-card p {
    font-size: 17px;
  }
  .mvp-path .path-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mvp-path .path-card .icon {
    margin-bottom: 3vw;
    font-size: 3vw;
    color: #ff784f;
  }
  .mvp-path .path-card h3 {
    font-size: var(--h5-size);
    font-weight: 600;
    color: #f8f6f0;
  }
  .mvp-path .path-card .plus {
    position: absolute;
    right: 3vw;
    bottom: 2.8vw;
    font-size: 2vw;
    color: #b0b0b0;
  }
  .mvp-path .path-info {
    background: var(--primary-bg);
    display: flex;
    align-items: center;
  }
  .mvp-path .path-info p {
    color: var(--secondary-text-color);
  }
  .results-section {
    background: var(--primary-bg);
    color: var(--primary-inverted-text-color);
    padding-top: 10vw;
    padding-bottom: 22vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .results-section .res-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2vw;
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
  }
  .results-section .res-inner .res-l {
    width: 100%;
    margin-bottom: 5vw;
  }
  .results-section .res-inner .res-l h3 {
    margin-bottom: 2.5vw;
    font-size: var(--h3-size);
  }
  .results-section .res-inner .res-l P {
    color: var(--secondary-text-color);
  }
  .results-section .res-inner a {
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translatex(-50%) !important;
    margin-bottom: 0.5vw;
    font-size: 0;
  }
  .results-section .res-inner a span {
    display: block;
    font-size: 17px;
  }
  .results-section .featured-project {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 4vw;
    margin-bottom: 0vw;
  }
  .results-section .featured-project .image {
    width: 50%;
    display: none;
  }
  .results-section .featured-project .image img {
    width: 100%;
    border-radius: 1.5vw;
  }
  .results-section .featured-project .p-top {
    display: none;
  }
  .results-section .featured-project .details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .results-section .featured-project .details h3 {
    font-size: var(--h5-size);
    margin-bottom: 0.6vw;
    font-family: var(--base-font);
    font-weight: 600;
  }
  .results-section .featured-project .details .tags {
    display: none;
    flex-wrap: wrap;
    gap: 0.6vw;
  }
  .results-section .featured-project .details .tags span {
    background: var(--card-color);
    color: var(--primary-inverted-text-color);
    padding: 0.4vw 1vw;
    border-radius: 5vw;
    font-size: var(--p-size);
    font-family: var(--base-font);
    font-weight: 400;
  }
  .results-section .featured-project .details .project-gallery {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    overflow-x: hidden;
  }
  .results-section .featured-project .details .project-gallery .pg-card {
    flex-shrink: 0;
    position: relative;
    width: 44%;
    border-radius: 1.5vw;
    overflow: hidden;
    cursor: pointer;
  }
  .results-section .featured-project .details .project-gallery .pg-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 0.8vw 1vw;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay .content-tags {
    display: none;
  }
  .results-section .featured-project .details .project-gallery .pg-card .overlay h4 {
    font-size: 20px;
    color: var(--primary-inverted-text-color);
    font-weight: 600;
    font-family: var(--base-font);
    margin-top: 1vw;
  }
  .results-section .featured-project .details .project-gallery .pg-card:first-child {
    margin-left: var(--section-padding);
  }
  .results-section .featured-project .details .project-gallery .pg-card:last-child {
    margin-right: var(--section-padding);
  }
  .mvp-path.is-services .path-grid.alt-spacing .path-card.active .pt-desc {
    top: -20% !important;
  }
  .light-r-in-wrap {
    padding-top: 12vw;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0vw 2vw;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block {
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block .tab-text {
    font-size: 14px;
    display: block !important;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block:first-child {
    width: 100%;
  }
  .light-r-in-wrap .r-in-left .r-in-link-wrap .l-block:first-child p {
    display: none;
  }
  .mobile-menu {
    width: 80% !important;
    padding-left: 9vw;
  }
  .brainstorm-section .brainstorm-header {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 4vw;
  }
  .s-listing-services-section {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
  }
  .s-listing-services-section .container {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .s-listing-services-section .services-text {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 8vw;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 5vw;
    padding-bottom: 8vw;
  }
  .s-listing-services-section .services-text h2 {
    margin-top: 1.5vw;
    margin-bottom: 0.5vw;
    color: #111;
  }
  .s-listing-services-section .services-text .desc {
    font-weight: 600;
    color: var(--secondary-text-color);
  }
  .s-listing-services-section .s-card-wrapper {
    position: relative;
    width: 100%;
  }
  .s-listing-services-section .services-card {
    position: sticky;
    top: 10vw;
    width: 87%;
    margin: auto;
    border-radius: 5vw;
    padding: 7.5vw;
    border: 2px solid var(--Content-Border-Dark, rgba(37, 38, 38, 0.12));
    box-shadow: 0 1vw 0.5vw rgba(0, 0, 0, 0.05);
    background: var(--primary-inverted-text-color);
    margin-bottom: 8vw;
  }
  .s-listing-services-section .services-card:nth-child(1) {
    top: 43vw;
  }
  .s-listing-services-section .services-card:nth-child(2) {
    top: 45vw;
  }
  .s-listing-services-section .services-card:nth-child(3) {
    top: 47vw;
  }
  .s-listing-services-section .services-card:nth-child(4) {
    top: 47vw;
  }
  .s-listing-services-section .services-card h5 {
    margin-bottom: 3vw;
    font-size: 32px;
  }
  .s-listing-services-section .services-card p {
    color: var(--secondary-text-color);
    margin-bottom: 10vw;
    font-weight: 500;
    font-size: 16px;
  }
  .s-listing-services-section .services-card ul {
    list-style: none;
    padding: 0;
  }
  .s-listing-services-section .services-card ul li {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 1.5vw 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--base-font);
  }
  .s-listing-services-section .services-card ul li span {
    font-size: 18px;
    color: #111;
  }
  .s-listing-services-section .services-card ul li:last-child {
    border-bottom: none;
  }
  .secrvice-listing-page .hero-banner .text-cta-section {
    padding-top: 8.5vw !important;
    padding-bottom: 10.5vw !important;
    text-align: center;
  }
  .secrvice-listing-page .hero-banner .left-section {
    width: 100%;
  }
  .secrvice-listing-page .hero-banner .left-section h1 {
    font-size: 90px;
    max-width: 90%;
    margin: auto;
  }
  .secrvice-listing-page .hero-banner .left-section .description {
    max-width: 90%;
    margin: auto;
  }
  .secrvice-listing-page .hero-banner .right-section {
    position: absolute;
    right: var(--section-padding);
    top: 0vw;
    width: 100%;
    left: 0;
  }
  .secrvice-listing-page .testimonials-section {
    padding-bottom: 0;
  }
  .secrvice-listing-page .testimonials-section .testimonial-slider {
    margin-top: 0;
    padding-bottom: 10vw;
  }
  .secrvice-listing-page .testimonials-section .testimonial-card {
    margin-top: 5vw;
  }
  .brainstorm-section {
    background: var(--primary-bg);
    text-align: center;
    color: #f5f5f5;
    padding-top: 20vw;
    padding-bottom: 0vw;
  }
  .brainstorm-section .brainstorm-header h2 {
    font-weight: 800;
    margin-bottom: 2vw;
  }
  .brainstorm-section .brainstorm-header p {
    max-width: 80%;
    font-weight: 400;
    margin: auto;
  }
  .brainstorm-section .choose-us {
    text-align: left;
  }
  .brainstorm-section .choose-us .mobile-c-text {
    display: none;
    margin-top: 10vw;
    text-align: center;
  }
  .brainstorm-section .choose-us .mobile-c-text span {
    color: #ff6234;
  }
  .brainstorm-section .choose-us .choose-grid {
    display: flex;
    gap: 5vw;
    overflow-y: auto;
    padding-top: 10vw;
    align-items: center;
  }
  .brainstorm-section .choose-us .choose-grid h3 {
    flex-shrink: 0;
    margin-left: var(--section-padding);
    display: block;
  }
  .brainstorm-section .choose-us .choose-grid h3 span {
    color: #ff6234;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card {
    width: 70%;
    background: transparent;
    border: 0.1vw solid rgba(255, 255, 255, 0.15);
    border-radius: 7vw;
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 50vw;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover {
    transform: translateY(-0.5vw);
  }
  .brainstorm-section .choose-us .choose-grid .choose-card .icon {
    width: 12vw;
    height: 12vw;
    margin-bottom: 0vw;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card .icon svg {
    width: 100%;
    height: 100%;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card h4 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 500;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:nth-child(2) {
    margin-left: var(--section-padding);
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover {
    text-align: center;
    transition: all 0.3s ease;
    background-image: url("../images/binarycorpbg.png") !important;
    background-color: var(--primary-bg) !important;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover .icon {
    width: 12vw !important;
    height: 12vw !important;
    margin: auto;
    margin-bottom: 2vw !important;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover h4 {
    font-size: 40px !important;
  }
  .brainstorm-section .choose-us .choose-grid .choose-card:hover p {
    font-size: 22px !important;
  }
  .mvp-dev-page .breadcrumbs {
    display: block;
  }
}
@media screen and (max-width: 1399px) and (orientation: landscape) {
  .light-r-in-wrap .r-in-left {
    width: 66%;
  }
  .nav-services-grid .card h3 {
    font-size: 18px !important;
  }
  .nav-services-grid .card:nth-child(1), .nav-services-grid .card:nth-child(2), .nav-services-grid .card:nth-child(3) {
    max-width: 33.3333%;
  }
  .nav-services-grid .card:nth-child(4), .nav-services-grid .card:nth-child(5) {
    max-width: 31.5%;
  }
  .nav-services-grid .card:nth-child(6) {
    max-width: 37%;
  }
  #open-menu {
    border: 0px !important;
  }
  :root {
    --h2-size:74px;
  }
}
.pt-card-inner {
  overflow: hidden;
}

.pg-media-wrap {
  overflow: hidden;
  border-radius: 1.5vw;
}

@media screen and (max-width: 1210px) and (orientation: portrait) {
  .pg-card img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
  .pg-media-wrap {
    overflow: hidden;
    border-radius: 3.5vw;
    width: 100%;
    height: inherit;
    aspect-ratio: 580/419;
  }
  .s-card.is-two-col.cta-service-card {
    width: 100% !important;
  }
  .s-card.is-two-col.cta-service-card h5 {
    max-width: 80%;
    line-height: 120%;
    margin-left: auto;
    font-size: 4.5vw;
    margin-right: auto;
  }
  .results-section.light-result-sec-wrap .featured-project .details .project-gallery .pg-card .overlay h4 {
    color: var(--primary-text-color);
  }
  .only-tab-p {
    display: block;
  }
  .email-marketing__title {
    font-size: var(--h3-size) !important;
  }
  .r-in-link-wrap {
    margin-top: 2vw;
  }
  .r-in-link-wrap .l-block p {
    margin: 0;
    font-size: 16px !important;
    color: var(--primary-text-color) !important;
  }
  .expertise {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .email-marketing__layout {
    flex-wrap: wrap;
  }
  .email-marketing__layout .email-marketing__side {
    width: 100%;
  }
  .email-marketing__layout .email-card {
    width: 100%;
  }
  .email-marketing__layout .email-card .email-card__header h4 {
    font-size: 3vw !important;
  }
  .email-marketing__layout .email-card .icon {
    width: 3.2vw;
    height: 3.2vw;
  }
  .email-marketing__layout .email-card .email-card__label {
    font-size: 3vw;
  }
  .email-marketing__layout .email-card .email-card__desc {
    font-size: 2vw;
    margin-top: 3vw;
    max-width: 95%;
  }
  .email-marketing__layout .email-card .per {
    font-size: 4.5vw;
  }
  .email-marketing__layout .email-card .number {
    font-size: 27.5vw;
  }
  .email-marketing__layout .email-marketing__side {
    flex-direction: row;
  }
  .email-marketing__layout .email-marketing__side .email-card {
    flex: 1;
    width: unset;
  }
  .usp-blocks {
    margin-top: 4.5vw;
  }
  .usp-blocks .usp-right h3 {
    font-size: 1.5vw;
  }
  .usp-blocks .usp-text p {
    font-size: 1.7vw;
  }
  .usp-blocks .usp-mega-block p {
    font-size: 2vw;
  }
  .mvp-services-grid .s-card.is-two-col {
    width: 48%;
  }
  .mvp-path .path-grid-wrap .path-bottom {
    bottom: 12vw;
    width: 98%;
    right: 2%;
  }
  .mvp-path .path-grid-wrap .path-top {
    top: 12vw;
    width: 99%;
    left: 1%;
  }
  .path-card {
    min-height: 25vw;
  }
  .path-card .pt-card-inner {
    overflow: hidden;
    position: relative;
  }
  .before-tab-p {
    display: none;
  }
  .contact-form .e-cta {
    width: 30vw;
    display: inline-flex;
    justify-content: center;
  }
  .contact-form .e-cta .calendar-icon {
    width: 4.8vw;
    height: 4.8vw;
  }
  .process-section .steps .step-card {
    will-change: transform;
    height: 41vw;
  }
  .process-section .steps .step-card p {
    font-size: 1.7vw;
    overflow: hidden;
  }
  .process-section .steps .step-card:hover p {
    height: 16vw;
  }
  .testimonial-card-wrap {
    padding: 2vw;
  }
  .footer .footer-top .socials {
    border-radius: 4vw;
  }
  .marquee-strips-wrapper .marquee span {
    font-size: 1.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .scroll-to-top-btn {
    display: none !important;
  }
  :root {
    --p-size:20px !important;
    --h2-size:8.7vw !important;
  }
  .engagement-card {
    height: 22vw;
    border-radius: 34px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .engagement-card .card-content {
    z-index: 10;
    width: 90%;
  }
  .engagement-card.en-card-active .card-content {
    top: 15% !important;
  }
  .engagement-card .plus-icon {
    right: 5vw;
    bottom: 4vw;
    z-index: 12;
  }
  .badge p {
    font-weight: 700;
  }
  .e-cta {
    width: 33vw;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    padding-left: 0px;
  }
  .e-cta .calendar-icon {
    width: 5.3vw;
    right: 1.4vw;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
  }
  .e-cta .calendar-icon svg {
    height: 100%;
    width: 100%;
    display: block;
  }
  .nav-buttons-wrap .nav-button {
    width: 7vw;
    height: 7vw;
  }
  .nav-buttons-wrap .nav-button svg {
    width: 3.5vw;
    height: 3.5vw;
  }
  .nav-buttons-wrap .nav-button.left-nav-btn:hover .s1, .nav-buttons-wrap .nav-button.right-nav-btn:hover .s1 {
    transform: translateX(-42px);
  }
  .nav-buttons-wrap .nav-button.left-nav-btn:hover .s2, .nav-buttons-wrap .nav-button.right-nav-btn:hover .s2 {
    right: 1.8vw;
  }
  .nav-buttons-wrap .nav-button.right-nav-btn:hover .s2 {
    right: 1.5vw;
  }
  .slider-controls .slider-btn {
    width: 7vw;
    height: 7vw;
  }
  .slider-controls .slider-btn svg {
    width: 3.5vw;
    height: 3.5vw;
  }
  .slider-controls .slider-btn.left-nav-btn:hover .s1, .slider-controls .slider-btn.right-nav-btn:hover .s1 {
    transform: translateX(-53px);
  }
  .slider-controls .slider-btn.left-nav-btn:hover .s2, .slider-controls .slider-btn.right-nav-btn:hover .s2 {
    right: 2.3vw;
  }
  .slider-controls .slider-btn.right-nav-btn:hover .s2 {
    right: 2vw;
  }
  .blog-section .blog-cards {
    gap: 4vw;
    padding-bottom: 15vw;
  }
  .blog-section .blog-cards .blog-card {
    max-width: calc(50% - 2vw);
    width: calc(50% - 2vw);
  }
  .testimonials-section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .testimonials-section .testimonial-card .ts-card-inner {
    padding: 6vw;
  }
  .testimonials-section .testimonial-card .ts-card-inner .quote {
    font-size: 2.4vw;
    height: 25vw;
  }
  .testimonials-section .testimonial-card:first-child {
    margin-left: unset;
  }
  .featured-projects {
    padding-top: 15vw;
    will-change: transform;
  }
  .featured-projects .fp-top h2 {
    line-height: 100%;
  }
  .featured-projects .project-cards-wrapper {
    margin-top: 10vw;
  }
  .card-stack {
    height: 60vh !important;
  }
  .background-text svg {
    height: 17vw;
  }
  .learn-more span {
    font-weight: 600;
  }
  .success-section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .success-section .startups-card {
    padding-bottom: 38vw !important;
  }
  .success-section .content-center {
    padding-top: 34vw;
    padding: 3rem 10vw;
    margin-top: 22vw;
  }
  .success-section .success-top .floating-tags {
    position: absolute;
    width: 100%;
    top: 10vw;
    font-weight: 700;
  }
  .success-section .success-top .floating-tags span:nth-child(1) {
    left: 15vw;
    top: -3.5vw;
  }
  .success-section .success-top .floating-tags span:nth-child(2) {
    bottom: -8vw;
  }
  .success-section .success-top .floating-tags span:nth-child(3) {
    right: 34vw;
    bottom: -9vw;
  }
  .success-section .success-top .floating-tags span:last-child {
    bottom: -6vw;
  }
  .hero-banner-inner .left-section {
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
  .learn-more:hover .after {
    transform: translateY(-25px);
  }
  .learn-more .learn-more-wrap > div {
    gap: 6px;
  }
  .learn-more svg {
    width: 1.75vw;
    height: 1.75vw;
    margin-left: 5px;
  }
  .hero-banner-inner .right-section {
    height: 100%;
    overflow: hidden;
  }
  .hero-banner-inner .home-tablet-card {
    display: block;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .hero-banner-inner .service-card-section {
    display: none;
  }
  .home-page,
  .case-studies-page,
  .blog-listing-page,
  .blog-detail-page,
  .service-detail-page {
    padding-top: 0px;
  }
  header .header-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #open-menu {
    border: 0px !important;
  }
}
@media screen and (min-width: 650px) and (max-width: 1200px) {
  .success-section .startups-card {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .success-section .startups-card {
    padding-bottom: 400px;
  }
}
/* ===========================
   LAYOUT
=========================== */
.mega-menu .nav-container {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0vw;
  padding-top: 0;
  background: var(--primary-bg);
  overflow-x: scroll;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  padding: 0vw 8.3vw;
  gap: 2vw;
  padding-top: 2vw;
  align-items: stretch;
  height: auto;
  margin-bottom: 0vw;
  overflow-x: scroll;
}
.nav-inner .tab-content {
  display: none;
}

/* ----- Sidebar ----- */
.sidebar {
  width: 22.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar .logo img {
  width: 150px;
  margin-bottom: 40px;
}
.sidebar .menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.sidebar .menu li {
  border: 2px solid transparent;
  background-image: url("../images/binarycorpbg.png") !important;
  background-color: var(--primary-bg) !important;
  padding: 25px 20px;
  border-radius: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
  font-size: 32px;
}
.sidebar .menu li.is-cta {
  background: rgb(239, 131, 84) !important;
  color: var(--primary-bg) !important;
}
.sidebar .menu li.is-cta .s1, .sidebar .menu li.is-cta .s2 {
  color: var(--primary-bg) !important;
}
.sidebar .menu li:hover {
  color: #fff;
}
.sidebar .menu li:hover a {
  color: inherit;
}
.sidebar .menu li:hover a .s2 {
  transform: translateY(-100%);
}
.sidebar .menu li:hover a .s1 {
  transform: translateY(-120%);
}
.sidebar .menu li.active {
  color: #fff;
  border: 2px solid var(--Content-Border-Soft-border, rgba(114, 115, 110, 0.4));
}
.sidebar .menu li.active a {
  color: inherit;
}
.sidebar .menu li.active a .s1 {
  color: inherit;
}
.sidebar .menu li a {
  color: var(--secondary-text-color);
  font-family: var(--base-font);
  font-size: 28px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.sidebar .menu li a .s1, .sidebar .menu li a .s2 {
  transition: all 0.5s ease;
}
.sidebar .menu li a .s1 {
  color: var(--secondary-text-color);
}
.sidebar .menu li a .s2 {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(10%);
}
.sidebar .menu .services-tab {
  display: none;
}
.sidebar .cta-btn {
  padding: 30px 20px;
  border-radius: 15px;
  font-weight: 700;
  color: var(--primary-bg);
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease;
  margin-bottom: 0;
  font-size: 32px;
  font-family: var(--base-font);
  background: rgb(239, 131, 84);
}

/* ----- Main Content ----- */
.nav-content {
  width: 74%;
}

.top-bar {
  padding: 25px 24px;
  border-radius: 15px;
  display: flex;
  width: 100%;
  color: rgb(239, 131, 84);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.top-bar span.highlight {
  flex-shrink: 0;
  font-family: var(--base-font);
}
.top-bar svg {
  width: 0.8vw;
  height: 0.8vw;
  margin-left: 0.4vw;
}

/* ===========================
   GRID SECTION
=========================== */
.nav-services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
  font-family: var(--base-font);
  /* Force last row cards to center if less than 3 */
}
.nav-services-grid .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px;
  transition: background 0.3s ease, transform 0.2s ease;
  padding-right: 3.83vw;
}
.nav-services-grid .card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav-services-grid .card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--base-font);
}
.nav-services-grid .card ul {
  margin-top: 12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-services-grid .card ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-services-grid .card ul li a {
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  font-family: Figtree;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  color: #81827d;
  transition: color 0.3s ease;
  padding: 0;
}
.nav-services-grid .card ul li svg {
  width: 0.8vw;
  height: 0.8vw;
}
.nav-services-grid .card ul li a:hover {
  color: var(--primary-inverted-text-color);
  text-decoration: underline;
  text-decoration-color: rgb(239, 131, 84);
}
.nav-services-grid .card ul li a:hover svg path {
  fill: #e6e6da;
}
.nav-services-grid .card.small {
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 5px;
  grid-column: span 1;
  width: 49%;
}
.nav-services-grid .card.small h3 {
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.nav-services-grid .card.small svg {
  width: 1vw;
  height: 1vw;
}
.nav-services-grid .card:nth-child(2) {
  padding-right: 6.5vw;
}
.nav-services-grid .card:nth-child(3) {
  padding-right: 6.5vw;
}
.nav-services-grid .small:nth-last-child(-n+2) {
  justify-self: start;
}

@media screen and (min-width: 1550px) and (max-width: 2600px) {
  header .header-inner .main-header-logo a svg {
    width: 100%;
    height: 100%;
  }
  .nav-container {
    display: block;
    width: 100%;
    height: auto;
    overflow-x: auto;
    padding-bottom: 0vw;
    background: var(--primary-bg);
    overflow-x: scroll;
  }
  .nav-inner {
    display: flex;
    justify-content: space-between;
    padding: 0vw 8.3vw;
    gap: 2vw;
    padding-top: 0vw;
    align-items: stretch;
    height: auto;
  }
  .nav-inner .tab-content {
    display: none;
  }
  /* ----- Sidebar ----- */
  .sidebar {
    width: 22.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sidebar .logo img {
    width: 10.416vw; /* 150px */
    margin-bottom: 2.777vw; /* 40px */
  }
  .sidebar .menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.111vw; /* 16px */
    height: 100%;
  }
  .sidebar .menu li {
    border: 0.138vw solid transparent; /* 2px */
    background-image: url("../images/binarycorpbg.png") !important;
    background-color: var(--primary-bg) !important;
    padding: 1.736vw 1.388vw; /* 25px 20px */
    border-radius: 1.041vw; /* 15px */
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: 2.222vw; /* 32px */
  }
  .sidebar .menu li:hover {
    color: #fff;
    border: 0.138vw solid var(--Content-Border-Soft-border, rgba(114, 115, 110, 0.4)); /* 2px */
  }
  .sidebar .menu li:hover a {
    color: inherit;
  }
  .sidebar .menu li.active {
    color: #fff;
    border: 0.138vw solid var(--Content-Border-Soft-border, rgba(114, 115, 110, 0.4)); /* 2px */
  }
  .sidebar .menu li.active a {
    color: inherit;
  }
  .sidebar .menu li a {
    color: var(--secondary-text-color);
    font-family: var(--base-font);
    font-size: 1.944vw; /* 28px */
    text-align: center;
  }
  .sidebar .menu .services-tab {
    display: none;
  }
  .sidebar .cta-btn {
    padding: 2.083vw 1.388vw; /* 30px 20px */
    border-radius: 1.041vw; /* 15px */
    font-weight: 700;
    color: var(--primary-bg);
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease;
    margin-bottom: 0;
    font-size: 2.222vw; /* 32px */
    font-family: var(--base-font);
    background: rgb(239, 131, 84);
  }
  /* ----- Main Content ----- */
  .nav-content {
    width: 74%;
  }
  /* ===========================
     TOP BAR
  =========================== */
  .top-bar {
    padding: 1.736vw 1.666vw; /* 25px 24px */
    border-radius: 1.041vw; /* 15px */
    display: flex;
    width: 100%;
    color: rgb(239, 131, 84);
    font-weight: 600;
    letter-spacing: 0.034vw; /* 0.5px */
    margin-bottom: 1.041vw; /* 15px */
    text-transform: uppercase;
    font-size: 0.972vw; /* 14px */
    display: flex;
    align-items: center;
  }
  .top-bar span.highlight {
    flex-shrink: 0;
    font-family: var(--base-font);
  }
  .top-bar svg {
    width: 0.8vw;
    height: 0.8vw;
    margin-left: 0.4vw;
  }
  /* ===========================
     GRID SECTION
  =========================== */
  .nav-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.041vw; /* 15px */
    align-items: stretch;
    font-family: var(--base-font);
  }
  .nav-services-grid .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 1.111vw; /* 16px */
    padding: 1.5vw; /* 24px */
    transition: background 0.3s ease, transform 0.2s ease;
    padding-right: 3.93vw;
  }
  .nav-services-grid .card:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .nav-services-grid .card h3 {
    color: #fff;
    font-size: 1.388vw; /* 20px */
    font-weight: 400;
    font-family: var(--base-font);
  }
  .nav-services-grid .card ul {
    margin-top: 0.833vw; /* 12px */
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.416vw; /* 6px */
  }
  .nav-services-grid .card ul li {
    margin-bottom: 0.347vw; /* 5px */
    display: flex;
    align-items: center;
    gap: 0.347vw; /* 5px */
  }
  .nav-services-grid .card ul li a {
    width: -moz-max-content;
    width: max-content;
    flex-shrink: 0;
    font-family: Figtree;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.111vw; /* 16px */
    line-height: 150%;
    color: #81827d;
    transition: color 0.3s ease;
    padding: 0;
  }
  .nav-services-grid .card ul li svg {
    width: 0.8vw;
    height: 0.8vw;
  }
  .nav-services-grid .card ul li:hover a {
    color: var(--primary-inverted-text-color);
    text-decoration: underline;
    text-decoration-color: rgb(239, 131, 84);
  }
  .nav-services-grid .card ul li:hover svg path {
    fill: #e6e6da;
  }
  .nav-services-grid .card.small {
    width: -moz-max-content;
    width: max-content;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 0.347vw; /* 5px */
    grid-column: span 1;
    width: 49%;
  }
  .nav-services-grid .card.small h3 {
    flex-shrink: 0;
    color: #fff;
    font-size: 1.388vw; /* 20px */
    font-weight: 600;
  }
  .nav-services-grid .card.small svg {
    width: 1vw;
    height: 1vw;
  }
  .nav-services-grid .card:nth-child(2),
  .nav-services-grid .card:nth-child(3) {
    padding-right: 6.6vw;
  }
  .nav-services-grid .small:nth-last-child(-n+2) {
    justify-self: start;
  }
  /* ==========================================
     MEDIA QUERY (converted px → vw too)
  ========================================== */
}
@media screen and (min-width: 650px) and (max-width: 1200px) {
  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0vw 4.3vw;
    gap: 2vw;
    padding-top: 1.3vw;
    height: auto;
  }
  .nav-inner .tab-content {
    padding-top: 0vw;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .nav-inner .tab-content h3 {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-inverted-text-color);
  }
  .nav-inner .tab-content .socials {
    width: 100%;
    border: 2px solid var(--card-color);
    border-radius: 5vw;
    padding: 4vw;
    margin-top: 3vw;
  }
  .nav-inner .tab-content .socials span {
    font-size: 20px;
    font-weight: 400;
    color: var(--secondary-text-color);
  }
  .nav-inner .tab-content .socials .icon-wrap {
    margin-top: 3vw;
    justify-content: space-between;
    display: flex;
  }
  .nav-inner .sidebar {
    width: 50%;
  }
  .nav-inner .sidebar .menu {
    gap: 20px;
    justify-content: flex-start;
  }
  .nav-inner .sidebar .menu li {
    background-image: none !important;
    font-size: 20px;
    padding: 30px;
    border: 2px solid var(--card-color);
    color: var(--secondary-text-color);
  }
  .nav-inner .sidebar .menu li a {
    font-size: 28px;
    text-decoration: none;
  }
  .nav-inner .sidebar .menu li.active,
  .nav-inner .sidebar .menu li:hover {
    color: var(--primary-inverted-text-color);
    text-decoration: none;
  }
  .nav-inner .sidebar .menu .cta-btn {
    font-size: 28px;
    padding: 40px;
  }
  .nav-inner .sidebar .menu .services-tab {
    display: block;
  }
  .nav-inner .nav-content {
    display: none;
  }
}
@media (max-width: 650px) {
  :root {
    --p-size: 4vw !important;
  }
  .background-text .bt-child img {
    max-height: 25vw;
  }
  span.mega-icon {
    width: 18vw;
    min-height: 18vw;
    margin-bottom: 4vw;
  }
  .s-card-inner h4 {
    font-size: 5.2vw;
  }
  .r-in-link-wrap .l-block p {
    font-size: 14px !important;
  }
  .results-section.light-result-sec-wrap .featured-project .details .project-gallery .pg-card .overlay h4 {
    color: var(--primary-text-color);
  }
  .expertise {
    padding-bottom: 20vw;
  }
  .email-marketing__layout .email-card--large .e-card-inner {
    padding: 3.8vw;
  }
  .email-marketing__layout .email-card {
    border-radius: 4.1vw !important;
  }
  .email-marketing__layout .email-card .e-card-inner {
    border-radius: inherit !important;
  }
  .email-marketing__layout .email-card .email-card__label {
    font-size: 4vw !important;
  }
  .email-marketing__layout .email-marketing__side {
    flex-wrap: wrap;
    gap: 5.5vw;
    margin-top: 2vw;
  }
  .email-marketing__layout .email-marketing__side .email-card {
    flex: unset;
    width: 100%;
  }
  .email-marketing__layout .email-marketing__side .email-card .email-card__header {
    gap: 10px;
  }
  .email-marketing__layout .email-marketing__side .email-card .email-card__header h4 {
    font-size: 4vw !important;
  }
  .email-marketing__layout .email-marketing__side .email-card .icon {
    width: 5.2vw;
    height: 5.2vw;
  }
  .email-marketing__layout .email-marketing__side .email-card .icon svg {
    height: 100%;
  }
  .email-marketing__layout .email-marketing__side .email-card .e-card-inner {
    padding: 4vw;
  }
  .email-marketing__layout .email-card .email-card__desc {
    font-size: 4vw;
  }
  .email-marketing__layout .email-card .number {
    font-size: 23.5vw;
  }
  .usp-section h3.section-title {
    max-width: 60%;
  }
  section.usp-section.section-container {
    padding-top: 6vw;
    padding-bottom: 19vw;
  }
  h3.section-title {
    margin-bottom: 2vw;
  }
  .usp-blocks {
    flex-wrap: wrap;
  }
  .usp-blocks .usp-mega-block {
    padding: 4vw;
  }
  .usp-blocks .usp-mega-block p {
    font-size: var(--p-size) !important;
  }
  .usp-blocks .usp-mini-block {
    border-radius: 3.5vw;
    margin-bottom: 3.5vw;
  }
  .usp-blocks .usp-mini-block .us-mini-inner {
    padding: 4vw;
  }
  .usp-blocks .usp-text p {
    font-size: 4vw;
  }
  .usp-blocks .usp-right {
    width: 100%;
  }
  .usp-blocks .usp-right h3 {
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .usp-blocks .usp-left {
    width: 100%;
    border-radius: 3.5vw;
  }
  .mvp-services-grid .s-card.is-two-col {
    width: 100%;
  }
  p.ga-section-text.is-alt {
    max-width: 100%;
  }
  .product-timeline .timeline-heading {
    max-width: 100%;
    text-align: left !important;
  }
  .product-timeline .timeline-heading.is-alt {
    margin-top: 9vw;
  }
  .product-timeline .timeline-heading h2 {
    font-size: 7vw;
    margin-bottom: 2.8vw;
  }
  .product-timeline .product-timeline__line {
    left: 0px;
    top: 0;
    border: 1px dashed rgb(255, 255, 255);
  }
  .product-timeline .product-timeline__line:before {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-timeline .product-timeline__column {
    padding-left: 6vw;
    padding-right: 3vw;
    gap: 6.5vw;
  }
  .product-timeline .timeline-card {
    max-width: 100%;
    padding: 4vw;
    border-radius: 4.5vw;
  }
  .ga-icon-blocks {
    flex-wrap: wrap;
  }
  .ga-icon-blocks .ga-icon-block {
    flex: unset;
    width: 50%;
    margin-bottom: 5vw;
    margin-top: 2vw;
  }
  .ga-icon-blocks .ga-icon-block h3 {
    font-size: 3vw;
  }
  .ga-icon-blocks .ga-icon-block .ga-icon {
    max-width: 17vw;
  }
  .ga-icon-blocks .ga-icon-block .ga-icon h3 {
    margin-top: 2vw;
  }
  .about-page .hero-banner-inner .left-section {
    padding-top: 24vw;
  }
  .contact-form .e-cta {
    justify-content: flex-start !important;
  }
  .contact-form .e-cta .calendar-icon {
    width: 6.9vw !important;
    height: 100% !important;
  }
  header .mega-menu {
    height: 100% !important;
  }
  body.m-open {
    overflow: hidden;
  }
  header .header-inner {
    z-index: 1000 !important;
    position: relative !important;
  }
  header .mega-menu.open {
    overflow: hidden !important;
  }
  .nav-inner {
    display: flex;
    justify-content: center;
    padding: 0vw 8.3vw;
    gap: 2vw;
    overflow: hidden;
    padding-top: 4vw !important;
    position: absolute;
    width: 100%;
    top: 0;
    align-items: center;
    height: 100%;
  }
  .nav-inner .tab-content {
    display: none;
  }
  .nav-inner .nav-content {
    display: none;
  }
  .nav-inner .sidebar {
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 7vw;
  }
  .nav-inner .sidebar .menu {
    justify-content: flex-start;
    gap: 5vw !important;
  }
  .nav-inner .sidebar .menu li {
    background-image: none !important;
    font-size: 30px;
    font-weight: 700;
    padding: 2vw;
    border: 2px solid var(--card-color);
    color: var(--secondary-text-color);
    border-radius: 25px;
  }
  .nav-inner .sidebar .menu li a {
    font-size: 28px;
    font-weight: 600;
  }
  .nav-inner .sidebar .menu li.active,
  .nav-inner .sidebar .menu li:hover {
    color: var(--primary-inverted-text-color);
  }
  .nav-inner .sidebar .menu .cta-btn {
    font-size: 30px;
    font-weight: 700 !important;
    padding: calc(20px + 0.5rem) 20px;
    font-family: var(--base-font);
  }
  .nav-inner .sidebar .menu .services-tab {
    display: block;
  }
}
.value-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease;
}

.value-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.value-content.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.light-result-sec-wrap {
  background-color: var(--primary-inverted-text-color);
  color: var(--primary-text-color) !important;
}
.light-result-sec-wrap .details .tags span {
  background-color: var(--primary-inverted-text-color) !important;
  color: var(--primary-text-color) !important;
  background-image: url("../images/binarycorpbg.png") !important;
}
.light-result-sec-wrap .res-inner a {
  background: transparent;
  color: var(--primary-text-color) !important;
  border: 2px solid rgba(114, 115, 110, 0.4);
}
.light-result-sec-wrap .res-inner a svg path {
  fill: var(--primary-bg);
}
.light-result-sec-wrap .featured-project {
  margin-bottom: 0vw;
}
.app-expertise {
  background: var(--primary-bg);
  color: white;
  padding-top: 12vw;
  padding-bottom: 8vw;
  /* LEFT GRID */
  /* ICON PLACEHOLDERS */
}
.app-expertise__container {
  display: flex;
  gap: 0vw;
  justify-content: space-between;
  align-items: center;
}
.app-expertise__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
  width: 48.5%;
}
.app-expertise__content {
  width: 47.5%;
}
.app-expertise__content p {
  color: var(--secondary-text-color);
}
.app-expertise__content .section-title {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.app-expertise__content .badge p {
  color: var(--primary-text-color);
}
.app-expertise .card {
  border-radius: 1vw;
  padding: 3.5vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
}
.app-expertise .card__icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-expertise .card__icons .c-icon {
  border-radius: 50%;
  border: 2px solid rgba(88, 88, 88, 0.3960784314);
  padding: 0vw;
  margin-left: -0.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
}
.app-expertise .card__icons .c-icon svg {
  width: 30px;
  height: 30px;
}
.app-expertise .card__icons .c-icon:first-child {
  margin-left: 0 !important;
}
.app-expertise .card__icons .c-icon:hover {
  background-color: #2e2f2f !important;
}
.app-expertise .card__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15vw;
  color: var(--highlight-text-color);
  margin-top: 0.8vw;
}
.app-expertise .card-1 {
  width: 49%;
}
.app-expertise .card-2 {
  width: 48.5%;
}
.app-expertise .card-3 {
  width: 64%;
}
.app-expertise .card-4 {
  width: 33.5%;
}

/* cto CARD */
.cto-service {
  background-color: var(--primary-bg);
  padding: 8vw var(--section-padding);
  color: var(--primary-inverted-text-color);
  /* CARDS */
  /* FOOTER */
}
.cto-service__container {
  margin: 0 auto;
  text-align: center;
}
.cto-service__container h3 {
  font-weight: 600;
}
.cto-service__cards {
  display: flex;
  justify-content: center;
  gap: 2.2vw;
  margin-bottom: 0vw;
  margin-top: 2vw;
}
.cto-service__footer {
  max-width: 62vw;
  margin: 3vw auto 2vw;
}

.cto-card {
  width: 14vw;
  height: 14vw;
  background-image: url("../images/binarycorpbg.png") !important;
  border-radius: 2.1vw;
  padding: 2px;
}
.cto-card .cto-c-inner {
  border-radius: 2vw;
  background-color: var(--primary-bg);
  padding: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cto-card__icon {
  width: 7.5vw;
  height: 7.5vw;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0.85;
}
.cto-card__icon svg {
  height: 100%;
}
.cto-card__label {
  font-size: 1vw;
  color: #f1f1ec;
  margin-top: 0vw;
}
.cto-card--highlight .cto-card__icon {
  margin-top: -2vw;
  width: 10vw;
  height: 10vw;
}

.cto-card:nth-child(even) {
  margin-top: 5vw;
}

.cto-service-small .cto-card {
  width: 18vw;
  height: 14vw;
}

/* stats CARD */
.cyber-stats {
  background-color: var(--primary-bg);
  padding: var(--section-padding);
  /* HEADER */
  /* CARDS */
}
.cyber-stats__container {
  max-width: 90vw;
  margin: 0 auto;
  text-align: center;
}
.cyber-stats__header {
  max-width: 70vw;
  margin: 0 auto 5vw;
}
.cyber-stats .section-title {
  font-weight: 600;
  margin-bottom: 1vw;
  color: var(--primary-inverted-text-color);
}
.cyber-stats .section-title span {
  color: var(--highlight-text-color);
}
.cyber-stats__subtitle {
  max-width: 78%;
  margin: auto;
  font-weight: 400;
  color: var(--secondary-text-color);
}
.cyber-stats__subtitle span {
  display: inline-block;
  font-size: var(--p-size);
  font-family: var(--base-font);
  line-height: 150%;
}
.cyber-stats__cards {
  display: flex;
  gap: 1.5vw;
}
.cyber-stats__cards .desk-card {
  display: block;
}
.cyber-stats__cards .mobile-card {
  display: none;
}

.stat-card {
  background-image: url("../images/binarycorpbg.png") !important;
  border-radius: 1.9vw;
  padding: 2px;
  text-align: left;
  width: 100%;
}
.stat-card .stat-card-inner {
  padding: 1.5vw 2vw;
  border-radius: 1.8vw;
  background-color: var(--primary-bg);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stat-card__label {
  font-size: 1.42vw;
  color: var(--primary-inverted-text-color);
  margin-bottom: 0.5vw;
  font-weight: 500;
  font-family: var(--base-font);
}
.stat-card__value {
  font-size: 80px;
  font-weight: 100;
  color: var(--highlight-text-color);
  margin-bottom: 0vw;
  text-align: right;
  font-family: "Roboto Slab", serif;
  line-height: 100%;
  margin-bottom: 2vw;
}
.stat-card__value span {
  font-size: 40px;
  font-weight: 200;
  color: var(--highlight-text-color);
  margin-bottom: 0vw;
  text-align: right;
  font-family: "Roboto Slab", serif;
  line-height: 100%;
  margin-right: 5px;
}
.stat-card__desc {
  color: var(--secondary-text-color);
}

/* email CARD */
.email-marketing {
  background-color: var(--primary-bg);
  padding: 7vw var(--section-padding);
  /* TITLE */
  /* LAYOUT */
}
.email-marketing__container {
  max-width: 90vw;
  margin: 0 auto;
}
.email-marketing__title {
  text-align: center;
  font-size: 3.6vw;
  font-weight: 600;
  color: #f1f1ec;
  margin-bottom: 4.5vw;
}
.email-marketing__title span {
  color: var(--highlight-text-color);
}
.email-marketing__layout {
  display: flex;
  gap: 3vw;
}
.email-marketing__side {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}

.email-card {
  background-image: url("../images/binarycorpbg.png") !important;
  padding: 2px;
  border-radius: 2.1vw;
}
.email-card .e-card-inner {
  background-color: var(--primary-bg);
  padding: 2vw 2vw;
  padding-right: 0px;
  border-radius: 2vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.email-card--large .e-card-inner {
  padding: 1.8vw;
}
.email-card__label {
  font-size: 1.3vw;
  color: #f1f1ec;
  margin-bottom: 10px;
  font-weight: 500;
}
.email-card__value {
  display: flex;
  align-items: flex-end;
  gap: 1vw;
  margin-bottom: 10px;
  font-family: "Roboto Slab";
  font-weight: 100;
}
.email-card__value * {
  font-family: inherit;
}
.email-card .arrow {
  font-size: 2vw;
  color: var(--highlight-text-color);
}
.email-card .arrow svg {
  width: 53px;
}
.email-card .number {
  font-size: 10vw;
  font-weight: 100;
  color: var(--highlight-text-color);
  line-height: 100%;
}
.email-card .per {
  font-size: 2.5vw;
  color: #9b9b96;
  margin-bottom: 0px;
  font-family: Figtree;
  font-style: italic;
}
.email-card .unit {
  font-size: 4vw;
  font-weight: 300;
  color: #f1f1ec;
}
.email-card__header {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1.5vw;
}
.email-card__header h4 {
  font-size: 1.3vw;
  color: #f1f1ec;
  font-weight: 500;
}
.email-card__desc {
  font-size: 1vw;
  line-height: 1.6;
  color: #9b9b96;
  margin-top: 0px;
  max-width: 95%;
}

.email-card .icon {
  width: 2.2vw;
  height: 2.2vw;
  position: relative;
}

/* timeline */
.product-timeline {
  background-color: var(--primary-bg);
  padding: 7vw var(--section-padding);
  /* CENTER DASHED LINE */
}
.product-timeline__container {
  position: relative;
  margin: 0 auto;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  display: block;
}
.product-timeline__line {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 0.2vw;
  height: 100%;
  border-left: 0.2vw dashed rgb(255, 255, 255);
  transform: translateX(-50%);
}
.product-timeline__line:before {
  width: 20px;
  height: 20px;
  background: var(--highlight-text-color);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -11px;
  /* top: -1px; */
}
.product-timeline__column {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.product-timeline__column.left {
  align-items: flex-end;
  text-align: right;
}
.product-timeline__column.right {
  align-items: flex-start;
  text-align: left;
}
.product-timeline__column.lower {
  margin-top: 8vw;
}

.timeline-heading {
  max-width: 47%;
}
.timeline-heading.is-alt {
  margin-top: 2vw;
}
.timeline-heading:not(.right-aligned) {
  text-align: right;
}
.timeline-heading h2 {
  font-size: 3vw;
  font-weight: 600;
  color: #f1f1ec;
  margin-bottom: 0.8vw;
}
.timeline-heading h2 span {
  color: var(--highlight-text-color);
}
.timeline-heading p {
  font-size: var(--p-size);
  line-height: 1.6;
  color: #f1f1ec;
}
.timeline-heading.alt {
  margin: 4vw 0 1vw;
}
.timeline-heading .dot {
  display: inline-block;
  width: 0.6vw;
  height: 0.6vw;
  background-color: var(--highlight-text-color);
  border-radius: 50%;
  margin-bottom: 1vw;
}

.timeline-card {
  background: rgba(255, 255, 255, 0.02);
  border: 0.1vw solid rgba(255, 255, 255, 0.06);
  border-radius: 1.5vw;
  padding: 2vw;
  max-width: 47%;
  box-shadow: inset 0 0 1vw rgba(255, 255, 255, 0.03);
}
.timeline-card h4 {
  font-size: var(--p-size);
  color: #f1f1ec;
  font-family: "Figtree";
  margin-bottom: 1.5vw;
  font-weight: 500;
}
.timeline-card p {
  font-size: var(--p-size);
  line-height: 1.6;
  color: #9b9b96;
}

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

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

@media (max-width: 650px) {
  .light-result-sec-wrap {
    background-color: var(--primary-inverted-text-color) !important;
    color: var(--primary-text-color) !important;
  }
  .light-result-sec-wrap .details .tags span {
    background-color: var(--primary-inverted-text-color) !important;
    color: var(--primary-text-color) !important;
    background-image: url("../images/binarycorpbg.png") !important;
  }
  .light-result-sec-wrap .res-inner a {
    background: transparent;
    color: var(--primary-text-color) !important;
  }
  .light-result-sec-wrap .res-inner a svg path {
    fill: var(--primary-bg);
  }
  .app-expertise {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .app-expertise .app-expertise__container {
    flex-direction: column-reverse;
  }
  .app-expertise .app-expertise__container .app-expertise__grid {
    width: 100%;
    gap: 2vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card {
    padding: 6.5vw 2vw;
    border-radius: 2.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card .card__icons .c-icon {
    margin-left: -2.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card .card__icons .card__title {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card .card__title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card--arrow {
    padding: 2vw 8vw;
  }
  .app-expertise .app-expertise__container .app-expertise__content {
    width: 100%;
    margin-bottom: 4vw;
  }
  .app-expertise .app-expertise__container .app-expertise__content .section-title {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-weight: 500;
  }
  .app-expertise .app-expertise__container .app-expertise__content .badge p {
    color: #ef8354;
  }
  .cto-service__footer {
    max-width: 95%;
    margin: 3vw auto 2vw;
    margin-bottom: 9vw;
  }
  .cto-service .cto-service__cards {
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 6vw;
    margin-bottom: 0vw;
    padding-bottom: 8vw;
  }
  .cto-service .cto-service__cards .cto-card {
    width: 47%;
    height: -moz-max-content;
    height: max-content;
    padding: 2px;
    border-radius: 7.1vw;
    order: 3;
  }
  .cto-service .cto-service__cards .cto-card:first-child {
    order: 1;
  }
  .cto-service .cto-service__cards .cto-card:last-child {
    order: 2;
  }
  .cto-service .cto-service__cards .cto-card .cto-c-inner {
    padding: 5vw;
    border-radius: 7vw;
  }
  .cto-service .cto-service__cards .cto-card .cto-card__icon {
    width: 20vw;
    height: 20vw;
  }
  .cto-service .cto-service__cards .cto-card .cto-card__label {
    font-size: 17px;
    font-weight: 400;
    margin-top: 3vw;
  }
  .cto-service .cto-service__cards .cto-card:nth-child(even) {
    margin-top: 0vw;
  }
  .cyber-stats {
    padding: 10vw var(--section-padding);
  }
  .cyber-stats .cyber-stats__header {
    max-width: 100%;
  }
  .cyber-stats .cyber-stats__header .section-title br {
    display: none;
  }
  .cyber-stats .cyber-stats__header .cyber-stats__subtitle {
    max-width: 95%;
    color: var(--secondary-text-color);
  }
  .cyber-stats .cyber-stats__cards {
    flex-wrap: wrap;
    padding-top: 6vw;
    gap: 6vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card {
    width: 100%;
    border-radius: 5.1vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner {
    border-radius: inherit;
    padding: 5.5vw 5vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner .stat-card__label {
    font-size: 4.5vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner .stat-card__value {
    font-size: 80px;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner .stat-card__desc {
    max-width: 80%;
  }
  .cyber-stats .cyber-stats__cards .desk-card {
    display: none !important;
  }
  .cyber-stats .cyber-stats__cards .mobile-card {
    display: block !important;
    width: 100%;
  }
}
@media screen and (min-width: 650px) and (max-width: 1200px) {
  .app-expertise {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .app-expertise .app-expertise__container {
    flex-direction: column-reverse;
  }
  .app-expertise .app-expertise__container .app-expertise__grid {
    width: 100%;
    gap: 2vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card {
    padding: 6.5vw 2vw;
    border-radius: 2.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card .card__icons .c-icon {
    margin-left: -1.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__grid .card .card__title {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1.5vw;
  }
  .app-expertise .app-expertise__container .app-expertise__content {
    width: 100%;
    margin-bottom: 4vw;
    margin-top: 3vw;
  }
  .app-expertise .app-expertise__container .app-expertise__content .section-title {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-weight: 500;
  }
  .cto-service .cto-service__cards {
    flex-wrap: wrap;
    gap: 3.5vw;
    margin-top: 4vw;
  }
  .cto-service .cto-service__cards .cto-card {
    width: 48%;
    height: -moz-max-content;
    height: max-content;
    border-radius: 3.1vw;
    padding: 2px;
  }
  .cto-service .cto-service__cards .cto-card .cto-c-inner {
    padding: 3vw;
    border-radius: 3vw;
  }
  .cto-service .cto-service__cards .cto-card .cto-card__icon {
    width: 16vw;
    height: 16vw;
  }
  .cto-service .cto-service__cards .cto-card .cto-card__label {
    font-size: 17px;
    font-weight: 400;
    margin-top: 3vw;
  }
  .cto-service .cto-service__cards .cto-card:nth-child(even) {
    margin-top: 14vw;
  }
  .cyber-stats {
    padding: 15vw var(--section-padding);
  }
  .cyber-stats .stat-card:nth-child(3) {
    order: 2;
  }
  .cyber-stats .stat-card:nth-child(2) {
    order: 3;
    width: 100% !important;
  }
  .cyber-stats .cyber-stats__header {
    max-width: 100%;
  }
  .cyber-stats .cyber-stats__header .section-title br {
    display: none;
  }
  .cyber-stats .cyber-stats__header .cyber-stats__subtitle {
    max-width: 100%;
  }
  .cyber-stats .cyber-stats__cards {
    flex-wrap: wrap;
    gap: 2vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card {
    width: 48.8%;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner {
    padding: 3.5vw 3vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner .stat-card__label {
    font-size: 2.42vw;
  }
  .cyber-stats .cyber-stats__cards .stat-card .stat-card-inner .stat-card__desc {
    max-width: 80%;
  }
  .cyber-stats .cyber-stats__cards .desk-card {
    display: none !important;
  }
  .cyber-stats .cyber-stats__cards .mobile-card {
    display: block !important;
    width: 100%;
  }
}
.text-des-reverse {
  padding-top: 0;
  padding-bottom: 1vw;
}
.text-des-reverse .tds-inner .text {
  text-align: right;
}
.text-des-reverse .tds-inner .desc {
  margin-right: auto;
  margin-left: unset;
}

.cta-service-card h5 {
  text-align: center;
}
.cta-service-card a {
  display: flex;
  margin: auto;
  margin-top: 3vw;
}/*# sourceMappingURL=style.css.map */
