@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");

@font-face {
  font-family: Behind The Nineties;
  src: url(../fonts/Behind\ The\ Nineties.TTF);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  letter-spacing: 0;
}

body {
  transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  font-family: "Rethink Sans", sans-serif;
  overflow-x: clip !important;
  overflow-x: hidden !important;
  background: #fff;
}

section {
  scroll-behavior: smooth;
  width: 100%;
}

button {
  letter-spacing: 0;
  font-family: "Rethink Sans", sans-serif;
}

img {
  max-width: 100%;
  user-select: none;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  color: #303030;
}

body p {
  margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) em {
  font-family: Behind The Nineties !important;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Rethink Sans", sans-serif;

  margin: 0;
  letter-spacing: 0;
}

::selection {
  background-color: rgb(38, 34, 98);
  color: #fff;
}

body :is(.page-width, .container, .section--page-width) {
  position: relative;
  width: 100%;
  max-width: 1330px !important;
  padding: 0 20px !important;
  margin: 0 auto;
  display: block;
}

.container_Full {
  position: relative;
  width: 100%;
  display: block;
}

.Heading-h1 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.Heading-h2 :is(h1, h2, h3, h4, h5, h6),
.Heading-h2 {
  font-size: 50px;

  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.Heading-h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

.main__btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: max-content;
}

.main__btns :is(a, button) {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 56px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid currentColor;
  color: currentColor;
  position: relative;
  z-index: 1;
  outline: none !important;
  background: transparent;
  border-radius: 6px;
}

.main__btns :is(a, button):after {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.main__btns :is(a, button).orange_Btn {
  background: #f47423;
  border-color: #f47423;
  color: #ffffff;
}

.main__btns :is(a, button).drk_Btn {
  background: #050719;
  border-color: #050719;
  color: #ffffff;
}

.main__btns :is(a, button).orange_Outline_Btn {
  border-color: #f47423;
  color: #ffffff;
  background: transparent;
}

.main__btns.full_btn :is(a, button),
.main__btns.full_btn {
  max-width: 100%;
  width: 100%;
}

.main__btns.center_Btn {
  margin-left: auto;
  margin-right: auto;
}

.annoucment_bar_sec {
  position: relative;
  background: #050719;
  padding: 15px 0;
  display: block;
}

.anoucment_disx {
  text-align: center;
  position: relative;
  display: block;
}

.anoucment_disx :is(p, a) {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
}

.main_header_sec_landing {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 0;
}

.head_rows_lading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.MAIN_LOGO {
  position: relative;
  width: 153px;
  display: block;
}

.MAIN_LOGO :is(a, img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mainBanner {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 730px;
  z-index: 1;
}

.mainBannerRow {
  display: grid;
  grid-template-columns: 1fr 595px;
  gap: 30px;
  align-items: flex-start;
  padding-top: 100px;
}

.mainBannerContent {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  z-index: 1;
}

.mainBannerContent .banner_eyeBrow {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.mainBannerContent h1 {
  color: #fff;
}

.banner_disx {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.banner_disx :is(p, li, a) {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

.banner_disx strong {
  font-weight: 500;
}

.banner_Trust {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.banner_Trust img {
  width: 88px;
  object-fit: contain;
}

.banner_Trust :is(p, span, a) {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
}

.mainBannerContent .main__btns {
  margin-top: 40px;
}

.baner_Foot {
  position: relative;
  display: block;
  margin-top: 20px;
}

.baner_Foot :is(p, span, a) {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fff;
}

.audit_form_banner {
  box-shadow: 0px 44px 44px -20px #05071966;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}

.audit_header {
  background: #f47423;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.audit_header h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.audit_header span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.auid__FORM_WRAP {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
}

.audit_feild {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.audit_feild label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #050719;
}

.audit_feild :is(input, select, textarea) {
  background: #0507190d;
  border: 1px solid transparent;
  padding: 10px 16px;
  border-radius: 6px;
  outline: none;
  height: 45px;
  min-height: 45px;
}

.audit_feild :is(input, select, textarea):focus {
  border: 1px solid #050719;
}

.audit_feild :is(input, select, textarea),
.audit_feild :is(input, select, textarea)::placeholder {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #05071999;
  opacity: 1;
  visibility: visible;
}

.audit_feild :is(textarea) {
  height: 110px;
  min-height: 110px;
  padding-top: 16px;
}

.auid__FORM_WRAP .main__btns {
  margin-top: 15px;
}

.logoSlider-sec {
  background: #fff;
  padding: 30px 0px;
  overflow: hidden;
  margin: 190px 0 70px;
}

.LOGO_WRP {
  /* flex-shrink: 0;
  flex: 0 0 150px; */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.logo_rows {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.LOGO_WRP img:hover {
  filter: opacity(0.5);
}

.LOGO_WRP img {
  /* width: 100%;
  height: auto; */
  aspect-ratio: 200 / 50;
  object-fit: contain;
  display: block;
}

.laping__logos {
  overflow: hidden;
  width: 100%;
}

.see_work_section {
  position: relative;
  display: block;
  margin: 100px 0;
}

.see_work_section .main_heading_wrap .Heading-h2 {
  max-width: 429px;
  margin: auto;
}

.main_heading_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.main_heading_wrap :is(h1, h2, h3) {
  text-wrap: pretty;
}

.heading_eyeBrow {
  position: relative;
  display: block;
  max-width: max-content;
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #050719;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
}

.heading_eyeBrow::before {
  content: "";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 0.5px solid #f47423;
  background: #ffffff;
  border-radius: 6px;
  background-image: url(../images/teq-fav.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.main_heading_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main_heading_disx :is(p, li, a) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #050719;
}

.work_progress_rows {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.progress_Box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.progress_Box h3 {
  font-family: "Rethink Sans";
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  color: #050719;
}

.progress_Box h3 sup {
  color: #f47423;
}

.progress_Box span {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #050719;
}

.sales_progess_Sec {
  position: relative;
  display: block;
  padding: 100px 0;
  background: #0b0c29;
}

.sales_progess_Sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/traficc-shades.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}

.sales_img_cont_Wrappper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  align-items: center;
}

.sales__Content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sales__Content h2 {
  color: #fff;
  text-wrap: pretty;
}

.sales_Disx {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sales_Disx :is(p, li, a) {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-wrap: pretty;
  color: #fff;
}

.sales__images {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  height: 510px;
  min-height: 510px;
  width: 100%;
}

.sales__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales__info_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.sales__info_box {
  background: #ffffff0a;
  backdrop-filter: blur(150px);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trafic_wrp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trafic_wrp span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: " Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.trafic_wrp span::before {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.trafic_wrp span.wronge::before {
  background-image: url(../images/wronge-croos.svg);
}

.trafic_wrp span.wronge {
  color: #f47423;
}

.trafic_wrp span.rightcheck::before {
  background-image: url(../images/check-mark-list.svg);
}

.trafic_wrp span.rightcheck {
  color: #73ec8b;
}

.sasles_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sasles_disx :is(p, li, a) {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 0.7;
}

/* Creative Services */

.Creative__services {
  margin: 100px 0;
}

.Creative__services__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.services__branding__box {
  grid-column: span 2;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 1) {
  grid-row: span 2;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 1) .services__branding__box__media {
  height: 760px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 1) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 2) .services__branding__box__media {
  height: 380px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 2) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 3) .services__branding__box__media {
  height: 380px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 3) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 4) {
  grid-column: span 4;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 4) .services__branding__box__media {
  height: 350px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 4) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 5) .services__branding__box__media {
  height: 380px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 5) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 6) .services__branding__box__media {
  height: 380px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 6) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 7) {
  grid-row: span 2;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 7) .services__branding__box__media {
  height: 760px;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 7) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 8) {
  grid-column: span 2;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 8) .services__branding__box__media {
  height: 350px;
}

.Creative__services__row .services__branding__box:nth-of-type(6n + 5),
.Creative__services__row .services__branding__box:nth-of-type(6n + 6) {
  grid-column: span 3;
}

.Creative__services__row .services__branding__box:nth-of-type(8n + 8) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

.services__branding__box {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  transition: all ease 0.3s;
}

.services__branding__box::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00000033;
}

.services__branding__box__media img {
  height: 100%;
  min-height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.services__branding__box__content {
  padding: 20px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
}

.services__branding__box__content h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
}

.services__branding__box__content p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 10px;
  max-width: 85%;
  text-wrap: balance;
}

.Creative__services .main__btns {
  margin-top: 50px;
}

.services__branding__box__media {
  height: 100%;
}

/* Creative Services */
.reviews__sections {
  display: block;
  margin: 100px 0;
  position: relative;
}

.reviews__rows {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1210px;
  margin: 50px auto 0;
  gap: 20px;
}

.reviews__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  background: #0b0c29;
  padding: 30px;
  border-radius: 20px;
  flex: 0 1 32.2%;
}

.reviews__box:before {
  content: "";
  position: relative;
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(../images/qoute-upper-news.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.reviews__box p {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.review_author {
  display: block;
}

.review_author :is(p, span, li, a) {
  font-family: "Rethink Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
}

.talking__sections {
  position: relative;
  display: block;
  width: 100%;
  margin: 100px 0;
}

.talking__sections::before {
  content: "";
  position: absolute;
  top: -33rem;
  left: 0;
  width: 100%;
  height: 1400px;
  background-image: url(../images/talking--shape-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  pointer-events: none;
}

.talking__rows {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.talking__BOX {
  position: relative;
  padding: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(234.85deg,
      #ffffff 0.97%,
      rgba(255, 255, 255, 0) 46.29%);
  background: #05071940;
  backdrop-filter: blur(150px);
  border-image-slice: 1;
  border-radius: 10px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.talking__sections .main_heading_wrap :is(.heading_eyeBrow, .Heading-h2) {
  max-width: 480px;
  text-wrap: pretty;
  color: #fff;
  margin: auto;
}

.talking__sections .main_heading_wrap :is(p) {
  color: #fff;
}

.talking__BOX .tlking_badge {
  background: #ffffff;
  backdrop-filter: blur(150px);
  height: 40px;
  font-family: Rethink Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #050719;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin-bottom: 10px;
}

.talking__BOX * {
  color: #fff;
  text-wrap: pretty;
}

.talking__BOX h2 {
  margin-bottom: 10px;
}

.talking__BOX p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: capitalize;
}

.talking__BOX h3 {
  font-weight: 800;
  max-width: 405px;
  margin-top: auto;
  padding-top: 30px;
  text-wrap: balance;
}

.hiring__agancy_sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0 100px;
  z-index: 1;
  background: #050719;
}

.hiring__agancy_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/agancy-bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  pointer-events: none;
}

.hiring__agancy_sec .main_heading_wrap * {
  color: #fff;
}

.agancy_stack_rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
  margin-top: 60px;
  margin-top: 60px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.agancy_stack_BOX {
  max-width: 347px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agancy__icon {
  background: #ffffff33;
  backdrop-filter: blur(150px);
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agancy__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.agancy_stack_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agancy_stack_info h3 {
  color: #fff;
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%);
  border-image-slice: 1;
}

.agancy_stack_info p {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}

.team__store_sec {
  position: relative;
  display: block;
  background: #050719;
  padding: 0 0 50px;
}

.team__rows__wrapper {
  padding: 40px;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.team__rows__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 48.31%);
  z-index: -1;
}

.how_we_work_sec .main_heading_wrap,
.team__rows__wrapper .main_heading_wrap {
  position: relative;
  margin: 0;
  text-align: left;
  max-width: 587px;
}

.how_we_work_sec .main_heading_wrap .heading_eyeBrow,
.team__rows__wrapper .main_heading_wrap .heading_eyeBrow {
  margin: 0;
  background: transparent;
  color: #fff;
}

.how_we_work_sec .main_heading_wrap *,
.team__rows__wrapper .main_heading_wrap * {
  color: #fff;
}

.team__stack_rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  max-width: 587px;
  margin-top: 30px;
}

.team__stack_box {
  border: 1px solid #ffffff33;
  background: #ffffff26;
  backdrop-filter: blur(150px);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.team__stack_box .team_stck_icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  border: 1.3px solid #ffffff33;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team__stack_box .team_stck_icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.team__stack_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.team__stack_info * {
  color: #fff;
}

.team__stack_info span {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.team__stack_info h4 {
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.team__stack_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.listis__servys {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.listis__servys .list_box {
  background: #ffffff1a;
  backdrop-filter: blur(50px);
  padding: 5px 10px;
  border-radius: 100px;
  border: 0.5px solid #ffffff4d;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 16px;
  height: 36px;
  line-height: 1;
  letter-spacing: 0;
}

.listis__servys .list_box::before {
  content: "";
  position: relative;
  display: block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100px;
}

.how_we_work_sec {
  position: relative;
  display: block;
  width: 100%;
  background: #050719;
  padding: 50px 0;
}

.how_we_wrk_Rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.how_we_wrk_Rows .main_heading_wrap {
  max-width: 587px;
}

.weWrk_rows {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.weWrk_Box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  counter-increment: wrKBox;
}

.weWrk_Box:not(:last-child):before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  width: 1.3px;
  height: 100%;
  background: #ffffff33;
}

.weWrk_Box .weWrk_count:after {
  content: "0" counter(wrKBox);
  font-family: Behind The Nineties;
  font-weight: 400;
  font-style: Italic;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.weWrk_Box .weWrk_count {
  border: 1px solid #ffffff33;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  text-align: center;
}

.wrk_info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}

.wrk_info h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}

.wrk_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0;
}

.servic_lap__sec {
  position: relative;
  display: block;
  width: 100%;
  background: #050719;
  padding: 50px 0 100px;
}

.inner__bannner_services__slider {
  overflow: hidden;
  position: relative;
  display: block;
}

.inner__bannner_services__slider__rows {
  display: flex;
  align-items: center;
  gap: 10px;
  will-change: transform;
  white-space: nowrap;
}

.inner_banner_services_box {
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 231px;
}

.inner_banner_services_box_media {
  overflow: hidden;
  border-radius: 5px;
  max-width: 91px;
  min-width: 91px;
  height: 74px;
}

.inner_banner_services_box_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_banner_services_box_content span {
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #050719;
  text-wrap: balance;
  display: block;
}

.our_Wrk_audit_sec {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.our_wrk_audit_rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

.our_Wrk_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.our_Wrk_content .main_heading_wrap .heading_eyeBrow {
  margin: 0;
}

.our_Wrk_content .main_heading_wrap .heading_eyeBrow::before {
  border-color: #fff;
}

.our_Wrk_content .main_heading_wrap {
  max-width: 520px;
  margin: 0;
  text-align: left;
}

.our_Wrk_content .main_heading_wrap * {
  color: #fff;
}

.list_our_wrk ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list_our_wrk ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
}

.list_our_wrk ul li::before {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/check-mark-list-chekc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.audit_form_banner.dark_form {
  box-shadow: 0px 44px 44px -20px #05071966;
  background: #050719;
}

.audit_form_banner.dark_form .audit_feild label {
  color: #fff;
}

.audit_form_banner.dark_form .audit_feild :is(input, select, textarea) {
  background: #ffffff0d;
  color: #ffffff99 !important;
}

.audit_form_banner.dark_form .audit_feild :is(input, select, textarea)::placeholder {
  color: #ffffff99 !important;
}

.audit_form_banner.dark_form .audit_header {
  background: #ffffff;
}

.audit_form_banner.dark_form .audit_header h3 {
  color: #f47423;
}

.audit_form_banner.dark_form .audit_header span {
  color: #050719;
}

.audit_form_banner.dark_form .main__btns :is(a, button) {
  color: #050719;
  background: #ffffff;
}

.foot_Sec {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
}

.foot_Sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(5, 7, 25, 0) -214.26%,
      #050719 91.24%);
  z-index: -1;
  pointer-events: none;
}

.Foot_Rows {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 100px 0 80px;
}

.foot_about_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.foot_about_wrap .foot_logo {
  width: 155px;
  height: 44px;
  position: relative;
}

.foot_about_wrap .foot_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.foot_about_wrap .foot_disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot_about_wrap .foot_disx :is(p, li, span) {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff80;
}

.foot__menus {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.heading_foot {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

.foot__menus ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.foot__menus ul li a {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  max-width: fit-content;
  color: #ffffff80;
  letter-spacing: 0;
}

.copy_sec {
  position: relative;
  padding: 20px 0;
}

.copyWrite_rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.copy_Text {
  position: relative;
}

.copy_Text :is(p, li, a) {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff80;
}

.social__foot ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social__foot ul li a {
  width: 20px;
  min-width: 20px;
  height: 20px;
  max-width: fit-content;
}

/* Success Metrics */
.success__Sec {
  display: block;
  position: relative;
  margin: 100px 0;
}

.success__Sec .main__headings {
  max-width: 460px;
  display: block;
}

.success__Sec .lable-heading .lable-icon,
.Features_Port_Sec .lable-heading .lable-icon {
  background-color: #fff;
}

.success__Sec .lable-heading>span .Features_Port_Sec .lable-heading>span {
  color: #050719;
}

.success__rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 100px;
  margin: 60px auto 0;
  max-width: 910px;
}

.success__Box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.success__Box>h3 {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
  color: #050719;
  max-width: max-content;
  position: relative;
}

.success__Box>h3>small {
  font-family: "Instrument Serif", serif;
  color: #f47423;
  font-size: 80%;
  transform: translateY(-10px);
  display: inline-block;
}

.success__Box>h3>small em {
  font-family: "Instrument Serif", serif;
}

.success__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.success__disx p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #050719;
}

.success__client_wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  margin-top: 60px;
}

.glrVdHldr {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  cursor: pointer;
}

.glrVdHldr:hover {
  transform: translateY(10px);
}

.glrVdHldr:hover .story_info {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  bottom: 0;
}

.glrVdHldr:hover .client_img img {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1.13);
}

.glrVdHldr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.client_img img,
.client_img {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.story_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  padding: 20px;
  z-index: 2;
}

.story_info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  text-wrap: balance;
}

.story_play span {
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 4px;
  color: #fff;
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}

.story_play span::after {
  content: '';
  height: 20px;
  width: 20px;
  position: relative;
  background-image: url(https://hostifyweb-com.stackstaging.com/teqnite2026/wp-content/themes/teqnite2026/assets/images/btns-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.story_play a img {
  width: 18px;
  min-width: 18px;
  height: 18px;
  object-fit: contain;
}

.success__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: max-content;
  z-index: 2;
}

.success__badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #fff;
  height: 30px;
  text-transform: capitalize;
}

/* FANCY BOX STYLING */

.fancybox__slide {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.fancybox__content {
  height: auto !important;
}

.fancybox__caption {
  display: none !important;
}

.fancybox__backdrop {
  background: #ffffff01 !important;
  backdrop-filter: blur(10px) !important;
}

.fancybox__content>.carousel__button.is-close {
  top: 12px !important;
  right: 12px !important;
  height: 40px !important;
  width: 40px !important;
  background: #fff !important;
  border-radius: 50% !important;
  color: #0b0c29 !important;
  padding: 10px !important;
}

/* 
.fancybox__content>.carousel__button.is-close * {
    height: 100% !important;
    width: 100% !important;
} */

video.fancybox__html5video {
  aspect-ratio: 15 / 10;
  object-fit: contain;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* FANCY BOX STYLING */
/* Success Metrics */

.form-message{
    margin-top:0px;
    display:none;
    font-weight:600;
}

.form-message.success{
    color:#198754;
}

.form-message.error{
    color:#dc3545;
}

.form-success{
    padding:30px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:8px;
}