@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-Roman.ttf")
    format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-Medium.ttf")
    format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-Bold.ttf")
    format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "OverusedGrotesk";
  src: url("../fonts/OverusedGrotesk/OverusedGrotesk-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  /* ExtraBold */
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  /* ExtraLight */
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}

/* Header Font */
.oswald-font {
  font-family: "Oswald", sans-serif;
}

/* Texts Font */
.overused-grotesk {
  font-family: "OverusedGrotesk", sans-serif;
}

:root {
  --primary-color: #003996;
  --secondary-color: #e2694b;
  --sub-text: #aeb3bf;
  --title-text: #353535;
  --text-color: #14213d;
  --secondary-bg: #f6fbff;
  --orange-light: #ffbf9d;
  --color-blue: #64aaff;
  --warning-color: #ffe68c;
  --sky-blue: #c5e1f9;
  --bg-blue: #070d13;
  --bg-gray: #f5f5fa;
  --sub-text-tt: #d5dbe2;
  --tag-bg: #0c1218;
  --subtitle: #4d5461;
  --desc-color: #7d8594;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  scrollbar-face-color: #e55a37;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: transparent;
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "overusedGrotesk";
  position: relative;
  min-height: 100%;
  background: #fafbff;
  overflow-x: clip;
}

.container {
  max-width: 1600px;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}

/* Global Scrollbar Styles */

/* Webkit browsers (Chrome, Safari, Edge, Opera) */
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  /* For horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background-color: #b5b5b5 !important;
  border-radius: 10px !important;
}

/* Hide scrollbar arrows/buttons */
::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: #e55a37 transparent !important;
}

/* Optional: If you want to maintain the custom-scroll class for specific elements */
.custom-scroll {
  overflow-y: auto !important;
  resize: none;
}

button:disabled,
button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

h1 {
  font-size: clamp(32px, 4vw + 1rem, 58px);
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: capitalize;
}

h2 {
  font-size: clamp(28px, 3vw + 1rem, 48px);
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: capitalize;
}

h3 {
  font-size: clamp(24px, 2.5vw + 0.5rem, 38px);
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
}

h4 {
  font-size: clamp(20px, 2vw + 0.5rem, 28px);
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
}

h5 {
  font-size: clamp(18px, 1.5vw + 0.5rem, 22px);
  margin: 0 !important;
  font-family: "OverusedGrotesk", sans-serif !important;
}

h6 {
  font-size: clamp(16px, 1vw + 0.5rem, 20px);
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
}

small {
  font-size: clamp(14px, 1vw + 0.2rem, 18px);
  font-family: "OverusedGrotesk", sans-serif !important;
}

p {
  margin: 0 !important;
  font-family: "OverusedGrotesk", sans-serif !important;
}

a {
  font-family: "OverusedGrotesk", sans-serif !important;
}

li {
  font-family: "OverusedGrotesk", sans-serif !important;
}

button {
  font-family: "OverusedGrotesk", sans-serif !important;
}

.gap-6 {
  gap: 6px;
}

.gap-12 {
  gap: 12px;
}

.gap-20 {
  gap: 20px;
}

.g-22 {
  gap: 22px;
}

.gap-24 {
  --bs-gutter-y: 24px !important;
  --bs-gutter-x: 24px !important;
}

.gap-26 {
  gap: 26px;
}

.g-30 {
  gap: 30px;
}

.gap-30 {
  --bs-gutter-y: 30px !important;
  --bs-gutter-x: 30px !important;
}

.g-32 {
  gap: 32px;
}

.gap-32 {
  --bs-gutter-y: 32px !important;
  --bs-gutter-x: 32px !important;
}

.gap-36 {
  --bs-gutter-y: 36px;
  --bs-gutter-x: 36px;
}

.g-40 {
  gap: 40px !important;
}

.gap-40 {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
}

.gap-50 {
  --bs-gutter-y: 50px;
  --bs-gutter-x: 50px;
}

.g-60 {
  gap: 60px !important;
}

.gap-60 {
  --bs-gutter-y: 60px;
  --bs-gutter-x: 60px;
}

.gap-100 {
  --bs-gutter-y: 100px;
  --bs-gutter-x: 100px;
}

.gap-140 {
  gap: 140px;
}

.gap-203 {
  --bs-gutter-y: 203px;
  --bs-gutter-x: 203px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-26 {
  margin-top: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-xl-35 {
  margin-top: 35px !important;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.me-100 {
  margin-right: 100px;
}

.p-12 {
  padding: 12px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

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

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

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

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

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.height-110 {
  height: 110px;
}

.border-r-20 {
  border-radius: 20px;
}

.border-r-22 {
  border-radius: 22px;
}

.border-color {
  border-top: 1px solid #121a22;
}

.border-b-gray {
  border-bottom: 1px solid #ececf1;
}

.border-b-1 {
  border-bottom: 1px solid #232f3b;
  padding-bottom: 15px;
}

.border-card-stroke {
  border: 1px solid #ececf1;
}

.border-tag-stroke {
  border: 1px solid #121a22 !important;
}

/* fonts */
.font-100 {
  font-size: 100px;
}

.font-80 {
  font-size: 80px;
}

.font-68 {
  font-size: 68px;
}

.font-60 {
  font-size: 60px;
}

.font-58 {
  font-size: 58px;
}

.font-48 {
  font-size: 48px;
}

.font-38 {
  font-size: 38px;
}

.font-30 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-22 {
  font-size: 22px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

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

.h-40 {
  height: 40px;
}

.h-237 {
  height: 237px;
}

.padding-100 {
  padding: 100px;
}

.w-90 {
  width: 90px;
}

.w-280 {
  width: 280px;
}

.w-674 {
  width: 674px;
}

.card-stroke-border {
  border-color: #ececf1;
}

/* colors */
.gredientcolor {
  background: var(
    --title-gradient,
    linear-gradient(91deg, #e55a37 -20.73%, #003996 80.56%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-subtitle {
  color: #4d5461;
}

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

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

.text-description {
  color: #7d8594;
}

.sub-text {
  color: var(--sub-text);
}

.sub-text-tt {
  color: var(--sub-text-tt);
}

.subtitle {
  color: var(--subtitle);
}

.imprint .subtitle a {
  color: var(--subtitle);
}

.imprint .subtitle a:hover {
  color: var(--secondary-color);
}

.priv-poli a {
  color: var(--subtitle);
}

.priv-poli a:hover {
  color: var(--secondary-color);
}

.priv-poli .cook-sett a {
  color: #fff;
}

.priv-poli .season_tab {
  flex: 0 0 400px;
  max-width: 400px;
}

.priv-poli .season_contents {
  flex: 1;
  min-width: 0;
}

.priv-poli .season_tabs ul {
  display: block !important;
}

.priv-poli .season_tab li {
  background: none !important;
  border-radius: 0 !important;
}

.color-strok {
  color: #ececf1;
}

.desc-color {
  color: var(--desc-color);
}

/* bg */
.blackbg {
  background: var(--bg-blue);
}

.elipse-l-bg:before {
  content: "";
  position: absolute;
  width: 369px;
  height: 369px;
  left: -228px;
  bottom: -228px;
  background: rgba(104, 40, 167, 0.6);
  filter: blur(262px);
}

/* Gradient block expanded state */
.gredient-block.expand-up {
  transform: translateY(0);
  opacity: 1;
}

.gredient-block {
  background: var(--bg-blue);
  position: relative;
  z-index: 0;
}

.gredient-block::before {
  content: "";
  position: absolute;
  width: 455px;
  height: 455px;
  left: -136px;
  bottom: -136px;
  background: rgba(104, 40, 167, 0.6);
  filter: blur(262px);
  z-index: -1;
  border-radius: 100%;
}

.gredient-block::after {
  content: "";
  position: absolute;
  width: 393px;
  height: 393px;
  right: -200px;
  top: -200px;
  background: #017ce2;
  filter: blur(200px);
  z-index: -1;
  border-radius: 100%;
}

.gredient-block-ref-det {
  background: var(--bg-blue);
  position: relative;
  z-index: 0;
}

.gredient-block-ref-det::before {
  content: "";
  position: absolute;
  width: 251px;
  height: 251px;
  left: -125.5px;
  bottom: -125.5px;
  background: rgba(104, 40, 167, 0.6);
  filter: blur(262px);
  z-index: -1;
  border-radius: 100%;
}

.gredient-block-ref-det::after {
  content: "";
  position: absolute;
  width: 251px;
  height: 251px;
  right: -125.5px;
  top: -125.5px;
  background: #017ce2;
  filter: blur(200px);
  z-index: -1;
  border-radius: 100%;
}

.bg-gray {
  background: var(--bg-gray) !important;
}

/* btn */
.fill-btn svg {
  display: inline-block;
  transition: transform 0.8s ease-out;
}

.fill-btn:hover svg {
  transform: translateX(10px);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}

.fill-btn:hover svg path {
  fill: #14213d;
}

.fill-btn:hover {
  color: #fff;
  text-decoration: none;
}

.fill-btn {
  background-image: linear-gradient(
    to right,
    #e55a37,
    #003996,
    #003996,
    #e55a37
  );
  transition: all 0.8s;
  background-size: 300% 100%;
  border-radius: 10px;
  padding: 8px 16px;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.fill-btn:hover {
  background-position: 98% 0;
  transition: all 0.8s ease-in-out;
}

.outline-btn svg {
  display: inline-block;
  transition: transform 0.8s ease-out;
}

.outline-btn:hover svg {
  transform: translateX(10px);
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
}

.outline-btn:hover svg path {
  fill: #14213d;
}

.outline-btn:hover {
  color: #fff;
}

.outline-btn:hover {
  color: #fff;
}

.outline-btn {
  position: relative;
  border-radius: 12px;
  padding: 10px 22px;
  background: #070d13;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: box-shadow 0.8s ease-out;
}

.outline-btn:hover {
  box-shadow: 5px 5px 16px rgba(229, 90, 55, 0.4);
}

.outline-btn:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #e55a37, #003996);
}

.outline-btn:hover:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  top: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, #003996, #e55a37);
  -webkit-animation: animate 0.8s ease-in;
}

@-webkit-keyframes animate {
  0% {
    background-position: 0px;
  }

  100% {
    background-position: 180px;
  }
}

.fw-extra-dark {
  font-weight: 800;
}

.box-pd-succes {
  padding: 300px 0;
}

.box-pd {
  padding: 100px 0;
}

.box-pd01 {
  padding: 100px 0 0 0;
}

.box-pd-big {
  padding: 120px 0;
}

.box-pd-biggest {
  padding: 275px 0;
}

.hero-banner {
  padding: 150px 0;
  background: url(/assets/img/hero-bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
}

.hero-banner h2 {
  line-height: 1.4;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

/* BLOG STYLE */
.search-line {
  border-bottom: 1px solid #ececf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* HEADER STYLE */
.navbar-brand:focus-visible {
  outline: none;
}

.logo_def:focus-visible {
  outline: none;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

header {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.ss_header {
  -webkit-box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px -1px rgba(0, 0, 0, 0.05);
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ss_header .navbar-light .navbar-nav .nav-link {
  color: var(--main-text);
  font-size: 18px;
}

.ss_header a.nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ss_header a.nav-link.active {
  color: var(--secondary-color) !important;
}

.ss_header a.nav-link:hover {
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
  padding: 6px 8px;
}

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

.ss_main_logo_des {
  padding-left: 0;
  transition: 1s all;
}

.fixed .ss_main_logo_des {
  -webkit-transform: translateX(-50px) scale(0.5);
  -ms-transform: translateX(-50px) scale(0.5);
  transform: translateX(-50px) scale(0.5);
  opacity: 0;
}

.ss_mobiles_logo img {
  position: absolute;
  height: 42px;
  opacity: 0;
  transition: 0.5s all;
  left: 49px;
  top: 15px;
  -webkit-transform: translateX(-26px) scale(0.5);
  -ms-transform: translateX(-26px) scale(0.5);
  transform: translateX(-26px) scale(0.5);
}

.ss_main_logo {
  position: relative;
}

.ss_main_logo .logoiconA > img {
  height: 60px;
  position: relative;
  z-index: 15;
}

.logoiconA {
  position: relative;
  padding: 0 10px 0 0;
  z-index: 10;
}

.desktop_menu {
  display: block;
}

/* .ss_headmenu {
  padding: 0;
} */

.navbar-light {
  padding: 0;
}

.ss_hand_logo {
  position: absolute;
  bottom: -20px;
  left: 7px;
  height: 70px;
}

.ss_aye_logo,
.ss_hand_logo {
  opacity: 0;
  transition: 0.5s all;
}

.ss_aye_logo {
  position: absolute;
  right: 20px;
  top: -11px;
  z-index: 15;
}

.ss_main_logo_des > img {
  height: 40px;
}

.fixed .ss_mobiles_logo img {
  opacity: 1;
  left: 79px;
  top: 4px;
  height: 90px;
  z-index: 13;
}

.fixed .ss_aye_logo,
.fixed .ss_hand_logo {
  opacity: 1;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* HEADER MENU STYLE */
.menu-img-desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

.down-arrow-custom .dropdown-toggle:hover::after {
  background: url('data:image/svg+xml,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.64766 1.14174C8.49153 0.986532 8.28032 0.899414 8.06016 0.899414C7.84001 0.899414 7.6288 0.986532 7.47266 1.14174L4.481 4.09174L1.531 1.14174C1.37486 0.986532 1.16365 0.899414 0.943496 0.899414C0.723341 0.899414 0.512131 0.986532 0.355996 1.14174C0.277889 1.21921 0.215893 1.31138 0.173586 1.41293C0.131279 1.51448 0.109497 1.6234 0.109497 1.73341C0.109497 1.84342 0.131279 1.95234 0.173586 2.05389C0.215893 2.15544 0.277889 2.24761 0.355996 2.32507L3.88933 5.85841C3.9668 5.93651 4.05897 5.99851 4.16051 6.04082C4.26206 6.08312 4.37099 6.10491 4.481 6.10491C4.59101 6.10491 4.69993 6.08312 4.80148 6.04082C4.90303 5.99851 4.99519 5.93651 5.07266 5.85841L8.64766 2.32507C8.72577 2.24761 8.78776 2.15544 8.83007 2.05389C8.87238 1.95234 8.89416 1.84342 8.89416 1.73341C8.89416 1.6234 8.87238 1.51448 8.83007 1.41293C8.78776 1.31138 8.72577 1.21921 8.64766 1.14174Z" fill="%23E55A37"/></svg>')
    no-repeat;
}

.list-group-item:hover {
  border-bottom: 1px solid;
  border-image: linear-gradient(91deg, #e55a37 -20.73%, #003996 80.56%) 1;
  transition: border-bottom 0.3s ease;
}

.nav-link.dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.nav-link[aria-expanded="true"]::after {
  transform: rotate(180deg);
  top: 40px !important;
}

.menu-icon {
  width: 52px;
  height: 52px;
  background: #f5f5fa;
  border-radius: 500px;
  border: 1px solid #ececf1;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.menu-list-items {
  max-height: 80vh;
  /* Or any appropriate value */
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-list-items .list-group-item {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 20px 0;
  border-color: #ececf1;
  border-radius: 0;
}

/* .menu-list-items .list-group-item:last-child {
  border: 0;
} */

.menu-tag {
  padding: 5px 12px;
  border-radius: 500px;
  font-size: 14px;
  background: #f9e1db;
}

.footer-menu-tag-orange {
  padding: 5px 12px;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 500;
  background: #331f1e;
  color: #e55a37;
}

.footer-menu-tag-blue {
  padding: 5px 12px;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 500;
  background: #1b293d;
  color: #6b9ae7;
}

.menu-list-items {
  box-shadow: 0px 0px 40px rgba(1, 57, 150, 0.06) !important;
  border-radius: 20px;
  border: 0;
  top: 98% !important;
}

.item-desc {
  width: calc(100% - 52px);
}

.down-arrow-custom .dropdown-toggle::after {
  background: url("../svg/down-arrow.svg") no-repeat;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border: 0;
  right: 0;
  top: 43px;
}

.down-arrow-custom .nav-link {
  position: relative;
}

.white-tag {
  border: 1px solid #ececf1;
  background: #f5f5fa;
  border-radius: 50px;
  font-size: 14px;
  padding: 6px 12px;
}

.white-tag01 {
  border: 1px solid #ececf1;
  background: #f5f5fa;
  border-radius: 20px;
  padding: 16px;
}

/* FOOTER STYLE */
.blue-fo-desc {
  /* max-width: 960px; */
  word-break: break-word;
}

#fo-video-background {
  border-radius: 20px;
  border: 1px solid #1c2734;
  background-color: #08152f;
  box-sizing: border-box;
  width: 100%;
  height: 380px;
  object-fit: cover;
  background-position: right center;
}

.fo-margin {
  margin-bottom: -150px;
  z-index: 1;
}

.top-footer-bg-desc {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.social-icons li a img {
  transition: 0.5s;
  z-index: 3;
  position: relative;
}

.social-icons li a:hover img {
  transform: rotateY(360deg);
}

.social-icons li a:hover:before {
  top: 0;
}

.social-icons li:nth-child(1) a:before {
  background: #106aff;
}

.social-icons li:nth-child(2) a:before {
  background: #0077b7;
}

.social-icons li:nth-child(3) a:before {
  background: #0057ff;
}

.social-icons li:nth-child(4) a:before {
  background: #ed4989;
}

.social-icons li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.link-z-index {
  position: relative;
  z-index: 2;
}

.social-icons li a:hover {
  border: 2px solid #fff;
}

.fo-page-link li a:hover {
  color: var(--secondary-color) !important;
}

.round-bg {
  padding: 10px;
  border: 1px solid #121a22;
  background: var(--tag-bg);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-abt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* or center */
}

.footer-abt .round-bg {
  margin: 0 2px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-abt a img {
  margin-bottom: 16px;
}

.footer-abt .round-bg img {
  margin-bottom: 0;
}

.footer-top {
  background: #070d13;
  padding: 80px 0 60px;
  position: relative;
}

.footer-top:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -15%;
  top: 0;
  background: radial-gradient(
    56% 50% at 60% 13%,
    #017ce2 0%,
    rgba(1, 127, 203, 0) 100%
  );
}

.footer-bottom {
  position: relative;
  width: 100%;
  height: 100%;
}

.fo-video-desc {
  position: absolute;
  top: 80px;
}

.fo-video {
  overflow: hidden;
  width: 100%;
  max-height: 493px;
}

.fo-video video {
  min-width: 100%;
  min-height: 50vh;
}

.cmn-text-hover:hover {
  background-size:
    100% 100%,
    100% 100%;
}

.cmn-text-hover {
  transition: 0.5s ease-out;
  background-image:
    linear-gradient(to bottom, #34415c, #34415c),
    linear-gradient(to bottom, #fff, #fff);
  background-size:
    0% 100%,
    100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: text;
  color: transparent !important;
}

.main-foo ul li a {
  transition: 0.5s ease-out;
  background-image:
    linear-gradient(to bottom, #34415c, #34415c),
    linear-gradient(to bottom, #fff, #fff);
  background-size:
    0% 100%,
    100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: text;
  color: var(--sub-text-tt);
}

.main-foo ul li a:hover {
  background-size:
    100% 100%,
    100% 100%;
}

.fo-link-hover:hover {
  color: var(--secondary-color);
}

.footer-main {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.left-foo {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.link-col1 {
  width: 45%;
  position: relative;
}

.right-foo {
  display: flex;
  justify-content: end;
}

.link-col5 {
  width: 45%;
  margin-right: 10px;
  z-index: 1;
}

/* START HOME PAGE STYLE */
.elevate-block {
  margin-top: 90px;
  background: #f6f8fe;
  position: relative;
}

.sub-round {
  position: relative;
  display: inline-block;
  color: var(--title-text);
  font-size: 14px;
  font-weight: 600;
  padding: 7px 22px;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
}

.sub-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(to right, #e2694b, #003996);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.video-wrapper {
  position: relative;
}

/* TRUSTED VIDEO ANIMATION STYLE */
.glob-logo-block {
  position: absolute;
  top: 44%;
  left: 51%;
  transform: translate(-50%, -50%);
}

.circle-container {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.circle-container .icon img {
  /* width: 140px; */
  width: 100%;
}

.circle-container .icon {
  position: absolute;
  width: 140px;
  height: 95px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeInIcon 0.5s forwards;
  animation-delay: var(--delay);
}

.circle-container .icon:nth-child(6) {
  top: 47%;
  left: -38%;
  transform: translate(-50%, -50%);
  animation-delay: var(--delay, 3s);
}

.circle-container .icon:nth-child(4) {
  top: 120%;
  left: 24%;
  transform: translate(-50%, -50%);
  animation-delay: var(--delay, 4s);
}

.circle-container .icon:nth-child(2) {
  top: 44%;
  left: 90%;
  transform: translate(-50%, 0);
  animation-delay: var(--delay, 5s);
}

.circle-container .icon:nth-child(5) {
  bottom: -21%;
  left: -23%;
  transform: translate(-50%, 0);
  animation-delay: var(--delay, 6s);
}

.circle-container .icon:nth-child(7) {
  top: 3%;
  left: -12%;
  transform: translate(-50%, -50%);
  animation-delay: var(--delay, 7s);
}

.circle-container .icon:nth-child(3) {
  top: 90%;
  left: 75%;
  transform: translate(-50%, -50%);
  animation-delay: var(--delay, 8s);
}

.circle-container .icon:nth-child(1) {
  top: -7%;
  left: 50%;
  transform: translate(-50%, 0);
  animation-delay: var(--delay, 9s);
}

.circle-container .center-icon {
  top: 47%;
  left: 28%;
  transform: translate(-50%, -50%);
  animation-delay: var(--delay, 10s);
}

@keyframes fadeInIcon {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* THREE STEP PROCESS STYLE  */
.animated-chart {
  position: relative;
}

.zigzag-line {
  width: 100%;
  height: auto;
  display: block;
}

.clip-rect {
  transform: translateX(-100%);
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes revealBackground {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
    /* overshoot */
  }

  100% {
    opacity: 1;
    transform: scale(1);
    /* settle */
  }
}

.animated-chart.animate .zigzag-line .animated-line {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawLine 3s ease-in forwards;
}

.animated-chart.animate .zigzag-line .clip-rect {
  animation: revealBackground 3s ease-in forwards;
}

.animated-chart .chart-content {
  position: absolute;
  --content-spacing: 100px;
  opacity: 0;
  transform: translate(-50%, -100%);
}

.project-process .animated-chart .chart-content {
  --content-spacing: 120px;
}

.animated-chart .chart-content:first-of-type {
  transform: translate(-25%, -100%);
}

.animated-chart .chart-content:first-of-type .info-box {
  transform: translateX(25%);
}

.animated-chart .chart-content .chart-content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--content-spacing, 100px);
}

.animated-chart .chart-content.animate {
  opacity: 1;
}

.info-box {
  background-color: #131c25;
  color: #fff;
  padding: 20px;
  width: 369px;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  border: 1px solid #121a22;
  z-index: 1;
  word-break: break-word;
  transition: all ease;
}

.info-box:hover {
  scale: 1.05;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.35);
  background-color: #2c2c40;
}

.info-box .info-title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.info-box .info-description {
  color: #aeb3bf;
  font-size: 18px;
}

.animated-chart .chart-content.animate .info-box {
  animation: fadeIn 1s forwards ease-in;
  animation-delay: 0.6s;
}

.animated-chart .dot {
  width: 18px;
  height: 18px;
  background-color: #ff4c4c;
  border-radius: 50%;
  opacity: 0;
  position: relative;
}

.animated-chart .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-1 * var(--content-spacing));
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #e9eef1;
  height: var(--content-spacing, 100px);
  transition: all ease;
  animation: lineGrow 0.6s ease-out forwards;
}

@keyframes lineGrow {
  from {
    height: 0;
  }

  to {
    height: var(--content-spacing, 100px);
  }
}

.animated-chart .chart-content.animate .dot {
  animation: popIn 1s forwards ease-in-out;
}

.animated-chart .chart-content:nth-of-type(1) .dot {
  left: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.word-break {
  word-break: break-word;
}

.map-tag {
  padding: 5px 12px;
  border-radius: 500px;
  font-size: 14px;
  background: #331f1e;
  color: var(--secondary-color);
  font-weight: 500;
  margin-left: 10px;
}

.graph-block {
  background: #070d13 url("../../assets/img/graph-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.cluth-block {
  position: relative;
  height: 100%;
}

.clutch-inside-text {
  position: absolute;
  top: 45%;
  left: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.clutch-inside-text h2 {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 12px;
}

.clutch-inside-text span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #d5dbe2;
  margin-bottom: 30px;
  display: block;
}

.clutch-inside-text .rate-block img {
  width: 20px;
  height: 20px;
  text-align: center;
}

.clutch-inside-text .rate-block {
  width: 100%;
  gap: 4px;
}

.cl-logo {
  height: 36px;
}

.clutch-card {
  border: 1px solid #ececf1;
  background: #f5f5fa;
  border-radius: 20px;
  padding: 25px;
  display: block;
  position: relative;
  background-color: #f5f5fa;
  border-radius: 20px;
  padding: 24px;
  margin: 0 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #ececf1;
  word-break: break-word;
  height: 100%;
}

.clutch-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -25px;
  right: -28px;
  background: linear-gradient(244.54deg, #070d13 43.79%, #1a0232 100.78%);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}

.clutch-card:hover .mobile-hover-orange {
  color: #e55a37 !important;
}

.clutch-card:hover:before {
  transform: scale(60);
}

.clutch-card:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.clutch-card:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}

.clutch-card:hover p {
  /* color: #fff; */
  transition: all 0.3s ease-out;
}

.clutch-card:hover .text-truncate {
  color: #e55a37 !important;
  transition: all 0.3s ease-out;
}

.clutch-card:hover h3 {
  color: #e2694b;
  transition: all 0.3s ease-out;
}

.clutch-card:hover h4,
.clutch-card:hover span {
  color: #fff;
  transition: all 0.3s ease-out;
}

.clutch-card:hover img {
  transition: filter 0.3s ease-out;
}

.clutch-card:hover .exp-rate span {
  color: #fff !important;
  transition: all 0.3s ease-out;
}

.clutch-card:hover .hover-hide-logo {
  display: none;
}

.clutch-card:hover .show-logo {
  display: block !important;
  transform: translateY(0);
}

.clutch-card .show-logo {
  transform: translateY(100%);
  transition: all 0.35s ease;
}

.clutch-card h3 {
  color: var(--primary-color);
  margin-bottom: 8px;
}

.clutch-card p {
  margin-bottom: 24px;
  /* height: 108px; */
}

.clutch-card h4 {
  color: var(--text-color);
  margin-bottom: 0px;
}

.slider-big-cards,
.slider-big-cards .slick-list,
.slider-big-cards .slick-track {
  height: 100%;
}

.slider-big-cards a:hover img[src$=".svg"] {
  /* filter: brightness(0) invert(1); */
}

.exp-rate img {
  width: 20px;
  height: 20px;
  margin: 0 1px;
}

#clutch-video-background {
  background-color: #0f151c;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

#clutch-video-background-about {
  background-color: #0f151c;
  box-sizing: border-box;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 24px;
}

#clutch-video-background-elevate {
  background-color: #0f151c;
  box-sizing: border-box;
  width: auto;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

#clutch-video-background-weguid {
  background-color: #0f151c;
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border-radius: 25px 2px 0 0px;
}

/* SOFTWARE DEVELOMENT SECTION STYLE */
.strategy-block {
  background-image: url("../img/strategy-bg.png");
  background-size: 150%;
  /* increase image size */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-origin: border-box !important;
  width: 100% !important;
}

.brand-block {
  background-image: url("../img/brand-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
}

.mobile-app-block {
  background-image: url("../img/mobile-app-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
}

.software-img-gredient {
  border-radius: 40px;
  border: 1px solid #d5dbe2;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 20px 100px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  position: sticky;
  box-sizing: border-box;
}

.service-card-main {
  top: 0;
  display: flex;
  flex-direction: column;
  /* height: 400px; */
}

.service-card-1 {
  top: 15%;
  /* -ms-transform: translateY(-50%); 
  transform: translateY(-50%);*/
}

.service-card-2 {
  top: 20%;
  /* -ms-transform: translateY(-50%); 
  transform: translateY(-45%);*/
}

.service-card-3 {
  top: 25%;
  /* -ms-transform: translateY(-50%); 
  transform: translateY(-40%);*/
}

.service-card-4 {
  top: 30%;
  /* -ms-transform: translateY(-50%); 
  transform: translateY(-35%);*/
}

.key-service {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

/* KEY SUCCESS SLIDER STYLE */
.testimonial-tag {
  background: #f9e1db;
  color: #e55a37;
  font-weight: 600;
  border-radius: 500px;
  padding: 4px 12px 7px 12px;
  position: relative;
  bottom: 42px;
  z-index: 1;
}

.key-description {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: flex;
  align-items: center;
  /* padding-top: 164px; */
}

.product-testimonial-bg {
  position: relative;
  padding: 30px;
  margin-bottom: 100px;
  margin-top: 17px;
  /* height: 518px !important; */
  height: auto !important;
}

.product-testimonial-bg:last-child {
  margin-bottom: 0px;
}

.product-testimonial-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5fa url("../../assets/svg/we-bg.svg") no-repeat;
  width: 100%;
  height: 100%;
  border: 1px solid #ececf1;
  border-radius: 20px;
  z-index: -1;
  background-position: bottom right;
}

.left-testimonial-txt h4 {
  margin-bottom: 6px;
}

.left-testimonial-txt h3 {
  margin-bottom: 12px;
}

.left-testimonial-txt p {
  margin-bottom: 32px;
}

.product-testimonial-bg img {
  width: 420px;
  max-width: 100%;
  margin: 0 auto 32px;
}

.product-testimonial-bg h3 {
  margin-bottom: 6px;
}

.product-testimonial-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  width: 6px;
  height: 100px;
  bottom: -100px;
  background: linear-gradient(to bottom, #e2694b, #003996);
}

.product-testimonial-bg:last-child:before {
  display: none;
}

/* mob app slider */
.mob-app-dev-slider img {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
}

.mob-app-dev-slider {
  background: var(--bg-blue);
  box-shadow: inset 0px 5.79px 11.58px 0px rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
}

.mobileapp-slide-left,
.mobileapp-slide-right {
  display: flex;
  gap: 10px;
  width: max-content;
  will-change: transform;
}

.mobileapp-slide-left > div,
.mobileapp-slide-right > div {
  width: 300px;
  flex-shrink: 0;
}

.mobileapp-slide-left {
  animation: marquee-left 25s linear infinite;
}

.mobileapp-slide-right {
  animation: marquee-right 25s linear infinite;
}

.mob-app-dev-slider:hover .mobileapp-slide-left,
.mob-app-dev-slider:hover .mobileapp-slide-right {
  animation-play-state: paused;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* VIDEO STYLE */
.block-pd.position-relative.video-block-main .right-rmn {
  justify-content: end;
}

.rmn-main-video {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.rmn-video video {
  height: 80vh;
}

.all-comman-height video {
  height: 80vh;
}

.video-block-main {
  position: relative;
}

.video-container {
  transition: all 1s ease-in-out;
}

.vdtext-container,
.more-video-btn {
  transition: all 1s ease-in-out;
}

.show-text .vdtext-container {
  display: block !important;
  opacity: 1;
}

.show-text .more-video-btn {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

.more-video-btn {
  transform: translateY(60%);
}

.vd-right-tx {
  right: 0;
}

.hoby-tag {
  border-radius: 50px;
  background: #131c25;
  border: 1px solid #121a22;
  color: #ececf1;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

/* WORK WITH US STYLE */
.platform-logos {
  border: 1px solid #ececf1;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  height: 100%;
}

.star-rate img {
  margin: 0 2px;
  width: 14px;
  height: 14px;
}

.anim-clutch {
  width: 90px;
  height: auto;
}

.cltch-bg-desc {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  z-index: 1;
  position: relative;
}

.end-cltch {
  position: absolute;
  bottom: 17%;
  height: 107px;
}

/* HOME TOP SECTION ANIMATION STYLE */

.elevate-clutch {
  border-radius: 10px;
  overflow: hidden;
  z-index: 3;
  background-color: #0b0618;
}

.client-anim {
  position: relative;
  height: 100%;
}

.client-anim .icon {
  position: absolute;
  opacity: 0;
  animation: fadeInIcon 2s forwards;
  display: inline;
}

.client-anim .icon:nth-child(1) {
  animation-delay: 2s;
  width: 280px;
}

.client-anim .icon:nth-child(2) {
  top: 40%;
  left: 220px;
  z-index: 2;
  animation-delay: 4s;
}

.client-anim .icon:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 3s;
}

.client-anim .clutch-bg-bottom {
  opacity: 0;
  animation: fadeInIcon 2s forwards;
  animation-delay: 5s;
}

.clutch-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wave {
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(14deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(14deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes fadeInIcon {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* START APPROACH STRATEGIES STYLE */
.left-approach span {
  background: #070d13;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 1;
  position: relative;
  margin-bottom: 12px;
}

.left-approach {
  border: 1px solid #121a22;
  border-radius: 20px;
  padding: 24px;
  background: #0c1218;
  min-height: 300px;
  display: flex;
  align-items: start;
  flex-direction: column;
  /* justify-content: center; */
}

.img-pd-left {
  padding-left: 50%;
  position: absolute;
  right: 0;
}

.approch-line:before {
  content: "";
  display: block;
  padding: 3px;
  color: #000;
  background: linear-gradient(#e2694b, #121a22);
  border-radius: 8px;
  border-top: 2px solid transparent;
  background-origin: border-box;
  background-clip: border-box;
  right: 0;
  position: absolute;
  height: 100%;
}

.approch-line {
  padding-right: 95px;
}

.binary-video-wrapper {
  padding-left: 70px;
}

#binary-video {
  max-width: 100%;
}

/* text anim */
.strategy-tt {
  margin-bottom: 60px;
}

.text-animation-block h2 {
  margin-bottom: 12px;
}

.by-block {
  display: block;
  position: relative;
  border: 1px solid #ececf1;
  /* height: 290px; */
  width: 405px;
  word-break: break-word;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #14213d;
  /* normal text color */
  transition: color 0.3s ease;
}

.by-block::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -28px;
  background: linear-gradient(244.54deg, #070d13 43.79%, #1a0232 100.78%);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition:
    transform 1s ease-out,
    opacity 1.5s ease;
  opacity: 0.9;
  z-index: 0;
}

/* expand fully and darken box */
.by-block:hover::before {
  transform: scale(80);
  opacity: 1;
}

.by-block:hover span {
  color: #e55a37;
}

.by-block:hover p {
  color: #d5dbe2;
}

/* make text white when hovered */
.by-block:hover {
  color: #fff;
}

/* make sure text stays above the overlay */
.by-block * {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* ensure links or svg icons inside also turn white */
.by-block:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.by-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* FAQS Start */
.footer-accordian {
  position: relative;
  z-index: 1;
}

.footer-accordian .accordion-button:focus {
  box-shadow: none;
}

.footer-accordian .accordion-button {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  background: #f5f5fa;
  color: #14213d;
}

.footer-accordian .accordion-item {
  border: 1px solid #ececf1;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  word-break: break-word;
}

.footer-accordian .accordion-item:focus {
  outline: none;
}

.footer-accordian .accordion-header {
  background: #f5f5fa;
}

.footer-accordian .accordion-body {
  background: #f5f5fa;
  color: #7d8594;
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  border-top: 1px solid #ececf1;
  border-bottom: 2px solid #e2694b;
  border-left: 2px solid #e2694b;
  border-right: 2px solid #e2694b;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 4px 16px 0px rgba(226, 105, 75, 0.3);
}

.footer-accordian .accordion-button::after {
  background-image: url("../../assets/svg/plus.svg");
}

.footer-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/svg/minus.svg");
}

.footer-accordian .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #e2694b;
  border-top: 2px solid #e2694b;
  border-radius: 12px 12px 0 0;
  border-left: 2px solid #e2694b;
  border-right: 2px solid #e2694b;
}

.footer-accordian .accordion-button:not(.collapsed):focus {
  outline: none !important;
  box-shadow: none !important;
}

.footer-accordian .accordion-button:not(.collapsed):focus {
  border-radius: 12px 12px 0 0;
}

.footer-accordian
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-radius: 12px 12px 0 0;
}

/* Fix for accordion collapse/expand glitch */
.footer-accordian .accordion-collapse {
  transition: height 0.3s ease;
}

.footer-accordian .accordion-collapse.collapse:not(.show) {
  display: none;
}

.footer-accordian .accordion-collapse.collapsing {
  transition: height 0.3s ease;
  height: 0;
  overflow: hidden;
}

.footer-accordian .accordion-collapse.show .accordion-body {
  border-bottom: 2px solid #e2694b;
  border-left: 2px solid #e2694b;
  border-right: 2px solid #e2694b;
  border-top: 1px solid #ececf1;
}

.footer-accordian .accordion-collapse:not(.show) .accordion-body {
  border: none;
}

/* FAQS End */

/* SLIDER ARROW */
.by-slider:hover .slick-arrow {
  opacity: 1;
}

.by-slider .slick-arrow {
  background: #191c2899;
  border-radius: 500px;
  width: 60px;
  height: 60px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s linear;
}

.by-slider .slick-next {
  right: 174px;
}

/* CURSOUR POINT */
/* .cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: linear-gradient(to bottom, #017ce2, #070d13);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
} */

.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(to bottom, #e2694b, #003996);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 57, 150, 0.8);
  animation: sparkle-animation 1.5s infinite ease-in-out;
  transform: translate(30px, -10px);
}

@keyframes sparkle-animation {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}

/* FLUTTER MAP STYLE */
.right-platform-desc {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.orange-progress {
  background: linear-gradient(90deg, #070d13 0%, #e2694b 100%);
  padding: 10px;
  display: block;
  border-radius: 0 6px 6px 0;
  text-align: right;
  color: #fff;
  font-weight: 600;
}

.blue-progress {
  background: linear-gradient(90deg, #070d13 0%, #003996 100%);
  padding: 10px;
  display: block;
  border-radius: 0 6px 6px 0;
  text-align: right;
  color: #fff;
  font-weight: 600;
}

.map-naming {
  background: #191c2899;
  padding: 18px;
  border-radius: 8px;
}

.map-naming h3 {
  word-break: break-word;
  overflow-wrap: break-word;
}

.map-naming .orange {
  background: #e2694b;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

.map-naming .blue {
  background: #003996;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

/* TECHNOLOGIES VIDEO */
.tecno-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-top: 90px;
}

/* REVOLUTION BLOCK STYLE*/
.revolution-block {
  margin: 0 20%;
}

.revolution-block .slick-dots li button::before {
  font-size: 24px;
}

.hand-tag {
  backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 500px;
  padding: 10px 15px;
  border: 1px solid #ececf1;
  position: absolute;
}

.rv-1 {
  bottom: 10%;
  left: 20%;
}

.rv-2 {
  margin: auto;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.rv-3 {
  right: -70px;
  top: 62%;
}

/* VIDEO TITLE SCROLL */
.txt-mb-300 {
  margin-bottom: 300px;
}

/* FOOTER BUSINESS CARD STYLE */
.f-business-card h3 {
  width: 820px;
  margin: auto;
}

.journey-desc {
  padding: 0 50px;
}

.f-business-card {
  padding: 40px;
}

.f-business-card:before {
  background: url("../img/mobile-app/mobile-app-fo-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  background-size: cover;
}

/* ARROW SACLE STYLE */
.expand-arrow-desc {
  transition:
    transform 1s ease,
    opacity 1s ease;
  opacity: 1;
  transform: scale(1);
}

.expand-arrow-desc.hidden {
  opacity: 1;
  transform: scale(0.9);
}

.z-index-position {
  position: relative;
  z-index: 1;
}

/* BINARY EYE ANIMATION STYLE */
.eye-main {
  clip-path: polygon(20% 55%, 42% 19%, 56% 15%, 80% 47%, 66% 80%, 51% 93%);
  color: #d5dbe2;
  font-family: "PT Mono", "Courier";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-shadow: 0 0 2px #fff;
  line-height: 25px;
  margin: auto;
  position: relative;
}

.eye-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  border: 2px solid white;
  /* White border */
  clip-path: inherit;
  /* Use the same polygon shape for the border */
  pointer-events: none;
  /* Ensure it doesn’t interfere with other elements */
}

.num {
  clear: both;
  transform: rotateY(0deg);
}

.devider {
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
}

.d00 {
  left: 103px;
}

.d01 {
  left: 219px;
}

.d02 {
  left: 337px;
}

.d03 {
  left: 453px;
}

.d04 {
  left: 557px;
}

.eyeball {
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #070d13;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.eyeball-img {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: eyeball-move 2s ease-in-out infinite;
  color: #000;
}

@keyframes eyeball-move {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

/* START CONTACT US STYLE */
.message-box {
  background: url("../img/contact-us/contact-us.png") no-repeat;
  border-radius: 20px;
  background-position: right;
  background-size: cover;
}

/* .form-box form {
  padding: 35px;
} */

.message-box-detail {
  width: 68.422%;
}

.form-box {
  border-radius: 20px 0 0 20px;
  /* box-shadow: 0px 16px 68px #000000; */
}

.brown-line-bottom {
  border-radius: 0 0 0 20px;
  background: #331f1e;
  padding: 16px;
}

.form-control {
  background: #232f3b;
  border: 1px solid #121a22;
  padding: 14px 20px;
  border-radius: 12px;
  color: #aeb3bf;
  font-size: 18px;
  font-weight: 600;
}

.form-control::placeholder {
  color: #7d8594;
  font-weight: 600;
  font-size: 18px;
}

/* .prefer-box {
  border: 1px solid #121a22;
  background: #232f3b;
  border-radius: 12px;
  padding: 20px;
} */

.prefer-box {
  border: 1px solid #121a22;
  background: #232f3b;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* .prefer-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.1);
  border-color: #e55a37; /* hover color */
/* } */

*/ .prefer-box img {
  transition: transform 0.3s ease;
}

.prefer-box:hover img {
  transform: scale(1.1);
}

.prefer-box span {
  color: #aeb3bf;
  transition: color 0.3s ease;
}

.prefer-box:hover span {
  color: #e55a37;
}

/* Active (selected) state */
.prefer-box.active {
  border-color: #e55a37;
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.1);
}

.prefer-box.active span {
  color: #e55a37;
}

.form-control:focus {
  background: #232f3b;
  border: 1px solid #121a22;
  color: #aeb3bf;
  box-shadow: none;
  outline: none;
}

.reach-box {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0px 4.4387px 22.1935px rgba(0, 57, 150, 0.06);
  backdrop-filter: blur(66.5804px);
  padding: 17px;
  width: 400px;
  position: absolute;
}

.round-bg-white {
  background: #f5f5fa;
  border: 1px solid #ececf1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reach-box .flag-icon {
  width: 46px;
}

.mp-1 {
  top: 112px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mp-2 {
  top: 30%;
  position: absolute;
  left: 48.2%;
}

.mp-3 {
  position: absolute;
  top: 47%;
  left: 63.3%;
}

.mp-4 {
  bottom: 18%;
  right: 23%;
}

.social-box {
  background: #f5f5fa;
  border: 1px solid #ececf1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  transition: all 0.3s ease;
}

.social-box:hover {
  background: #f5f5fa;
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  border-color: #e0e0e6;
  /* highlight color – change as needed */
}

.social-box img {
  transition: transform 0.3s ease;
}

.social-box:hover img {
  transform: scale(1.1);
}

.social-box p {
  color: #14213d;
  transition: color 0.3s ease;
}

.social-box:hover p {
  color: #003996;
  /* same as border color */
}

.gray-border {
  border: 1px solid #ececf1;
}

.faq-bg-img {
  background: #f5f5fa url("../../assets/img/graph-bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 530px;
}

.form-box .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AEB3BF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
}

.season_tab {
  background-color: #070d13;
  padding: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.season_tab:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  background: radial-gradient(
    100% 100% at 100% -6%,
    #017ce2bd 0%,
    rgba(1, 97, 203, 0) 100%
  );
  filter: blur(50px);
  top: 0;
}

/* .season_tab ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
} */

.season_tab li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #d5dbe2;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #121a22;
  position: relative;
}

.season_tab li.active {
  color: #e55a37;
  border-bottom: 1px solid #e55a37;
  background-color: rgba(229, 90, 55, 0.05);
  /* Optional: subtle background */
}

.season_tab li:hover {
  background-color: rgba(229, 90, 55, 0.03);
  /* Optional: hover effect */
}

.tab-count {
  border: 1px solid #e2694b1f;
  height: 39px;
  width: 54px;
  text-align: center;
  line-height: 39px;
  border-radius: 500px;
  background: #353535;
  color: #e55a37;
  font-size: 18px;
  font-weight: 700;
}

.outline-btn.round-btn:hover svg {
  transform: none;
  background: transparent;
  width: auto;
  height: auto;
}

.outline-btn.round-btn:hover svg path {
  fill: #fff;
}

.outline-btn.round-btn {
  margin-right: 10px;
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.season_tab li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #d5dbe2;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #121a22;
}

.season_tab li.active {
  color: #e55a37;
  border-bottom: 1px solid #e55a37;
}

.tech-use-block {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.duration-card {
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  background-blend-mode: overlay;
  backdrop-filter: blur(20px);
  border-image-source: linear-gradient(to bottom, #ffffff 100%, #000000 0%);
  border: 1px solid;
  border-image-slice: 1;
}

.tec-line {
  border-right: 3px solid #ffffff5e;
  margin-right: 5px;
  display: inline-block;
  padding-right: 5px;
}

li::marker {
  content: none;
  display: none;
}

.gredient-bullets li:before {
  background: url("../svg/bullet.svg") no-repeat;
  width: 20px;
  height: 22px;
  content: "";
  position: absolute;
  left: -30px;
  top: 4px;
}

/* BLACK SELECT STYLE */
.blackselect .select2-container--default .select2-selection--single {
  background-color: #232f3b;
  color: #ffffff;
  border: 1px solid #121a22;
  border-radius: 12px;
  padding: 8px 15px;
  font-size: 14px;
  min-width: 300px;
}

.blackselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  color: #d5dbe2;
}

.blackselect .select2-container--default .select2-results__option {
  background-color: #232f3b;
  color: #aeb3bf;
  padding: 10px;
  font-size: 18px;
}

.blackselect .select2-container--default .select2-results__option--highlighted {
  background-color: #070d13;
  color: #aeb3bf;
}

.blackselect
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.blackselect
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: 0;
}

.blackselect .custom-dropdown {
  background-color: #232f3b;
  border-radius: 0 0 12px 12px;
  padding: 10px;
  border: 1px solid #121a22;
}

.blackselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #d5dbe2;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
}

.blackselect .select2-container .select2-selection--single {
  height: 55px;
}

.blackselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 55px;
  right: 15px;
}

.blackselect .select2-container {
  width: 100% !important;
}

.blackselect
  .select2-container--default
  .select2-results
  > .select2-results__options {
  background: #131c25;
  color: #aeb3bf;
}

.blackselect
  .select2-container--default
  .select2-results
  > .select2-results__options
  li:first-child {
  display: none !important;
}

.blackselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  background: url("../svg/select-arrow.svg");
  width: 11px;
  height: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.blackselect
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}

/* black search */
.black-input .form-control {
  border: 1px solid #121a22;
  border-radius: 12px;
  background: #131c25;
  padding-left: 50px;
}

.black-input .form-control::placeholder {
  color: #aeb3bf;
}

.black-input .form-control:focus {
  border: 1px solid #121a22;
  background: #131c25;
}

.black-input {
  width: 30%;
  position: relative;
}

.black-select {
  width: 43%;
}

.black-input img {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

/* START USECASE DDETAIL PAGE STYLE */
.tab-profile {
  border-radius: 20px;
  backdrop-filter: blur(60px);
  background: #34415c;
  padding: 12px;
}

.tab-by-box {
  height: 370px;
  margin: 0 0 20px;
}

.outline-tag {
  border: 1px solid #14213d;
  padding: 12px 20px;
  border-radius: 35px;
  background: #fafbff;
}

/* OUTLINE ACCORDIAN STYLE */
.outline-accordian .accordion-button span {
  color: #ececf1;
  font-size: 48px;
  font-weight: 800;
  margin-right: 22px;
}

.outline-accordian .accordion-button:not(.collapsed) {
  background-color: #fafbff;
  box-shadow: none;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #e55a37, #003996) 1;
  color: #14213d;
}

.outline-accordian .accordion-button:focus {
  box-shadow: none;
}

.outline-accordian .accordion-button {
  background-color: #fafbff;
}

.outline-accordian
  .accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  background-color: #fafbff;
}

.outline-accordian .accordion-body {
  background-color: #fafbff;
}

/* TRANSITION TAB */
.session-future .nav .nav-item button.active {
  background-color: #e55a37;
  color: #fff !important;
  border-radius: 35px;
}

.session-future .nav {
  border: 1px solid #ececf1;
  border-radius: 500px;
  background: #f5f5fa;
  padding: 12px;
  width: fit-content;
}

.session-future .nav-link:focus,
.session-future .nav-link:hover {
  color: #e55a37;
  border-radius: 35px;
}

.session-future .nav-pills .nav-link {
  border-radius: 35px;
}

.session-future .tab-link:focus,
.session-future .tab-link:hover {
  color: #e55a37;
  border-radius: 35px;
}

.session-future .nav-pills .tab-link {
  border-radius: 35px;
  background: #f5f5fa;
}

.tab-link {
  border: 0;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.portfolio-card {
  border: 1px solid #ececf1;
  background: #f5f5fa url("../../assets/svg/we-bg.svg") no-repeat;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  background-position: center right;
  background-size: 100%;
  height: 100%;
}

.portfolio-card .fill-btn {
  position: absolute;
  bottom: 20px;
}

.black-bullet li {
  position: relative;
}

.black-bullet li:before {
  position: absolute;
  left: -20px;
  content: "";
  width: 5px;
  height: 5px;
  background: #4d5461;
  border-radius: 50px;
  top: 14px;
}

.black-bullet01 {
  counter-reset: list-counter;
  padding-left: 20px;
}

.black-bullet01 li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 8px;
}

.black-bullet01 li:before {
  content: counter(list-counter) ".";
  position: absolute;
  left: -20px;
  top: 0;
  font-weight: 600;
  color: #4d5461;
}

/* ABOUT US STYLE */
.black-card {
  border: 1px solid #121a22;
  width: 500px;
  display: inline-block;
  /* margin: 0 10px 30px; */
  z-index: 1;
  position: relative;
  min-height: 200px;
  background: #131c25;
  word-break: break-word;
}

.about-three-step-block .atsb-height {
  height: 700px;
}

.black-card span {
  background: #070d13;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  z-index: 1;
  position: relative;
  margin-bottom: 12px;
}

.black-card:nth-child(4) {
  position: relative;
  top: 100px;
}

.black-card:nth-child(2) {
  position: relative;
  top: 100px;
}

.arrow-list ul li {
  position: relative;
  width: 100%;
  padding-right: 40px;
}

.arrow-list ul li:before {
  content: "";
  background: url("../svg/white-bullets.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.arrow-list {
  border: 2px solid transparent;
  position: relative;
  transition: 0.5s ease-out;
}

.arrow-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #121a22, #121a22);
}

.arrow-list:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #e55a37, #003996);
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 1000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.reach-card {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reach-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.divscroll {
  height: 50px;
}

.profile-img-wd {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
}

/* SPIN CARD STYLE */
.client-card.visible {
  opacity: 1;
  animation-play-state: running;
}

.client-card {
  background: #f5f5fa url("../svg/we-bg.svg") no-repeat;
  background-size: 100%;
  border-radius: 20px;
  margin: auto;
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 0.5s ease-out;
  overflow: hidden;
  border: 1px solid #ececf1;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-lines {
  background: url("../img/card-line.gif") no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}

@keyframes clockwiseSpin {
  0% {
    transform: translateX(-100%) rotate(-180deg);
  }

  100% {
    transform: translateX(0%) rotate(0);
  }
}

@keyframes antiClockwiseSpin {
  0% {
    transform: translateX(100%) rotate(-180deg);
  }

  100% {
    transform: translateX(0%) rotate(-360deg);
  }
}

.clockwiseSpin {
  animation: clockwiseSpin 2s ease-in-out forwards;
}

.antiClockwiseSpin {
  animation: antiClockwiseSpin 2s ease-in-out forwards;
}

.client-card h2 {
  font-size: 80px;
  font-weight: 800;
  margin-right: 24px;
}

.client-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -25px;
  right: -28px;
  background: linear-gradient(244.54deg, #070d13 43.79%, #1a0232 100.78%);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}

.client-card:hover:before {
  transform: scale(50);
}

.client-card:hover h2 {
  background: transparent;
  -webkit-text-fill-color: #fff;
}

.client-card:hover p {
  color: #fff;
}

.client-card:hover .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 1000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* STARTUP PAGE STYLE */
.startup-black-card .black-card {
  width: 31.33% !important;
}

.startup-black-card .black-card:nth-child(2) {
  top: 100px;
}

.startup-black-card .black-card:nth-child(4) {
  top: 0px;
}

.startup-black-card .black-card:nth-child(5) {
  top: 100px;
}

.sidebar-profile-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.profile-img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.stiky-block {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: flex;
  align-items: center;
  /* padding-top: 38px; */
}

.slide-height {
  height: 400px;
}

.revolution-block .slide-height {
  height: 300px;
}

/* TYPE EFFECT TEXT */
.text-output {
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* white SELECT STYLE */
.whiteselect
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.whiteselect
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: 0;
}

/* new css start */
/* .select2-container--default .select2-selection--single {
  background-color: #f9f9fb;
  border-radius: 16px;
  padding: 10px 16px;
  border: none;
  font-weight: 600;
  color: #333;
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.select2-dropdown.custom-dropdown {
  border-radius: 20px;
  padding: 8px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.select2-results__option {
  padding: 10px 20px;
  border-radius: 20px;
  color: #666;
  font-weight: 500;
}

.select2-results__option--highlighted {
  background-color: #6c757d !important;
  color: #fff;
  font-weight: 600;
} */
/* new css end */

.form-select {
  background-color: #f5f5fa !important;
  color: #7d8594 !important;
  border-radius: 35px !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  min-width: 300px !important;
  border: 1px solid #ececf1 !important;
}

.whiteselect .select2-container--default .select2-selection--single {
  background-color: #f5f5fa;
  color: #7d8594;
  border-radius: 35px;
  padding: 8px 15px;
  font-size: 14px;
  min-width: 300px;
  border: 1px solid #ececf1;
}

.whiteselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  color: #d5dbe2;
}

.whiteselect .select2-container--default .select2-results__option {
  background-color: #f5f5fa;
  color: #7d8594;
  padding: 10px;
  font-size: 18px;
}

.whiteselect .select2-container--default .select2-results__option--highlighted {
  background-color: #7d8594;
  color: #fff;
  border-radius: 20px;
}

.whiteselect .custom-dropdown {
  background-color: #f5f5fa;
  border-radius: 0 0 35px 35px;
  padding: 10px;
  border: 1px solid #ececf1;
}

.whiteselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #7d8594;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
}

.whiteselect .select2-container .select2-selection--single {
  height: 55px;
}

.whiteselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 55px;
  right: 15px;
}

.whiteselect .select2-container {
  width: 100% !important;
}

.whiteselect
  .select2-container--default
  .select2-results
  > .select2-results__options {
  background: #f5f5fa;
  color: #7d8594;
}

.whiteselect
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23AEB3BF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
    no-repeat;
  width: 11px;
  height: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.whiteselect
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}

/* white search */
.white-input .form-control {
  border: 1px solid #ececf1;
  border-radius: 35px;
  background: #f5f5fa;
  padding-left: 50px;
  color: #7d8594;
}

.white-input .form-control::placeholder {
  color: #7d8594;
}

.white-input .form-control:focus {
  border: 1px solid #ececf1;
  border-radius: 35px;
  background: #f5f5fa;
}

.white-input {
  width: 30%;
  position: relative;
}

.black-select {
  width: 43%;
}

.white-input img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* BINARY EYE VIDEO STYLE */

/* success story animation  */
.sstext-box {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease-out;
}

.sstext-box.left {
  transform: translateX(-100%);
}

.sstext-box.visible {
  opacity: 1;
  transform: translateX(0);
}

.more-work {
  z-index: 1;
  position: relative;
}

.platform-logos .star-rate img {
  width: 18px;
  height: 18px;
}

/* .blue-gredient {
  background: linear-gradient(
    257.63deg,
    #083560 1.42%,
    #020f24 43.82%,
    #1f1c41 102.96%
  );
} */

.blue-gredient {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  padding: 1.5rem;
  background: linear-gradient(
    257.63deg,
    #083560 1.42%,
    #020f24 43.82%,
    #1f1c41 102.96%
  );
  background-size: 200% 200%;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition:
    background-position 1s ease,
    color 0.3s ease;
}

.blue-gredient::before {
  content: "";
  position: absolute;
  width: 345px;
  height: 345px;
  left: -100px;
  bottom: -180px;
  background: rgba(104, 40, 167, 0.6);
  filter: blur(262px);
  z-index: 1;
  border-radius: 100%;
}

.blue-gredient::after {
  content: "";
  position: absolute;
  width: 329px;
  height: 329px;
  right: -90px;
  top: -170px;
  background: #017ce2;
  filter: blur(200px);
  z-index: 1;
  border-radius: 100%;
}

/* Inner background layer (keeps content inside smooth radius) */
.blue-gredient > * {
  position: relative;
  z-index: 2;
}

/* Animate both border and background */
.blue-gredient:hover {
  background-position: right center;
}

.blue-gredient:hover::before {
  opacity: 1;
  background-position: 100% 0;
}

/* Optional: icon slide animation */
.blue-gredient svg {
  transition: transform 0.3s ease;
}

.blue-gredient:hover svg {
  transform: translateX(6px);
}

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* VIDEO WRAPPER */
/* .rmn-video {
  position: relative;
  z-index: 1;
} */

/* VIDEO */
/* .rmn-video video {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
} */

.usecase-video-bg {
  position: relative;
  display: flex;
}

/* REPLAY BUTTON */
.replay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
}

.replay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}

.map-development {
  background: #131c25;
  border: 1px solid #121a22;
  padding: 40px;
}

/* Arrow Animation */
.fade-target {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-target.show {
  opacity: 1;
}

/* base reveal animation for .ar sections */
.ar {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.ar.visible {
  opacity: 1;
  transform: translateY(0);
}

/* wrapper & placeholder */
.arrow-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

.arrow-placeholder {
  height: 530px;
  /* ✅ matches arrow height */
}

.black-arrow {
  opacity: 1 !important;
  transform: none !important;
  text-align: center;
  padding: 40px 0;
  transition:
    height 0.8s ease,
    padding 0.8s ease;
}

.black-arrow.shrink {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

/* the image (normal) */
.arrow-img {
  height: 530px;
  width: auto;
  display: block;
  margin: 0 auto;
  transform-origin: center;
  position: absolute;
  /* ✅ sits on top of placeholder */
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
  transition:
    transform 1.2s ease,
    opacity 1.5s ease 0.5s;
}

/* scaling class we toggle (keeps transform only) */
.arrow-img.scale-fullscreen {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(16);
  opacity: 0;
  z-index: 9999 !important;
  /* ✅ allow clicks through after animation */
  pointer-events: none;
}

/* fade target (gradient block) */
.fade-target {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-target.show {
  opacity: 1;
}

/* small performance hints */
.arrow-img,
.fade-target {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.list-group {
  cursor: pointer;
  /* Shows pointer on hover */
}

.sstext-box {
  position: relative;
  /* instead of absolute */
}

.work-with-us .row {
  --bs-gutter-x: 40px;
  /* Horizontal gap */
  --bs-gutter-y: 40px;
  /* Vertical gap */
}

.dropdown-menu {
  padding: 40px;

  .container-fluid {
    --bs-gutter-x: 0;
  }
}

.experience-more {
  padding-left: 67px !important;

  &:hover {
    color: #b4391a !important;

    img {
      filter: brightness(0) saturate(100%) invert(27%) sepia(70%)
        saturate(6284%) hue-rotate(358deg) brightness(92%) contrast(89%);
    }
  }
}

.custom-gap-203 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 203px;
  /* exact horizontal gap */
}

/* left side expands */
.custom-gap-203 > div:first-child {
  flex: 1;
}

/* right side only as wide as the slider content */
.slider-content {
  flex-shrink: 0;
  width: auto;
  max-width: 600px;
  /* optional - match your slider width */
}

.about-inside-text {
  position: absolute;
  top: 45%;
  left: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.about-inside-text h2 {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 12px;
}

.about-inside-text span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #d5dbe2;
  /* margin-bottom: 30px; */
  display: block;
}

.about-inside-text img {
  width: 20px;
  height: 20px;
  display: block;
  /* margin: auto; */
  text-align: center;
  border-radius: 0;
}

.elevate-inside-text {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.elevate-inside-text h2 {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 12px;
}

.elevate-inside-text span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #d5dbe2;
  /* margin-bottom: 30px; */
  display: block;
}

.elevate-inside-text img {
  width: 20px;
  height: 20px;
  display: block;
  /* margin: auto; */
  text-align: center;
  border-radius: 0;
}

/* Elevate Your Brand */
.about-section {
  position: relative;
  background-color: #f5f5fa;
  /* ← your BG color here */
  background-image: url("../img/elevate-your-brand-bg.png");
  background-repeat: no-repeat;
  background-position: 50px 40px;
  /* padding-left + padding-top */
  background-size: auto;
  /* ORIGINAL SIZE — no scaling */
}

/* Only animate when section is visible */
.about-section:not(.section-visible) .message-bubble {
  opacity: 0;
  transform: translateY(20px);
  animation: none;
}

.about-section.section-visible .message-bubble {
  animation: fadeSlideUp 0.8s ease-out forwards;
}

.employee-section {
  /* ===== COMMON EMPLOYEE SECTION STYLES START ===== */
  .employee-image-container {
    position: absolute;
    /* top: -12.82%;
    left: -3px; */
    /* width: 1030px; */
    height: 610px;
    z-index: 1;
    /* Image-specific properties will be overridden per employee */
  }
}

.employee-section {
  background-color: #f5f5fa;
  position: relative;
  overflow: visible;
  height: auto !important;
  min-height: auto;
}

.employee-section-inner {
  position: relative;
}

.employee-section .container-fluid.padding-employee {
  position: relative;
  z-index: 10;
  padding: 50px 0;
  /* top: 420px; */
}

/* Animation styles - common for all */
.employee-section:not(.section-visible) .message-bubble {
  opacity: 0;
  transform: translateY(20px);
  animation: none;
}

.employee-section .message-bubble {
  opacity: 1;
  /* Always visible */
  transform: translateY(0);
  /* No translation */
}

.employee-section.section-visible .message-bubble {
  animation: fadeSlideUp 0.8s ease-out forwards;
}

.employee-section .chat-container .message-bubble {
  opacity: 0;
  transform: translateY(20px);
}

.employee-section.section-visible .chat-container .message-bubble {
  animation: fadeSlideUp 0.8s ease-out forwards;
}

.employee-section.section-visible .chat-container .message-bubble:nth-child(1) {
  animation-delay: 0.2s;
}

.employee-section.section-visible .chat-container .message-bubble:nth-child(2) {
  animation-delay: 0.6s;
}

.employee-section.section-visible .chat-container .message-bubble:nth-child(3) {
  animation-delay: 1s;
}

/* Common animation keyframes */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== COMMON EMPLOYEE SECTION STYLES ENDS ===== */

.input-wrapper {
  position: relative;
}

.input-wrapper .form-control {
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  background:
    linear-gradient(#fafbff, #fafbff) padding-box,
    linear-gradient(91deg, #e55a37 -20.73%, #003996 80.56%) border-box !important;
  background-clip: padding-box, border-box !important;
  color: #14213d;
}

.bg-input-wrapper {
  background-image: url("../img/input-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  border-radius: 12px;
}

.custom-input {
  background: transparent !important;
  /* completely remove white bg */
  border: none;
  outline: none;
  box-shadow: none;
}

.input-with-icon {
  background-image: url("../svg/send-email-icon.svg");
  /* your image */
  background-repeat: no-repeat;
  background-position: right 12px center;
  /* right side */
  background-size: 22px;
  /* adjust size */
  padding-right: 45px;
  /* space so text doesn’t overlap icon */
}

.statistics-bg .map-naming {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #141822;
  backdrop-filter: blur(60px);
}

.blog-card-item {
  display: none;
}

.input-wrapper {
  position: relative;
}

.input-icon-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  opacity: 0.3;
  transition: opacity 0.2s ease;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

/* When input has text - change opacity */
.input-with-icon:not(:placeholder-shown) ~ .input-icon-right,
.input-with-icon:focus:not(:placeholder-shown) ~ .input-icon-right {
  opacity: 1;
}

/* Optional: also work when input has value */
.input-with-icon[value]:not([value=""]) ~ .input-icon-right {
  opacity: 1;
}

.trusted-logo {
  width: 10.95%;
  /* adjust size */
}

.mb-md-100 {
  margin-bottom: 100px !important;
}

.left-menu {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}

.left-menu .tab-profile {
  flex-shrink: 0;
}

.left-menu ul {
  padding-left: 0.06rem !important;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}

.left-menu > .d-flex:last-child {
  flex-shrink: 0;
}

.responsive-truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  max-width: 100%;
  /* mobile full width */
}

/* Fixed width for the left label area */
.metric-label {
  width: 220px;
  /* adjust as needed */
  flex-shrink: 0;
  /* prevent shrinking */
}

/* Allow label text to wrap within the fixed width box */
.metric-label span {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Prevent the icon from scaling */
.metric-label img {
  width: 24px;
  /* fixed size */
  height: 24px;
  /* optional but recommended */
  object-fit: contain;
  /* ensure shape remains correct */
}

/* Allow progress area to grow */
.metric-progress {
  flex: 1;
}

.tech-work-block {
  width: 600px;
  /* or any size you want */
  height: auto;
}

.number-list {
  list-style: decimal !important;
  padding-left: 20px !important;
}

/* Rest of your animation CSS remains the same */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message-bubble {
  border-radius: 20px;
  padding: 20px;
  opacity: 0;
  /* Initial state */
}

.messages-container .message-bubble:nth-child(1) {
  animation-delay: 0.3s;
}

.messages-container .message-bubble:nth-child(2) {
  animation-delay: 1.1s;
}

.messages-container .message-bubble:nth-child(3) {
  animation-delay: 1.9s;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.padding-y-50 {
  padding: 50px 0;
}

.bg-card-color {
  background: #f5f5fa;
}

.feature-list {
  list-style: none;
  padding-left: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.feature-list li::before {
  background: url("../svg/bullet.svg") no-repeat;
  width: 20px;
  height: 22px;
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
}

/* Arrow */
/* Initial container and title styles */
#initialContainer {
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#initialContainer.hide-container {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.initial-title {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Moved title styles */
.moved-title-container {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.moved-title-container.show {
  opacity: 1;
}

/* Arrow animation styles */
.black-arrow {
  opacity: 1 !important;
  transform: none !important;
  text-align: center;
  padding: 40px 0;
  transition:
    height 0.8s ease,
    padding 0.8s ease;
}

.black-arrow.shrink {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.arrow-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

.arrow-placeholder {
  height: 530px;
}

.fade-target {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-target.show {
  opacity: 1;
}

/* Ensure proper spacing */
.arrow-section {
  position: relative;
  overflow: hidden;
}

/* Sticket Top */
.case-studies-section {
  position: relative;
  background: #000;
  /* or your background color */
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000;
  /* Match your background color */
  /* padding: 20px 0; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Add padding to content to account for sticky header height */
.content-container {
  padding-top: 20px;
}

/* Ensure proper spacing */
.pb-50 {
  padding-bottom: 50px;
}

/* Your existing styles */
.text-white {
  color: #fff !important;
}

.fw-extra-dark {
  font-weight: 800;
}

.font-58 {
  font-size: 58px;
}

/* .sub-text-tt {
  color: rgba(255, 255, 255, 0.7);
} */

.blackselect .dropdown {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 8px;
}

.black-input {
  position: relative;
  display: flex;
  align-items: center;
}

.black-input img {
  position: absolute;
  left: 32px;
  width: 20px;
  height: 20px;
}

.black-input input {
  background: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  padding: 13px 20px 13px 45px;
  border-radius: 8px;
  width: 300px;
}

.black-input input::placeholder {
  color: #666;
}

.nav-pills.horizontal-scroll {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  padding-bottom: 5px !important;
  white-space: nowrap !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

.nav-pills.horizontal-scroll::-webkit-scrollbar {
  height: 4px !important;
}

.nav-pills.horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px !important;
}

.nav-pills.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}

.nav-pills.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.nav-pills.horizontal-scroll .nav-item {
  display: inline-block !important;
  float: none !important;
  white-space: nowrap !important;
}

.nav-pills.horizontal-scroll .nav-item button {
  white-space: nowrap !important;
}

/* Tabs Scroll */
.tabs-outer {
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  /* critical */
}

/* Inner UL scrolls */
.tabs-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 4px;
}

/* Hide scrollbar but keep functionality (optional) */
.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
  width: 8px;
  /* Width of vertical scrollbar */
  height: 8px;
  /* Height of horizontal scrollbar */
}

/* Form Scroll Customization */
.form-control.resize-none {
  /* Your existing styles */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* For Firefox: thumb color track color */
}

/* For Webkit browsers (Chrome, Safari, Edge) */
.form-control.resize-none::-webkit-scrollbar {
  width: 8px;
  /* Width of vertical scrollbar */
  height: 8px;
  /* Height of horizontal scrollbar */
}

.form-control.resize-none::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}

.form-control.resize-none::-webkit-scrollbar-thumb {
  background: #888;
  /* Scrollbar color */
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  /* Creates padding effect */
}

.form-control.resize-none::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color on hover */
}

/* Optional: Style the corner when both scrollbars are present */
.form-control.resize-none::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* WE UNDERTSAND BLOCK SLIDER STYLE */
.worries-slider-block p {
  margin-bottom: 60px;
}

.worries-slider {
  position: relative;
}

.worries-slider .testimonial-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.worries-slider .slick-arrow {
  background: #ffffff;
  border: 1px solid #ececf1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 0;
}

.worries-slider:hover .slick-arrow {
  opacity: 1;
}

.worries-slider .slick-next {
  right: 0;
}

.slick-prev:before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  /* Adjust based on your image size */
  height: 24px !important;
  /* Adjust based on your image size */
  background-image: url("../svg/slider-arrow-left.svg") !important;
  /* or .png, .jpg etc */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  /* Remove any default Slick styles */
  opacity: 1 !important;
  font-family: inherit !important;
}

.slick-next:before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  /* Adjust based on your image size */
  height: 24px !important;
  /* Adjust based on your image size */
  background-image: url("../svg/slider-arrow-right.svg") !important;
  /* or .png, .jpg etc */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  /* Remove any default Slick styles */
  opacity: 1 !important;
  font-family: inherit !important;
}

.accordion-ref-det .accordion-button {
  padding: 0 0 24px 0 !important;
}

/* Scrollbar End */

/* tooltip start */
.tooltip-container {
  position: relative;
}

.tooltip-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-trigger:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* tooltip end */

.banner-img {
  border-radius: 20px;
  background:
    url(<path-to-image>) lightgray 0px -21.719px / 100% 186.985% no-repeat,
    url(<path-to-image>) lightgray 50% / cover no-repeat,
    #fff;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
}

.tab-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /* For smooth scrolling on iOS */
}

.tab-scroll-container ul {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
  /* Remove bottom margin if any */
}

.tab-scroll-container .nav-item {
  display: inline-block;
  float: none;
}

.menu-blogs a {
  pointer-events: none;
  cursor: default;
}

/* Make non-clickable menu items look consistent */
.non-clickable {
  cursor: pointer;
  /* Keep pointer cursor for dropdown items */
}

/* For the blog menu that's completely disabled */
.menu-blogs .nav-link {
  cursor: default;
  opacity: 0.8;
  /* Optional: slightly dim to indicate it's not clickable */
}

/* Optional: Add a subtle indicator that blog is coming soon */
.menu-blogs .nav-link::after {
  content: " (Soon)";
  font-size: 12px;
  color: #e2694b;
  font-weight: normal;
}

.char-counter-bottom {
  position: absolute;
  bottom: -18px;
  right: 12px;
  font-size: 12px;
  color: #6c757d;
  pointer-events: none;
  z-index: 1;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 10px 6px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--Card-Stroke, #ececf1);
  background: var(--White, #fff);
}

.lang-option {
  cursor: pointer;
  color: #4d5461;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 2px 6px;
}

.lang-option:hover {
  color: var(--secondary-color);
}

.lang-option.active {
  color: var(--secondary-color);
  font-weight: 500;
}

.lang-separator {
  color: #ccc;
  font-weight: 300;
}

.blackselect .hidden-option {
  display: none !important;
  height: 1px !important;
}

ul.about-us-values-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: var(--sub-text-tt);
}

.about-us-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-values-list li {
  max-width: max-content; /* Maximum width */
  padding: 0 0 0 30px;
}

/* Cookies CSS Added by Dhruvang Start */
.ss_cookiemodal .modal-content {
  border-radius: 20px;
}

.ss_cookiemodal .modal-body {
  padding: 25px 23px;
}

.ss_cookie_con {
  padding-top: 30px;
}

.ss_cookie_con h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
}

.ss_cookie_con p {
  font-weight: 700;
  font-size: 16px;
  color: #717171;
  margin: 20px 0;
}

.ss_cookie_con.ss_setcookie_con p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}

.ss_cookie_con p a {
  color: #c85108;
}

.ss_cookie {
  padding: 30px 0;
}

.ss_cookiemodal .ss_btn_s {
  padding-top: 20px;
}

.ss_cookiemodal .ss_cookie_con h2 {
  margin: 0 0 30px 0;
}

.ss_set_cookiemodal .modal-content {
  border-radius: 20px;
}

.ss_set_cookiemodal .modal-body {
  padding: 0;
}

.ss_swich h4 {
  font-weight: 900;
  font-size: 20px;
  color: #e2694b;
  margin-bottom: 0;
}

.ss_cookie_con.ss_setcookie_con {
  padding: 20px 40px;
}

.ss_modal_border {
  border-bottom: 1px solid #000;
  opacity: 0.2;
}

.ss_setcookie_main {
  padding: 30px 0;
}

.ss_setcookie_main h2 {
  font-weight: 900;
  font-size: 30px;
  text-transform: capitalize;
  color: #353535;
  padding: 0 40px;
  margin-bottom: 0;
}

.ss_set_cookiemodal .ss_btn_s {
  padding-top: 30px;
}

.ss_set_cookiemodal input[type="checkbox"].toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}

.ss_set_cookiemodal input[type="checkbox"].toggle + label {
  height: 35px;
  line-height: 35px;
  background-color: #f1f1f1;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.ss_set_cookiemodal input[type="checkbox"].toggle + label:before,
input[type="checkbox"].toggle + label:hover:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.ss_set_cookiemodal input[type="checkbox"].toggle + label .off,
input[type="checkbox"].toggle + label .on {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.ss_set_cookiemodal input[type="checkbox"].toggle + label .off {
  margin-left: 40px;
  display: inline-block;
  color: #e2694b;
}

.ss_set_cookiemodal input[type="checkbox"].toggle + label .on {
  display: none;
}

.ss_set_cookiemodal input[type="checkbox"].toggle:checked + label .off {
  display: none;
}

.ss_set_cookiemodal input[type="checkbox"].toggle:checked + label .on {
  margin-right: 40px;
  display: inline-block;
  color: #fff;
}

.ss_set_cookiemodal input[type="checkbox"].toggle:checked + label,
input[type="checkbox"].toggle:focus:checked + label {
  background-color: #e2694b;
}

.ss_set_cookiemodal input[type="checkbox"].toggle:checked + label:before,
input[type="checkbox"].toggle:checked + label:hover:before,
input[type="checkbox"].toggle:focus:checked + label:before,
input[type="checkbox"].toggle:focus:checked + label:hover:before {
  background-position: 0 0;
  top: 2px;
  left: 100%;
  margin-left: -33px;
}

.ss_btn_s_w .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 180px;
}

.ss_btn_s_w .btn {
  padding: 0;
  position: relative;
}

.ss_btn_s_w .btn:active {
  --scale: 0.95;
}

.ss_btn_s_w .btn > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #003996;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 600;
  transform: skewX(calc(var(--skew) * -1deg));
}

.ss_btn_s_w .shape_text::before {
  content: "";
  top: 0;
  left: -13px;
  background-image: url(../svg/logo_dark_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn_s_w .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn_s_w .shape_text:after {
  content: "";
  top: 0;
  left: 79%;
  height: 46px;
  width: 51px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn_s_w .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn_s_w .btn:hover .shape_text:after {
  opacity: 1;
}

.ss_btn_s .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-image: linear-gradient(
    to right,
    #e55a37,
    #003996,
    #003996,
    #e55a37
  );
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 180px;
}

.ss_btn_s .btn {
  padding: 0;
  position: relative;
  font-weight: 600;
}

.ss_btn_s .btn:active {
  --scale: 0.95;
}

.ss_btn_s .btn > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 13px;
  transform: skewX(calc(var(--skew) * -1deg));
}

.ss_btn_s .shape_text::before {
  content: "";
  top: 0;
  left: -13px;
  background-image: url(../svg/logo_white_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn_s .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn_s .shape_text:after {
  content: "";
  top: -1px;
  left: 79.5%;
  height: 50px;
  width: 53px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn_s .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn_s .btn:hover .shape_text:after {
  opacity: 1;
}

.ss_btn .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-color: #003996;
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 200px;
}

.ss_btn .btn {
  padding: 0;
  position: relative;
}

.ss_btn .btn:active {
  --scale: 0.95;
}

.ss_btn .btn > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
  font-size: 13px;
  transform: skewX(calc(var(--skew) * -1deg));
  font-weight: 600;
}

.shape_text::before {
  content: "";
  top: 0;
  left: -13px;
  background-image: url(../svg/logo_white_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn .shape_text:after {
  content: "";
  top: -1px;
  left: 81.5%;
  height: 50px;
  width: 53px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn .btn:hover .shape_text:after {
  opacity: 1;
}

.ss_btn_1 .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-color: #003996;
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 280px;
}

.ss_btn_1 .btn {
  padding: 0;
  position: relative;
  font-weight: 600;
}

.ss_btn_1 .btn:active {
  --scale: 0.95;
}

.ss_btn_1 .btn > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
  font-size: 13px;
  transform: skewX(calc(var(--skew) * -1deg));
}

.ss_btn_1 .shape_text::before {
  content: "";
  top: 0;
  left: -13px;
  background-image: url(../svg/logo_white_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn_1 .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn_1 .shape_text:after {
  content: "";
  top: -1px;
  left: 87%;
  height: 50px;
  width: 53px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn_1 .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn_1 .btn:hover .shape_text:after {
  opacity: 1;
}

.ss_btn_2 .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-color: #003996;
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 320px;
}

.ss_btn_2 .btn {
  padding: 0;
  position: relative;
}

.ss_btn_2 .btn:active {
  --scale: 0.95;
}

.ss_btn_2 .btn > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  transform: skewX(calc(var(--skew) * -1deg));
}

.ss_btn_2 .shape_text::before {
  content: "";
  top: 0;
  left: -13px;
  background-image: url(../svg/logo_white_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn_2 .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn_2 .shape_text:after {
  content: "";
  top: -1px;
  left: 88.5%;
  height: 50px;
  width: 53px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn_2 .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn_2 .btn:hover .shape_text:after {
  opacity: 1;
}

.ss_btn_2_w .btn::before {
  content: "";
  --scale: 1;
  --skew: -16;
  padding: 0.5rem 1rem;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  transition: transform 0.1s ease-out;
  transform: skewX(calc(var(--skew) * -1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
  color: #fff;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  height: 44px;
  width: 320px;
}

.ss_btn_2_w .btn {
  padding: 0;
  position: relative;
}

.ss_btn_2_w .btn:active {
  --scale: 0.95;
}

.ss_btn_2_w .btn > * {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 44px;
  color: #003996;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 13px;
  transform: skewX(calc(var(--skew) * -1deg));
}

.ss_btn_2_w .shape_text::before {
  content: "";
  top: -1px;
  left: -13px;
  background-image: url(../svg/logo_dark_icon.svg);
  height: 45px;
  width: 50px;
  position: absolute;
  background-size: cover;
  transition: 0.8s all;
}

.ss_btn_2_w .btn:hover .shape_text::before {
  content: "";
  top: -1px;
  left: 100%;
  opacity: 0;
}

.ss_btn_2_w .shape_text:after {
  content: "";
  top: -1px;
  left: 88.2%;
  height: 50px;
  width: 53px;
  position: absolute;
  background-size: contain;
  transition: 0.8s all;
  background-image: url(../svg/right_hover.svg);
  opacity: 0;
  font-size: 14px;
  color: #003996;
  line-height: 35px;
  background-repeat: no-repeat;
}

.ss_btn_2_w .btn:hover::before {
  transition: all ease 0.5s 0s;
  transform: skewX(calc(var(--skew) * 1.8deg)) scale(var(--scale))
    translate3d(0, 0, 0);
}

.ss_btn_2_w .btn:hover .shape_text:after {
  opacity: 1;
}

.w-percent-15 {
  width: 15% !important;
}

.w-percent-30 {
  width: 30% !important;
}

.w-percent-40 {
  width: 40% !important;
}

.w-percent-70 {
  width: 70% !important;
}

.w-percent-80 {
  width: 80% !important;
}

.w-percent-85 {
  width: 85% !important;
}

/* Cookies CSS Added by Dhruvang End */

/* Glob icon tooltip */
.glob-tooltip {
  position: fixed;
  width: 610px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  transform: translateY(8px);
}
.glob-tooltip.tt-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.glob-tooltip-img {
  width: calc(100% - 24px);
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin: 12px 12px 0;
}
.glob-tooltip-body {
  padding: 16px 18px 18px;
}
.glob-tooltip-title {
  font-size: 18px;
  font-weight: 600;
  color: #14213d;
  margin: 0 0 6px 0 !important;
  line-height: 1.35;
}
.glob-tooltip-subtitle {
  font-size: 16px;
  color: #7d8594;
  margin: 0 0 16px 0 !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.glob-tooltip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.glob-tooltip-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
  background: #f5f5fa;
  color: #14213d;
  white-space: nowrap;
  letter-spacing: 0.4px;
}
.glob-tooltip-tag img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.glob-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.glob-tooltip.tt-top .glob-tooltip-arrow {
  bottom: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.06));
}
.glob-tooltip.tt-bottom .glob-tooltip-arrow {
  top: -9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.06));
}

@media (width: 375px) {
  .menu-img-desc {
    top: 18% !important;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .season_tabs ul {
    display: none;
  }

  .outline-btn {
    font-size: 14px;
  }

  .font-18 {
    font-size: 14px !important;
  }

  .glob-logo-block {
    position: absolute;
    top: 33%;
    left: 54.5%;
    transform: translate(-50%, -50%);
  }

  .content-centered {
    width: fit-content;
    margin: 0 auto;
    /* centers the whole block */
    text-align: left;
    /* keeps inner text left aligned */
    align-items: flex-start !important;
    /* ensures left alignment of items */
  }

  .elevate-block {
    background: none !important;
  }
}

@media (max-width: 373.98px) {
  .software-img-gredient {
    width: 90% !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .menu-img-desc {
    top: 10% !important;
    margin-bottom: 20px;
  }

  .we-understand-slider .clh-vd #clutch-video-background {
    height: auto !important;
  }

  .slider-big-cards__item {
    padding: 16px;
    font-size: 14px;
  }

  .slider-big-cards__item h3 {
    font-size: 16px;
  }

  .slider-big-cards__item p,
  .slider-big-cards__item h4,
  .slider-big-cards__item span {
    font-size: 14px;
  }

  .d-md-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .exp-rate {
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .exp-rate img {
    width: 16px;
    height: 16px;
  }

  .profile-img {
    width: 40px;
    height: 40px;
  }

  .go-corner {
    display: none;
    /* optional if it’s causing overlap */
  }

  .slider-big-cards__item img {
    max-width: 100%;
    height: auto;
  }

  .clutch-card {
    display: block;
    width: 100%;
  }

  .clutch-card {
    margin: 0 !important;
  }

  .slick-dots {
    position: static !important;
  }

  .service-card-main {
    padding-bottom: 0 !important;
  }

  .sds-padding {
    margin-bottom: 0px !important;
    margin-top: 100px !important;
  }

  .key-description {
    padding: 0 20px !important;
  }

  /* NEw section */
  .footer-main {
    padding-top: 80px;
  }

  .main-foo {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .left-foo,
  .right-foo {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .link-col1,
  .link-col5,
  .link-col4 {
    width: 100% !important;
    margin: 0 0 24px 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-abt h4 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }

  .social-icons {
    justify-content: center !important;
  }

  .copyright-block {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .ml-mobile-60 {
    margin-left: 0 !important;
  }

  .dropdown-four .container-fluid .row div:nth-child(4) {
    margin-bottom: 100px;
  }

  .gredient-block:after {
    width: 350px;
    height: 350px;
    right: -170px;
    top: -178px;
  }

  .footer-main .container {
    position: relative;
    z-index: 2;
  }

  .end-cltch {
    zoom: 80% !important;
  }

  .how-we-made-difference .container div:nth-child(2) {
    position: relative;
    z-index: 1;
  }

  .text-animation-block.box-pd {
    padding: 70px 0 0 0;
  }

  .why-consulting-strategy.box-pd {
    padding: 0 0 50px 0;
  }

  .by-block {
    flex: 1 1 calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
    height: auto;
  }

  .container-fluid {
    --bs-gutter-x: 0 !important;
  }

  .logoiconA {
    padding: 10px 10px 10px 0 !important;
  }

  .how-we-made-difference .pb-5 {
    margin-bottom: 100px !important;
  }

  /* Our Services >	web-app-development */
  .stiky-block {
    position: relative;
  }

  /* Our Services >	mobile-app-development */

  .embrace-the-future .stiky-block {
    padding-bottom: 100px;
  }

  .box-pd.embrace-the-future {
    padding: 100px 0 30px 0;
  }

  .map-development.p-4 {
    padding: 0 !important;
  }

  .map-development .right-platform-desc {
    align-items: center !important;
  }

  .mad-top-section .col-lg-7 .ml-mobile-80 {
    display: flex;
    flex-direction: column;
    /* stack items vertically */
    align-items: center;
    /* horizontal center */
    justify-content: center;
    /* vertical center (if there's height space) */
    text-align: center;
    /* center text inside */
    margin-left: 20px;
  }

  .mad-top-section .col-lg-7 .ml-mobile-80 span {
    text-align: left;
  }

  .categories-vertical-tab .season_tabs {
    display: block;
  }

  /* Contact Us */
  .mp-1 {
    top: -2% !important;
    left: 10% !important;
    width: fit-content;
  }

  .mp-2 {
    top: 34% !important;
    left: 46% !important;
  }

  .mp-3 {
    top: 42% !important;
    left: 66% !important;
  }

  .mp-4 {
    bottom: 6% !important;
    right: 0% !important;
    width: fit-content;
  }

  /* .mp-2 img,
  .mp-3 img {
    width: 20px !important;
  } */

  .map-pin {
    width: 25px !important;
  }

  .follow-our-work-on .col-md-4 {
    width: 100%;
  }

  .menu-our-services .container-fluid .row div:nth-child(2) {
    padding-bottom: 40px;
  }

  .blog-detail-black-strip
    .container
    .cat-soc-section
    .category-section
    .d-block
    div:nth-child(2) {
    margin-bottom: 16px;
  }

  .blog-detail-black-strip .container .cat-soc-section .social-section div {
    margin-bottom: 16px;
  }

  .bd-vt-section .season_tab ul {
    display: none;
  }

  .bd-vt-section .season_tab .d-flex button {
    font-size: 12px;
    padding: 10px 10px;
  }

  .list-group img {
    max-width: 300px !important;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .season_tabs ul {
    display: none;
  }

  .outline-btn {
    font-size: 14px;
  }

  .font-18 {
    font-size: 14px !important;
  }

  .session-future .nav {
    width: auto;
  }

  .glob-logo-block {
    position: absolute;
    top: 33%;
    left: 54.5%;
    transform: translate(-50%, -50%);
  }

  .elevate-block {
    background: none !important;
  }
}

@media (min-width: 374px) and (max-width: 391.98px) {
  .key-service {
    margin-top: 0px;
    margin-bottom: 250px;
  }

  .service-card-main {
    height: 0 !important;
    padding-bottom: 0px !important;
  }

  .box-pd-succes {
    padding: 50px 0;
  }

  .menu-img-desc {
    top: 18%;
  }

  .link-col1,
  .link-col5,
  .link-col4 {
    width: 100% !important;
    margin: 0 0 24px 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .left-foo,
  .right-foo {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .ml-mobile-60 {
    margin-left: 0px !important;
  }

  .footer-main .container {
    position: relative;
    z-index: 2;
  }

  .by-block {
    flex: 1 1 calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
    height: auto;
  }

  /* .how-we-made-difference .mb-3 {
    margin-bottom: 0 !important;
  } */

  /* .how-we-made-difference .pt-3 {
    padding-top: 0 !important;
  } */

  .how-we-made-difference .pb-5 {
    margin-bottom: 100px !important;
  }

  /* .how-we-made-difference .container div:nth-child(2) {
    position: relative;
    z-index: 1;
  } */

  .text-animation-block.box-pd {
    padding: 70px 0 0 0;
  }

  .text-animation-block.mb-60 {
    margin-bottom: 0 !important;
  }

  /* .cas-section.text-animation-block.box-pd {
    padding: 0 !important;
  } */

  .why-consulting-strategy.box-pd {
    padding: 0 0 50px 0 !important;
  }

  /* Our Services >	web-app-development */
  .stiky-block {
    position: relative;
  }

  /* Our Services >	mobile-app-development */

  .embrace-the-future .stiky-block {
    padding-bottom: 100px;
  }

  .box-pd.embrace-the-future {
    padding: 100px 0 30px 0;
  }

  .map-development.p-4 {
    padding: 0 !important;
  }

  .map-development .right-platform-desc {
    align-items: center !important;
  }

  .mad-top-section .col-lg-7 .ml-mobile-80 {
    text-align: center;
    /* center text inside */
    margin-left: 50px;
    width: fit-content;
  }

  .categories-vertical-tab .season_tabs {
    display: block;
  }

  .wad-section .ml-mobile-80 {
    margin-left: 88px;
  }

  .list-group img {
    max-width: 300px !important;
  }

  .bd-vt-section .season_tab .d-flex button {
    font-size: 14px;
  }

  .bd-vt-section .season_tab ul {
    display: none;
  }

  .blog-detail-black-strip
    .container
    .cat-soc-section
    .category-section
    .d-block
    div:nth-child(2) {
    margin-bottom: 16px;
  }

  .blog-detail-black-strip .container .cat-soc-section .social-section div {
    margin-bottom: 16px;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .work-with-us .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  /* .sstext-box {
    padding: 0 !important;
  } */

  .padding-100 {
    padding: 570px 16px 0 16px !important;
  }

  .about-section {
    background-position: 17px 40px;
    background-size: 800px;
  }

  .cluth-block {
    margin: 0 !important;
  }

  .monali-patel .cluth-block {
    width: 100% !important;
    height: auto !important;
  }

  .monali-patel .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: auto !important;
  }

  .emp-name-desi {
    padding-bottom: 20px;
  }

  .container.mobile-slider {
    text-align: start !important;
  }

  .content-centered {
    width: fit-content;
    margin: 0 auto;
    /* centers the whole block */
    text-align: left;
    /* keeps inner text left aligned */
    align-items: flex-start !important;
    /* ensures left alignment of items */
  }

  .season_tabs ul {
    display: none;
  }

  .outline-btn {
    font-size: 14px;
  }

  .font-18 {
    font-size: 14px !important;
  }

  .session-future .nav {
    width: auto;
  }

  .glob-logo-block {
    position: absolute;
    top: 33%;
    left: 54.5%;
    transform: translate(-50%, -50%);
  }

  .categories-vertical-tab .season_tab span {
    display: none;
  }

  .categories-vertical-tab .season_tab .mt-4 {
    margin-top: 0 !important;
  }

  .categories-vertical-tab .season_tab .outline-btn.round-btn {
    margin: 0 !important;
  }

  .tech-work-block {
    width: 390px;
  }

  /* Contact Us */
  .mp-1 {
    top: 2% !important;
    left: 14% !important;
    width: fit-content;
  }

  .mp-2 {
    top: 36% !important;
    left: 46% !important;
  }

  .mp-3 {
    top: 44.6% !important;
    left: 63% !important;
  }

  .mp-4 {
    bottom: 12% !important;
    right: 0% !important;
    width: fit-content;
  }

  /* .mp-2 img,
      .mp-3 img {
        width: 20px !important;
      } */

  .map-pin {
    width: 25px !important;
  }

  .reach-box {
    width: 250px !important;
  }

  .reach-box .flag-icon {
    width: 30px !important;
  }

  .reach-box .font-20 {
    font-size: 14px !important;
  }

  .reach-box a .round-bg-white {
    width: 30px !important;
    height: 30px !important;
  }

  #clutch-video-background-about {
    height: 550px;
  }

  .fill-btn {
    font-size: 16px;
  }

  .elevate-block {
    background: none !important;
  }

  .graph-block.mb-5 {
    margin-bottom: 0 !important;
  }

  .succes-block .key-description {
    margin-top: 0 !important;
  }

  .we-understand-slider.box-pd {
    padding: 110px 0 100px 0 !important;
  }

  .we-understand-slider .container.mb-60 {
    margin-bottom: 30px !important;
  }

  .clutch-inside-text .rate-block.d-flex {
    display: flex !important;
  }

  .webkit-fill {
    width: -webkit-fill-available !important;
  }

  .shriyank-mendpara {
    margin-top: 120px !important;
  }

  .shriyank-mendpara.mb-100 {
    margin-bottom: 350px !important;
    overflow: hidden;
  }

  /* .sakshi-pandey {
    margin-top: 200px;
    height: 1400px;
  }

  .sakshi-pandey .cluth-block {
    height: 500px !important;
  }

  .sakshi-pandey .cluth-block #clutch-video-background-elevate {
    height: 500px !important;
  }

  .sakshi-pandey .employee-image-container {
    width: 100% !important;
    overflow: hidden;
  }

  .sakshi-pandey .chat-container.w-50 {
    width: 100% !important;
  }

  .sakshi-pandey .cluth-block.w-674 {
    width: 100% !important;
  } */

  #clutch-video-background-elevate {
    height: 500px;
  }

  .wad-section .gap-60 {
    gap: 60px !important;
  }

  .box-pd.discover-the-future {
    padding: 100px 0 !important;
  }

  .box-pd.why-us-des {
    padding: 0 !important;
  }

  .why-us-tit .strategy-tt {
    margin-bottom: 0 !important;
  }

  /* .strategy-tt {
    margin-bottom: 0 !important;
  } */

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .header-menu.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container.header-menu2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .app-room-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .mactrade-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .unico-swiss-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .rmn-events-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .dolmetcher-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .meal-planner-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .hero-section-bg .col-md-5 {
    margin-top: 0;
  }

  .hero-section-bg .col-md-7 .mb-5 {
    margin-bottom: 0 !important;
  }

  .dolmetcher-change-order col-md-5 {
    padding-bottom: 40px;
  }

  .meal-planner-change-order col-md-5 {
    padding-bottom: 40px;
  }

  /* Employee Section */
  .employee-image-container {
    top: -120px !important;
    left: -4px !important;
  }

  .monali-patel .employee-image-container {
    top: -120px !important;
    overflow: hidden;
    left: -5px !important;
  }

  .employee-image-container img {
    width: 700px !important;
  }

  .monali-patel .employee-image-container img {
    width: 760px !important;
  }

  .chat-container {
    width: 100% !important;
  }

  .employee-section.shriyank-mendpara {
    min-height: 1400px;
  }

  .andré-r.employee-section {
    min-height: 1400px;
    margin-top: 130px;
  }

  .employee-section.sakshi-pandey {
    min-height: 1330px;
  }

  .employee-section-inner .w-674 {
    width: 100%;
  }

  .employee-section .container-fluid.padding-employee {
    top: 300px;
  }

  .monali-patel.employee-section .container-fluid.padding-employee {
    top: 330px;
  }

  .trusted-video-section.box-pd {
    padding: 0 0 100px 0;
  }

  .constr-padding .pb-100 {
    padding-bottom: 0;
  }

  .glob-animation .top-anim {
    width: 100% !important;
  }

  .end-cltch {
    zoom: 90% !important;
    left: -28px !important;
    bottom: 5%;
  }

  .wus-review-section .slick-dots li {
    width: 12px !important;
    height: 12px !important;
  }

  .wus-review-section .slick-dots li button {
    width: stretch;
    height: stretch;
    padding: 0px;
  }

  .box-pd.elevate-block.wad-section.hero-section-bg .col-md-7 {
    padding: 0;
  }

  .trusted-logo {
    width: 43%;
  }

  .wus-review-section .slick-slide {
    padding: 0 !important;
  }

  .margin-top-none {
    margin-top: 0;
  }

  .references-section {
    width: 100% !important;
  }

  .monali-patel.employee-section {
    min-height: 1400px;
    margin-top: 130px;
  }

  /* .monali-patel .employee-content-container .tablet-center {
    gap: 30px !important;
  } */

  .about-us-section .end-cltch {
    left: 0 !important;
  }

  ul.about-us-values-list {
    flex-direction: column;
  }
}

@media (min-width: 392px) and (max-width: 428px) {
  .menu-img-desc {
    top: 20% !important;
  }

  .service-card-main {
    height: 0 !important;
    padding-bottom: 270px !important;
  }

  .link-col1,
  .link-col5,
  .link-col4 {
    width: 100% !important;
    margin: 0 0 24px 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .left-foo,
  .right-foo {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .ml-mobile-60 {
    margin-left: 0px !important;
  }

  .footer-main .container {
    position: relative;
    z-index: 2;
  }

  .end-cltch {
    zoom: 90% !important;
    bottom: 4%;
    left: 111px !important;
  }

  .by-block {
    flex: 1 1 calc(100% - 0px) !important;
    max-width: calc(100% - 0px) !important;
    height: auto;
  }

  /* .how-we-made-difference .mb-3 {
    margin-bottom: 0 !important;
  } */

  .how-we-made-difference .pt-3 {
    padding-top: 0 !important;
  }

  .how-we-made-difference .pb-5 {
    margin-bottom: 100px !important;
  }

  .how-we-made-difference .container div:nth-child(2) {
    position: relative;
    z-index: 1;
  }

  .text-animation-block.box-pd {
    padding: 0 !important;
  }

  .text-animation-block.mb-60 {
    padding: 0 !important;
  }

  .why-consulting-strategy.box-pd {
    padding: 0 0 50px 0 !important;
  }

  /* Our Services >	web-app-development */
  .stiky-block {
    position: relative;
  }

  /* Our Services >	mobile-app-development */

  .embrace-the-future .stiky-block {
    padding-bottom: 100px;
  }

  .box-pd.embrace-the-future {
    padding: 100px 0 30px 0;
  }

  .map-development.p-4 {
    padding: 0 !important;
  }

  .map-development .right-platform-desc {
    align-items: center !important;
  }

  .categories-vertical-tab .season_tabs {
    display: block;
  }

  .follow-our-work-on .col-md-4 {
    width: 100%;
  }

  .trusted-video-section .glob-logo-block {
    margin: 25px 0 30px 10px !important;
  }

  .list-group img {
    max-width: 300px !important;
  }

  .blog-detail-black-strip
    .container
    .cat-soc-section
    .category-section
    .d-block
    div:nth-child(2) {
    margin-bottom: 16px;
  }

  .blog-detail-black-strip .container .cat-soc-section .social-section div {
    margin-bottom: 16px;
  }

  .bd-vt-section .season_tab ul {
    display: none;
  }

  .bd-vt-section .season_tab .d-flex button {
    font-size: 12px;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .cluth-block {
    margin: 0 !important;
    height: auto !important;
  }

  #clutch-video-background-about {
    height: 500px !important;
  }

  .ml-mobile-80 {
    margin-left: 0 !important;
  }

  .season_tabs ul {
    display: none;
  }

  .outline-btn {
    font-size: 14px;
  }

  .font-18 {
    font-size: 14px !important;
  }

  .glob-logo-block {
    position: absolute;
    top: 33%;
    left: 54.5%;
    transform: translate(-50%, -50%);
  }

  .categories-vertical-tab .season_tab span {
    display: none;
  }

  .categories-vertical-tab .season_tab .mt-4 {
    margin-top: 0 !important;
  }

  .categories-vertical-tab .season_tab .outline-btn.round-btn {
    margin: 0 !important;
  }

  .content-centered {
    width: fit-content;
    margin: 0 auto;
    /* centers the whole block */
    text-align: left;
    /* keeps inner text left aligned */
    align-items: flex-start !important;
    /* ensures left alignment of items */
  }

  .tech-work-block {
    width: 440px !important;
  }

  /* Contact Us */
  .mp-1 {
    top: 3% !important;
    left: 17% !important;
    width: fit-content;
  }

  .mp-2 {
    top: 35.4% !important;
    left: 46.4% !important;
  }

  .mp-3 {
    top: 45% !important;
    left: 63% !important;
  }

  .mp-4 {
    bottom: 14% !important;
    right: 4% !important;
    width: fit-content;
  }

  /* .mp-2 img,
      .mp-3 img {
        width: 20px !important;
      } */

  .map-pin {
    width: 25px !important;
  }

  .reach-box {
    width: 250px !important;
  }

  .reach-box .flag-icon {
    width: 30px !important;
  }

  .reach-box .font-20 {
    font-size: 14px !important;
  }

  .reach-box a .round-bg-white {
    width: 30px !important;
    height: 30px !important;
  }

  .fill-btn {
    font-size: 16px;
  }

  /* Employee Section */
  .employee-image-container {
    top: -120px !important;
    overflow: hidden;
    left: -5px !important;
  }

  .shriyank-mendpara .employee-image-container {
    top: -120px !important;
    overflow: hidden;
    left: -5px !important;
  }

  .andré-r .employee-image-container {
    top: -120px !important;
    overflow: hidden;
    left: -5px !important;
  }

  .employee-image-container img {
    width: 1062px !important;
  }

  .shriyank-mendpara .employee-image-container img {
    width: 830px !important;
  }

  .andré-r .employee-image-container img {
    width: 740px !important;
  }

  .employee-section {
    height: 1460px !important;
  }

  .shriyank-mendpara.employee-section {
    margin-top: 100px;
    height: 1420px !important;
  }

  .monali-patel.employee-section {
    margin-top: 100px;
    height: 1320px !important;
  }

  .andré-r.employee-section {
    margin-top: 100px;
    height: auto !important;
  }

  .shriyank-mendpara .employee-section.container-fluid.padding-employee {
    top: 380px;
  }

  .andré-r.employee-section {
    min-height: 1280px;
    margin-top: 130px;
  }

  .sakshi-pandey .employee-section.container-fluid.padding-employee {
    top: 500px;
  }

  .chat-container {
    width: 100% !important;
  }

  .employee-section-inner .w-674 {
    width: 100%;
  }

  .employee-section-inner .cluth-block #clutch-video-background-elevate {
    height: 460px;
  }

  .trusted-video-section.box-pd {
    padding: 0 0 100px 0;
  }

  .constr-padding .pb-100 {
    padding-bottom: 0;
  }

  .wus-review-section .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 6px;
  }

  .wus-review-section .slick-dots li button {
    width: stretch;
    height: stretch;
    padding: 0px;
  }

  .we-understand-slider.box-pd {
    padding: 110px 0 100px 0 !important;
  }

  .app-room-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .mactrade-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .unico-swiss-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .rmn-events-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .dolmetcher-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .meal-planner-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .wus-review-section .slick-dots li {
    width: 12px !important;
    height: 12px !important;
  }

  .wus-review-section .slick-dots li button {
    width: stretch;
    height: stretch;
    padding: 0px;
  }

  .employee-section.shriyank-mendpara .container-fluid.padding-employee {
    top: 370px;
  }

  .employee-section.andré-r .container-fluid.padding-employee {
    top: 318px;
  }

  .employee-section.sakshi-pandey .container-fluid.padding-employee {
    top: 490px;
  }

  .trusted-logo {
    width: 43%;
  }

  .wus-review-section .slick-slide {
    padding: 0 !important;
  }

  .margin-top-none {
    margin-top: 0;
  }

  .references-section {
    width: 100% !important;
  }

  .about-us-section .end-cltch {
    left: 0 !important;
  }

  /* .glob-animation {
    justify-content: end !important;
  } */

  .monali-patel .employee-image-container {
    top: -40px !important;
    overflow: hidden;
    left: -5px !important;
  }

  .monali-patel .employee-image-container img {
    width: 860px !important;
  }

  .monali-patel.employee-section .container-fluid.padding-employee {
    top: 470px;
  }

  /* .monali-patel .employee-content-container .tablet-center {
    gap: 40px !important;
  } */

  ul.about-us-values-list {
    flex-direction: column;
  }

  .season_tab:before {
    display: none;
  }

  .mb-mobile {
    margin-bottom: 30px;
  }

  .css-modifier.gap-140 {
    gap: 40px !important;
  }

  .elevate-block {
    background-image: url("../img/hero-bg.jpg") !important;
    background-position: top 0 right -500px !important;
    background-size: 400% !important;
    background-repeat: no-repeat !important;
    margin-top: 50px;
  }

  .season_tab li.active {
    border-radius: 0;
  }

  .flexrow {
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }

  .slider-big-cards.d-block .slick-slide > div,
  .slider-big-cards.d-block .clutch-card {
    /* width: 100% !important; */
    min-width: 0 !important;
    height: auto !important;
    min-height: auto !important;
    padding: 8px;
    margin: 0;
  }

  .pdab-hero.col-lg-5 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .sakshi-pandey .cluth-block,
  .shriyank-mendpara .cluth-block,
  .andré-r .cluth-block,
  .monali-patel .cluth-block {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .sakshi-pandey .cluth-block #clutch-video-background-elevate,
  .shriyank-mendpara .cluth-block #clutch-video-background-elevate,
  .andré-r .cluth-block #clutch-video-background-elevate,
  .monali-patel .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: auto !important;
  }

  .why-us-tit {
    margin-top: 40px;
  }

  .strategy-tt {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .about-three-step-block.graph-block {
    height: 1300px !important;
  }
}

@media (width: 428px) {
  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .glob-logo-block {
    position: absolute;
    top: 33%;
    left: 54.5%;
    transform: translate(-50%, -50%);
  }

  .categories-vertical-tab .season_tab span {
    display: none;
  }

  .categories-vertical-tab .season_tab .mt-4 {
    margin-top: 0 !important;
  }

  .categories-vertical-tab .season_tab .outline-btn.round-btn {
    margin: 0 !important;
  }

  .content-centered {
    width: fit-content;
    margin: 0 auto;
    /* centers the whole block */
    text-align: left;
    /* keeps inner text left aligned */
    align-items: flex-start !important;
    /* ensures left alignment of items */
  }

  .succes-block {
    padding: 0 !important;
  }

  .elevate-block {
    background: none !important;
  }

  .w-100-mobile {
    width: 100% !important;
  }

  .container-responsive p {
    width: 70%;
  }
}

@media (min-width: 429px) and (max-width: 576px) {
  .menu-img-desc {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    padding: 1rem;
  }

  .stiky-block {
    position: relative;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .elevate-block {
    background: none !important;
  }

  .app-room-change-order {
    .order-1 {
      order: 1 !important;
    }

    .order-2 {
      order: 2 !important;
    }
  }

  .end-cltch {
    left: 60px !important;
    bottom: 7%;
  }

  /* Employee Section */
  .employee-content-container {
    align-items: center !important;
  }

  .employee-content-container .tablet-center {
    /* gap: 70px !important; */
    width: -webkit-fill-available !important;
    align-items: center !important;
  }

  .employee-image-container {
    top: 160px !important;
    left: -69px !important;
    width: -webkit-fill-available !important;
  }

  .employee-image-container img {
    width: 608px !important;
  }

  .employee-section {
    height: 1060px;
  }

  .chat-container {
    width: 70% !important;
  }

  .employee-section-inner .w-674 {
    width: 90%;
  }

  .employee-section .container-fluid.padding-employee {
    padding: 28px 0;
  }

  .glob-animation {
    display: flex;
    justify-content: center;
  }

  .glob-animation .top-anim {
    width: 70%;
  }

  .chat-container {
    align-self: end;
  }

  .tech-work-block {
    width: 500px;
  }

  .trusted-video-section.box-pd {
    padding: 0 0 100px 0;
  }

  .constr-padding .pb-100 {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .client-anim {
    width: 100% !important;
    height: 300px !important;
  }

  .clutch-bg-bottom {
    bottom: -60px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .client-anim .icon:nth-child(1) {
    width: 56% !important;
    left: 0;
    bottom: 70px !important;
  }

  .client-anim .icon:nth-child(2) {
    width: 20% !important;
    left: calc(50% - 40px) !important;
  }

  .client-anim .icon:nth-child(3) {
    width: 50% !important;
    right: 0;
    bottom: 0;
  }

  .box-pd {
    padding: 40px 0 80px 0 !important;
  }

  .platform-logos .star-rate img {
    width: 14px;
    height: 14px;
  }

  .platform-logos .review-text span {
    display: block;
  }

  .ss_main_logo .logoiconA > img {
    height: 40px;
    width: auto;
  }

  .ss_main_logo_des > img {
    height: 25px;
  }

  .product-testimonial-bg {
    padding: 16px;
  }

  .animated-chart {
    display: none;
  }
}

@media (min-width: 576px) {
  .ss_cookiemodal .modal-dialog,
  .ss_set_cookiemodal.ss_set_cookiemodal .modal-dialog {
    max-width: 750px;
  }

  .info-box {
    width: 260px;
    padding: 0.75em;
  }

  .info-box .info-description,
  .info-box .info-title {
    font-size: 0.85em;
  }

  .project-process .info-box {
    width: 150px;
  }

  .w-md-100 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .left-menu {
    display: none !important;
  }

  .worries-slider {
    padding: 0 15px !important;
  }

  .slider-big-cards .slick-slide {
    padding: 0 5px;
    /* Add consistent gap between slides */
  }

  .slick-slide > div {
    height: 100%;
  }

  /* Make dots more visible and properly positioned */
  .slick-dots {
    bottom: -35px;
  }

  .slick-dots li button:before {
    font-size: 50px !important;
  }

  .glob-tooltip {
    width: calc(100vw - 24px);
    max-width: 360px;
  }
  .glob-tooltip-img {
    height: 180px;
  }
  .glob-tooltip-title {
    font-size: 13px;
  }
  .glob-tooltip-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .glob-tooltip-tag {
    font-size: 10px;
    padding: 4px 8px;
  }

  .xs-order2 {
    order: 1;
  }

  .home-three-step-block .animated-chart {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    margin-top: 0 !important;
    gap: 16px;
  }

  .home-three-step-block .zigzag-line {
    display: none !important;
  }

  .home-three-step-block .chart-content {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
  }

  .home-three-step-block .chart-content:first-of-type {
    transform: none !important;
  }

  .home-three-step-block .chart-content:first-of-type .info-box {
    transform: none !important;
    animation: none !important;
  }

  .home-three-step-block .dot {
    display: none !important;
  }

  .home-three-step-block .info-box {
    width: 100% !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .project-process .animated-chart {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    margin-top: 0 !important;
    gap: 16px;
  }

  .project-process .zigzag-line {
    display: none !important;
  }

  .project-process .chart-content {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
  }

  .project-process .chart-content:first-of-type {
    transform: none !important;
  }

  .project-process .chart-content:first-of-type .info-box {
    transform: none !important;
    animation: none !important;
  }

  .project-process .dot {
    display: none !important;
  }

  .project-process .info-box {
    width: 100% !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

@media (max-width: 768px) {
  .ml-mobile-60 {
    margin-left: 60px;
  }

  .fw-extra-dark {
    font-weight: 700;
  }

  .by-block {
    width: 100% !important;
    flex: 1 1 calc(50% - 20px);
    /* max-width: calc(50% - 0px); */
  }

  .whiteselect .select2-container {
    margin-bottom: 10px;
  }

  .whiteselect .select2-container .select2-selection--single {
    margin-bottom: 0;
  }

  .share-tags img {
    width: 32px;
    height: 32px;
  }

  .xs-pt-0 {
    padding-top: 0 !important;
  }

  .tecno-title {
    padding-top: 50px;
  }

  .cross-platform-slider .font-38 {
    font-size: 24px;
  }

  .strategy-tt {
    margin-bottom: 40px;
  }

  .approch-line:before {
    display: none;
  }

  .approch-line {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .binary-video-wrapper {
    padding-left: 0;
  }

  .product-testimonial-bg img {
    width: 100%;
  }

  .clutch-card p {
    height: auto;
  }

  .arrow-list {
    width: 100% !important;
  }

  .video-vh {
    height: auto;
  }

  .container-box {
    display: block;
  }

  .revolution-block .slide-height {
    height: auto;
  }

  .xs-order2 {
    order: 2;
  }

  .sstext-box {
    padding: 20px 0;
  }

  .season_tab li {
    min-width: 200px;
    justify-content: space-between;
  }

  .season_tab li.active {
    border-radius: 20px;
  }

  .categories-vertical-tab .container {
    text-align: left;
  }

  .portfolio-card .fill-btn {
    bottom: 0;
    position: relative;
  }

  .profile-img-wd {
    width: 80px;
    height: 80px;
  }

  .left-approach {
    margin-bottom: 20px;
    height: auto;
  }

  .xs-thriv .col-md-5 {
    order: 2;
  }

  .xs-thriv .col-md-7 {
    margin-bottom: 20px;
  }

  .how-we-made-difference .col-md-5 {
    width: 100%;
  }

  .xs-arrow-text .w-50 {
    width: 100% !important;
  }

  .xs-center {
    text-align: center;
    margin-bottom: 20px;
  }

  .startup-black-card .black-card {
    width: 100% !important;
  }

  .startup-black-card .black-card:nth-child(2) {
    top: 0;
  }

  .startup-black-card .black-card:nth-child(5) {
    top: 0;
  }

  .startup-black-card .row {
    padding: 0 10px;
  }

  .white-input .form-control {
    margin-bottom: 10px;
  }

  .key-description {
    height: 100%;
    align-items: start !important;
  }

  .slide-height {
    height: auto;
  }

  .stiky-block {
    height: fit-content;
    margin-top: 50px;
    top: 20px;
  }

  .text-output {
    min-height: 50vh;
  }

  .client-card h2 {
    font-size: 50px;
    margin-bottom: 0 !important;
  }

  .client-card {
    padding: 30px;
  }

  .mob-app-dev-slider img {
    height: auto;
  }

  .top-anim {
    width: 100%;
  }

  .ss_main_logo_des > img {
    height: 35px;
  }

  .text-animation-block .font-60 {
    font-size: 26px;
  }

  .text-animation-block .font-60:last-child {
    margin: 0;
  }

  .all-comman-height video {
    height: auto;
  }

  .slider-big-cards .slick-dots li button:before {
    font-size: 50px;
  }

  .list-group img {
    max-width: 300px;
  }

  /* footer */
  .top-footer-bg-desc {
    left: 0;
    right: 0;
    padding: 0 20px;
  }

  .left-foo {
    width: 100%;
    margin-bottom: 50px;
  }

  .right-foo {
    width: 100%;
  }

  .link-col1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-abt a {
    display: block;
    margin-bottom: 20px;
  }

  .footer-abt .head-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .link-col5 {
    width: 100%;
  }

  .link-col1 ul li .text-18,
  .link-col2 ul li .text-18,
  .link-col3 ul li .text-18,
  .link-col4 ul li .text-18,
  .link-col5 ul li .text-18 {
    font-size: 16px;
  }

  .link-col4 {
    width: 100%;
  }

  .link-col4 .mb-4,
  .link-col5 .mb-4 {
    margin-bottom: 10px !important;
  }

  .copyright-block {
    display: block !important;
  }

  .copyright-block p {
    /* text-align: center; */
    margin-bottom: 10px !important;
    font-size: 14px;
  }

  .copyright-block ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* justify-content: center; */
  }

  .copyright-block ul li a {
    font-size: 12px;
    /* margin: 0 10px; */
  }

  .software-img-gredient {
    padding: 30px;
  }

  .font-100 {
    font-size: 36px;
  }

  .font-80 {
    font-size: 42px;
  }

  .font-68 {
    font-size: 36px;
  }

  .font-60 {
    font-size: 40px;
  }

  .font-58 {
    font-size: 30px;
  }

  .font-30 {
    font-size: 20px;
  }

  .font-22 {
    font-size: 16px;
  }

  .font-18 {
    font-size: 16px;
  }

  .box-pd {
    padding: 30px 0;
  }

  .gredient-block:after {
    width: 350px;
    height: 350px;
    right: -170px;
    top: -178px;
  }

  .elipse-l-bg:before {
    width: 350px;
    height: 350px;
    left: -180px;
    bottom: -170px;
  }

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

  .clutch-card {
    margin: 0px;
  }

  .cluth-block {
    height: 250px;
    margin: 0;
  }

  .sakshi-pandey .cluth-block,
  .shriyank-mendpara .cluth-block,
  .andré-r .cluth-block,
  .monali-patel .cluth-block {
    width: 100% !important;
    height: auto !important;
  }

  .sakshi-pandey .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: 300px !important;
  }

  .shriyank-mendpara .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: 350px !important;
  }

  .andré-r .cluth-block #clutch-video-background-elevate,
  .monali-patel .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: 300px !important;
  }

  .cluth-block.w-674 {
    width: 100%;
  }

  .cluth-block img {
    object-fit: fill !important;
  }

  #fo-video-background {
    height: 380px;
  }

  .rmn-video video {
    height: auto;
    width: 100%;
    padding: 10px 0;
  }

  .rmn-main-video {
    position: relative;
    top: 0;
    transform: none;
  }

  .rmn-desc {
    padding-bottom: 50px;
  }

  .circle-container .icon img {
    width: 50px;
  }

  .circle-container .icon {
    width: 80px;
    height: 55px;
    top: 60%;
  }

  .circle-container .icon:nth-child(1) {
    top: 12px;
    left: 58%;
  }

  .circle-container .icon:nth-child(2) {
    top: 44%;
    left: 90%;
  }

  .circle-container .icon:nth-child(3) {
    top: 90%;
    left: 75%;
  }

  .circle-container .icon:nth-child(4) {
    top: 116%;
    left: 24%;
  }

  .circle-container .icon:nth-child(5) {
    top: 89%;
    left: -30%;
  }

  .circle-container .icon:nth-child(6) {
    left: -30%;
    top: 47%;
  }

  .circle-container .icon:nth-child(7) {
    left: -7px;
    top: 9%;
  }

  .exp-rate {
    padding-top: 10px;
  }

  .circle-container {
    width: 190px;
    height: 200px;
    left: -13px;
    top: -20px;
  }

  .clutch-inside-text h2 {
    font-size: 80px;
    line-height: 100px;
  }

  .by-slider {
    margin: 0 0 0 0 !important;
  }

  .by-slider .slick-dots li button:before {
    font-size: 30px;
    opacity: 0.25;
  }

  .by-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
  }

  .by-slider {
    padding-bottom: 50px;
  }

  .by-slider .slick-dots {
    bottom: 10px;
  }

  .font-48 {
    font-size: 30px;
  }

  .font-20 {
    font-size: 16px;
  }

  .text-animation-block h2 {
    margin-bottom: 12px;
  }

  /* .strategy-tt {
    margin-bottom: 50px;
  } */
  .text-animation-block .font-80 {
    font-size: 24px;
    line-height: 40px;
  }

  .text-animation-block .font-48 {
    font-size: 22px;
  }

  .data-box .w-50 {
    width: 100% !important;
  }

  .data-box .font-38 {
    font-size: 22px;
  }

  .data-box .font-20 {
    font-size: 18px;
  }

  .footer-accordian .accordion-item {
    margin-bottom: 20px;
  }

  .footer-accordian .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }

  .f-business-card h3 {
    width: auto;
  }

  .journey-desc {
    padding: 0;
  }

  .revolution-block {
    margin: 0;
  }

  .hand-tag {
    font-size: 14px;
    padding: 5px 10px;
  }

  .rv-3 {
    right: 20px;
  }

  .revolution-block .slick-slide {
    margin-top: 50px;
  }

  .wus-review-section .slick-slide {
    padding: 0 20px;
  }

  .revolution-block h2 {
    font-size: 30px;
  }

  .faq-bg-img {
    margin-bottom: 20px;
  }

  .social-box {
    margin-bottom: 20px;
  }

  .prefer-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .form-box form {
    padding: 20px;
  }

  .reach-box {
    width: 300px;
  }

  /* .reach-box .font-20 {
    font-size: 14px;
  } */

  /* .reach-box .flag-icon {
    width: 30px;
  } */

  /* .round-bg-white {
    width: 30px;
    height: 30px;
  } */

  .contcat-map {
    padding: 100px 0;
  }

  /* .mp-2 img,
  .mp-3 img {
    width: 20px;
  } */

  .map-pin {
    width: 35px;
  }

  .mp-1 {
    top: 4%;
    left: 28%;
    transform: none;
  }

  .mp-2 {
    top: 34%;
    left: 47%;
  }

  .mp-3 {
    position: absolute;
    top: 46.2%;
    left: 64%;
  }

  .mp-4 {
    bottom: 16%;
    right: 14%;
  }

  .white-select {
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
  }

  .white-input {
    width: 100%;
  }

  .white-select .form-select {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  .font-28 {
    font-size: 24px;
  }

  .xs-w-100 {
    width: 100%;
  }

  .font-38 {
    font-size: 30px;
  }

  .clh-vd {
    padding: 0;
    margin: 0;
    border: 0;
  }

  /* .clutch-inside-text {
    top: 50%;
  } */
  .clh-vd #clutch-video-background {
    background: transparent !important;
    height: 470px;
  }

  .clh-vd.clutch-card:before {
    background: transparent;
  }

  .slider-big-cards .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
  }

  .slider-big-cards .slick-dots {
    bottom: -40px;
  }

  .slider-big-cards .slick-dots li button:focus {
    opacity: 0.25;
  }

  .season_content:first-child {
    height: auto !important;
  }

  .data-box {
    padding: 0;
  }

  /* .scaling-image.scaled {
    height: 150px;
  } */

  .black-input {
    width: 100%;
  }

  .blackselect .select2-container--default .select2-selection--single {
    min-width: 100%;
  }

  .blackselect .select2-container {
    margin-bottom: 10px;
  }

  .portfolio-card {
    margin-bottom: 20px;
    height: auto;
  }

  .tab-by-box {
    height: auto;
  }

  .share-tags {
    display: block !important;
    text-align: center;
  }

  .outline-accordian .accordion-button span {
    color: #ececf1;
    font-size: 30px;
    font-weight: 800;
    margin-right: 20px;
  }

  .session-future .nav {
    justify-content: start;
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .more-work .round-bg {
    display: inline-block;
    margin-bottom: 10px;
  }

  .xs-margin {
    margin: 0 10px;
  }

  .black-card {
    width: 100%;
    margin: 0 0 15px;
  }

  .black-card:nth-child(2) {
    top: 0;
  }

  .black-card:nth-child(4) {
    top: 0;
  }

  .black-card span {
    width: 50px;
    height: 50px;
  }

  .strategy-block .row,
  .brand-block .row,
  .mobile-app-block .row,
  .web-app-block .row {
    flex-direction: column;
  }

  .strategy-block .col-lg-6,
  .brand-block .col-lg-6,
  .mobile-app-block .col-lg-6,
  .web-app-block .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .mob-app-dev-slider {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
  }

  .mobileapp-slide-left > div,
  .mobileapp-slide-right > div {
    width: 150px;
  }

  .mobileapp-slide-left img,
  .mobileapp-slide-right img {
    height: auto;
  }

  /* .trusted-video-section .glob-logo-block {
    margin: -13px 0 30px 10px;
  } */

  .service-card-1,
  .service-card-2 {
    height: auto !important;
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  .service-card-3,
  .service-card-4 {
    height: auto !important;
    overflow: hidden;
    align-items: center;
  }

  .worries-slider {
    padding: 0 20px 0 20px !important;
  }

  .justify-content-md-end {
    justify-content: center !important;
  }

  /* Our Services >	Consulting & Strategy */
  .end-cltch {
    zoom: 100%;
    left: 98px;
  }

  .list-group img {
    max-width: max-content;
  }

  .menu-img-desc {
    padding: 0 24px;
    bottom: -26px;
    left: 0;
  }

  .innovative-impactful.box-pd {
    padding: 100px 0;
  }

  /* .innovative-impactful .mb-md-5 {
    margin-bottom: 0 !important;
  } */

  .innovative-impactful .col-md-5 {
    width: 100% !important;
  }

  .innovative-impactful .pt-md-5 {
    padding-top: 0 !important;
  }

  .innovative-impactful .pb-5 {
    padding-bottom: 200px !important;
  }

  .innovative-impactful .container {
    padding: 0 24px !important;
  }

  /* Our Services >	mobile-app-development */
  .stiky-block {
    height: 100%;
  }

  .after-success-block .pb-5 {
    padding-bottom: 200px !important;
  }

  .category-section {
    margin-bottom: 40px;
  }

  .featured-articles-section .fas-text-align {
    display: ruby;
  }

  .featured-articles-section .fas-text-align a {
    text-align: start;
  }

  .featured-articles-section .col-md-4 .mb-md-5 {
    margin-bottom: 100px !;
  }

  /* Contact Us */

  .box-pd {
    padding: 80px 0;
  }

  .elevate-block {
    margin-top: 60px;
  }

  .message-box-detail {
    width: 100%;
  }

  .form-box {
    border-radius: 20px;
  }

  .form-box form {
    padding: 30px;
  }

  .message-box {
    background-position: center bottom;
    background-size: contain;
  }

  .c-map-img {
    width: -webkit-fill-available;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  /* #clutch-video-background {
    height: 250px;
  } */

  .box-pd-succes {
    padding: 100px 0 !important;
  }

  .work-with-us .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .padding-100 {
    padding: 520px 16px 0 16px !important;
  }

  .about-section {
    background-position: 22px 40px;
    background-size: 720px;
  }

  .responsive-truncate {
    max-width: 220px;
    /* adjust as needed for tablet */
  }

  .gredient-block::before {
    background: none;
  }

  .gredient-block::after {
    background: none;
  }

  /* .ipad-mini-padding.mb-100 {
    margin-bottom: 0;
  } */

  .vss-order-1 {
    order: 1 !important;
  }

  .season_tabs ul {
    display: none;
  }

  .elevate-block {
    background: none !important;
  }

  .font-58 {
    font-size: 36px;
  }

  .black-input {
    margin-top: 15px;
  }

  .black-input input {
    width: 100%;
  }

  .w-100-mobile {
    width: 100% !important;
  }

  .slider-big-cards.d-block .slick-slide > div,
  .slider-big-cards.d-block .clutch-card {
    /* width: 100% !important; */
    min-width: 0 !important;
    height: auto !important;
    min-height: auto !important;
    padding: 8px;
    margin: 0;
  }

  .gredient-block-ref-det {
    width: 100% !important;
    height: auto !important;
  }

  .slider-big-cards.d-block .slick-dots {
    bottom: -30px;
  }

  .slider-big-cards.d-block .slick-dots li button:before {
    font-size: 8px;
  }

  .graph-block {
    height: auto !important;
  }

  .about-three-step-block.graph-block {
    height: 900px !important;
  }

  /* Employee Section */
  .employee-content-container .tablet-center {
    /* gap: 70px !important; */
    width: -webkit-fill-available !important;
  }

  .shriyank-mendpara .employee-content-container .tablet-center {
    /* gap: 30px !important; */
    width: 100%;
  }

  .andré-r .employee-content-container .tablet-center {
    /* gap: 70px !important; */
    width: 100%;
  }

  .shriyank-mendpara .employee-image-container {
    top: 9px;
  }

  .andré-r .employee-image-container {
    top: 9px;
  }

  .employee-image-container {
    top: -29px;
    left: -4px;
    width: -webkit-fill-available !important;
  }

  .employee-image-container img {
    width: 764px;
  }

  .employee-section {
    height: 960px;
    margin-top: 20px;
  }

  .chat-container {
    align-self: end;
    width: 450px;
  }

  .monali-patel .chat-container {
    width: 60%;
  }

  .employee-section .container-fluid.padding-employee {
    padding: 28px 0 80px 0;
  }

  .glob-animation {
    display: flex;
    justify-content: center;
  }

  .glob-animation .top-anim {
    width: 70%;
  }

  .app-room-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .mactrade-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .unico-swiss-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .rmn-events-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .dolmetcher-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .meal-planner-change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .wus-review-section .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 10px;
  }

  .wus-review-section .slick-dots li button {
    width: stretch;
    height: stretch;
    padding: 10px;
  }

  .wus-review-section .col-md-4 {
    width: 30%;
  }

  .wus-review-section .col-md-8 {
    width: 66%;
  }

  .trusted-logo {
    width: 28.8%;
  }

  .references-section {
    width: 67.634%;
    justify-self: end;
  }

  .clutch-bg-bottom {
    position: absolute;
    bottom: -110px;
    left: 16px !important;
  }
}

@media (min-width: 768px) {
  .season_tab {
    position: sticky;
    top: 0;
    max-height: 100dvh;
    overflow-y: auto;
    height: max-content;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .glob-tooltip {
    width: min(610px, calc(100vw - 40px));
  }
  .glob-tooltip-img {
    height: 280px;
  }

  .vss-three-step-block .bg-white.border-r-20 {
    overflow: hidden;
  }

  .vss-three-step-block .bg-white.border-r-20 .col-md-3 img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
  }

  .gredient-block-ref-det {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 769px) and (max-width: 800px) {
  .box-pd.trusted-video-section {
    padding: 150px 0 90px 0;
  }

  .worries-slider {
    padding: 0 20px 0 20px !important;
  }

  .cluth-block {
    margin-bottom: 30px;
  }

  .software-img-gredient {
    position: unset;
    height: auto !important;
  }

  .logoiconA {
    padding: 10px 10px 10px 0;
  }

  .elevate-block {
    padding: 90px 24px 90px 24px;
  }

  .graph-block {
    padding: 90px 24px 90px 24px;
  }

  .box-pd-big {
    padding: 120px 24px 120px 24px;
  }

  .key-service {
    padding: 0px 24px 0px 24px;
  }

  .key-service .container {
    margin-top: 320px;
  }

  .circle-container {
    width: 160px;
    height: 160px;
    top: 32px;
  }

  .circle-container .icon {
    width: 75px;
    height: auto;
  }

  .service-card-main {
    padding-bottom: 320px !important;
  }

  .succes-block .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .key-description {
    height: auto;
  }

  .succes-block.box-pd {
    padding: 490px 0 60px 0;
  }

  .rmn-video video {
    height: 60vh;
  }

  .left-foo {
    margin-bottom: 60px !important;
  }

  .copyright-block {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .fo-page-link {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 1rem !important;
    margin-top: 10px;
  }

  .fo-page-link li {
    margin: 0 5px;
  }

  /* Our Services >	Consulting & Strategy */
  .why-consulting-strategy .by-block {
    width: 378px;
  }

  .left-foo {
    width: 100%;
    margin-bottom: 50px !important;
  }

  .right-foo {
    width: 100%;
    justify-content: left;
  }

  .how-we-made-difference .pb-5 {
    padding-bottom: 200px !important;
  }

  .top-footer-bg-desc {
    left: 30px;
    right: 30px;
  }

  .end-cltch {
    zoom: 120%;
  }

  .container {
    padding: 0 24px;
  }

  /* .by-block {
    width: 100% !important;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 0px);
  } */

  .list-group img {
    max-width: max-content;
  }

  .menu-img-desc {
    padding: 0 24px;
    bottom: -26px;
    left: 0;
  }

  /* Our Services >	web-app-development */

  .discover-the-future .row > * {
    max-width: calc(50% - 0px);
  }

  .stiky-block {
    height: fit-content;
    margin-top: 50px;
    top: 20px;
  }

  .revolutionize-your-mobile .slide-height {
    height: auto;
  }

  .revolutionize-your-mobile .revolution-block {
    margin: 0;
  }

  .revolutionize-your-mobile .rv-3 {
    right: 0;
  }

  .innovative-impactful .pb-5 {
    padding-bottom: 200px !important;
  }

  .f-business-card h3 {
    width: auto;
  }

  .clutch-card p {
    height: auto;
  }

  /* Our Services >	mobile-app-development */
  .embrace-the-future .row > * {
    max-width: calc(50% - 0px);
  }

  .after-success-block .pb-5 {
    padding-bottom: 200px !important;
  }

  /* Contact Us */

  .box-pd {
    padding: 60px 0;
  }

  .elevate-block {
    margin-top: 60px;
  }

  .message-box-detail {
    width: 100%;
  }

  .form-box {
    border-radius: 20px;
  }

  .form-box form {
    padding: 30px;
  }

  .message-box {
    background-position: center bottom;
    background-size: contain;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .padding-100 {
    padding: 50px 16px 0 300px !important;
  }

  .about-section {
    background-position: 17px 40px;
    background-size: 580px;
  }

  #clutch-video-background {
    height: 400px;
  }

  .startup-black-card .black-card {
    width: 30.75% !important;
  }

  #clutch-video-background-elevate {
    height: auto;
  }

  .vhbtd-full .col-md-5 {
    width: auto;
  }

  .reach-us-section .mp-1 {
    top: -2% !important;
    left: 49% !important;
  }

  .reach-us-section .mp-2 {
    top: 21.5% !important;
    left: 46% !important;
  }

  .reach-us-section .mp-3 {
    top: 39% !important;
    left: 63% !important;
  }

  .reach-us-section .mp-4 {
    bottom: -9%;
    right: 8%;
  }

  .reach-us-section .mb-md-5 {
    margin-bottom: 100px !important;
  }

  .mp-1 {
    top: 10% !important;
    left: 49% !important;
  }

  .mp-2 {
    top: 26.5% !important;
    left: 47% !important;
  }

  .mp-3 {
    top: 45% !important;
    left: 64% !important;
  }

  .mp-4 {
    bottom: 13%;
    right: 19%;
  }

  .reach-box {
    width: 350px;
  }

  /* .contcat-map .mp-2 img {
    width: 20px !important;
  }

  .contcat-map .mp-3 img {
    width: 20px !important;
  } */

  .map-pin {
    width: 50px;
  }

  .c-map-img {
    width: -webkit-fill-available;
  }

  .change-order .order-2 {
    order: 1 !important;
  }

  .change-order .order-1 {
    order: 2 !important;
  }

  .clutch-card {
    margin: 0;
  }

  .gredient-block::before {
    background: none;
  }

  .gredient-block::after {
    background: none;
  }

  .tech-work-block {
    width: 800px;
    height: auto;
  }

  .vss-order-1 {
    order: 1 !important;
  }

  .tablet-padding .mb-100 {
    margin-bottom: 0;
  }

  .portfolio-card {
    height: 280px;
  }

  .season_tabs ul {
    display: none;
  }

  .elevate-block {
    background: none !important;
  }
}

@media (min-width: 801px) and (max-width: 991px) {
  .box-pd.trusted-video-section {
    padding: 150px 0 90px 0;
  }

  .worries-slider {
    padding: 0 20px 0 20px !important;
  }

  .cluth-block {
    padding-bottom: 30px;
  }

  .software-img-gredient {
    position: unset;
    height: auto !important;
  }

  .logoiconA {
    padding: 10px 10px 10px 0;
  }

  .elevate-block {
    padding: 90px 24px 90px 24px;
  }

  .graph-block {
    padding: 90px 24px 90px 24px;
  }

  .box-pd-big {
    padding: 120px 24px 120px 24px;
  }

  .key-service {
    padding: 0px 24px 0px 24px;
  }

  .key-service .container {
    margin-top: 0px;
  }

  .circle-container {
    width: 160px;
    height: 160px;
    top: 32px;
  }

  .circle-container .icon {
    width: 75px;
    height: auto;
  }

  .service-card-main {
    padding-bottom: 0px !important;
  }

  .succes-block .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .key-description {
    height: auto;
  }

  .succes-block.box-pd {
    padding: 490px 0 60px 0;
  }

  .rmn-video video {
    height: 60vh;
  }

  .left-foo {
    margin-bottom: 60px !important;
  }

  .copyright-block {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .fo-page-link {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 1rem !important;
    margin-top: 10px;
  }

  .fo-page-link li {
    margin: 0 5px;
  }

  /* Our Services >	Consulting & Strategy */
  .why-consulting-strategy .by-block {
    width: 388px;
  }

  .left-foo {
    width: 100%;
    margin-bottom: 50px !important;
  }

  .right-foo {
    width: 100%;
    justify-content: left;
  }

  .how-we-made-difference .pb-5 {
    padding-bottom: 200px !important;
  }

  .top-footer-bg-desc {
    left: 30px;
    right: 30px;
  }

  .end-cltch {
    zoom: 120%;
    left: 80px;
  }

  .container {
    padding: 0 24px;
  }

  .list-group img {
    max-width: max-content;
  }

  .menu-img-desc {
    padding: 0 24px;
    bottom: -26px;
    left: 0;
  }

  .discover-the-future .row > * {
    max-width: calc(50% - 0px);
  }

  .stiky-block {
    height: calc(100% - 0px);
  }

  .revolutionize-your-mobile .slide-height {
    height: auto;
  }

  .revolutionize-your-mobile .revolution-block {
    margin: 0;
  }

  .revolutionize-your-mobile .rv-3 {
    right: 0;
  }

  .innovative-impactful .pb-5 {
    padding-bottom: 200px !important;
  }

  .f-business-card h3 {
    width: auto;
  }

  .clutch-card p {
    height: auto;
  }

  /* Our Services >	mobile-app-development */
  .embrace-the-future .row > * {
    max-width: calc(50% - 0px);
  }

  .after-success-block .pb-5 {
    padding-bottom: 200px !important;
  }

  .stiky-block {
    height: fit-content;
    margin-top: 50px;
    top: 20px;
  }

  /* Contact Us */

  .box-pd {
    padding: 60px 0;
  }

  .elevate-block {
    margin-top: 60px;
  }

  .message-box-detail {
    width: 100%;
  }

  .form-box {
    border-radius: 20px;
  }

  .form-box form {
    padding: 30px;
  }

  .message-box {
    background-position: center bottom;
    background-size: contain;
  }

  .c-map-img {
    width: -webkit-fill-available;
  }

  .reach-box {
    width: 350px;
  }

  .mp-1 {
    top: 12%;
    left: 49%;
  }

  .mp-2 {
    top: 27%;
    left: 47.1%;
  }

  .mp-3 {
    top: 45%;
    left: 64.2%;
  }

  .mp-4 {
    bottom: 14%;
    right: 18%;
  }

  /* .mp-2 img,
  .mp-3 img {
    width: 20px;
  } */

  .map-pin {
    width: 50px;
  }

  .down-arrow-custom .dropdown-toggle::after {
    top: 20px !important;
  }

  .padding-100 {
    padding: 50px 16px 0 300px !important;
  }

  .about-section {
    background-position: 16px 40px;
    background-size: 600px;
  }

  .weguide-clutch video {
    height: 450px !important;
  }

  .startup-black-card .black-card {
    width: 30.8% !important;
  }

  .vhbtd-full .col-md-7 {
    width: auto;
  }

  .vhbtd-full .col-md-5 {
    width: auto;
  }

  .reach-us-section .mp-1 {
    top: 0% !important;
    left: 49% !important;
  }

  .reach-us-section .mp-2 {
    top: 21.5% !important;
    left: 46.2% !important;
  }

  .reach-us-section .mp-3 {
    top: 40% !important;
    left: 63.2% !important;
  }

  .reach-us-section .mp-4 {
    bottom: 0%;
    right: 11%;
  }

  .reach-us-section .mb-md-5 {
    margin-bottom: 100px !important;
  }

  .portfolio-card .fill-btn {
    position: unset !important;
  }

  .session-future .nav {
    justify-content: start;
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .change-order {
    .order-1 {
      order: 2 !important;
    }

    .order-2 {
      order: 1 !important;
    }
  }

  .clutch-card {
    margin: 0;
  }

  .gredient-block::before {
    background: none;
  }

  .gredient-block::after {
    background: none;
  }

  .tech-work-block {
    width: 800px;
    height: auto;
  }

  .vss-order-1 {
    order: 1 !important;
  }

  .tablet-padding .mb-100 {
    margin-bottom: 0;
  }

  .season_tabs ul {
    display: none;
  }

  .elevate-block {
    background: none !important;
  }

  .sakshi-pandey {
    margin-top: 120px !important;
  }

  .webkit-fill {
    width: -webkit-fill-available !important;
  }

  /* Employee Section */
  /* .employee-content-container .tablet-center {
    gap: 70px !important;
  } */

  .employee-image-container {
    top: 4px !important;
    left: -35px !important;
    width: -webkit-fill-available !important;
  }

  .employee-image-container img {
    width: 854px !important;
  }

  .employee-section {
    height: 1060px;
  }

  .chat-container {
    align-self: end;
    width: 67% !important;
  }

  .employee-section .container-fluid.padding-employee {
    padding: 28px 0;
  }

  .glob-animation {
    display: flex;
    justify-content: center;
  }

  .glob-animation .top-anim {
    width: 70%;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .client-anim {
    height: 220px;
    width: 75%;
    margin: auto;
  }

  .client-anim .icon img {
    height: 100%;
  }

  .client-anim .icon:nth-child(1),
  .client-anim .icon:nth-child(3) {
    width: auto;
    height: 100%;
  }

  .client-anim .icon:nth-child(2) {
    width: 120px;
    left: calc(50% - 60px);
  }

  .clutch-bg-bottom {
    left: 0;
  }

  .custom-gap-203 {
    flex-direction: column;
    gap: 60px;
    /* smaller gap for mobile */
  }

  .slider-content {
    width: 100%;
    max-width: none;
  }

  .key-service .sticky-heading {
    position: unset;
  }

  .software-img-gredient {
    position: unset;
  }
}

@media (max-width: 1024px) {
  .ss_header #navbar-content:not(.show) {
    display: none !important;
  }
  .ss_header .navbar-toggler {
    display: flex !important;
    align-items: center;
  }
  /* Show mobile controls group, hide desktop lang copy */
  .ss_header .lang-mobile-group {
    display: flex !important;
  }
  .ss_header .lang-mobile {
    display: flex !important;
  }
  .ss_header .lang-desktop {
    display: none !important;
  }

  /* Collapsed menu: full-width block below the header row */
  .ss_header #navbar-content.show {
    display: block !important;
    width: 100% !important;
    flex-basis: 100% !important;
    order: 999;
    background: #fff;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
  }

  /* Make nav a wrapping flex row so collapse can push below */
  .ss_header nav.navbar {
    flex-wrap: wrap !important;
  }

  /* Flatten nav to vertical column */
  .ss_header .navbar-collapse .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Dropdowns: flow inline (accordion style), not absolute positioned */
  .ss_header .navbar-collapse .dropdown-menu,
  .ss_header .navbar-collapse .dropdown-menu.show {
    position: static !important;
    display: none;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-shadow: none !important;
    width: 100% !important;
    max-height: 70vh;
    overflow-y: auto;
    border: none;
    padding: 8px 16px;
  }
  .ss_header .navbar-collapse .dropdown-menu.show {
    display: block !important;
  }
  /* Disable hover trigger in collapsed mode - click only */
  .ss_header .navbar-collapse .dropdown:hover > .dropdown-menu {
    display: none !important;
  }
  .ss_header .navbar-collapse .dropdown.show > .dropdown-menu {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  /* Override Bootstrap .collapse:not(.show){display:none} for desktop */
  .ss_header #navbar-content,
  .ss_header #navbar-content.collapse,
  .ss_header #navbar-content.collapsing,
  .ss_header #navbar-content.collapse:not(.show) {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
    flex-basis: auto !important;
    flex-direction: row !important;
  }
  .ss_header #navbar-content {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
    flex-basis: auto !important;
    flex-direction: row !important;
  }
  .ss_header .navbar-nav {
    flex-direction: row !important;
  }
  .ss_header .navbar-toggler {
    display: none !important;
  }
  /* Hide entire mobile controls group (lang + burger) on desktop */
  .ss_header .lang-mobile-group {
    display: none !important;
  }
  /* Language switcher: hide mobile copy, show desktop copy */
  .ss_header .lang-mobile {
    display: none !important;
  }
  .ss_header .lang-desktop {
    display: flex !important;
  }

  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease;
  }

  /* Center-align dropdown menu under its parent link */
  .navbar .dropdown .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }

  .nav-link {
    padding: 12px 16px;
  }
}

@media (min-width: 1025px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .nav-link {
    padding: 31px 50px;
  }

  .tab-link {
    padding: 12px 22px;
  }

  /* Rotate on hover */
  .nav-item:hover .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
    top: 40px;
  }
}

/* HERO SECTION: fix column wrapping at lg breakpoint (960px container + gap-5 = overflow) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .row.gap-5 {
    column-gap: 0 !important;
  }

  .hero-banner .client-anim {
    height: 480px;
    min-height: 480px;
  }

  .css-modifier.gap-140 {
    gap: 40px !important;
  }

  .width-740 {
    flex: 1;
    min-width: 0;
  }

  .gredient-block-ref-det {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .client-anim .icon:nth-child(1) {
    width: 200px;
    left: 0;
    top: 100px;
  }

  .client-anim .icon:nth-child(2) {
    width: 70px;
    left: 148px;
  }

  .client-anim .icon:nth-child(3) {
    width: 200px;
    right: 0;
    bottom: 100px;
  }

  .clutch-bg-bottom {
    position: absolute;
    bottom: 95px;
    left: -6px;
  }

  .hero-banner {
    padding: 100px 0;
  }

  .product-testimonial-bg img {
    width: 330px;
  }

  .main-foo {
    margin-bottom: 10px !important;
  }

  .left-foo {
    width: 100%;
    margin-bottom: 10px;
  }

  .right-foo {
    width: 100%;
    justify-content: start;
  }

  .message-box-detail {
    width: 100%;
  }

  .form-box {
    border-radius: 20px;
  }

  .blue-fo-desc {
    max-width: 100%;
  }

  .c-map-img {
    width: 100%;
  }

  .season_tab ul {
    display: contents;
    overflow: auto;
    width: 100%;
  }

  .season_tab li {
    min-width: 80%;
    font-size: 16px;
    padding: 10px 20px;
    background: #121a2278;
    border-radius: 20px;
    margin: 20px 0;
  }

  .season_tab li.active {
    background: #e55a3712;
    border-radius: 20px 20px 0 0;
  }

  .tab-count {
    height: 30px;
    width: 45px;
    line-height: 30px;
    font-size: 14px;
  }

  .md-none {
    display: none;
  }

  .outline-btn.round-btn {
    margin-right: 0;
    margin-left: 10px;
  }

  .flex-1020-row {
    position: absolute;
  }

  .dot:before {
    height: 150px;
  }

  .worries-slider {
    padding: 0 0 0 20px;
    /* Add left and right padding */
  }

  .slider-big-cards .clutch-card {
    margin: 0 10px;
    /* Optional: spacing between cards */
  }

  .worries-slider .slick-list {
    padding-left: 10px !important;
    /* Prevent clipping on the left side */
    padding-right: 10px !important;
  }

  .worries-slider .slick-prev {
    left: 0;
  }

  .worries-slider .slick-next {
    right: 0;
  }

  .cluth-block {
    margin-bottom: 30px;
    /* if stacking in column layout */
  }

  .andré-r .cluth-block {
    width: 100% !important;
    height: auto !important;
  }

  .andré-r .cluth-block #clutch-video-background-elevate,
  .monali-patel .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: 300px !important;
  }

  .monali-patel .cluth-block {
    width: 100% !important;
    height: auto !important;
  }

  .clutch-card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* max number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }

  .clutch-card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .clutch-card h4,
  .clutch-card span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .clutch-card {
    margin: 0 8px;
    padding: 20px 16px;
    height: 420px;
    /* or whatever fixed height looks good */
    overflow: hidden;
  }

  .service-card-1,
  .service-card-2 {
    height: 560px;
    /* Adjust this height as per your design */
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  .service-card-3,
  .service-card-4 {
    height: 560px;
    /* Adjust this height as per your design */
    overflow: hidden;
    align-items: center;
  }

  .service-card-main {
    height: 0;
    padding-bottom: 100px;
  }

  .box-pd-succes {
    padding: 300px 0 100px 0;
  }

  .by-block {
    width: 47%;
  }

  .top-footer-bg-desc {
    right: 60px;
  }

  .elevate-block .container,
  .trusted-video-section .container,
  .graph-block .container,
  .worries-slider .container,
  .slider-big-cards .container,
  .succes-block .container,
  .gredient-block .container,
  .work-with-us .container,
  .ready-to-transform .container,
  .footer-main .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Our Services >	Consulting & Strategy */
  .strategic-consulting .ml-mobile-80 {
    position: absolute;
  }

  /* .strategic-consulting .position-relative img {
    left: 50px;
    width: 500px;
  } */

  /* .by-block {
    width: 100% !important;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 0px);
  } */

  .container {
    padding: 0 24px;
  }

  .how-we-made-difference .pb-5 {
    padding-bottom: 200px !important;
  }

  /* Our Services >	mobile-app-development */

  .revolutionize-your-mobile .slide-height {
    height: auto;
  }

  .after-success-block .pb-5 {
    padding-bottom: 200px !important;
  }

  .category-section {
    margin-bottom: 20px;
    justify-content: start !important;
  }

  .social-section {
    justify-content: start !important;
  }

  .d-block.cat-soc-section {
    display: inline !important;
  }

  .categories-vertical-tab .season_tabs .season_tab {
    margin-right: 20px;
  }

  .custom-gap-203 {
    gap: 50px;
  }

  .padding-100 {
    padding: 50px 16px 16px 300px !important;
  }

  .about-section {
    background-position: 16px 50px;
    background-size: 540px;
  }

  /* #clutch-video-background-elevate {
    height: 500px;
  } */

  .cluth-block {
    margin: 0 !important;
  }

  .rmn-clutch video {
    height: 420px !important;
  }

  .weguide-clutch video {
    height: 500px !important;
  }

  .glob-logo-block {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-container {
    width: 256px !important;
    height: 256px !important;
  }

  .circle-container .icon {
    width: 100px !important;
    height: 55px !important;
  }

  .review-clutch video {
    height: 420px !important;
  }

  .revolution-block {
    margin: 0 0 0 20%;
  }

  .responsive-truncate {
    max-width: 270px;
    /* adjust as needed for tablet */
  }

  .wad-section .glob-animation img:first-child {
    width: 450px;
  }

  .mad-top-section .glob-animation img:first-child {
    width: 430px;
  }

  .references-section .glob-animation img:first-child {
    width: 450px;
  }

  .about-us-section .glob-animation img:first-child {
    width: 450px;
  }

  .support-startup-section .glob-animation img:first-child {
    width: 380px;
  }

  .vhbtd-section .glob-animation img:first-child {
    width: 380px;
  }

  .blog-section .glob-animation img:first-child {
    width: 380px;
  }

  .mp-1 {
    top: 14% !important;
    left: 49% !important;
  }

  .mp-2 {
    top: 29% !important;
    left: 47.8% !important;
  }

  .mp-3 {
    top: 48% !important;
    left: 64.8% !important;
  }

  .mp-4 {
    bottom: 15%;
    right: 17%;
  }

  .map-pin {
    width: 40px;
  }

  .ipad-mini-block {
    display: block !important;
  }

  .ipad-mini-block .mb-md-0 {
    margin-bottom: 20px !important;
  }

  .elevate-block {
    background-position: top -210px right -130px !important;
    background-size: 55% !important;
  }

  .star-rate img {
    width: 12px;
    height: 12px;
  }

  img.top-anim {
    width: stretch;
  }

  /* Employee Section */
  .employee-content-container {
    align-items: center !important;
  }

  .employee-content-container .tablet-center {
    /* gap: 70px; */
    width: -webkit-fill-available;
  }

  /* .shriyank-mendpara .employee-content-container .tablet-center {
    gap: 30px;
  } */

  .employee-image-container {
    top: -69px !important;
    left: -4px !important;
    width: -webkit-fill-available !important;
  }

  .shriyank-mendpara .employee-image-container {
    top: -28px !important;
  }

  .employee-image-container img {
    width: 854px !important;
  }

  .employee-section {
    height: 960px;
  }

  .chat-container {
    align-self: end;
    width: 680px;
  }

  .employee-section-inner .w-674 {
    width: 100%;
  }

  .employee-section .container-fluid.padding-employee {
    padding: 28px 0;
  }

  .shriyank-mendpara.employee-section .container-fluid.padding-employee {
    padding: 28px 0 80px 0;
  }

  .andré-r.employee-section .container-fluid.padding-employee {
    padding: 28px 0 80px 0;
  }

  .glob-animation {
    display: flex;
    justify-content: center;
  }

  .glob-animation .top-anim {
    width: 70%;
  }

  .end-cltch {
    bottom: 12%;
    left: -20px;
  }

  .employee-section-inner .webkit-fill {
    width: 100%;
  }

  .trusted-logo {
    width: 20.4%;
  }

  .section-rmn-events {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-three-step-block .black-card {
    width: auto;
  }

  .slider-big-cards .slick-dots li button:before {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  /* Employee Section */
  .employee-content-container {
    align-items: center !important;
  }

  .employee-content-container .tablet-center {
    /* gap: 70px !important; */
    width: fit-content;
    align-items: center !important;
    justify-content: end !important;
  }

  .employee-image-container {
    top: -70px;
    left: -69px;
    width: -webkit-fill-available !important;
  }

  .employee-image-container img {
    width: 980px !important;
  }

  .employee-section {
    height: 510px;
  }

  .chat-container {
    align-self: end;
    width: 580px;
  }

  .employee-section-inner .w-674 {
    width: 40%;
  }

  .employee-section .container-fluid.padding-employee {
    padding: 28px 0;
  }

  .glob-animation {
    display: flex;
    justify-content: center;
  }

  .glob-animation .top-anim {
    width: 70%;
  }

  .tech-work-block {
    width: 500px;
  }

  #clutch-video-background-elevate {
    height: 458px;
  }

  .info-box {
    width: 370px;
    padding: 20px;
  }

  .info-box .info-title {
    font-size: 22px;
  }

  .info-box .info-description {
    font-size: 18px;
  }

  .project-process .info-box {
    width: 180px;
    padding: 18px;
  }

  .project-process .info-box .info-title {
    font-size: 16px;
    font-weight: 400;
    color: #d5dbe2;
  }

  .project-process .info-box .info-description {
    color: #fff;
    font-weight: 600;
  }
}

@media (width: 1024px) {
  .mad-top-section .ml-mobile-80 {
    position: absolute;
  }

  .logoiconA {
    padding: 10px 10px 10px 0;
  }

  .container.ss_headmenu {
    padding: 0;
  }

  .product-testimonial-bg img {
    width: 260px;
  }

  .padding-100 {
    padding: 50px 16px 16px 300px !important;
  }

  .circle-container {
    width: 256px !important;
    height: 256px !important;
  }

  .circle-container .icon {
    width: 100px !important;
    height: 69px !important;
  }

  .review-clutch video {
    height: 421px !important;
  }

  .wad-section .glob-animation img:first-child {
    width: 388px;
  }

  .responsive-truncate {
    max-width: 220px;
  }

  .rmn-clutch video {
    height: 480px !important;
  }

  .weguide-clutch video {
    height: 550px !important;
  }

  .reach-us-section .mp-1 {
    top: 44px !important;
    left: 49% !important;
  }

  .reach-us-section .mp-2 {
    top: 27% !important;
    left: 47.4% !important;
  }

  .reach-us-section .mp-3 {
    top: 46% !important;
    left: 64.4% !important;
  }

  .reach-us-section .mp-4 {
    bottom: 9%;
    right: 15%;
  }

  .reach-us-section .mb-md-5 {
    margin-bottom: 100px !important;
  }

  .mp-1 {
    top: 10% !important;
    left: 49% !important;
  }

  .mp-2 {
    top: 27% !important;
    left: 47.4% !important;
  }

  .mp-3 {
    top: 46% !important;
    left: 64.4% !important;
  }

  .mp-4 {
    bottom: 10%;
    right: 15%;
  }

  .reach-box {
    width: 350px;
  }

  .season_content {
    padding: 0 0 0 10px;
  }

  .ipad-mini-block {
    display: block !important;
  }

  .ipad-mini-block .mb-md-0 {
    margin-bottom: 20px !important;
  }

  .elevate-block {
    background-position: top -210px right -130px !important;
    background-size: 55% !important;
  }

  .shriyank-mendpara {
    margin-top: 120px;
  }

  .shriyank-mendpara.mb-100 {
    margin-bottom: 0px !important;
  }

  .ss_main_logo_des > img {
    height: 20px !important;
  }

  .hero-section-bg .container {
    width: 98%;
  }

  .navbar-light {
    padding: 0 16px;
  }

  .sakshi-pandey .cluth-block,
  .shriyank-mendpara .cluth-block,
  .andré-r .cluth-block,
  .monali-patel .cluth-block {
    width: 100% !important;
    height: auto !important;
  }

  .sakshi-pandey .cluth-block #clutch-video-background-elevate,
  .shriyank-mendpara .cluth-block #clutch-video-background-elevate,
  .andré-r .cluth-block #clutch-video-background-elevate,
  .monali-patel .cluth-block #clutch-video-background-elevate {
    width: 100% !important;
    height: 300px !important;
  }

  .startup-black-card .black-card {
    width: calc((100% - 80px) / 3) !important;
  }
}

@media (min-width: 1400px) {
  .worries-slider {
    padding-left: 40px;
  }

  .worries-slider .slick-prev {
    left: -12px;
  }

  .employee-image-container {
    left: -4px;
  }

  .sakshi-pandey .employee-image-container {
    left: -46px;
    top: -61px;
  }

  .shriyank-mendpara .employee-image-container {
    left: -46px;
    top: -61px;
  }

  .andré-r .employee-image-container {
    left: -46px;
    top: -60px;
  }

  .monali-patel .employee-image-container {
    left: -46px;
    top: -60px;
  }

  .wus-review-section .gap-lg-0 {
    gap: 24px !important;
  }

  .wus-review-section .col-lg-3 {
    width: 23%;
  }

  .chat-container {
    width: 500px;
  }

  .employee-section-inner .w-674 {
    width: 46%;
  }

  .worries-slider .slick-next {
    right: 40px;
    /* right: 520px !important; */
  }

  .trusted-logo {
    width: 10.7%;
  }

  .container.section-rmn-events {
    padding: 100px 24px;
  }

  .rmn-clutch.references-section {
    height: 400px;
  }

  .rmn-clutch.references-section video {
    height: 400px;
  }
}

@media (width: 1440px) {
  .hero-banner .client-anim {
    height: 560px;
    min-height: 560px;
  }

  .hero-banner .col-lg-5 {
    min-height: 560px;
  }

  .hero-banner .row.gap-5 {
    column-gap: 0 !important;
  }

  .client-anim .icon:nth-child(1) {
    left: 0;
    top: 100px;
  }

  .client-anim .icon:nth-child(2) {
    width: 100px;
    left: 210px;
  }

  .client-anim .icon:nth-child(3) {
    right: 0;
    bottom: 100px;
  }

  .clutch-bg-bottom {
    position: absolute;
    bottom: 104px;
    left: 30px;
  }

  .hero-banner {
    padding: 80px 0 0 0;
  }

  .width-740 {
    width: 600px;
  }

  .width-740.gap-140 {
    gap: 60px;
  }
}

@media (min-width: 1440px) and (max-width: 1440) {
  .container.ss_headmenu {
    padding: 0 !important;
    width: auto !important;
  }
}

@media (min-width: 1536px) and (max-width: 1536px) {
  .client-anim .icon:nth-child(1) {
    left: 0;
    top: 0;
  }

  .client-anim .icon:nth-child(2) {
    width: 100px;
    left: 210px;
    bottom: 100px;
  }

  .client-anim .icon:nth-child(3) {
    right: 0;
    bottom: 100px;
  }

  .clutch-bg-bottom {
    position: absolute;
    bottom: 26px;
    left: 30px;
  }

  .gap-5 {
    gap: unset !important;
  }

  .box-pd {
    padding: 80px 0;
  }

  .hero-banner {
    padding: 80px 0;
  }

  .glob-tooltip {
    width: 460px;
  }

  .glob-tooltip-img {
    height: 260px;
  }

  .glob-tooltip-title {
    font-size: 15px;
  }

  .glob-tooltip-subtitle {
    font-size: 13px;
  }

  .glob-tooltip-tag {
    font-size: 11px;
    padding: 4px 10px;
  }

  .css-modifier.gap-140 {
    gap: 40px !important;
  }

  .css-modifier .width-740 {
    width: 640px !important;
  }
}

@media (min-width: 1600px) {
  .client-anim .icon:nth-child(1) {
    width: 320px;
  }

  .client-anim .icon:nth-child(2) {
    left: 272px;
  }

  .client-anim .icon:nth-child(3) {
    width: 270px;
  }

  .clutch-bg-bottom {
    position: absolute;
    bottom: -12px;
    left: 90px;
  }

  .client-anim .icon.client1 {
    left: 40px;
  }

  .by-slider .slick-prev {
    left: 190px;
  }

  #clutch-video-background {
    height: 399px;
  }

  .employee-image-container {
    position: absolute;
    /* top: -75px;
    left: -3px; */
    width: 1030px;
    height: 610px;
    z-index: 1;
    /* Image-specific properties will be overridden per employee */
  }

  .sakshi-pandey .employee-image-container {
    left: -6px;
    top: -75px;
  }

  .shriyank-mendpara .employee-image-container {
    left: -6px;
    top: -75px;
  }

  .andré-r .employee-image-container {
    left: -6px;
    top: -75px;
  }

  .monali-patel .employee-image-container {
    left: -6px;
    top: -75px;
  }

  .employee-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .employee-chat-container {
    position: relative;
    z-index: 20;
  }

  .mob-app-dev-slider {
    max-width: 100%;
    overflow: hidden;
  }

  .mobileapp-slide-left > div,
  .mobileapp-slide-right > div {
    width: 300px;
  }

  .chat-container {
    width: 580px;
  }

  .employee-section-inner .w-674 {
    width: 44%;
  }

  .employee-section-inner .webkit-fill {
    width: 100%;
  }

  .rmn-clutch.references-section video {
    height: 437px !important;
  }

  .weguide-clutch video {
    height: 480px !important;
  }

  .rmn-clutch video {
    height: 380px !important;
  }

  .gap-5 {
    gap: 0px !important;
  }

  /* .xs-order2 {
    order: 1;
  } */

  /* .worries-slider {
    padding-left: 0;
  } */

  .worries-slider .slick-next {
    left: 975px;
  }

  .width-740 {
    width: 100%;
    max-width: 740px;
  }
}

/* ======================== Utility Classes ======================== */

.font-oswald {
  font-family: "Oswald", sans-serif !important;
}

.width-fit-content,
.w-fit-content {
  width: fit-content !important;
}

.w-250 {
  width: 250px;
}

.w-288 {
  width: 288px;
}

.min-h-220 {
  min-height: 220px;
}

.gap-38 {
  gap: 38px;
}

.gap-64 {
  gap: 6.4px;
}

.mb-20 {
  margin-bottom: 20px;
}

.progress-w-60 {
  width: 60%;
}

.progress-w-70 {
  width: 70%;
}

.progress-w-80 {
  width: 80%;
}

.flex-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.ref-key-point {
  padding: 12px;
  border-radius: 12px;
  flex: 1;
  min-height: 100%;
}

.ref-slider-card {
  height: 277px;
  width: 506px;
}

.tech-stack-card {
  gap: 6px;
  padding: 24px;
  border-radius: 20px;
}

.tech-stack-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.ref-profile-img {
  width: 190px;
  height: auto;
  border-radius: 20px;
}

.hero-bg-cover {
  background: url(/assets/img/hero-bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
}

.hero-bg-100 {
  background: url(/assets/img/hero-bg.jpg) no-repeat;
  width: 100%;
  background-size: 100%;
}

.hero-bg-404 {
  background: url(/assets/svg/404-banner.svg) no-repeat;
  background-position: top -250px right -200px;
  background-size: 41%;
}

.ref-hero-bg {
  background: url(/assets/img/hero-bg.jpg) no-repeat;
  width: 100%;
  background-size: 100%;
  padding: 40px 0;
}
