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

:root {
  --white: #ffffff;
  --black: #0b0b16;
  --blue: repeating-linear-gradient(to right, #b1cbf0, #88b1eb);
  --bg-black: #0c0c0c;
  --grey: #a2a4af;
  --blue2: #b1cbf0;
  --grey2: #5b5d6b
}

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: Epilogue, sans-serif !important;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden !important;
}

.body-regular {
  color: #cbcdd6;
}

.text_grey {
  color: var(--grey2) !important;
  font-weight: 500;
}

.heading-1 {
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  font-weight: 500;
}

.heading-2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.footer_img {
  width: 90px;
  height: 34px;
}

.heading-4 {
  font-size: 18px;
  line-height: 20px;
}

.left_padding {
  padding: 20px 28px;
}

.sub_heading {
  font-size: 24px;
  font-weight: 600;
}

.font_20 {
  font-size: 20px;
  font-weight: 600;
}

.font_22 {
  font-size: 22px;
}

.footer_pading {
  /* padding: 70px 20px; */
  border-top: 1px solid #ddd;
  min-height: auto;
  margin-top: auto;
  display: flex;
}

.footer_pading>.container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.text-block-10 {
  text-transform: capitalize;
  white-space: normal;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.tag-box {
  color: #e9e9eb;
  background-color: rgba(12, 12, 12, .3);
  border-radius: 7px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 9px;
  font-weight: 600;
  line-height: 15px;
}

.image-4 {
  z-index: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-black {
  background-color: var(--bg-black);
}

.bg-blue {
  background-image: linear-gradient(to right, #b0caf0, #8ab2eb);
}

.section_padding {
  padding: 100px 0;
}

.font_14 {
  font-size: 14px;
}

.sub_para {
  font-size: 16px;
}

.font_12 {
  color: #282a3a;
  font-size: 12px;
}

.sub_title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.para_color {
  color: var(--grey);
}

.tech_pill {
  color: var(--black) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--blue2) !important;
  border-radius: 50px;
}

.nav-pills .nav-link {
  border-radius: 50px !important;
}

.header-logo {
  width: 150px;
}

.genxmeta_button {
  color: #0c0c0c;
  text-align: center;
  background-image: var(--blue);
  border-radius: 50px !important;
  padding: 10px 36px !important;
  font-weight: 600;
  line-height: 15px;
}

.nav-services:hover {
  background: linear-gradient(135deg,
      #00d2ff 0%,
      #0072ff 100%) !important;
  font-weight: 600 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.grey_button {
  color: var(--white);
  text-align: center;
  background-color: var(--grey2) !important;
  border-radius: 50px !important;
  padding: 6px 40px !important;
  font-weight: 600;
  line-height: 15px;
}

.eye_img {
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.btn {
  font-size: 14px !important;
}

.hero_img {
  background-image: url('/assets/genxmeta_hero_bg.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.hero_btn {
  background: linear-gradient(135deg, #00d2ff 0%, #0072ff 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 210, 255, 0.4) !important;
  border: none !important;
  transition: all 0.3s ease-in-out !important;
}

.hero_btn:hover {
  background: linear-gradient(135deg, #0072ff 0%, #00d2ff 100%) !important;
  box-shadow: 0 6px 20px rgba(0, 210, 255, 0.6) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.form-control {
  background-color: #282a39 !important;
  border: none !important;
}

.form-floating>label {
  color: #707281 !important;
  font-size: 14px !important;
  font-weight: 500
}

.hero_padding {
  padding-top: 180px;
  padding-bottom: 100px;
}

.qoute-block {
  height: auto !important;
  min-height: 500px;
  padding: 120px 0 !important;
  background-color: #000000;
  background-image: url("/assets/genxmeta_quote_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.qoute-block .col-lg-6 {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 24px;
  padding: 48px 40px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.02) !important;
  text-align: center !important;
  transition: all 0.4s ease;
}

.qoute-block .col-lg-6:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(0, 210, 255, 0.3) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(0, 210, 255, 0.15) !important;
  transform: translateY(-4px);
}

.qoute-block h2.sub_title {
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.5rem !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ffffff 50%, #8fb5eb 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.qoute-block p.sub_para {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 28px !important;
}

.left_bg {
  background-image: url("/assets/639b830a4cbdd2729cf3aa7f_rec-pro-bg.png");
}

.left_right_sec {
  border-radius: 15px;
  width: 100%;
  height: 420px;
  text-align: left;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-clip: padding-box;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  text-decoration: none;
  position: relative;
}

.mobile-img {
  z-index: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 280px;
}

.section {
  width: 100%;
  object-fit: fill;
  background-color: #17191b;
  background-image: url("../639b830a4cbdd2df30f3a9d5_cta-bg.png");
  background-position: 50%;
  background-attachment: scroll;
  height: auto;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right_bg {
  background-image: url("/assets/639b830a4cbdd23cfff3aa82_rec-pro-bg2.png"), linear-gradient(#084a6b, #2b9dd7);
}

.bg_dark {
  background-color: #282a3a;
}

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

.footer_section {
  display: flex;
}

a:hover {
  color: var(--black) !important;
}

.nav_bg {
  background-color: #000;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.nav_menu:hover {
  color: #88b1eb !important;
}

.toggle_btn {
  background: none;
  border: none;
  padding: 0 !important;
}

.side_menu {
  max-width: 250px;
  width: 100%;
  flex: 1;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.menu_width {
  display: flex;
  padding: 24px !important;
  width: 800px;
  border: none !important;
}

.dropdown-item:focus {
  color: var(--blue2) !important;
}

.dropdown-item:hover {
  background: none !important;
}

.dropdown-content {
  padding-left: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 800px;
  height: 266px;
  display: block;
  /* top: 54px !important;
  left: -137px !important; */
  top: 0;
  left: 0;
  transform: translate(-20%, 20%);
}

.sub_menus::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  background: transparent;
}

.dropdown-item {
  color: #5b5d6b !important;
  font-weight: 500 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none !important;
  color: #8fb5eb !important;
}

.repo_img {
  height: 70px;
}

.location_bg {
  background-color: #282a39;
}

.contact_para {
  color: #707281;
}

.form-control:focus {
  box-shadow: none !important;
}

/* ... other CSS styles ... */

.form-label {
  color: rgb(0, 0, 0);
}

/* ... other CSS styles ... */

.form-label:-webkit-autofill {
  color: rgb(0, 0, 0) !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: rgb(0, 0, 0);
}

input:-moz-autofill {
  -moz-text-fill-color: rgb(0, 0, 0);
}

input:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}

input::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(48px + 2px) !important;
}

#message {
  height: 120px !important;
}

.form-floating>label {
  padding: 14px 20px;
}

.blockchainconsulting_bg {
  background-image: url("/assets/img/TechnologyConsulting/hero.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.card_to_border {
  border-top: 5px solid #64656aed;
  padding: 26px 0;
}

.card_to_border:hover {
  border-top: 5px solid var(--grey);

}

.text_blue {
  color: var(--blue2);
}

.Engineered_sec {
  background-color: #000;
  padding: 70px;
  border-radius:
    30px;
}

.card_bg_green {
  background-image: linear-gradient(211.93deg, #deeceb, #f9fdfd);
  padding: 36px;
  border-radius: 10px;
  white-space: nowrap;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.tech_border {
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}

.contact_grey_btn {
  padding: 10px 38px !important;
}

.count_border {
  border-right: 1px solid #ddd;
  text-align: center;
}

.blue_card {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #768ba88c;
  border-radius: 10px;
}

.black-round {
  background-color: #000;
  padding: 8px 12px;
  border-radius: 50%;
}

.small_text {
  color: #8fb5eb;
}

.best-coin {
  animation: best-coin linear 4s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
}

@keyframes best-coin {
  0% {
    transform: translate(1px, 20px);
  }

  24% {
    transform: translate(1px, 30px);
  }

  50% {
    transform: translate(1px, 12px);
  }

  74% {
    transform: translate(1px, 22px);
  }

  100% {
    transform: translate(1px, 22px);
  }
}

@media (max-width: 1440px) {
  .section_padding {
    padding: 80px 0;
  }

  .sub_title {
    font-size: 46px;

  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translate(-40%, 20%);
  }

  .heading-1 {
    font-size: 58px;
    line-height: 62px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .hero_padding {
    padding-top: 164px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .section_padding {
    padding: 70px 0;
  }

  .row .col-xl-3:nth-child(2) .count_border {
    border-right: none;
  }

  .Engineered_sec {
    padding: 50px;
  }

  .footer_pading {
    padding: 52px 16px;
  }

  .hero_padding {
    padding-top: 160px;
    padding-bottom: 70px;
  }

  .mobile-img .outstaffer-pro-img {
    width: 96%;
  }

  .sub_title {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-1 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .font_22 {
    font-size: 20px;
  }

  .sub_heading {
    font-size: 22px;
  }

  .genxmeta_button {
    padding: 8px 32px !important;
  }

  .left_padding {
    padding: 40px 44px;
  }

  .qoute-block {
    height: 450px;
  }

  .nav-pills {
    padding-bottom: 10px;
  }

  .card_bg_green {
    padding: 30px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 2fr);
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: var(--black);
    z-index: 9999;
    transition: left 0.3s ease;
    padding-top: 20px;
  }

  .dropdown-menu {
    border-radius: 0 !important;
  }

  .dropdown-content {
    display: none;
  }

  .dropdown-content.show {
    display: block;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-nav {
    padding-top: 18px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    transform: translate(0, 10px);
  }

  .side_menu {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .section_padding {
    padding: 44px 0;
  }

  .footer_pading {
    padding: 40px 0 10px;
  }

  .card_bg_green {
    padding: 26px;
  }

  .heading-1 {
    font-size: 44px;
    line-height: 50px;
  }

  .footer_section {
    flex-wrap: wrap;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .sub_title {
    font-size: 38px;
    line-height: 42px;
  }

  .sub_para {
    font-size: 15px;
  }

  .sub_heading {
    font-size: 20px;
  }

  .btn {
    font-size: 13px !important;
  }

  .left_padding {
    padding: 40px 38px;
  }

  .Engineered_sec {
    padding: 34px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }

  .contact_grey_btn {
    padding: 8px 30px !important;
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .section_padding {
    padding: 40px 0;
  }

  .tech_pill {
    font-size: 13px !important;
    padding: 6px 16px !important;
  }

  .left_padding {
    padding: 36px 14px;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .card_bg_green {
    padding: 28px;
  }

  .qoute-block {
    height: 350px;
  }

  .hero_padding {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .heading-1 {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 22px;
  }

  .font_22 {
    font-size: 18px;
  }

  .sub_heading {
    font-size: 18px;
  }

  .navbar-collapse {
    width: 216px;
  }

  .outstaffer-pro-img {
    width: 96%;
    /* height: 250px !important; */
  }

  .sub_para {
    font-size: 14px;
  }

  .sub_title {
    font-size: 30px;
    line-height: 36px;
  }

  /* .genxmeta_button {
    width: 100%;
  } */
  .left_right_sec {
    padding: 20px;
  }

  .grid-container {
    gap: 20px;
  }
}

@media(max-width:460px) {
  .heading-2 {
    font-size: 22px;
  }
}

@media (max-width:320px) {
  .mobile-img {
    height: 196px;
  }

  .Engineered_sec {
    padding: 26px;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 34px;
  }

  .boxes {
    gap: 6px;
  }

  .tag-box {
    margin: 0;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .hero_padding {
    padding-top: 90px;
    padding-bottom: 10px;
  }

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

  .font_22 {
    font-size: 16px;
  }

  .sub_heading {
    font-size: 16px;
  }

  .font_14 {
    font-size: 12px;
  }

  .sub_title {
    font-size: 26px;
    line-height: 32px;
  }

  .outstaffer-pro-img {
    width: 96%;
    height: auto;
    /* height: 250px !important; */
  }
}

.clients_section_premium {
  background: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.clients_section_premium h2.heading-2 {
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  background: none !important;
  line-height: 1.15 !important;
  font-size: 2.5rem !important;
  margin-bottom: 40px !important;
}

.clients_section_premium .col-lg-2 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients_section_premium .logo_card {
  width: 100% !important;
  height: 80px !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  padding: 2.5px !important;
  background: transparent !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Rotating conic gradient border */
.clients_section_premium .logo_card::before {
  content: "" !important;
  position: absolute !important;
  top: -160% !important;
  left: -160% !important;
  width: 420% !important;
  height: 420% !important;
  background: conic-gradient(from 0deg, #00d2ff 0%, #9d4edd 25%, #00d2ff 50%, #9d4edd 75%, #00d2ff 100%) !important;
  animation: rotateBorder 3s linear infinite !important;
  z-index: 1 !important;
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Inner card sitting above the rotating outline */
.clients_section_premium .logo_card_inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  z-index: 2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 16px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.clients_section_premium .logo_card_inner img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 100% !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.clients_section_premium .col-lg-2:hover .logo_card {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1), 0 0 22px rgba(0, 210, 255, 0.1);
}

.clients_section_premium .col-lg-2:hover .logo_card_inner {
  background: #f8fafc !important;
}

.clients_section_premium .col-lg-2:hover .logo_card_inner img {
  filter: grayscale(1) brightness(0.25) opacity(60%) !important;
}

.clients_section_premium p.sub_para {
  color: #475569 !important;
  opacity: 1 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* feature_section_premium */
.features_section_premium {
  background: radial-gradient(circle at 10% 20%, rgba(0, 210, 255, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(157, 78, 221, 0.04) 0%, transparent 40%),
    #f8fafc !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.features_section_premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 114, 255, 0.1), transparent);
}

.features_section_premium .row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 991px) {
  .features_section_premium .row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .features_section_premium .row {
    grid-template-columns: 1fr !important;
  }
}

/* Custom Grid Items styled as Cards */
.features_section_premium .row>div {
  width: 100% !important;
  max-width: 100% !important;
  padding: 32px 28px !important;
  border-radius: 20px;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-left: 3px solid rgba(0, 114, 255, 0.4) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}

.features_section_premium .row>div:hover {
  background: #ffffff !important;
  border-color: rgba(0, 210, 255, 0.3) rgba(0, 210, 255, 0.3) rgba(0, 210, 255, 0.3) #0072ff !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 0 15px rgba(0, 210, 255, 0.05) !important;
}

.features_section_premium h2.heading-2 {
  color: #0f172a !important;
}

.features_section_premium p.sub_para {
  color: #475569 !important;
}

.features_section_premium h6.sub_heading {
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #0f172a !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.01em;
}

.features_section_premium p.sub_para.para_color {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
  margin-bottom: 0 !important;
}

/* engineers_section_premium (Black Theme) */
.engineers_section_premium {
  background: #000000 !important;
  color: #ffffff !important;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding: 100px 0;
}

.engineers_section_premium h2.heading-2 {
  color: #ffffff !important;
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #ffffff 50%, #8fb5eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.engineers_section_premium p.sub_para {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.engineers_section_premium .font_14 {
  color: #8fb5eb !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  letter-spacing: 0.1em;
  margin-bottom: 6px !important;
}

.engineers_section_premium .sub_heading {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  margin-bottom: 0 !important;
}

/* Glassmorphic Stats Cards with Glowing Hover Outline */
.engineers_section_premium .row.mt-4>div {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px;
  padding: 24px 20px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
}

/* Gradient line indicator on top on hover */
.engineers_section_premium .row.mt-4>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00d2ff, #9d4edd);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.engineers_section_premium .row.mt-4>div:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(0, 210, 255, 0.3) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px 0 rgba(0, 210, 255, 0.15), 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
}

.engineers_section_premium .row.mt-4>div:hover::before {
  opacity: 1;
}

/* Enhanced Floating and Glowing Pulse Animation */
@keyframes floatAndGlow {
  0% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 210, 255, 0.15);
  }

  50% {
    transform: translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 35px rgba(157, 78, 221, 0.35);
  }

  100% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 210, 255, 0.15);
  }
}

.engineers_section_premium .eye_img {
  animation: floatAndGlow 6s ease-in-out infinite;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
  width: 100%;
}

.engineers_section_premium .eye_img:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 210, 255, 0.4);
  transform: scale(1.02);
}

/* Recent Liftoffs Light Theme Styles */
.liftoffs_light_section {
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%) !important;
  color: #0f172a !important;
  padding: 80px 0 !important;
  position: relative;
  overflow: hidden;
}

.liftoffs_light_section h2.heading-2 {
  color: #0f172a !important;
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.5rem !important;
  margin-bottom: 12px !important;
}

.liftoffs_light_section p.sub_para {
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.liftoffs_light_section .liftoff_btn {
  background-color: #0f172a !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 12px 32px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.liftoffs_light_section .liftoff_btn:hover {
  background-color: #1e293b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2) !important;
  color: #ffffff !important;
}

.liftoff_card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04), 0 1px 8px rgba(15, 23, 42, 0.02) !important;
  border-radius: 24px !important;
  height: 440px !important;
  padding: 40px 40px 0 40px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin-bottom: 24px;
}

.liftoff_card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12), 0 0 1px rgba(15, 23, 42, 0.08) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.liftoff_card h3.heading-4 {
  color: #0f172a !important;
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin-bottom: 8px !important;
}

.liftoff_card p.sub_para {
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
}

.liftoff_tag {
  color: #475569 !important;
  background-color: #f1f5f9 !important;
  border-radius: 8px !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  padding: 6px 12px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  list-style: none !important;
  transition: all 0.2s ease !important;
}

.liftoff_tag:hover {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
}

/* Card Backgrounds & Borders with brand-specific soft gradients */
.augusta_card {
  background: linear-gradient(180deg, #ffffff 50%, #f3faf6 100%) !important;
  border-color: rgba(34, 197, 94, 0.08) !important;
}

.outstaffer_card {
  background: linear-gradient(180deg, #ffffff 50%, #eff6ff 100%) !important;
  border-color: rgba(59, 130, 246, 0.08) !important;
}

/* Premium background decorative blur blobs */
.liftoff_card::before {
  content: '' !important;
  position: absolute !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  filter: blur(60px) !important;
  bottom: -40px !important;
  right: -40px !important;
  z-index: 0 !important;
  opacity: 0.15 !important;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
}

.augusta_card::before {
  background: #22c55e !important;
}

.outstaffer_card::before {
  background: #3b82f6 !important;
}

/* Interactive hover scales and shadows */
.liftoff_card:hover {
  transform: translateY(-8px) !important;
}

.augusta_card:hover {
  border-color: rgba(34, 197, 94, 0.25) !important;
  box-shadow: 0 30px 60px rgba(34, 197, 94, 0.1), 0 0 1px rgba(34, 197, 94, 0.15) !important;
}

.outstaffer_card:hover {
  border-color: rgba(59, 130, 246, 0.25) !important;
  box-shadow: 0 30px 60px rgba(59, 130, 246, 0.1), 0 0 1px rgba(59, 130, 246, 0.15) !important;
}

.liftoff_card:hover::before {
  transform: scale(1.5) !important;
  opacity: 0.25 !important;
}

/* Common Image Wrapper and PNG Image Positioning */
.liftoff_img_wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  height: 230px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.liftoff_png_img {
  max-height: 210px !important;
  width: auto !important;
  max-width: 90% !important;
  display: block !important;
  object-fit: contain !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.06)) !important;
}

/* Interactive Image 3D popping effects */
.liftoff_card:hover .liftoff_img_wrapper {
  transform: translateY(-6px) !important;
}

.liftoff_card:hover .liftoff_png_img {
  transform: scale(1.05) translateY(-4px) !important;
  filter: drop-shadow(0 20px 32px rgba(15, 23, 42, 0.12)) !important;
}

/* Brand-specific tag hover colors */
.augusta_card .liftoff_tag:hover {
  background-color: #e8f5e9 !important;
  color: #2e7d32 !important;
}

.outstaffer_card .liftoff_tag:hover {
  background-color: #e3f2fd !important;
  color: #1565c0 !important;
}

@media (max-width: 576px) {
  .liftoff_card {
    height: 400px !important;
    padding: 30px 30px 0 30px !important;
  }

  .liftoff_img_wrapper {
    height: 190px !important;
  }

  .liftoff_png_img {
    max-height: 175px !important;
  }
}

/* Footer Dark Theme with Video Background */
.footer_dark_theme_video {
  position: relative !important;
  background-color: #0a0a0d !important;
  /* Premium dark gray/black background */
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  overflow: hidden !important;
  /* padding: 80px 20px !important; */
  z-index: 1 !important;
}

/* Background video layout */
.footer_video_wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.footer_bg_video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.7 !important;
  /* Video was almost invisible at 0.35 opacity */
  filter: grayscale(60%) contrast(110%) brightness(75%) !important;
  /* Lighter filter so footage stays visible */
}

.footer_video_overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, rgba(10, 10, 13, 0.25) 0%, rgba(10, 10, 13, 0.55) 100%) !important;
  /* Lighter overlay so video shows through, text still readable */
}

/* Ensure container sits on top of video */
.footer_dark_theme_video .container {
  position: relative !important;
  z-index: 2 !important;
}

/* Heading color */
.footer_dark_theme_video h6 {
  color: #ffffff !important;
  font-family: 'Outfit', 'Epilogue', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  opacity: 0.95 !important;
}

/* Paragraph and Secondary text colors */
.footer_dark_theme_video .text-secondary {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer_dark_theme_video p.heading-4.text-secondary {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* Anchor Link styling */
.footer_dark_theme_video a {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 500 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-block !important;
  position: relative !important;
  padding-bottom: 2px !important;
}

/* Multicolor Underline Hover Effect */
.footer_dark_theme_video a::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(90deg, #00d2ff 0%, #0072ff 50%, #a855f7 100%) !important;
  /* Premium multicolor gradient */
  transform: scaleX(0) !important;
  transform-origin: right !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Link Hover States */
.footer_dark_theme_video a:hover {
  color: #00d2ff !important;
  /* Theme blue/cyan text glow on hover */
  transform: translateY(-1px) !important;
  text-shadow: 0 0 10px rgba(0, 210, 255, 0.3) !important;
}

.footer_dark_theme_video a:hover::after {
  transform: scaleX(1) !important;
  transform-origin: left !important;
}

/* Exclude Social Icons and specific wrapper anchors from underline */
.footer_dark_theme_video .d-flex.gap-2 a::after {
  display: none !important;
}

.footer_dark_theme_video .d-flex.gap-2 a:hover {
  transform: scale(1.15) !important;
}

/* Footer bottom copyright area colors */
.footer_dark_theme_video .font_12.text-secondary {
  color: rgba(255, 255, 255, 0.4) !important;
}

.footer_dark_theme_video .text-muted {
  color: rgba(255, 255, 255, 0.2) !important;
}

.top-footer {
  /* min-height: 500px; */
  flex: 1;
  align-content: flex-start;
  padding: 80px 0px 20px !important;
}


.lower_footer {
  margin-top: auto;
  border-top: 1px solid rgb(44, 44, 44);
}

.max-800 {
  max-width: 700px;
}

.gradient-text {
  background: linear-gradient(135deg,
      #00d2ff 0%,
      #0072ff 100%) !important;
  font-weight: 600 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.services_sec {
  background: radial-gradient(circle at 10% 20%, rgba(0, 210, 255, 0.04) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(157, 78, 221, 0.04) 0%, transparent 40%), #f8fafc !important;
}

.services_card {
  border: 1px solid rgb(212, 212, 212);
  padding: 24px;
  border-radius: 20px;
  border-top: 4px solid #0072ff;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
}

.services_card:hover {
  transform: translateY(-8px);
  box-shadow: 2px 1px 2px gray;
}

.feature-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid rgb(212, 212, 212);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 1px 2px 2px #00d2ff;
}

.feature-box svg {
  height: 30px;
  width: 30px;
}

.services_sec h2 {
  color: #0f172a !important;
}

.services_sec p {
  color: #475569;
}

.process_section {
  background: #080912;
  color: #fff;
}

.process_wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.process_line {
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom,
      #00d2ff,
      #0072ff);
}

.process_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  min-height: 140px;
}

.process_number {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #3b4555;
  background: #11131d;
  color: #00d2ff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s ease;
}

.process_content {
  padding-top: 4px;
}

.process_content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
}

.process_content p {
  margin: 0;
  color: #a5a8bb;
  font-size: 18px;
  line-height: 1.6;
}

.process_item.active .process_number {
  border-color: #00d2ff;
  box-shadow:
    0 0 10px rgba(0, 210, 255, 0.35),
    0 0 25px rgba(0, 114, 255, 0.2);

  transform: scale(1.05);
}

.process_item.active .process_content h3 {
  background: linear-gradient(135deg,
      #00d2ff 0%,
      #0072ff 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about_sec .services_card .sub_para {
  font-size: 12px !important;
}

/* =========================================
   SERVICE CARD
========================================= */

.engineers_section_premium .service-card {
  position: relative;
  height: 100%;
  min-height: 535px;
  padding: 32px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.015));

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  /* IMPORTANT */
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.5s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}


/* =========================================
   HOVER
========================================= */

.engineers_section_premium .service-card:hover {
  transform: translateY(-10px);

  border-color: rgba(110, 120, 255, 0.35);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.30),
    0 0 45px rgba(90, 100, 255, 0.10);
}


/* =========================================
   TOP LINE
========================================= */

.engineers_section_premium .card-line {
  position: absolute;
  top: 0;
  left: 32px;
  width: 75px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg,
      #6366f1,
      #38bdf8,
      transparent);

  transition: width 0.6s ease;
}

.engineers_section_premium .service-card:hover .card-line {
  width: 190px;
}


/* =========================================
   GLOW
========================================= */

.engineers_section_premium .card-glow {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -145px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(99, 102, 241, 0.20),
      rgba(56, 189, 248, 0.06) 40%,
      transparent 72%);

  filter: blur(8px);
  opacity: 0.6;
  pointer-events: none;
  transition:
    transform 0.8s ease,
    opacity 0.5s ease;
}

.engineers_section_premium .service-card:hover .card-glow {
  transform: scale(1.8);
  opacity: 1;
}


/* =========================================
   ORB
========================================= */

.engineers_section_premium .card-orb {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -110px;
  bottom: -110px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
  transition:
    transform 0.8s ease,
    border-color 0.5s ease;
}

.engineers_section_premium .service-card:hover .card-orb {
  transform: scale(2);
  border-color: rgba(100, 110, 255, 0.15);
}


/* =========================================
   CARD TOP
========================================= */

.engineers_section_premium .service-card-top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* =========================================
   ICON
========================================= */

.engineers_section_premium .service-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.035));

  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.5s ease,
    background 0.5s ease,
    box-shadow 0.5s ease;
}

.engineers_section_premium .service-icon span {
  color: #6ee7ff;
  font-size: 27px;
  line-height: 1;
  transition: transform 0.5s ease;
}

.engineers_section_premium .service-card:hover .service-icon {
  transform: rotate(-7deg) scale(1.08);
  background: linear-gradient(145deg,
      rgba(99, 102, 241, 0.24),
      rgba(56, 189, 248, 0.08));
  box-shadow:
    0 10px 35px rgba(80, 90, 255, 0.15);
}

.engineers_section_premium .service-card:hover .service-icon span {
  transform: scale(1.2) rotate(12deg);
}


/* =========================================
   NUMBER
========================================= */

.engineers_section_premium .service-number {
  color: #626981;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}


/* =========================================
   CONTENT
========================================= */

.engineers_section_premium .service-content {
  position: relative;
  z-index: 2;
  margin-top: 44px;
}

.engineers_section_premium .service-content h3 {
  max-width: 340px;
  margin: 0 0 17px;
  color: #f5f6ff;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.6px;
  transition: transform 0.4s ease;
}

.engineers_section_premium .service-card:hover .service-content h3 {
  transform: translateX(5px);
}

.engineers_section_premium .service-content p {
  margin: 0;
  color: #9298b0;
  font-size: 15px;
  line-height: 1.75;
}


/* =========================================
   TAGS
========================================= */

.engineers_section_premium .service-tags {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 82px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.engineers_section_premium .service-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  color: #949ab0;
  font-size: 13px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.engineers_section_premium .service-tags span:hover {
  color: #ffffff;
  border-color: rgba(100, 200, 255, 0.35);
  background: rgba(100, 150, 255, 0.08);
  transform: translateY(-3px);
}


/* =========================================
   FOOTER
========================================= */

.engineers_section_premium .service-footer {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 25px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737a94;
  font-size: 13px;
  font-weight: 600;
  transition:
    color 0.4s ease,
    opacity 0.4s ease;
}

.engineers_section_premium .service-card:hover .service-footer {
  color: #ffffff;
}


/* =========================================
   ARROW
========================================= */

.engineers_section_premium .service-arrow {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  font-size: 18px;
  transition:
    transform 0.4s ease,
    background 0.4s ease,
    border-color 0.4s ease;
}

.engineers_section_premium .service-card:hover .service-arrow {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.20);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

  .engineers_section_premium .service-card {
    min-height: 490px;
    padding: 25px;
    border-radius: 22px;
  }

  .engineers_section_premium .service-icon {
    width: 58px;
    height: 58px;
  }

  .engineers_section_premium .service-content {
    margin-top: 35px;
  }

  .engineers_section_premium .service-content h3 {
    font-size: 22px;
  }

  .engineers_section_premium .service-content p {
    font-size: 14px;
  }

  .engineers_section_premium .service-tags {
    left: 25px;
    right: 25px;
    bottom: 78px;
  }

  .engineers_section_premium .service-footer {
    left: 25px;
    right: 25px;
  }
}

/* technology sec */

/* =========================================================
   TECHNOLOGY ECOSYSTEM
========================================================= */

.tech_ecosystem_sec {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  color: #111827;
  overflow: hidden;
}


/* subtle background */

.tech_ecosystem_sec::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  top: -300px;
  right: -250px;
  border-radius: 50%;
  background: #f5f7ff;
  filter: blur(20px);
  pointer-events: none;
}


/* =========================================================
   INTRO
========================================================= */

.tech_intro {
  position: relative;
  z-index: 2;

  margin-bottom: 90px;
}

.tech_label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #635bff;
}

.tech_intro h2 {
  margin: 0;
  max-width: 700px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 700;
  color: #111827;
}

.tech_intro h2 span {
  color: #0072ff;
}

.tech_intro p {
  max-width: 480px;
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================================
   MAIN EXPERIENCE
========================================================= */

.tech_experience {
  position: relative;
  display: grid;
  grid-template-columns:
    270px minmax(300px, 1fr) minmax(350px, 1fr);
  min-height: 520px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}


/* =========================================================
   NAVIGATION
========================================================= */

.tech_navigation {
  position: relative;
  padding: 45px 30px 45px 0;
  border-right: 1px solid #e5e7eb;
}

.tech_nav_line {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 8px;
  width: 1px;
  background: #e5e7eb;
}

.tech_nav_item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #9ca3af;
  transition:
    color .35s ease,
    transform .35s ease;
}

.tech_nav_item:hover {
  color: #111827;
  transform: translateX(5px);
}

.tech_nav_item.active {
  color: #111827;
}

/* number */

.tech_nav_number {
  width: 30px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}


/* name */

.tech_nav_name {
  font-size: 14px;
  font-weight: 600;
  transition: color .3s ease;
}


/* dot */

.tech_nav_dot {
  position: absolute;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #d1d5db;
  transition:
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}

.tech_nav_item.active .tech_nav_dot {
  background: var(--tech-color);
  border-color: var(--tech-color);
  transform: scale(1.4);
  box-shadow:
    0 0 0 5px color-mix(in srgb,
      var(--tech-color) 12%,
      transparent);
}


/* =========================================================
   VISUAL
========================================================= */

.tech_visual_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
}


/* visual */

.tech_visual {
  --active-color: #635bff;
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* rings */

.tech_visual_ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb,
      var(--active-color) 35%,
      transparent);
  transition:
    border-color .5s ease,
    transform .8s ease;
}

.ring_one {
  width: 190px;
  height: 190px;
  animation: techRotate 18s linear infinite;
}

.ring_two {
  width: 250px;
  height: 250px;
  border-style: dashed;
  animation: techRotateReverse 24s linear infinite;
}

.ring_three {
  width: 315px;
  height: 315px;
  opacity: .35;
  animation: techRotate 30s linear infinite;
}


/* core */

.tech_visual_core {
  position: relative;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid color-mix(in srgb,
      var(--active-color) 45%,
      #e5e7eb);
  box-shadow:
    0 20px 60px color-mix(in srgb,
      var(--active-color) 18%,
      transparent);
  z-index: 3;
  animation: techPulse 3s ease-in-out infinite;
}

.tech_visual_core span {
  color: var(--active-color);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
}

/* =========================================================
   ORBITS
========================================================= */

.tech_orbit {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--active-color);
  box-shadow:
    0 0 20px color-mix(in srgb,
      var(--active-color) 50%,
      transparent);
}

.orbit_one {
  top: 12px;
  left: 50%;
  animation: orbitFloat 3s ease-in-out infinite;
}

.orbit_two {
  bottom: 35px;
  right: 25px;
  width: 7px;
  height: 7px;
  animation: orbitFloat 4s ease-in-out infinite reverse;
}


/* =========================================================
   CONTENT
========================================================= */

.tech_content {
  padding: 65px 0 65px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tech_content_number {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tech_content_line {
  width: 45px;
  height: 2px;
  margin: 18px 0 25px;
  background: var(--active-color, #635bff);
}

.tech_content h3 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  animation: contentReveal .5s ease;
}

.tech_content p {
  max-width: 470px;
  margin: 0 0 28px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  animation: contentReveal .6s ease;
}


/* =========================================================
   POINTS
========================================================= */

.tech_points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-bottom: 32px;
}

.tech_points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4b5563;
  font-size: 13px;
  animation: contentReveal .7s ease;
}

.tech_points i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #635bff;
}


/* =========================================================
   BUTTON
========================================================= */

.tech_explore_btn {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 13px 18px;
  border: 1px solid #d1d5db;
  border-radius: 50px;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .35s ease;
}

.tech_explore_btn span {
  font-size: 17px;
  transition: transform .35s ease;
}

.tech_explore_btn:hover {
  color: #ffffff;
  background: #111827;
  border-color: #111827;
  transform: translateY(-3px);
}

.tech_explore_btn:hover span {
  transform: translate(3px, -3px);
}


/* =========================================================
   TECHNOLOGY STACK
========================================================= */

.tech_stack {
  padding-top: 35px;
  text-align: center;
}

.stack_label {
  display: block;
  margin-bottom: 17px;
  color: #9ca3af;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
}

.stack_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.stack_items button {
  padding: 9px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  background: #ffffff;
  color: #9ca3af;
  font-size: 11px;
  cursor: pointer;
  transition:
    color .3s ease,
    border-color .3s ease,
    background .3s ease,
    transform .3s ease;
}

.stack_items button:hover,
.stack_items button.stack_active {
  color: #111827;
  border-color: #c7c9ff;
  background: #f5f5ff;
  transform: translateY(-2px);
}

@keyframes techRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes techRotateReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes techPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes orbitFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes contentReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .tech_ecosystem_sec {
    padding: 90px 0;
  }

  .tech_intro {
    margin-bottom: 60px;
  }

  .tech_intro p {
    margin-top: 25px;
  }

  .tech_experience {
    grid-template-columns:
      220px 1fr;

    min-height: auto;
  }

  .tech_navigation {
    grid-row: span 2;
  }

  .tech_visual_area {
    min-height: 420px;
  }

  .tech_content {
    padding: 45px;
    padding-left: 20px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .tech_ecosystem_sec {
    padding: 70px 0;
  }

  .tech_intro {
    margin-bottom: 45px;
  }

  .tech_intro h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

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

  .tech_experience {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
  }

  .tech_navigation {
    order: 1;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }

  .tech_nav_line {
    display: none;
  }

  .tech_nav_item {
    width: auto;
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    gap: 7px;
  }

  .tech_nav_item:hover {
    transform: none;
  }

  .tech_nav_number {
    display: none;
  }

  .tech_nav_dot {
    position: static;

    width: 6px;
    height: 6px;
  }

  .tech_nav_name {
    font-size: 12px;
  }

  .tech_visual_area {
    order: 2;
    min-height: 350px;
  }

  .tech_visual {
    transform: scale(.78);
  }

  .tech_content {
    order: 3;
    padding: 35px 0 45px;
  }

  .tech_content h3 {
    font-size: 32px;
  }

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

  .tech_points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tech_stack {
    padding-top: 25px;
  }

  .stack_items {
    gap: 6px;
  }

}

.gray_btn {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

/* =========================================
   ABOUT PAGE HERO & STAT CARDS
========================================= */

.about_hero_section {
  position: relative !important;
  background: url("/assets/img/about/about_hero_bg.jpg") no-repeat center center !important;
  background-size: cover !important;
  color: #ffffff !important;
  padding-top: 180px !important;
  padding-bottom: 120px !important;
}

.about_hero_section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(11, 11, 22, 0.78) !important;
  /* Dark premium overlay */
  z-index: 1 !important;
}

.about_hero_section .container {
  position: relative !important;
  z-index: 2 !important;
}

.glass_stat_card {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px !important;
  padding: 35px 25px !important;
  text-align: center !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.glass_stat_card:hover {
  transform: translateY(-8px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(0, 210, 255, 0.35) !important;
  box-shadow: 0 12px 30px rgba(0, 210, 255, 0.2) !important;
}

.glass_stat_card h2 {
  font-size: 46px !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #00d2ff 0%, #0072ff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 700 !important;
}

.glass_stat_card p {
  font-size: 13px !important;
  color: #a2a4af !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1.4 !important;
}

.about_vision_section {
  position: relative !important;
  background: url("/assets/img/about/about_vision_bg.jpg") no-repeat center center !important;
  background-size: cover !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  color: #ffffff !important;
}

.about_vision_section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, rgba(11, 11, 22, 0.88) 30%, rgba(11, 11, 22, 0.45) 100%) !important;
  z-index: 1 !important;
}

.about_vision_section .container {
  position: relative !important;
  z-index: 2 !important;
}

.vision_glass_card {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px !important;
  padding: 45px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
}

.vision_glass_card:hover {
  transform: translateY(-8px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(0, 210, 255, 0.35) !important;
  box-shadow: 0 12px 30px rgba(0, 210, 255, 0.2) !important;
}

.text-cyan {
  color: #00d2ff !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

.text-light-grey {
  color: #d1d3df !important;
  line-height: 1.6 !important;
}

.filter-bright {
  filter: brightness(0) invert(1) !important;
  opacity: 0.8 !important;
  max-height: 35px !important;
  width: auto !important;
  transition: opacity 0.3s ease !important;
}

.filter-bright:hover {
  opacity: 1 !important;
}

.contact-phone-link {
  color: #707281 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out !important;
}

.contact-phone-link:hover {
  color: #fff !important;
}