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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Rethink Sans", sans-serif;
  list-style: none;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  overflow-y: hidden;
  transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Rethink Sans", sans-serif;
  scroll-behavior: smooth;
}

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

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

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

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

::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;
  border-radius: 60px;
}

::-webkit-scrollbar-track {
  background-color: #f47423;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  overflow: hidden;
  border-radius: 60px;
  cursor: pointer;
}

::selection {
  background-color: #cce3ef;
  color: #0b0c29;
}

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

.container-fluid {
  padding: 0;
  max-width: 100%;
}

.Heading_h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: 0;
}

.Heading_H2 {
  font-size: 52px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 58px;
}

.Heading_H3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

:is(.h2_main, .Heading_h1, .Heading_H2) em {
  font-family: "Instrument Serif", serif;
}

.Main_btn {
  max-width: max-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.Main_btn :is(a, button) {
  height: 64px;
  position: relative;
  width: 100%;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
  gap: 10px;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.Main_btn :is(a, button) img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Orange Btns Styling */
.Main_btn :is(a, button).orange__btns_outline {
  border: 1px solid #f47423;
  color: #050719;
}

.Main_btn :is(a, button).orange__btns_outline img {
  filter: invert(1);
}

.Main_btn :is(a, button).orange__btns {
  border: 1px solid #f47423;
  background: #f47423;
  color: #ffffff;
}

/* Orange Btns Styling */

/* White Btns Styling */

.Main_btn :is(a, button).white__btns {
  border: 1px solid #ffffff;
  color: #0b0c29;
  background: #ffffff;
}

.Main_btn :is(a, button).white__btns_outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.Main_btn :is(a, button).white__btns img {
  filter: invert(1) brightness(100);
}

.Main_btn :is(a, button):hover {
  transform: translateY(-5px) !important;
  color: #fff !important;
  border-color: #f47423;
}

/* White Btns Styling */

.Main_btn :is(a, button):hover .arrow_wrp img {
  transition: all ease-in-out 0.3s;
  transform: translateY(-25px);
}

.Main_btn :is(a, button):hover .arrow_wrp:after {
  transition: all ease-in-out 0.3s;
  bottom: 0;
}

.arrow_wrp img {
  transition: all ease-in-out 0.3s;
}

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

.Main_btn :is(a, button) .arrow_wrp:after {
  content: "";
  background-image: url(../images/btns-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  transition: all ease-in-out 0.3s;
  display: block;
  position: absolute;
  right: 0;
  bottom: -25px;
}

.Main_btn :is(a, button)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background: linear-gradient(
    90deg,
    rgba(244, 116, 35, 1) 0%,
    rgba(5, 7, 25, 1) 50%,
    rgba(244, 116, 35, 1) 100%
  );
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.Main_btn :is(a, button):hover:after {
  top: -35%;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}

/* Button styling */

.lable-heading {
  position: relative;
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 12px;
}

.lable-heading .lable-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #050719;
  box-shadow: 0px 0px 7px 0px #f4742380 inset;
  border-radius: 4px;
}

.lable-heading .lable-icon::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/teqnite-lable.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lable-heading > span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #f47423;
}

/* Header Css Start */
.main_nav_Area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
  display: block;
  z-index: 99999;
}

@keyframes fadeUPLing {
  to {
    transform: translateY(0);
  }

  from {
    transform: translateY(-100%);
  }
}

.menus_nav.hide {
  opacity: 0;
  pointer-events: none;
}

.main_nav_Area .NaV_Prnt {
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 1fr max-content;
  gap: 30px;
  align-items: center;
}

.Logo_prnt {
  display: block;
  max-width: 115px;
}

.Logo_prnt a {
  width: 100%;
  display: block;
}

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

.menus_nav {
  position: relative;
  display: block;
  margin: auto;
  height: 100%;
}

.menus_nav ul#menu-main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  height: 100%;
}

.menus_nav ul#menu-main-menu > li {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-main-menu-container {
  height: 100%;
}

.menus_nav ul > li.contact_btn {
  display: none;
}

.Menus_res_icon,
.Menus_res_icon img.closed_icon,
.NaV_Prnt .overly_menus {
  display: none;
}

.menus_nav ul > li a {
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}

.menus_nav > ul > li > a:hover {
  color: #f47423 !important;
}

.menus_nav ul > li a::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: #f47423;
  transition: transform 0.25s ease-out;
}

.menus_nav ul > li a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menus_nav ul > li a[aria-current="page"]::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Submenus Style */

.menus_nav ul > li:has(:hover) a::after {
  transition: all 0.3s ease-in-out;
}

/* .menus_nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: all 0.3s linear;
} */

/* .menus_nav .menu-item-has-children {
  position: relative;
} */

.menus_nav .menu-item-has-children > a::after {
  content: "";
  background-image: url(../images/menu-svg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
}

/* 
.menus_nav .menu-item-has-children .sub-menu {
  position: absolute;
  top: 15px;
  left: 0;
  width: max-content;
  padding: 20px;
  background: #f47423;
  box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25) inset,
    0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: all 0.6s linear;
}

.menus_nav .menu-item-has-children .sub-menu a:hover {
  color: var(--main--bg-color);
} */

/* .menus_nav .menu-item-has-children .sub-menu a {
  cursor: unset !important;
} */

.NaV_Prnt .Main_btn a {
  height: 54px;
  padding: 5px 20px;
}

/* .cust_mega_menu.active>.sub-menu {
  display: flex !important;
} */

/* Submenus Style */
/* Header Css END */

/* Bannner Styling */
.Mainn__banner {
  display: block;
  position: relative;
  width: 100%;
  background: #050719;
  padding: 150px 0 0;
  overflow: hidden;
}

.Mainn__banner::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner__shaping.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}

.mainn__banner__Rows {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main__content__Ban {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.main__content__Ban .lable-heading {
  margin: 0 auto 10px;
}

.main__content__Ban h1 {
  color: #fff;
  max-width: 810px;
  margin: auto;
}

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

.bane__disx p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.main__content__Ban .Main_btn {
  margin: 30px auto 0;
}

.banner__Kits_Show {
  position: relative;
  display: block;
}

.banner__images_wrper {
  max-width: max-content;
  margin: 0 auto -20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 60px;
}

.banner_images_BOX {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 1 290px;
  border-radius: 15px;
  height: 440px;
  min-height: 440px;
  overflow: hidden;
  z-index: 1;
  backface-visibility: hidden;
}

.banner_images_BOX:nth-child(2) {
  z-index: 2;
}

.banner_images_BOX:nth-child(1) {
  transform: rotate(151.73deg) translateY(-100px) translateX(-17px);
}

.banner_images_BOX:nth-child(3) {
  transform: rotate(-151.73deg) translateY(-100px) translateX(17px);
}

.banner_images_BOX:nth-child(3) :is(video, img),
.banner_images_BOX:nth-child(1) :is(video, img) {
  transform: scaleY(-1) scaleX(-1);
}

/* .banner_images_BOX video {
  display: none;
} */

.banner_images_BOX video,
.banner_images_BOX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__content__Ban .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.main__content__Ban .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

/* .video-placeholder {
  display: none;
} */

.performance__cards_wrp {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}

.performance__Box {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 87.09%,
    rgba(255, 255, 255, 0.2) 115.38%
  );
  backdrop-filter: blur(60px);
  padding: 15px 30px 15px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: max-content;
  border-radius: 10px;
  overflow: hidden;
  gap: 10px;
}

.performance__Box:nth-child(even) {
  margin-left: auto;
}

.performance__Box > span {
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  position: relative;
  max-width: max-content;
}

/* .performance__Box>span>s {
    position: absolute;
    top: -15px;
    right: -20px;
    color: #f47423;
    font-size: 70%;
} */

.performance__Box > span > sup {
  color: #f47423;
  font-size: 70%;
  transform: translateX(-5px);
  display: inline-block;
}

.performance__Box > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
}

.performance__Box:nth-child(2),
.performance__Box:nth-child(1) {
  margin-bottom: auto;
}

.performance__Box:nth-child(1) {
  margin-left: 125px;
}

.performance__Box:nth-child(2) {
  margin-right: 130px;
}

/* Bannner Styling */

/* Looped Logo */
.LOGO_LOP_Sec {
  position: relative;
  margin: 60px 0;
  display: block;
}

.laping__logos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.laping__logos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff 0%, rgba(250, 251, 244, 0) 100%);
}

.logo_rows {
  display: flex;
  align-items: center;
  gap: 44px;
  will-change: transform;
  justify-content: space-between;
  white-space: nowrap;
}

.LOGO_WRP {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.LOGO_WRP img {
  object-fit: contain;
  display: flex;
  position: relative;
  justify-content: center;
  aspect-ratio: 1 / 0;
  align-items: center;
}

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

/* Looped Logo */

/*Image With Content */
.imgxcont_sec {
  position: relative;
  display: block;
  margin: 100px 0;
}

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

.imgxcont_sec.inverted_cols .img_col {
  order: 1;
}

.imgxcont_sec.inverted_cols .content_col {
  order: 2;
}

.content_col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.content_col .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #050719;
}

.content_col .Heading_H2 {
  color: #050719;
  text-wrap: balance;
}

.content__disx {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content__disx :is(p, li, a) {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #050719;
  text-wrap: balance;
}

.content__disx :is(ol, ul) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 24px;
}

.content__disx :is(ol, ul) li {
  display: list-item;
  list-style: disc;
}

.content__disx :is(ol, ul) li strong {
  font-weight: 500;
}

.content__disx p > span {
  display: block;
  padding-top: 20px;
}

.content_col .Main_btn {
  margin-top: 35px;
}

.img_col {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

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

/*Image With Content */
/* servies Sections */
.servies__sec {
  position: relative;
  padding: 100px 0;
  margin: 100px 0;
  display: block;
  background: #050719;
  z-index: 1;
}

.servies__sec.lightServBox {
  padding: 0px !important;
  background: transparent !important;
}

.servies__sec:has(.serbox_slider) {
  overflow: hidden;
}

.serbox_slider {
  overflow: unset !important;
}

.servies__sec.lightServBox::before {
  display: none !important;
}

.servies__sec.lightServBox .main__headings * {
  color: #050719;
}

.servies__sec::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/services-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  z-index: -1;
}

.servies__sec .main__headings * {
  color: #fff;
}

.servies__sec .main__headings em {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

.main__headings {
  max-width: 1070px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.main__headings .lable-heading {
  margin: auto;
}

.servies__sec .main__headings .lable-heading .lable-icon {
  background: #fff;
}

.main__headings h2 {
  text-wrap: balance;
}

.main__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 850px;
  margin: -10px auto 0;
}

.main__disx p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-wrap: balance;
}

.services__Rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  margin-top: 50px;
  z-index: 2;
}

.serbox_slider {
  margin-top: 50px;
}

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

.services__Box:hover .services_Img img {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1.1);
}

.services__Box :is(.services_Img) {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden;
}

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

.services_info {
  position: absolute;
  min-height: auto;
  height: auto;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(100px);
  background: #ffffff0d;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.services_info h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
}

.services_info h3 em {
  font-family: "Instrument Serif", serif;
}

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

.services_info .services__disc {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.services__Box:hover .services_info .services__disc {
  opacity: 1;
  padding-top: 20px;
  max-height: 300px;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

/* servies Sections */
/* 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,
.quality__icon__box_sec.lightSec .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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 42.26%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
  pointer-events: none;
}

.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: 1;
}

.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(/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;
}

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

/* Services Slider */

.services__brandings__sec {
  position: relative;
  display: block;
  padding: 100px 0;
  margin: 100px 0;
  background: #050719;
  overflow: hidden;
}

:is(.success__review__video__sec, .services__brandings__sec)
  .main__headings
  h2 {
  color: #fff;
}

.services__brandings__sec .swiper.services__Slider {
  overflow: inherit !important;
  backface-visibility: hidden;
  will-change: transform;
}

.services__brandings__sec .swiper .swiper-pagination {
  position: relative;
  inset: unset !important;
  line-height: 0;
  margin-top: 40px;
}

.swiper .swiper-pagination-bullet {
  height: 2px;
  width: 30px;
  background: #ffffff4d;
  opacity: 1;
  border-radius: 0px;
}

.swiper .swiper-pagination-bullet-active {
  width: 80px;
  background: #ffffff;
  transition: all ease 0.5s;
}

.services__Slider__Row {
  margin-top: 60px;
}

.services__Slider__Row .swiper-slide {
  width: 406.667px;
  margin-right: 30px;
}

:is(.swiper-slide) {
  height: auto;
}

.brands__service__box:hover .brands__service__media img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.12);
}

.brands__service__box:hover .brands__service__media::after {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.brands__service__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: 500px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.brands__service__media {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.brands__service__media::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #00000066;
  z-index: 1;
  pointer-events: none;
}

.brands__service__media img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.brands__service__Content {
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.brands__service__Content h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
}

.brands__service__Content h3 em {
  font-family: "Instrument Serif", serif;
}

.services_bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.services_bullets li {
  background: #ffffff1a;
  border-radius: 100px;
  padding: 5px 10px;
  backdrop-filter: blur(100px);
  border: 0.5px solid #ffffff4d;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #fff;
}

/* Services Slider */

/* Blog Card Section */
.blog__card__sec {
  margin: 100px 0;
}

.blog__card__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 60px 0 0;
}

.blog__card__box:nth-of-type(5n + 1) {
  grid-area: 1/1 / span 1 / span 1;
}

.blog__card__box:nth-of-type(5n + 2) {
  grid-area: 1/2 / span 1 / span 1;
}

.blog__card__box:nth-of-type(5n + 3) {
  grid-area: 1/3 / span 1 / span 2;
}

.blog__card__box:nth-of-type(5n + 4) {
  grid-area: 2/1 / span 1 / span 2;
}

.blog__card__box:nth-of-type(5n + 5) {
  grid-area: 2/3 / span 1 / span 2;
}

.blog__card__box {
  position: relative;
  transition: all ease 0.3s;
  overflow: hidden;
}

.blog__card__box:hover::before {
  display: block;
}

.blog__card__box::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff0 0, #fffc, #fff0);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.blog__card__box:hover .blog__box__media img {
  transform: scale(1.07);
}

.blog__box__media {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
}

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

.blog__card__content {
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_card_heading h3 {
  font-family: Rethink Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
}

.blog_card_heading h3 a {
  transition: all ease 0.3s;
}

.blog_card_heading h3 a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.blog_card_heading h3 a em {
  font-family: "Instrument Serif", serif;
}

.blog__card__box:hover .blog_card_heading h3 a {
  color: #f47423;
}

.blog_card_desc,
.blog_card_desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.blog__card__sec .Main_btn {
  margin: 50px auto 0;
}

/* Blog Card Section */

/* Background Card Content Sec */

.background__card__content__sec {
  margin: 100px 0;
}

.background_content_sec_row_bg_holder {
  position: relative;
  border-radius: 20px;
  padding: 60px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_content_sec_row_bg_holder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    95.73deg,
    rgba(0, 0, 0, 0.7) 18.59%,
    rgba(0, 0, 0, 0) 52.13%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

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

.background_content_sec_content .lable-heading .lable-icon {
  background: transparent;
}

.background_content_sec_content .Heading_H2 {
  max-width: 516px;
  text-wrap: balance;
  color: #fff;
  margin-top: 20px;
}

.background_content_sec_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 516px;
  margin-top: 15px;
}

.background_content_sec_content .Main_btn {
  margin-top: 50px;
}

/* Background Card Content Sec */

/* Faqs section */

.main__faqs__sec {
  padding: 100px 0;
  background: #0b0c29;
}

.main__faqs__sec .lable-heading .lable-icon {
  background: transparent;
}

.main__faqs__sec .lable-heading > span {
  color: #fff;
}

.main__faqs__sec .Heading_H2 {
  color: #fff;
}

.main__faq__sec__row {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
}

.accordion-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-image: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  border-image-slice: 1;
}

.accordion-item:first-child {
  border-top: none !important;
}

.accordion-item:first-child .accordion-item-header {
  padding-top: 0px !important;
}

.accordion-item:last-child .accordion-item-body-content {
  padding-bottom: 0px !important;
  padding-top: 20px;
}

.accordion-item:last-child .accordion-item-header {
  padding-bottom: 0px !important;
}

.accordion-item-header.active {
  padding-bottom: 20px;
}

.accordion-item-header {
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.accordion-item-header::after {
  content: "";
  background-image: url(../images/faq-open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 25px;
  min-width: 25px;
  transition: all ease-in-out 0.5s;
  background-color: transparent;
}

.accordion-item-header.active::after {
  content: "";
  transform: rotate(135deg);
}

.accordion-item-header h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-item-body-content {
  padding-bottom: 30px;
}

.accordion-item-body-content :is(p, ul li, ol li) {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 835px;
}

.accordion-item-body-content :is(ul, ol) {
  padding-left: 20px;
  padding-top: 10px;
}

.accordion-item-body-content :is(ul li) {
  list-style: disc;
}

.accordion-item-body-content :is(ol li) {
  list-style: decimal;
}

.accordion-item:has(.active) .accordion-item-body {
  max-height: max-content;
  transition: max-height 0.5s ease-in-out;
}

/* Faqs section */

/* Main Footer Sec */

.main__footer__site {
  position: relative;
  overflow: hidden;
  padding: 100px 0 20px;
  background: #050719;
}

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

.main__footer__site .container {
  position: relative;
  z-index: 2;
}

.main__footer__site__top__row_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 60px;
}

.main__footer__site__top__row_content .Heading_H2 {
  max-width: 687px;
  text-wrap: balance;
  color: #ffffff;
}

.main__footer__site__top__row_content .Main_btn :is(a, button) {
  color: #fff;
  border-color: #fff;
}

.main__footer__site__top__row_content .Main_btn :is(a, button) .arrow_wrp {
  filter: invert(1);
}

.main__footer__site__top__row_content
  .Main_btn
  :is(a, button):hover
  .arrow_wrp {
  filter: invert(0);
}

.main__footer__site__links__row {
  padding-top: 50px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    270deg,
    rgba(244, 116, 35, 0) 0%,
    #f47423 50%,
    rgba(244, 116, 35, 0) 100%
  );
  border-image-slice: 1;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  place-content: space-between;
  gap: 10px;
}

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

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

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

.main__footer__menus__hldr ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.main__footer__menus__hldr ul li a {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  opacity: 50%;
  transition: all ease 0.3s;
}

.main__footer__menus__hldr ul li a:hover {
  opacity: 100%;
}

.main__footer__menus__hldr ul li a:hover em {
  opacity: 50%;
}

.main__footer__menus__hldr ul li a em {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  transition: all ease-out 0.3s;
}

.main__footer__site__bottom__row {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  align-items: center;
}

.footer_logo a {
  width: 115px;
  display: block;
}

.footer_logo p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  max-width: 350px;
  opacity: 50%;
}

.footer_logo a img {
  width: 100%;
  object-fit: contain;
}

.footer_sitebtm_descp p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  overflow: 50%;
  text-align: left;
}

.footer_social_icons ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_social_icons ul li a {
  width: 20px;
}

.footer_social_icons ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(1851%)
    hue-rotate(342deg) brightness(95%) contrast(101%);
  transition: transform 0.3s;
  transform: translateY(-4px);
}

.footer_social_icons ul li a img {
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Main Footer Sec */

/* Quality Icon Box */

.quality__icon__box_sec {
  margin: 100px 0;
  padding: 100px 0;
  background: #050719;
}

.quality__icon__box_sec.lightSec {
  padding: 0px !important;
  background: transparent !important;
}

.quality__icon__box_sec.lightSec .main__headings * {
  color: #050719;
}

.quality__icon__box_sec .main__headings * {
  color: #fff;
}

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

.quality_icon_row.box4 {
  grid-template-columns: repeat(4, 1fr);
}

.quality_icon_box_icon {
  height: 60px;
  width: 60px;
  padding: 15px;
  border-radius: 5px;
  background: #f47423;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.quality_icon_box_top {
  margin-top: 20px;
}

.quality_icon_box_top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  width: fit-content;
}

.quality__icon__box_sec.lightSec
  :is(.quality_icon_box_top *, .quality_icon_box_content *) {
  color: #050719;
}

.content_col :is(.quality_icon_box_top *, .quality_icon_box_content *) {
  color: #050719;
}

.quality_icon_box_top h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 7px;
}

.quality_icon_box_top h3 em {
  font-family: "Instrument Serif", serif;
}

.quality_icon_box_content {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.quality_icon_box_content::before {
  content: "";
  height: 1px;
  width: 80%;
  background: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  position: absolute;
  top: 0;
  left: 0;
}

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

/* Quality Icon Box */

/* Marketing Services */

.marketing__services {
  margin: 100px 0;
}

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

.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: linear-gradient(
    302.32deg,
    rgba(0, 0, 0, 0) 25.07%,
    rgba(0, 0, 0, 0.7) 65.81%
  );
}

.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 h3 em {
  font-family: "Instrument Serif", serif;
}

.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;
}

.services__branding__box__content .Main_btn {
  margin-top: 30px;
}

.services__branding__box__content .Main_btn :is(a, button) {
  height: 48px;
  padding: 10px 15px;
}

.services__branding__box__media {
  height: 100%;
}

/* Marketing Services */

/* Specialized Services */

.Specialized__services {
  margin: 100px 0;
}

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

.Specialized__services .Heading_H2 {
  color: #050719;
}

.Specialized__services .Main_btn {
  margin: 50px auto 0;
}

/* Specialized Services */

/* Creative Services */

.Creative__services {
  margin: 100px 0;
}

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

.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 2;
}

.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(8n + 8)
  .services__branding__box__media
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

/* Creative Services */

/* Success Review Video Sec */

.success__review__video__sec .lable-heading .lable-icon {
  background: transparent;
}

.success__review__video__sec {
  position: relative;
  display: block;
  padding: 100px 0;
  margin: 100px 0;
  background: #050719;
  overflow: hidden;
}

/* .success__review__video__sec .container {
    max-width: 97% !important;
} */

.fancybox__nav .carousel__button.is-next,
.fancybox__nav .carousel__button.is-prev,
.fancybox__thumbs,
.fancybox__slide::before,
.fancybox__slide::after {
  display: none !important;
}

.success__review__video__sec__row {
  margin: 60px auto 0;
}

.success__review__video__sec__video__box {
  width: 100%;
  position: relative;
  transition: all 2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.success__review__video__sec__video__box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.curs-img {
  position: absolute;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  left: -50px;
  top: -50px;
  transform: translate3d(17%, 8%, 0) scale(0);
  transition:
    transform 2s cubic-bezier(0.02, 1.23, 0.79, 1.08),
    top 2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  cursor: pointer;
  z-index: 9;
}

.curs-img .img-rps {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 0;
}

.curs-img .img-rps img {
  filter: invert(1) brightness(100);
}

.curs-img .img-rps img:nth-child(1) {
  width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  margin: auto;
}

.curs-img .img-rps img:nth-child(2) {
  width: 120px;
  animation: rotate 10s infinite linear;
}

@keyframes rotate {
  to {
    transform: rotate(0);
  }

  from {
    transform: rotate(-360deg);
  }
}

/* Success Review Video Sec */
/* Inner Banner */

.inner_banner__main {
  padding: 144px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}

.inner_banner__main::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    279.23deg,
    rgba(0, 0, 0, 0) 11.34%,
    rgba(0, 0, 0, 0.7) 84.36%
  );
}

.inner_banner__main::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/banner__shaping.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.inner__banner__main__row,
.inner__bannner_services__slider__rows {
  position: relative;
  z-index: 2;
}

.inner_Banner_content {
  max-width: 635px;
}

.inner_Banner_content .lable-heading > span {
  color: #fff;
}

.inner_Banner_content .Heading_H2 {
  color: #fff;
  text-wrap: balance;
  margin-top: 20px;
  max-width: 560px;
}

.inner_Banner_content p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 25px;
}

.inner_Banner_content .Main_btn {
  margin: 50px 0 0;
}

.inner_Banner_content .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.inner_Banner_content .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.inner_banner_slider_Parent {
  padding-top: 80px;
}

.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;
}

/* Inner Banner */
/* Image with content with icons box */

.img_withcnt_withiconbox {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0b0c29;
  position: relative;
}

.img_withcnt_withiconbox::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/banner__shaping.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}

.img_withcnt_withiconbox .container {
  position: relative;
  z-index: 2;
}

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

.img_withcnt_withiconbox_cnt * {
  color: #fff;
}

.img_withcnt_withiconbox_cnt p {
  margin-top: 30px;
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
}

.img_withcnt_withiconbox_cnt small {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
  display: block;
}

.img_withcnt_withiconbox_cnt .Main_btn {
  margin: 50px 0 0;
}

.img_withcnt_withiconbox_cnt .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.img_withcnt_withiconbox_cnt .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.img_withcnt_withiconbox_img {
  width: 100%;
  height: 100%;
}

.img_withcnt_withiconbox_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.img_withcnt_withiconbox_boticon_row {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  place-content: space-between;
}

.img_withcnt_withiconbox_boticon_box {
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  border-image-slice: 1;
}

.img_withcnt_withiconbox_boticon_box span {
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
}

.img_withcnt_withiconbox_boticon_box span sup {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  margin-left: 5px;
  font-size: 70%;
}

.img_withcnt_withiconbox_boticon_box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 50%;
  margin-top: 15px;
}

/* Image with content with icons box */

/* Featu#f47423 Section */
.Features_Port_Sec {
  position: relative;
  margin: 100px 0;
}

.Features_Port_Sec .Main_btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* Featu#f47423 Section */

/* Tabs Css */
.port_Tabs {
  position: relative;
  padding: 50px 0 0;
}

.Tabs_menus {
  position: relative;
  display: block;
  width: 100%;
  max-width: max-content;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}

.Tabs_menus ul {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  flex-wrap: nowrap;
  overflow: auto;
}

.port_Tabs .Tabs_menus ul li.active {
  background: linear-gradient(to bottom, transparent 57px, #f47423 10%);
  transition: all 0.4s ease;
}

.Tabs_menus ul li.active {
  z-index: 1;
  background: linear-gradient(to bottom, transparent 50px, #f47423 10%);
  transition: all 0.4s ease;
}

.Tabs_menus ul li.active:last-child::before,
.Tabs_menus ul li.active:first-child::after {
  display: none;
}

.Tabs_menus ul li.active span::before {
  opacity: 1;
}

.Tabs_menus ul li.active::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/tabs-vec-ritsvg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
}

.Tabs_menus ul li.active::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/tabs-vec-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}

.Tabs_menus ul li {
  background: #f47423;
  position: relative;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  width: max-content;
  counter-increment: tab-btn;
  padding: 0 40px 22px;
  cursor: unset;
  cursor: pointer;
  text-wrap: nowrap;
}

.Tabs_menus ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}

.Tabs_menus ul li.active span {
  color: #050719;
}

.Tabs_menus ul li span::before {
  content: "0" counter(tab-btn);
  font-family: "Rethink Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding: 4px 14px 3px;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  background: #f47423;
  border-radius: 20px;
  opacity: 0;
}

.Tabs_PortWrp .Tabs_Content:not(.active) {
  display: none;
}

.Tabs_PortWrp .Tabs_Content {
  animation: UpScle 0.2s cubic-bezier(0.5, 0, 1, 1);
}

@keyframes UpScle {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(1rem);
  }

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

.Tabs_PortWrp {
  position: relative;
  margin-top: 60px;
}

.port_cards {
  position: relative;
  border-radius: 25px;
  height: 380px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.port_cards > a {
  width: 100%;
  height: 100%;
  display: block;
}

.port_cards::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.port_cards:hover:after {
  display: block;
}

.port_cards:hover :is(img, video) {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

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

.port_Tabs .Tabs_Content .port_cards {
  grid-column: span 2;
}

.port_Tabs .Tabs_Content .port_cards:nth-child(5n + 4) {
  grid-column: span 3;
}

.port_Tabs .Tabs_Content .port_cards:nth-child(5n + 5) {
  grid-column: span 3;
}

.port_cards :is(img, video) {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.port_cards .ports_information > h3 {
  font-family: "Rethink Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.port_cards .ports_information .Tags_port ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.port_cards .ports_information .Tags_port ul li {
  border: 1px solid #73ec8b;
  background: #73ec8b4d;
  font-family: "Rethink Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border-radius: 100px;
}

/* Tabs Css */

.main_nav_Area {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1000;
}

.main_nav_Area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    #f47423 -93.1%,
    #050719 47.73%,
    #f47423 188.55%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease;
  transition: all 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

:is(.privacy-policy, .page-id-257) .entry-header {
  margin-bottom: 40px;
  text-align: center;
}

:is(.privacy-policy, .page-id-257) main#site-main {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}

:is(.privacy-policy, .page-id-257) .Footer_Main {
  padding-top: 0 !important;
}

:is(.privacy-policy, .page-id-257) .Footer_Form {
  display: none;
}

:is(.privacy-policy, .page-id-257) #table-content ul li {
  list-style: auto;
}

.entry-content section > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.entry-content br {
  display: none !important;
}

.entry-content .pricyheading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.entry-content .pricyheading ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: disc;
  margin-left: 26px;
}

.entry-content .pricyheading ul li {
  list-style: disc;
}

.entry-content :is(p, span, li, strong):empty {
  display: none !important;
}

.entry-content :is(p, span, li, strong, tr th, tr td) {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  margin: 10px 0;
}

.entry-content :is(p, span, li, strong, tr th, tr td) a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-content :is(strong, tr th) {
  font-weight: 500;
  color: #fff;
}

.entry-content a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.entry-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin: 20px 0;
}

.entry-content :is(table, tr th, tr td) {
  border: 1px solid #f47423;
  padding: 20px;
}

:is(.privacy-policy, .page-id-257) {
  background: #050719;
}

.entry-header * {
  color: #fff;
}

.content_col .quality_icon_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

/* OVER VALUED LEAD */

.overValueLead {
  padding: 80px 0;
  background: #050719;
}

.overValueLeadRow {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px;
}

.overValueLeadLeft {
  width: 100%;
  max-width: 495px;
  display: flex;
  flex-direction: column;
}

.overValueLeadLeft * {
  color: #fff;
  max-width: 423px;
}

.overValueLeadLeft span {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: inline-block;
}

.overValueLeadLeft p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
}

.overValueLeadLeft .Main_btn {
  margin-top: 60px;
}

.overValuedBox {
  display: flex;
  gap: 30px;
}

.overValuedBoxContent * {
  color: #fff;
}

.overValuedBoxContent span {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 20px;
  display: inline-block;
}

.overValuedBoxContent h3 {
  padding-top: 20px;
  position: relative;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
}

.overValuedBoxImg {
  margin-top: 40px;
}

.overValuedBoxImg img {
  height: 104px;
  width: 104px;
  min-width: 104px;
  max-height: 104px;
  object-fit: contain;
}

.overValuedBoxContent h3::before {
  content: "";
  height: 1px;
  width: 80%;
  background: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.overValuedBoxContent p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
}

.overValueLeadRight {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* OVER VALUED LEAD */

/* CONTACT FORM */

.contactFormMainContent form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.Feild_Wrp {
  width: 100%;
  position: relative;
}

.Feild_Wrp :is(input, select) {
  border: 1px solid #fff;
  border-radius: 10px;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 60px;
  display: flex;
  background: #fff;
  justify-content: flex-start;
  align-items: center;
  color: #050719;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
  padding: 10px 14px;
  cursor: unset;
}

.Feild_Wrp.col-2Fld textarea:focus,
.Feild_Wrp :is(input, select):focus {
  box-shadow: 0 0 10px 0 #fff;
  border-color: #fff;
}

.Feild_Wrp.col-2Fld {
  grid-column: span 2;
}

.Feild_Wrp.col-2Fld textarea {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #050719;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  cursor: unset;
  opacity: 1;
  padding: 17px 14px;
  resize: vertical;
  max-height: 220px;
}

.Feild_Wrp :is(input, textarea, select)::placeholder {
  opacity: 1 !important;
  color: #050719;
}

.Feild_Wrp select option {
  color: #050719;
  cursor: pointer;
}

.Feild_Wrp select {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/wp-content/uploads/2026/01/select-down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px);
}

.Feild_Wrp:has(select:hover):after {
  filter: none;
  transition: 0.3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.Submit_Btn {
  margin-top: 10px;
  grid-column: span 2;
  width: 100%;
}

.Submit_Btn p {
  position: relative;
}

.Submit_Btn p .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.Submit_Btn input {
  background: #f47423;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 16px 20px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.Submit_Btn input:hover {
  background-color: #e1e1e1;
  color: #f47423;
}

.contactfOrmSecMain {
  margin: 100px 0;
}

.contactFormMainRow {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 30px;
}

.contactFormMainImg {
  height: 100%;
  width: 100%;
}

.contactFormMainImg img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.contactFormMainContent {
  padding: 40px;
  background: #050719;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactFormMainContent .Heading_H2 {
  color: #fff;
}

/* CONTACT FORM */

/* Contact Det */

.contactUsDetail {
  margin: 100px 0 0;
  background: #050719;
  padding: 100px 0;
  position: relative;
}

.contactUsDetail .main__headings * {
  color: #fff;
}

.contactUsDetail .container {
  position: relative;
  z-index: 2;
}

.contactUsDetail::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/cont-detailbg-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contactUsDetRow {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.contactUsDetBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #ffffff;
  border-radius: 20px;
  align-items: center;
  overflow: hidden;
}

.contactUsDetBox.invertedClmns .contactUsDetContent {
  order: 2;
}

.contactUsDetBox {
  color: #000;
}

.contactUsDetContent {
  padding: 30px;
}

.contactUsDetContent p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 10px;
}

.contactUsDetContentListIconHldr {
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px solid;
  border-image-source: linear-gradient(
    270deg,
    rgba(244, 116, 35, 0) 0%,
    #f47423 100%
  );
  border-image-slice: 1;
}

.contactUsDetContentListIcon {
  display: flex;
  gap: 20px;
}

.contactUsDetContentListIconImg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f47423;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contactUsDetContentListIconContent span {
  font-family: Rethink Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0px;
}

.contactUsDetContentListIconContent a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  max-width: 270px;
}

.contDetBoxMap {
  height: 445px;
  width: 100%;
}

.contDetBoxMap :is(img, iframe) {
  height: 100%;
  width: 100%;
  max-height: 100% !important;
}

/* Contact Det */

/* Mega Menu Css Start */

.cust_mega_menu > .sub-menu > li > ul.sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  gap: 0px;
  margin-top: 40px;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li {
  width: 100%;
  max-width: 100% !important;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a {
  position: relative;
  cursor: text;
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #050719;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  max-width: 100% !important;
  text-transform: normal !important;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a i {
  font-size: 18px;
  margin-left: 0;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a:hover i {
  color: #f47422;
  transition: all 0.2s ease-in-out;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 0;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(26%) saturate(4899%)
    hue-rotate(349deg) brightness(105%) contrast(91%);
  transition: all 0.2s ease-in-out;
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(70, 55, 187, 0) 0%, #4637bb 100%);
}

.cust_mega_menu > .sub-menu > li > ul.sub-menu > li > a::before {
  display: none;
}

.menus_nav .cust_mega_menu > .sub-menu {
  position: fixed;
  top: -15px;
  width: 100% !important;
  max-width: 1330px;
  height: 100%;
  left: 0px !important;
  right: 0;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  pointer-events: none;
  transition:
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.7s ease,
    visibility 0.7s;
}

.menus_nav .cust_mega_menu:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(90px);
  pointer-events: auto;
}

.menus_nav .cust_mega_menu > .sub-menu::before {
  content: "";
  background: #fff;
  position: fixed;
  left: -50vw;
  top: 0;
  width: 1000vw;
  height: 100%;
  z-index: -1;
}

.menus_nav .cust_mega_menu ul > li a {
  color: #000 !important;
}

.menus_nav .cust_mega_menu li.Sub_Tittle > a {
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 22px;
  line-height: 16px;
  text-align: center;
  color: #fff !important;
  background: #f47423;
  padding: 20px;
  border-radius: 10px;
  text-transform: capitalize;
  /* pointer-events: none; */
  /* cursor: none; */
}

/* .menus_nav .cust_mega_menu li.Sub_Tittle>a:hover,
.menus_nav .cust_mega_menu li.Sub_Tittle.current-menu-item>a {
  background: #050719 !important;
} */

.menus_nav .cust_mega_menu li.Sub_Tittle > a::after,
.menus_nav .cust_mega_menu li.Sub_Tittle > a::before {
  display: none;
}

/* 
/////------ Endded-------///// */

.Main_btn.cntr-btn {
  margin: 50px auto 0;
}

.quality__icon__box_sec .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.quality__icon__box_sec .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.wpcf7-response-output {
  color: #fff;
}

.main_nav_Area:has(.menus_nav li:hover .sub-menu) {
  background: linear-gradient(
    180deg,
    #f47423 -93.1%,
    #050719 47.73%,
    #f47423 188.55%
  );
}

.main_nav_Area:has(.menus_nav li:hover .sub-menu)
  .menus_nav
  .menu-item-has-children
  > a::after {
  transform: rotate(180deg);
}

body.page-template-single-service-graphic-desinging-template
  .servies__sec
  .services__Box:first-child
  .services_info {
  background: #00000033 !important;
}

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

.success__badge,
.story_info {
  z-index: 2;
}

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

body.error404 {
  background: #050719;
  padding-top: 140px;
}

.error404 .nt-fund-sec img {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 90%;
}

  text-decoration: none;
  font-family: "Rethink Sans", sans-serif;
  list-style: none;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  overflow-y: hidden;
  transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
  font-family: "Rethink Sans", sans-serif;
  scroll-behavior: smooth;
}

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

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

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

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

::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;
  border-radius: 60px;
}

::-webkit-scrollbar-track {
  background-color: #f47423;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  overflow: hidden;
  border-radius: 60px;
  cursor: pointer;
}

::selection {
  background-color: #cce3ef;
  color: #0b0c29;
}

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

.container-fluid {
  padding: 0;
  max-width: 100%;
}

.Heading_h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: 0;
}

.Heading_H2 {
  font-size: 52px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 58px;
}

.Heading_H3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

:is(.h2_main, .Heading_h1, .Heading_H2) em {
  font-family: "Instrument Serif", serif;
}

.Main_btn {
  max-width: max-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.Main_btn :is(a, button) {
  height: 64px;
  position: relative;
  width: 100%;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
  gap: 10px;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.Main_btn :is(a, button) img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Orange Btns Styling */
.Main_btn :is(a, button).orange__btns_outline {
  border: 1px solid #f47423;
  color: #050719;
}

.Main_btn :is(a, button).orange__btns_outline img {
  filter: invert(1);
}

.Main_btn :is(a, button).orange__btns {
  border: 1px solid #f47423;
  background: #f47423;
  color: #ffffff;
}

/* Orange Btns Styling */

/* White Btns Styling */

.Main_btn :is(a, button).white__btns {
  border: 1px solid #ffffff;
  color: #0b0c29;
  background: #ffffff;
}

.Main_btn :is(a, button).white__btns_outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.Main_btn :is(a, button).white__btns img {
  filter: invert(1) brightness(100);
}

.Main_btn :is(a, button):hover {
  transform: translateY(-5px) !important;
  color: #fff !important;
  border-color: #f47423;
}

/* White Btns Styling */

.Main_btn :is(a, button):hover .arrow_wrp img {
  transition: all ease-in-out 0.3s;
  transform: translateY(-25px);
}

.Main_btn :is(a, button):hover .arrow_wrp:after {
  transition: all ease-in-out 0.3s;
  bottom: 0;
}

.arrow_wrp img {
  transition: all ease-in-out 0.3s;
}

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

.Main_btn :is(a, button) .arrow_wrp:after {
  content: "";
  background-image: url(../images/btns-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  transition: all ease-in-out 0.3s;
  display: block;
  position: absolute;
  right: 0;
  bottom: -25px;
}

.Main_btn :is(a, button)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background: linear-gradient(90deg,
      rgba(244, 116, 35, 1) 0%,
      rgba(5, 7, 25, 1) 50%,
      rgba(244, 116, 35, 1) 100%);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.Main_btn :is(a, button):hover:after {
  top: -35%;
  transform: translate(-50%) scaleY(1.3) scaleX(0.8);
}

/* Button styling */

.lable-heading {
  position: relative;
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 12px;
}

.lable-heading .lable-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #050719;
  box-shadow: 0px 0px 7px 0px #f4742380 inset;
  border-radius: 4px;
}

.lable-heading .lable-icon::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/teqnite-lable.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lable-heading>span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #f47423;
}

/* Header Css Start */
.main_nav_Area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
  display: block;
  z-index: 99999;
}

@keyframes fadeUPLing {
  to {
    transform: translateY(0);
  }

  from {
    transform: translateY(-100%);
  }
}

.menus_nav.hide {
  opacity: 0;
  pointer-events: none;
}

.main_nav_Area .NaV_Prnt {
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 1fr max-content;
  gap: 30px;
  align-items: center;
}

.Logo_prnt {
  display: block;
  max-width: 115px;
}

.Logo_prnt a {
  width: 100%;
  display: block;
}

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

.menus_nav {
  position: relative;
  display: block;
  margin: auto;
  height: 100%;
}

.menus_nav ul#menu-main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  height: 100%;
}

.menus_nav ul#menu-main-menu>li {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-main-menu-container {
  height: 100%;
}

.menus_nav ul>li.contact_btn {
  display: none;
}

.Menus_res_icon,
.Menus_res_icon img.closed_icon,
.NaV_Prnt .overly_menus {
  display: none;
}

.menus_nav ul>li a {
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  position: relative;
}

.menus_nav>ul>li>a:hover {
  color: #f47423 !important;
}

.menus_nav ul>li a::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: #f47423;
  transition: transform 0.25s ease-out;
}

.menus_nav ul>li a:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menus_nav ul>li a[aria-current="page"]::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Submenus Style */

.menus_nav ul>li:has(:hover) a::after {
  transition: all 0.3s ease-in-out;
}

/* .menus_nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: all 0.3s linear;
} */

/* .menus_nav .menu-item-has-children {
  position: relative;
} */

.menus_nav .menu-item-has-children>a::after {
  content: "";
  background-image: url(../images/menu-svg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
}

/* 
.menus_nav .menu-item-has-children .sub-menu {
  position: absolute;
  top: 15px;
  left: 0;
  width: max-content;
  padding: 20px;
  background: #f47423;
  box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.25) inset,
    0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: all 0.6s linear;
}

.menus_nav .menu-item-has-children .sub-menu a:hover {
  color: var(--main--bg-color);
} */

/* .menus_nav .menu-item-has-children .sub-menu a {
  cursor: unset !important;
} */

.NaV_Prnt .Main_btn a {
  height: 54px;
  padding: 5px 20px;
}

/* .cust_mega_menu.active>.sub-menu {
  display: flex !important;
} */

/* Submenus Style */
/* Header Css END */

/* Bannner Styling */
.Mainn__banner {
  display: block;
  position: relative;
  width: 100%;
  background: #050719;
  padding: 150px 0 0;
  overflow: hidden;
}

.Mainn__banner::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner__shaping.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}

.mainn__banner__Rows {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main__content__Ban {
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.main__content__Ban .lable-heading {
  margin: 0 auto 10px;
}

.main__content__Ban h1 {
  color: #fff;
  max-width: 810px;
  margin: auto;
}

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

.bane__disx p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.main__content__Ban .Main_btn {
  margin: 30px auto 0;
}

.banner__Kits_Show {
  position: relative;
  display: block;
}

.banner__images_wrper {
  max-width: max-content;
  margin: 0 auto -20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 60px;
}

.banner_images_BOX {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 1 290px;
  border-radius: 15px;
  height: 440px;
  min-height: 440px;
  overflow: hidden;
  z-index: 1;
  backface-visibility: hidden;
}

.banner_images_BOX:nth-child(2) {
  z-index: 2;
}

.banner_images_BOX:nth-child(1) {
  transform: rotate(151.73deg) translateY(-100px) translateX(-17px);
}

.banner_images_BOX:nth-child(3) {
  transform: rotate(-151.73deg) translateY(-100px) translateX(17px);
}

.banner_images_BOX:nth-child(3) :is(video, img),
.banner_images_BOX:nth-child(1) :is(video, img) {
  transform: scaleY(-1) scaleX(-1);
}

/* .banner_images_BOX video {
  display: none;
} */

.banner_images_BOX video,
.banner_images_BOX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__content__Ban .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.main__content__Ban .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

/* .video-placeholder {
  display: none;
} */

.performance__cards_wrp {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}

.performance__Box {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 87.09%,
      rgba(255, 255, 255, 0.2) 115.38%);
  backdrop-filter: blur(60px);
  padding: 15px 30px 15px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  width: max-content;
  border-radius: 10px;
  overflow: hidden;
  gap: 10px;
}

.performance__Box:nth-child(even) {
  margin-left: auto;
}

.performance__Box>span {
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  position: relative;
  max-width: max-content;
}

/* .performance__Box>span>s {
    position: absolute;
    top: -15px;
    right: -20px;
    color: #f47423;
    font-size: 70%;
} */

.performance__Box>span>sup {
  color: #f47423;
  font-size: 70%;
  transform: translateX(-5px);
  display: inline-block;
}

.performance__Box>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
}

.performance__Box:nth-child(2),
.performance__Box:nth-child(1) {
  margin-bottom: auto;
}

.performance__Box:nth-child(1) {
  margin-left: 125px;
}

.performance__Box:nth-child(2) {
  margin-right: 130px;
}

/* Bannner Styling */

/* Looped Logo */
.LOGO_LOP_Sec {
  position: relative;
  margin: 60px 0;
  display: block;
}

.laping__logos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.laping__logos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff 0%, rgba(250, 251, 244, 0) 100%);
}

.logo_rows {
  display: flex;
  align-items: center;
  gap: 44px;
  will-change: transform;
  justify-content: space-between;
  white-space: nowrap;
}

.LOGO_WRP {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.LOGO_WRP img {
  object-fit: contain;
  display: flex;
  position: relative;
  justify-content: center;
  aspect-ratio: 1 / 0;
  align-items: center;
}

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

/* Looped Logo */

/*Image With Content */
.imgxcont_sec {
  position: relative;
  display: block;
  margin: 100px 0;
}

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

.imgxcont_sec.inverted_cols .img_col {
  order: 1;
}

.imgxcont_sec.inverted_cols .content_col {
  order: 2;
}

.content_col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.content_col .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #050719;
}

.content_col .Heading_H2 {
  color: #050719;
  text-wrap: balance;
}

.content__disx {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content__disx :is(p, li, a) {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #050719;
  text-wrap: balance;
}

.content__disx :is(ol, ul) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 24px;
}

.content__disx :is(ol, ul) li {
  display: list-item;
  list-style: disc;
}

.content__disx :is(ol, ul) li strong {
  font-weight: 500;
}

.content__disx p>span {
  display: block;
  padding-top: 20px;
}

.content_col .Main_btn {
  margin-top: 35px;
}

.img_col {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

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

/*Image With Content */
/* servies Sections */
.servies__sec {
  position: relative;
  padding: 100px 0;
  margin: 100px 0;
  display: block;
  background: #050719;
  z-index: 1;
}

.servies__sec.lightServBox {
  padding: 0px !important;
  background: transparent !important;
}

.servies__sec:has(.serbox_slider) {
  overflow: hidden;
}

.serbox_slider {
  overflow: unset !important;
}

.servies__sec.lightServBox::before {
  display: none !important;
}

.servies__sec.lightServBox .main__headings * {
  color: #050719;
}

.servies__sec::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/services-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  z-index: -1;
}

.servies__sec .main__headings * {
  color: #fff;
}

.servies__sec .main__headings em {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

.main__headings {
  max-width: 1070px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.main__headings .lable-heading {
  margin: auto;
}

.servies__sec .main__headings .lable-heading .lable-icon {
  background: #fff;
}

.main__headings h2 {
  text-wrap: balance;
}

.main__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 850px;
  margin: -10px auto 0;
}

.main__disx p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-wrap: balance;
}

.services__Rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  margin-top: 50px;
  z-index: 2;
}

.serbox_slider {
  margin-top: 50px;
}

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

.services__Box:hover .services_Img img {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1.1);
}

.services__Box :is(.services_Img) {
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden;
}

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

.services_info {
  position: absolute;
  min-height: auto;
  height: auto;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(100px);
  background: #ffffff0d;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.services_info h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
}

.services_info h3 em {
  font-family: "Instrument Serif", serif;
}

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

.services_info .services__disc {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.services__Box:hover .services_info .services__disc {
  opacity: 1;
  padding-top: 20px;
  max-height: 300px;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

/* servies Sections */
/* 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,
.quality__icon__box_sec.lightSec .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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 42.26%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
  pointer-events: none;
}

.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: 1;
}

.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;
}

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

/* Services Slider */

.services__brandings__sec {
  position: relative;
  display: block;
  padding: 100px 0;
  margin: 100px 0;
  background: #050719;
  overflow: hidden;
}

:is(.success__review__video__sec, .services__brandings__sec) .main__headings h2 {
  color: #fff;
}

.services__brandings__sec .swiper.services__Slider {
  overflow: inherit !important;
  backface-visibility: hidden;
  will-change: transform;
}

.services__brandings__sec .swiper .swiper-pagination {
  position: relative;
  inset: unset !important;
  line-height: 0;
  margin-top: 40px;
}

.swiper .swiper-pagination-bullet {
  height: 2px;
  width: 30px;
  background: #ffffff4d;
  opacity: 1;
  border-radius: 0px;
}

.swiper .swiper-pagination-bullet-active {
  width: 80px;
  background: #ffffff;
  transition: all ease 0.5s;
}

.services__Slider__Row {
  margin-top: 60px;
}

.services__Slider__Row .swiper-slide {
  width: 406.667px;
  margin-right: 30px;
}

:is(.swiper-slide) {
  height: auto;
}

.brands__service__box:hover .brands__service__media img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.12);
}

.brands__service__box:hover .brands__service__media::after {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.brands__service__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: 500px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.brands__service__media {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.brands__service__media::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #00000066;
  z-index: 1;
  pointer-events: none;
}

.brands__service__media img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.brands__service__Content {
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

.brands__service__Content h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
}

.brands__service__Content h3 em {
  font-family: "Instrument Serif", serif;
}

.services_bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.services_bullets li {
  background: #ffffff1a;
  border-radius: 100px;
  padding: 5px 10px;
  backdrop-filter: blur(100px);
  border: 0.5px solid #ffffff4d;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #fff;
}

/* Services Slider */

/* Blog Card Section */
.blog__card__sec {
  margin: 100px 0;
}

.blog__card__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 60px 0 0;
}

.blog__card__box:nth-of-type(5n + 1) {
  grid-area: 1/1 / span 1 / span 1;
}

.blog__card__box:nth-of-type(5n + 2) {
  grid-area: 1/2 / span 1 / span 1;
}

.blog__card__box:nth-of-type(5n + 3) {
  grid-area: 1/3 / span 1 / span 2;
}

.blog__card__box:nth-of-type(5n + 4) {
  grid-area: 2/1 / span 1 / span 2;
}

.blog__card__box:nth-of-type(5n + 5) {
  grid-area: 2/3 / span 1 / span 2;
}

.blog__card__box {
  position: relative;
  transition: all ease 0.3s;
  overflow: hidden;
}

.blog__card__box:hover::before {
  display: block;
}

.blog__card__box::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.8)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff0 0, #fffc, #fff0);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.blog__card__box:hover .blog__box__media img {
  transform: scale(1.07);
}

.blog__box__media {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease 0.3s;
}

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

.blog__card__content {
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_card_heading h3 {
  font-family: Rethink Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0px;
}

.blog_card_heading h3 a {
  transition: all ease 0.3s;
}

.blog_card_heading h3 a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.blog_card_heading h3 a em {
  font-family: "Instrument Serif", serif;
}

.blog__card__box:hover .blog_card_heading h3 a {
  color: #f47423;
}

.blog_card_desc,
.blog_card_desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.blog__card__sec .Main_btn {
  margin: 50px auto 0;
}

/* Blog Card Section */

/* Background Card Content Sec */

.background__card__content__sec {
  margin: 100px 0;
}

.background_content_sec_row_bg_holder {
  position: relative;
  border-radius: 20px;
  padding: 60px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_content_sec_row_bg_holder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(95.73deg, rgba(0, 0, 0, 0.7) 18.59%, rgba(0, 0, 0, 0) 52.13%);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

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

.background_content_sec_content .lable-heading .lable-icon {
  background: transparent;
}

.background_content_sec_content .Heading_H2 {
  max-width: 516px;
  text-wrap: balance;
  color: #fff;
  margin-top: 20px;
}

.background_content_sec_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 516px;
  margin-top: 15px;
}

.background_content_sec_content .Main_btn {
  margin-top: 50px;
}

/* Background Card Content Sec */

/* Faqs section */

.main__faqs__sec {
  padding: 100px 0;
  background: #0b0c29;
}

.main__faqs__sec .lable-heading .lable-icon {
  background: transparent;
}

.main__faqs__sec .lable-heading>span {
  color: #fff;
}

.main__faqs__sec .Heading_H2 {
  color: #fff;
}

.main__faq__sec__row {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 100%;
}

.accordion-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-image: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  border-image-slice: 1;
}

.accordion-item:first-child {
  border-top: none !important;
}

.accordion-item:first-child .accordion-item-header {
  padding-top: 0px !important;
}

.accordion-item:last-child .accordion-item-body-content {
  padding-bottom: 0px !important;
  padding-top: 20px;
}

.accordion-item:last-child .accordion-item-header {
  padding-bottom: 0px !important;
}

.accordion-item-header.active {
  padding-bottom: 20px;
}

.accordion-item-header {
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.accordion-item-header::after {
  content: "";
  background-image: url(../images/faq-open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 25px;
  min-width: 25px;
  transition: all ease-in-out 0.5s;
  background-color: transparent;
}

.accordion-item-header.active::after {
  content: "";
  transform: rotate(135deg);
}

.accordion-item-header h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fff;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-item-body-content {
  padding-bottom: 30px;
}

.accordion-item-body-content :is(p, ul li, ol li) {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  max-width: 835px;
}

.accordion-item-body-content :is(ul, ol) {
  padding-left: 20px;
  padding-top: 10px;
}

.accordion-item-body-content :is(ul li) {
  list-style: disc;
}

.accordion-item-body-content :is(ol li) {
  list-style: decimal;
}

.accordion-item:has(.active) .accordion-item-body {
  max-height: max-content;
  transition: max-height 0.5s ease-in-out;
}

/* Faqs section */

/* Main Footer Sec */

.main__footer__site {
  position: relative;
  overflow: hidden;
  padding: 100px 0 20px;
  background: #050719;
}

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

.main__footer__site .container {
  position: relative;
  z-index: 2;
}

.main__footer__site__top__row_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 60px;
}

.main__footer__site__top__row_content .Heading_H2 {
  max-width: 687px;
  text-wrap: balance;
  color: #ffffff;
}

.main__footer__site__top__row_content .Main_btn :is(a, button) {
  color: #fff;
  border-color: #fff;
}

.main__footer__site__top__row_content .Main_btn :is(a, button) .arrow_wrp {
  filter: invert(1);
}

.main__footer__site__top__row_content .Main_btn :is(a, button):hover .arrow_wrp {
  filter: invert(0);
}

.main__footer__site__links__row {
  padding-top: 50px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(270deg,
      rgba(244, 116, 35, 0) 0%,
      #f47423 50%,
      rgba(244, 116, 35, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  place-content: space-between;
  gap: 10px;
}

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

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

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

.main__footer__menus__hldr ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.main__footer__menus__hldr ul li a {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #fff;
  opacity: 50%;
  transition: all ease 0.3s;
}

.main__footer__menus__hldr ul li a:hover {
  opacity: 100%;
}

.main__footer__menus__hldr ul li a:hover em {
  opacity: 50%;
}

.main__footer__menus__hldr ul li a em {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  transition: all ease-out 0.3s;
}

.main__footer__site__bottom__row {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  align-items: center;
}

.footer_logo a {
  width: 115px;
  display: block;
}

.footer_logo p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  max-width: 350px;
  opacity: 50%;
}

.footer_logo a img {
  width: 100%;
  object-fit: contain;
}

.footer_sitebtm_descp p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  overflow: 50%;
  text-align: left;
}

.footer_social_icons ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_social_icons ul li a {
  width: 20px;
}

.footer_social_icons ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(1851%) hue-rotate(342deg) brightness(95%) contrast(101%);
  transition: transform 0.3s;
  transform: translateY(-4px);
}

.footer_social_icons ul li a img {
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Main Footer Sec */

/* Quality Icon Box */

.quality__icon__box_sec {
  margin: 100px 0;
  padding: 100px 0;
  background: #050719;
}

.quality__icon__box_sec.lightSec {
  padding: 0px !important;
  background: transparent !important;
}

.quality__icon__box_sec.lightSec .main__headings * {
  color: #050719;
}

.quality__icon__box_sec .main__headings * {
  color: #fff;
}

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

.quality_icon_row.box4 {
  grid-template-columns: repeat(4, 1fr);
}

.quality_icon_box_icon {
  height: 60px;
  width: 60px;
  padding: 15px;
  border-radius: 5px;
  background: #f47423;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.quality_icon_box_top {
  margin-top: 20px;
}

.quality_icon_box_top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  width: fit-content;
}

.quality__icon__box_sec.lightSec :is(.quality_icon_box_top *, .quality_icon_box_content *) {
  color: #050719;
}

.content_col :is(.quality_icon_box_top *, .quality_icon_box_content *) {
  color: #050719;
}

.quality_icon_box_top h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 7px;
}

.quality_icon_box_top h3 em {
  font-family: "Instrument Serif", serif;
}

.quality_icon_box_content {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.quality_icon_box_content::before {
  content: "";
  height: 1px;
  width: 80%;
  background: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  position: absolute;
  top: 0;
  left: 0;
}

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

/* Quality Icon Box */

/* Marketing Services */

.marketing__services {
  margin: 100px 0;
}

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

.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: linear-gradient(302.32deg, rgba(0, 0, 0, 0) 25.07%, rgba(0, 0, 0, 0.7) 65.81%);
}

.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 h3 em {
  font-family: "Instrument Serif", serif;
}

.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;
}

.services__branding__box__content .Main_btn {
  margin-top: 30px;
}

.services__branding__box__content .Main_btn :is(a, button) {
  height: 48px;
  padding: 10px 15px;
}

.services__branding__box__media {
  height: 100%;
}

/* Marketing Services */

/* Specialized Services */

.Specialized__services {
  margin: 100px 0;
}

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

.Specialized__services .Heading_H2 {
  color: #050719;
}

.Specialized__services .Main_btn {
  margin: 50px auto 0;
}

/* Specialized Services */

/* Creative Services */

.Creative__services {
  margin: 100px 0;
}

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

.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 2;
}

.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(8n + 8) .services__branding__box__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: auto;
}

/* Creative Services */

/* Success Review Video Sec */

.success__review__video__sec .lable-heading .lable-icon {
  background: transparent;
}

.success__review__video__sec {
  position: relative;
  display: block;
  padding: 100px 0;
  margin: 100px 0;
  background: #050719;
  overflow: hidden;
}

/* .success__review__video__sec .container {
    max-width: 97% !important;
} */

.fancybox__nav .carousel__button.is-next,
.fancybox__nav .carousel__button.is-prev,
.fancybox__thumbs,
.fancybox__slide::before,
.fancybox__slide::after {
  display: none !important;
}

.success__review__video__sec__row {
  margin: 60px auto 0;
}

.success__review__video__sec__video__box {
  width: 100%;
  position: relative;
  transition: all 2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.success__review__video__sec__video__box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.curs-img {
  position: absolute;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  left: -50px;
  top: -50px;
  transform: translate3d(17%, 8%, 0) scale(0);
  transition: transform 2s cubic-bezier(0.02, 1.23, 0.79, 1.08),
    top 2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  cursor: pointer;
  z-index: 9;
}

.curs-img .img-rps {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 0;
}

.curs-img .img-rps img {
  filter: invert(1) brightness(100);
}

.curs-img .img-rps img:nth-child(1) {
  width: 100px;
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  margin: auto;
}

.curs-img .img-rps img:nth-child(2) {
  width: 120px;
  animation: rotate 10s infinite linear;
}

@keyframes rotate {
  to {
    transform: rotate(0);
  }

  from {
    transform: rotate(-360deg);
  }
}

/* Success Review Video Sec */
/* Inner Banner */

.inner_banner__main {
  padding: 144px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}

.inner_banner__main::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(279.23deg, rgba(0, 0, 0, 0) 11.34%, rgba(0, 0, 0, 0.7) 84.36%);
}

.inner_banner__main::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/banner__shaping.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.inner__banner__main__row,
.inner__bannner_services__slider__rows {
  position: relative;
  z-index: 2;
}

.inner_Banner_content {
  max-width: 635px;
}

.inner_Banner_content .lable-heading>span {
  color: #fff;
}

.inner_Banner_content .Heading_H2 {
  color: #fff;
  text-wrap: balance;
  margin-top: 20px;
  max-width: 560px;
}

.inner_Banner_content p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 25px;
}

.inner_Banner_content .Main_btn {
  margin: 50px 0 0;
}

.inner_Banner_content .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.inner_Banner_content .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.inner_banner_slider_Parent {
  padding-top: 80px;
}

.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;
}

/* Inner Banner */
/* Image with content with icons box */

.img_withcnt_withiconbox {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #0b0c29;
  position: relative;
}

.img_withcnt_withiconbox::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/banner__shaping.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}

.img_withcnt_withiconbox .container {
  position: relative;
  z-index: 2;
}

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

.img_withcnt_withiconbox_cnt * {
  color: #fff;
}

.img_withcnt_withiconbox_cnt p {
  margin-top: 30px;
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
}

.img_withcnt_withiconbox_cnt small {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
  display: block;
}

.img_withcnt_withiconbox_cnt .Main_btn {
  margin: 50px 0 0;
}

.img_withcnt_withiconbox_cnt .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.img_withcnt_withiconbox_cnt .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.img_withcnt_withiconbox_img {
  width: 100%;
  height: 100%;
}

.img_withcnt_withiconbox_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.img_withcnt_withiconbox_boticon_row {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  place-content: space-between;
}

.img_withcnt_withiconbox_boticon_box {
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  border-image-slice: 1;
}

.img_withcnt_withiconbox_boticon_box span {
  font-family: Rethink Sans;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
}

.img_withcnt_withiconbox_boticon_box span sup {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  margin-left: 5px;
  font-size: 70%;
}

.img_withcnt_withiconbox_boticon_box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 50%;
  margin-top: 15px;
}

/* Image with content with icons box */


/* Featu#f47423 Section */
.Features_Port_Sec {
  position: relative;
  margin: 100px 0;
}

.Features_Port_Sec .Main_btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* Featu#f47423 Section */

/* Tabs Css */
.port_Tabs {
  position: relative;
  padding: 50px 0 0;
}

.Tabs_menus {
  position: relative;
  display: block;
  width: 100%;
  max-width: max-content;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}

.Tabs_menus ul {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  flex-wrap: nowrap;
  overflow: auto;
}

.port_Tabs .Tabs_menus ul li.active {
  background: linear-gradient(to bottom,
      transparent 57px,
      #f47423 10%);
  transition: all 0.4s ease;
}

.Tabs_menus ul li.active {
  z-index: 1;
  background: linear-gradient(to bottom,
      transparent 50px,
      #f47423 10%);
  transition: all 0.4s ease;
}

.Tabs_menus ul li.active:last-child::before,
.Tabs_menus ul li.active:first-child::after {
  display: none;
}

.Tabs_menus ul li.active span::before {
  opacity: 1;
}

.Tabs_menus ul li.active::before {
  content: "";
  background-image: url(https://hostifyweb-com.stackstaging.com/teqnite2026/wp-content/uploads/2026/01/tabs-vec-ritsvg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
}

.Tabs_menus ul li.active::after {
  content: "";
  background-image: url(https://hostifyweb-com.stackstaging.com/teqnite2026/wp-content/uploads/2026/01/tabs-vec-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}

.Tabs_menus ul li {
  background: #f47423;
  position: relative;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  width: max-content;
  counter-increment: tab-btn;
  padding: 0 40px 22px;
  cursor: unset;
  cursor: pointer;
  text-wrap: nowrap;
}

.Tabs_menus ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}

.Tabs_menus ul li.active span {
  color: #050719;
}

.Tabs_menus ul li span::before {
  content: "0" counter(tab-btn);
  font-family: "Rethink Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding: 4px 14px 3px;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  background: #f47423;
  border-radius: 20px;
  opacity: 0;
}

.Tabs_PortWrp .Tabs_Content:not(.active) {
  display: none;
}

.Tabs_PortWrp .Tabs_Content {
  animation: UpScle 0.2s cubic-bezier(0.5, 0, 1, 1);
}

@keyframes UpScle {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(1rem);
  }

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

.Tabs_PortWrp {
  position: relative;
  margin-top: 60px;
}

.port_cards {
  position: relative;
  border-radius: 25px;
  height: 380px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.port_cards>a {
  width: 100%;
  height: 100%;
  display: block;
}

.port_cards::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.port_cards:hover:after {
  display: block;
}

.port_cards:hover :is(img, video) {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

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

.port_Tabs .Tabs_Content .port_cards {
  grid-column: span 2;
}

.port_Tabs .Tabs_Content .port_cards:nth-child(5n + 4) {
  grid-column: span 3;
}

.port_Tabs .Tabs_Content .port_cards:nth-child(5n + 5) {
  grid-column: span 3;
}

.port_cards :is(img, video) {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.port_cards .ports_information>h3 {
  font-family: "Rethink Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.port_cards .ports_information .Tags_port ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.port_cards .ports_information .Tags_port ul li {
  border: 1px solid #73ec8b;
  background: #73ec8b4d;
  font-family: "Rethink Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border-radius: 100px;
}

/* Tabs Css */

.main_nav_Area {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 1000;
}

.main_nav_Area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #f47423 -93.1%, #050719 47.73%, #f47423 188.55%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease;
  transition: all 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

:is(.privacy-policy, .page-id-257) .entry-header {
  margin-bottom: 40px;
  text-align: center
}

:is(.privacy-policy, .page-id-257) main#site-main {
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}

:is(.privacy-policy, .page-id-257) .Footer_Main {
  padding-top: 0 !important
}

:is(.privacy-policy, .page-id-257) .Footer_Form {
  display: none
}

:is(.privacy-policy, .page-id-257) #table-content ul li {
  list-style: auto
}

.entry-content section>div {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.entry-content br {
  display: none !important
}

.entry-content .pricyheading {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.entry-content .pricyheading ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: disc;
  margin-left: 26px
}

.entry-content .pricyheading ul li {
  list-style: disc
}

.entry-content :is(p, span, li, strong):empty {
  display: none !important
}

.entry-content :is(p, span, li, strong, tr th, tr td) {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  margin: 10px 0;
}

.entry-content :is(p, span, li, strong, tr th, tr td) a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-content :is(strong, tr th) {
  font-weight: 500;
  color: #fff;
}

.entry-content a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block
}

.entry-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin: 20px 0;
}

.entry-content :is(table, tr th, tr td) {
  border: 1px solid #f47423;
  padding: 20px;
}

:is(.privacy-policy, .page-id-257) {
  background: #050719;
}

.entry-header * {
  color: #fff;
}

.content_col .quality_icon_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

/* OVER VALUED LEAD */

.overValueLead {
  padding: 80px 0;
  background: #050719;
}

.overValueLeadRow {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px;
}

.overValueLeadLeft {
  width: 100%;
  max-width: 495px;
  display: flex;
  flex-direction: column;
}

.overValueLeadLeft * {
  color: #fff;
  max-width: 423px;
}

.overValueLeadLeft span {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: inline-block;
}

.overValueLeadLeft p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
}

.overValueLeadLeft .Main_btn {
  margin-top: 60px;
}

.overValuedBox {
  display: flex;
  gap: 30px;
}

.overValuedBoxContent * {
  color: #fff;
}

.overValuedBoxContent span {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 20px;
  display: inline-block;
}

.overValuedBoxContent h3 {
  padding-top: 20px;
  position: relative;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0px;
}

.overValuedBoxImg {
  margin-top: 40px;
}

.overValuedBoxImg img {
  height: 104px;
  width: 104px;
  min-width: 104px;
  max-height: 104px;
  object-fit: contain;
}

.overValuedBoxContent h3::before {
  content: "";
  height: 1px;
  width: 80%;
  background: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #f47423 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.overValuedBoxContent p {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-top: 20px;
}

.overValueLeadRight {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* OVER VALUED LEAD */


/* CONTACT FORM */

.contactFormMainContent form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.Feild_Wrp {
  width: 100%;
  position: relative
}

.Feild_Wrp :is(input, select) {
  border: 1px solid #fff;
  border-radius: 10px;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 60px;
  display: flex;
  background: #fff;
  justify-content: flex-start;
  align-items: center;
  color: #050719;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  opacity: 1;
  padding: 10px 14px;
  cursor: unset
}

.Feild_Wrp.col-2Fld textarea:focus,
.Feild_Wrp :is(input, select):focus {
  box-shadow: 0 0 10px 0 #fff;
  border-color: #fff;
}

.Feild_Wrp.col-2Fld {
  grid-column: span 2
}

.Feild_Wrp.col-2Fld textarea {
  border: 1px solid #FFF;
  background: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #050719;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  cursor: unset;
  opacity: 1;
  padding: 17px 14px;
  resize: vertical;
  max-height: 220px
}

.Feild_Wrp :is(input, textarea, select)::placeholder {
  opacity: 1 !important;
  color: #050719;
}

.Feild_Wrp select option {
  color: #050719;
  cursor: pointer
}

.Feild_Wrp select {
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://hostifyweb-com.stackstaging.com/teqnite2026/wp-content/uploads/2026/01/select-down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px);
}

.Feild_Wrp:has(select:hover):after {
  filter: none;
  transition: 0.3s
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type="number"] {
  -moz-appearance: textfield
}

.Submit_Btn {
  margin-top: 10px;
  grid-column: span 2;
  width: 100%
}

.Submit_Btn p {
  position: relative
}

.Submit_Btn p .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.Submit_Btn input {
  background: #F47423;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 16px 20px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.Submit_Btn input:hover {
  background-color: #e1e1e1;
  color: #f47423;
}

.contactfOrmSecMain {
  margin: 100px 0;
}

.contactFormMainRow {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 30px;
}

.contactFormMainImg {
  height: 100%;
  width: 100%;
}

.contactFormMainImg img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.contactFormMainContent {
  padding: 40px;
  background: #050719;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactFormMainContent .Heading_H2 {
  color: #fff;
}

/* CONTACT FORM */

/* Contact Det */

.contactUsDetail {
  margin: 100px 0 0;
  background: #050719;
  padding: 100px 0;
  position: relative;
}

.contactUsDetail .main__headings * {
  color: #fff;
}

.contactUsDetail .container {
  position: relative;
  z-index: 2;
}

.contactUsDetail::before {
  content: '';
  background-image: url(https://hostifyweb-com.stackstaging.com/teqnite2026/wp-content/uploads/2026/02/cont-detailbg-layer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contactUsDetRow {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.contactUsDetBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
  border-radius: 20px;
  align-items: center;
  overflow: hidden;
}

.contactUsDetBox.invertedClmns .contactUsDetContent {
  order: 2;
}

.contactUsDetBox {
  color: #000;
}

.contactUsDetContent {
  padding: 30px;
}

.contactUsDetContent p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  margin-top: 10px;
}

.contactUsDetContentListIconHldr {
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(244, 116, 35, 0) 0%, #F47423 100%);
  border-image-slice: 1;
}

.contactUsDetContentListIcon {
  display: flex;
  gap: 20px;
}

.contactUsDetContentListIconImg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F47423;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contactUsDetContentListIconContent span {
  font-family: Rethink Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: 0px;
}

.contactUsDetContentListIconContent a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  max-width: 270px;
}

.contDetBoxMap {
  height: 445px;
  width: 100%;
}

.contDetBoxMap :is(img, iframe) {
  height: 100%;
  width: 100%;
  max-height: 100% !important;
}

/* Contact Det */



/* Mega Menu Css Start */

.cust_mega_menu>.sub-menu>li>ul.sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  gap: 0px;
  margin-top: 40px;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li {
  width: 100%;
  max-width: 100% !important;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a {
  position: relative;
  cursor: text;
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #050719;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  max-width: 100% !important;
  text-transform: normal !important;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a i {
  font-size: 18px;
  margin-left: 0;
  width: 18px;
  height: 18px;
  transition: all .2s ease-in-out;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a:hover i {
  color: #f47422;
  transition: all .2s ease-in-out;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 0;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a:hover img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(26%) saturate(4899%) hue-rotate(349deg) brightness(105%) contrast(91%);
  transition: all .2s ease-in-out;
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(70, 55, 187, 0) 0%, #4637BB 100%);
}

.cust_mega_menu>.sub-menu>li>ul.sub-menu>li>a::before {
  display: none;
}

.menus_nav .cust_mega_menu>.sub-menu {
  position: fixed;
  top: -15px;
  width: 100% !important;
  max-width: 1330px;
  height: 100%;
  left: 0px !important;
  right: 0;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.7s ease,
    visibility 0.7s;
}

.menus_nav .cust_mega_menu:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(90px);
  pointer-events: auto;
}


.menus_nav .cust_mega_menu>.sub-menu::before {
  content: "";
  background: #FFF;
  position: fixed;
  left: -50vw;
  top: 0;
  width: 1000vw;
  height: 100%;
  z-index: -1;
}

.menus_nav .cust_mega_menu ul>li a {
  color: #000 !important;
}

.menus_nav .cust_mega_menu li.Sub_Tittle>a {
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 22px;
  line-height: 16px;
  text-align: center;
  color: #FFF !important;
  background: #f47423;
  padding: 20px;
  border-radius: 10px;
  text-transform: capitalize;
  /* pointer-events: none; */
  /* cursor: none; */
}

/* .menus_nav .cust_mega_menu li.Sub_Tittle>a:hover,
.menus_nav .cust_mega_menu li.Sub_Tittle.current-menu-item>a {
  background: #050719 !important;
} */

.menus_nav .cust_mega_menu li.Sub_Tittle>a::after,
.menus_nav .cust_mega_menu li.Sub_Tittle>a::before {
  display: none;
}

/* 
/////------ Endded-------///// */


.Main_btn.cntr-btn {
  margin: 50px auto 0;
}

.quality__icon__box_sec .Main_btn :is(a, button).orange__btns_outline {
  color: #fff;
}

.quality__icon__box_sec .Main_btn :is(a, button).orange__btns_outline img {
  filter: unset;
}

.wpcf7-response-output {
  color: #FFF;
}

.main_nav_Area:has(.menus_nav li:hover .sub-menu) {
  background: linear-gradient(180deg, #f47423 -93.1%, #050719 47.73%, #f47423 188.55%);
}

.main_nav_Area:has(.menus_nav li:hover .sub-menu) .menus_nav .menu-item-has-children>a::after {
  transform: rotate(180deg);
}


body.page-template-single-service-graphic-desinging-template .servies__sec .services__Box:first-child .services_info {
  background: #00000033 !important;
}






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

.success__badge,
.story_info {
  z-index: 2;
}

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

body.error404 {
    background: #050719;
    padding-top: 140px;
}

.error404 .nt-fund-sec img {
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 60px;
    width: 90%;
}
