/* @import url('./variables.css'); */

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-btn-white-border span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-perspective-social-info span svg,
.pp-service-2-banner-text p span,
.pp-service-2-banner-text a span,
.tp-service-4-solution-item-btn a span,
.pp-service-details-process-bottom span a svg,
.st-hero-btn-icon,
.pp-footer-btn span,
.tp-btn-border-2.st span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

@font-face {
  font-family: 'Teko';
  src: url('../fonts/Teko-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1510px;
  }

  .container-1580 {
    max-width: 1580px;
  }

  .container-1550 {
    max-width: 1550px;
  }

  .container-1460 {
    max-width: 1460px;
  }

  .container-1430 {
    max-width: 1430px;
  }

  .container-1350 {
    max-width: 1350px;
  }

  .container-1330 {
    max-width: 1330px;
  }

  .container-1320 {
    max-width: 1320px;
  }

  .container-1300 {
    max-width: 1300px;
  }

  .container-1230 {
    max-width: 1230px;
  }

  .container-1200 {
    max-width: 1200px;
  }

  .container-1030 {
    max-width: 1030px;
  }
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-poppins);
  overflow-x: hidden;
  /* background-color: #0a0a30; */

  /* background: linear-gradient(16deg, rgb(14 52 89) 0%, #004da4 100%) !important; */
}

/* hero banner backgrounds */
.hero-banner {
  position: relative;
  padding: 224px 0 148px 0;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--tp-common-black);
}

.hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgb(193 94 9) 0%,
      rgb(72 92 227 / 73%) 100%);
  z-index: 2;
}

/* Decorative Blobs for "Advance" feel */
.hero-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--tp-common-secondary);
  filter: blur(120px);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  animation: blob-float 20s infinite alternate;
}

.hero-blob-1 {
  top: -10%;
  left: -10%;
  background: var(--tp-common-primary);
}

.hero-blob-2 {
  bottom: -10%;
  right: -10%;
  background: var(--tp-common-blue);
}

@keyframes blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(50px, 50px) scale(1.1);
  }
}

.hero-banner .container {
  position: relative;
  z-index: 5;
}

.tp-hero-2-content.glass-content {
  /* background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  padding: 40px 38px; */
  border-radius: 0;
  border: none;
  /* box-shadow: none; */
  animation: glass-entrance 1.2s ease-out forwards;
}

@keyframes glass-entrance {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.tp-hero-2-title.about-us {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--tp-common-white);
  /* text-transform: uppercase; */
  letter-spacing: -1px;
  margin-bottom: 16px;
  text-align: left;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tp-hero-2-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin: 0;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.hero-text-gradient {
  background: linear-gradient(90deg, #00106d, #0387ca, #1242cd);

  /* background: var(--grad-text); */
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s linear infinite;
  text-shadow: 0 0 20px rgba(245, 161, 51, 0.1);
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.hero-scroll-down {
  position: absolute;
  bottom: 71px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-scroll-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
  }
}

.scroll-arrow {
  font-size: 28px;
  color: var(--tp-common-white);
  animation: arrow-bounce 2s infinite;
  display: inline-block;
  opacity: 0.7;
  transition: var(--ease);
}

.scroll-arrow:hover {
  opacity: 1;
  color: var(--tp-common-secondary);
}

@keyframes arrow-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-12px);
  }

  60% {
    transform: translateY(-6px);
  }
}

@media (max-width: 991px) {
  .tp-hero-2-title.about-us {
    font-size: 50px;
  }

  .hero-banner {
    padding: 180px 0 100px 0;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-title.about-us {
    font-size: 34px;
  }

  .hero-banner {
    padding: 160px 0 100px 0;
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    padding: 132px 0 100px 0;
    min-height: auto;
  }
}

/* page-specific hero background images (update paths/files as needed) */
.hero-about {
  background-image: url('../images/new-header-bg2.webp');
}

.hero-products {
  background-image: url('../images/new-images/hardware-solution3.webp');
}

.hero-services {
  background-image: url('../images/home-service-img2.webp');
}

.hero-industries {
  background-image: url('../images/industires-bg.avif');
}

.hero-contact {
  background-image: url('../images/who-we-serve-img3.jpg');
}

.hero-compliance {
  background-image: url('../images/who-we-serve-img4.avif');
}

.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}

/* .coffe-bg {
  background-color: var(--tp-coffe-1);
} */

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}

.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}

.custom-select .selected.open+.options {
  max-height: 500px;
  opacity: 1;
}

.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  2.7 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/

.it-faq-wrap {
  margin-left: 60px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

/* .it-faq-wrap::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
} */

.it-faq-wrap .accordion-items {
  padding-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-wrap .accordion-items {
    /* padding-left: 60px; */
  }
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-items {
    /* padding-left: 50px; */
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .it-faq-wrap .accordion-items {
    /* padding-left: 36px; */
  }
}

.it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px;
  }
}

.it-faq-wrap .accordion-buttons {
  text-align: left;
}

.it-faq-wrap .accordion-buttons i {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--ff-league-spartan);
}

.it-faq-wrap .accordion-buttons span {
  font-weight: 500;
  font-size: 22px;

  display: block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 20px;
    line-height: 1.1;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 18px;
    line-height: 1.1;
  }
}

.it-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0;
}

@media (max-width: 767px) {
  .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .it-faq-wrap .accordion-body {
    padding: 12px 15px 0 0;
  }
}

.it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-text-white);
}

@media (min-width: 280px) and (max-width: 576px) {
  .it-faq-wrap .accordion-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    /* color: rgba(255, 255, 255, 0.6); */
  }
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/

.ar-title-mlr {
  margin-left: 100px;
  margin-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-title-mlr {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-section-subtitle.pre::before {
  content: '';
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-primary-3);
}

.tp-section-subtitle.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black);
}

.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.tp-section-subtitle.fs-17.pre-circle::before {
  content: '';
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-white);
}

.tp-section-subtitle-gradient {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tp-section-subtitle-gradient div img {
  margin-bottom: 13px;
  display: inline-block;
}

.tp-section-subtitle-gradient.icon-left div {
  display: inline-block;
}

.tp-section-subtitle-gradient.icon-left div img {
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-3px);
}

.tp-section-subtitle-gradient.ct {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-onest);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px;
  }
}

.tp-section-subtitle-teko {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  font-family: var(--ff-league-spartan);
  color: var(--tp-common-cream);
}

@media (max-width: 767px) {
  .tp-section-subtitle-teko {
    font-size: 25px;
  }
}

.tp-section-subtitle-teko i {
  font-style: normal;
  color: var(--tp-common-primary);
}

.tp-section-subtitle.border-bg {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}

.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}

.tp-section-subtitle-platform {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--tp-common-white);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}

.tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-black);
}

.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px;
}

.tp-section-subtitle.orange-color {
  color: var(--tp-common-primary-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px;
  }
}

.tp-section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .tp-section-title {
    font-size: 32px;
  }
}

.tp-section-title.fs-140 {
  line-height: 0.89;
  font-size: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-140 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 75px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 65px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 50px;
  }
}

.tp-section-title.fs-64 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-64 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-64 {
    font-size: 42px;
  }
}

.tp-section-title.fs-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-44 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title.fs-44 {
    font-size: 38px;
  }

  .tp-section-title.fs-44 br {
    display: none;
  }
}

.tp-section-title.fs-54 {
  font-weight: 500;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54 {
    font-size: 35px;
  }
}

.tp-section-title.fs-54 span {
  height: 55px;
  width: 50px;
  display: inline-block;
}

.tp-section-title.fs-54.fs-60 {
  font-size: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 40px;
  }
}

.tp-section-title.lts {
  letter-spacing: -2.4px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.lts {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.lts {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title.lts br {
    display: none;
  }
}

.tp-section-title-mango.fs-100 {
  font-size: 100px;
  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-mango.fs-100 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-mango.fs-100 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-mango {
    font-size: 50px;
  }
}

.tp-section-title-grotesk {
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-grotesk {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk br {
    display: none;
  }
}

.tp-section-title-grotesk>span {
  display: inline-block;
}

.tp-section-title-shape {
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1;
}

.tp-section-title-dirtyline {
  font-weight: 400;
  font-size: 200px;
  line-height: 0.8;
  color: #e0eeee;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline {
    font-size: 160px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-dirtyline {
    font-size: 80px;
  }
}

.tp-section-title-dirtyline.fs-140 {
  font-size: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-dirtyline.fs-140 br {
    display: none;
  }
}

.tp-section-title-phudu {
  font-size: 94px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;

  font-family: var(--ff-body);
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-phudu {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu {
    font-size: 60px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu br {
    display: none;
  }
}

.preloader-status .preloader-text {
  font-size: 28px !important;
  color: #010160 !important;
  font-weight: 700;

  /* font-weight: 600 !important; */
}

.tp-section-title-phudu.fs-70 {
  font-size: 50px;
  letter-spacing: -0.8px;
  color: #010160 !important;
}

.dark-bg-parent .tp-section-title-phudu.fs-70 {
  font-size: 50px;
  letter-spacing: -0.8px;
  color: #fff !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 60px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 34px !important;
    letter-spacing: 0;
  }
}

.tp-section-title-phudu.ff-inter {
  font-size: 70px;
  letter-spacing: -2px;

  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 50px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 60px;
    letter-spacing: 0;
  }
}

.tp-section-title-platform {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .tp-section-title-platform {
    font-size: 45px;
  }
}

.tp-section-title-platform.platform-text-black {
  color: var(--tp-common-black);
}

.tp-section-title-platform.fs-200 {
  font-size: 70px;
  /* font-style: italic; */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-platform.fs-200 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-200 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 60px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 40px;
  }
}

.tp-section-title-platform.fs-84 {
  font-size: 66px;
  line-height: 0.88;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-section-title-platform.fs-84 {
    font-size: 40px;
  }
}

.tp-section-title-playfair {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-playfair {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-playfair {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-playfair {
    font-size: 45px;
  }

  .tp-section-title-playfair br {
    display: none;
  }
}

.tp-section-title-playfair span {
  font-style: italic;
  color: rgba(69, 48, 48, 0.6);
  font-family: var(--ff-league-spartan);
}

.tp-section-title-onest {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-onest {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-onest br {
    display: none;
  }
}

.tp-section-title-onest.fs-72 {
  font-size: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-onest.fs-72 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-onest.fs-72 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-onest.fs-72 {
    font-size: 45px;
  }
}

.tp-section-title-onest.fs-44 {
  font-size: 44px;
}

.tp-section-title-5 {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -4.8px;
  /* color: var(--tp-cream-1); */
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-5 {
    font-size: 70px;
  }
}

.tp-section-title-5.fs-140 {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8.4px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-5.fs-140 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5.fs-140 {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-5.fs-140 {
    font-size: 50px;
    letter-spacing: -1.4px;
    line-height: 1.2;
  }
}

.tp-section-title-5.fs-140 span {
  transform: translateY(-15px);
  display: inline-block;
  margin: 0px 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    white-space: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-5.fs-140 span {
    margin: 0;
  }
}

.tp-section-title-5.fs-140 span img {
  border-radius: 100px;
}

.tp-section-title-5.fs-140 em {
  font-style: normal;
  padding-left: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title-5.fs-140 em {
    padding-left: 0;
  }
}

.tp-revel-line {
  overflow: hidden;
}

/*----------------------------------------*/
/*  2.11 Search
/*----------------------------------------*/

.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}

.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

@media (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}

.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(22, 22, 19, 0.1);
}

.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-search-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-search-content .search {
  margin-bottom: 40px;
  position: relative;
}

.tp-search-content .search:has(input:focus)::before {
  width: 100%;
}

.tp-search-content .search::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}

.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  padding: 0 60px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #e6e8f0;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.tp-search-content input:focus:hover {
  background: transparent;
}

.tp-search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input::placeholder {
  /* MODERN BROWSER */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.12 Magic Cursor
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--tp-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tp-common-white);
  font-family: 'Font Awesome 6 Pro';
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: '\f104';
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: '\f105';
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-header-ptb {
    padding: 10px 0;
  }
}

.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-header-menu>nav>ul>li {
  /* margin: 0 14px; */
  list-style-type: none;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tp-header-menu>nav>ul>li {
    /* margin: 0 14px; */
    font-size: 14px !important;
  }
}

.tp-header-menu>nav>ul>li>a {
  /* padding: 35px 0; */
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}

/* Inner pages (white header background) – use dark nav link color */
.inner-page .tp-header-menu>nav>ul>li>a {
  color: #000;
}

/* Active menu item color (current page) */
.tp-header-menu>nav>ul>li.active>a,
.inner-page .tp-header-menu>nav>ul>li.active>a {
  color: #44cdff;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .tp-header-menu>nav>ul>li>a {
    font-weight: 500;
    font-size: 12px !important;
    display: inline-block;
    letter-spacing: -0.01em;
  }
}

.index3 .tp-submenu a {
  color: #000 !important;
}

.tp-header-lang a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

.tp-header-lang a.active {
  color: var(--tp-common-white);
}

.tp-header-lang a:not(:first-child) {
  margin-left: 10px;
}

.tp-header-lang a:hover {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}

.tp-header-logo img {
  max-width: inherit;
}

.tp-header-logo .logo-1 {
  width: 200px;

  object-fit: contain;
  padding-right: 12px !important;
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-header-logo .logo-1 {
    width: 150px;

    object-fit: contain;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-header-logo {
    padding: 10px 0;
  }
}

.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-white);
  /* filter: invert(1); */
}

.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: #001a76;
}

.tp-header-bar button i:nth-child(2) {
  width: 24px;
}

.tp-header-bar button i:not(:last-of-type) {
  /* margin: 6px auto; */
}

.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0 10px;
  border-radius: 30px;
  display: inline-block;
  background-color: rgb(246, 246, 249);
}

.tp-header-inner-style .tp-header-menu>nav>ul>li>a {
  padding: 10px 0;
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 110%;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul {
  background-color: #1d1d1f;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li>a {
  color: #bfbfc0;
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li:hover>a {
  color: var(--tp-common-white);
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li.has-dropdown::after {
  color: #bfbfc0;
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li:hover.has-dropdown::after {
  color: var(--tp-common-white);
}

.tp-header-inner-style .tp-megamenu-wrapper {
  top: 110%;
}

.header-lang-submenu {
  position: absolute;
  top: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  visibility: hidden;
  background: #4d3d30;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

.header-lang-submenu li {
  list-style: none;
}

.header-lang-submenu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.header-lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky .tp-header-menu>nav>ul>li>a {
  padding: 22px 0;
}

.header-sticky.sticky-white-bg {
  background: rgba(255, 255, 255, 0.9);
}

.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li>a {
  color: var(--tp-common-black);
}

/* Keep active menu item blue even when header is sticky */
.header-sticky .tp-header-menu>nav>ul>li.active>a,
.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li.active>a {
  color: #44cdff;
}

.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}

.header-sticky.sticky-white-bg .logo-white {
  display: none;
}

.header-sticky.sticky-white-bg .logo-black {
  display: block !important;
}

.header-sticky.sticky-white-bg .tp-header-lang a {
  color: rgba(0, 0, 0, 0.6);
}

.header-sticky.sticky-white-bg .tp-header-lang a.active {
  color: var(--tp-common-black);
}

.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black);
}

.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  border-color: rgba(0, 0, 0, 0.6);
}

.header-sticky.sticky-white-bg .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255),
      #000,
      rgb(255, 255, 255) 25%);
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0e0f11;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.header-sticky.tp-header-blur::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(40px); */
  z-index: -1;
  /* background: linear-gradient(to right, #104a89, #2078db, #4eafc5) !important; */
}

.header-sticky.tp-header-border {
  border-bottom: 0;
}

.header-sticky .tp-header-logo {
  padding: 0;
}

.header-sticky.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}

.header-sticky.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 104%;
}

.header-sticky.tp-header-inner-style .tp-megamenu-wrapper {
  top: 104%;
}

.sticky-white-bg .tp-megamenu-list ul li a span {
  font-weight: 500;
}

.sticky-white-bg .tp-megamenu-list ul li a span.new {
  color: rgb(182, 74, 222);
  background: rgba(182, 74, 222, 0.08);
}

.sticky-white-bg .tp-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgba(13, 181, 14, 0.08);
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}

.tp-header-dropdown nav ul li.p-static {
  position: static;
}

.tp-header-dropdown nav ul li.has-dropdown::after {
  content: '';
  width: 8px;
  height: 12px;

  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  /* inline SVG down-caret (no icon font dependency) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2321212D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 7.5l5 5 5-5'/%3E%3C/svg%3E");
  filter: none;
  transition: transform 0.3s ease-out;
}

.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg);
}

.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}

.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}

.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}

.tp-header-dropdown nav ul li .tp-submenu li:hover>a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a::after {
  content: '\f107';
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}

.tp-header-dropdown nav ul li:hover>.tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.tp-header-dropdown nav ul li:hover>.tp-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.tp-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 45px;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-wrapper {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-wrapper {
    padding-top: 25px;
  }
}

.tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
  color: #111013;
  border-bottom: 1px solid #f3f3f6;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
  background-color: #f3f3f6;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  color: #636368;
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-title {
    padding-left: 23px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}

.tp-megamenu-list {
  height: 100%;
}

.tp-megamenu-list ul {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 50px;
}

.tp-megamenu-list ul::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-list ul::after {
    display: none;
  }
}

.tp-megamenu-list ul li {
  padding: 0px 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li {
    padding: 0px 10px;
  }
}

.tp-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
}

.tp-megamenu-list ul li a span {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 3px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a span {
    font-size: 8px;
    padding: 5px 6px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-list ul li a span {
    display: none;
  }
}

.tp-megamenu-list ul li a span.hot {
  color: #ff535b;
  background-color: rgba(255, 83, 91, 0.08);
}

.tp-megamenu-list ul li a span.new {
  color: #fff669;
  background-color: rgba(255, 246, 105, 0.08);
}

.tp-megamenu-list ul li a span.pop {
  color: #19e41a;
  background-color: rgba(25, 228, 26, 0.08);
}

.tp-megamenu-list ul li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-megamenu-thumb {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-megamenu-thumb {
    display: none;
  }
}

.tp-megamenu-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}

.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li:hover>a {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a::after {
  color: #636368;
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a::after {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 20px;
}

.tp-offcanvas-menu ul {
  list-style: none;
}

.tp-offcanvas-menu ul li {
  position: relative;
}

.tp-offcanvas-menu ul li>a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-primary-3);
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tp-offcanvas-menu ul li .submenu {
  display: none;
}

.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}

.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}

.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}

.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}

.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 24px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #fff;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  z-index: 1111;

  background:
    radial-gradient(ellipse at 12% 55%,
      rgb(255 179 80 / 34%) 0%,
      transparent 62%),
    radial-gradient(ellipse at 88% 25%,
      rgb(1 187 245 / 62%) 0%,
      transparent 58%),
    radial-gradient(ellipse at 55% 95%, rgb(255 208 155) 0%, transparent 50%),
    linear-gradient(145deg, #fef6ee 0%, #f8f9ff 45%, #eef4ff 100%);
}

@media (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}

.tp-offcanvas-wrapper .logo-2 {
  display: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg {}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li>a {
  color: #4e4141;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-primary-3);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}

.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.tp-offcanvas-top {
  margin-bottom: 40px;
}

.tp-offcanvas-close-btn {
  color: black;
}

.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-offcanvas-content {
  margin-bottom: 45px;
}

.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}

.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}

.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-offcanvas-gallery {
  margin-bottom: 65px;
}

.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}

.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}

.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.tp-offcanvas-social ul li {
  list-style: none;
}

.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}

.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}

.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/

.basic-pagination {
  margin-bottom: 40px;
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}

.basic-pagination ul li:hover a {
  border-color: #d0ff71;
  background-color: #d0ff71;
  color: var(--tp-common-black);
}

.basic-pagination ul li>a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #d0ff71;
  background-color: #d0ff71;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}

.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}

@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}

.basic-pagination.product-pagination ul li>a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}

.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #1a1b1e;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}

.tagcloud a:not(:last-child) {
  margin-right: 5px;
}

.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: #d0ff71;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/

.crp-copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--tp-common-cream);
}

.crp-copyright-text p span {
  color: var(--tp-common-primary);
}

/*----------------------------------------*/
/*  6.11 Footer Style 11
/*----------------------------------------*/

.it-footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/

.tp-hero-line {
  position: absolute;
  top: 65px;
  right: 100%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
}

.tp-hero-line::before {
  content: '';
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-14px);
  background-color: var(--tp-common-white);
}

.tp-hero-2-title {
  font-weight: 400 !important;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--ff-league-spartan);
  color: var(--tp-common-cream);
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}

.tp-hero-2-title.about-us {
  /* text-transform: uppercase; */
}

.tp-hero-2-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.27;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.01em;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-grotesk);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .tp-hero-2-avater-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-hero-2-subtitle {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
  }
}

.content__img {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
}

.ai-hero-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
  padding: 9px 16px;
  border-radius: 28px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
}

.ai-hero-slider-2 {
  transform: scale(1, -1);
}

.ai-hero-slider-2 img {
  transform: scale(1, -1);
}

.ar-hero-ptb {
  padding-top: 195px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .ar-hero-ptb {
    padding-top: 160px;
    padding-bottom: 95px;
  }
}

.ar-hero-title {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-hero-title {
    font-size: 105px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-hero-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-hero-title {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .ar-hero-title {
    font-size: 60px;
  }
}

.ar-hero-title i {
  font-style: normal;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title i {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title-box.service-5-heading {
    margin-bottom: 40px;
  }
}

.crp-hero-ptb {
  padding-top: 220px;
  padding-bottom: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-ptb {
    padding-top: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-hero-ptb {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .crp-hero-ptb {
    padding-top: 190px;
    padding-bottom: 70px;
  }
}

.crp-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.crp-hero-avater {
  flex: 0 0 auto;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .crp-hero-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crp-hero-avater {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.crp-hero-funfact-bg {
  width: 340px;
  padding: 20px;
  background-repeat: no-repeat;
}

@media (min-width: 280px) and (max-width: 576px) {
  .crp-hero-funfact-bg {
    width: 100%;
  }
}

.crp-hero-funfact-top-content {
  padding-right: 60px;
  margin-bottom: 45px;
}

.crp-hero-funfact-top-content h4 {
  font-weight: 600;
  font-size: 28px;
  color: #17312f;
  margin-bottom: 7px;
  font-family: var(--ff-league-spartan);
}

.crp-hero-funfact-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(23, 49, 47, 0.8);
}

.crp-hero-funfact-item h4 {
  font-weight: 500;
  font-size: 70px;
  color: #17312f;
  margin-bottom: 8px;
  line-height: 0.7;
  font-family: var(--ff-league-spartan);
}

.crp-hero-funfact-more-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(23, 49, 47, 0.8);
}

.crp-hero-funfact-wrap {
  margin-left: 20px;
  background-color: var(--tp-common-secondary);
  border-radius: 12px;
  margin-top: 40px !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-bottom: 60px;
  }
}

.crp-hero-funfact-wrap .crp-hero-funfact-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(23, 49, 47, 0.1);
}

.crp-hero-funfact-line {
  position: absolute;
  top: 120px;
  right: 100%;
  height: 1px;
  width: 80px;
  display: inline-block;
  background-color: var(--tp-common-primary);
}

.crp-hero-funfact-line::before {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-11px);
  background-color: var(--tp-common-primary);
}

.box {
  display: inline-flex;
}

.box .eye {
  position: relative;
  width: 74px;
  height: 74px;
  display: block;
  background: var(--tp-common-primary);
  margin: 0 5px;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box .eye {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .box .eye {
    width: 54px;
    height: 54px;
  }
}

.box .eye:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #17312f;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .box .eye:before {
    width: 25px;
    height: 25px;
  }
}

/*----------------------------------------*/
/*  7.2 About Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-about-wrap {
  margin-left: 70px;
  margin-right: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-wrap {
    margin-left: 0;
  }
}

.tp-about-text p {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin-right: 60px;
  margin-bottom: 80px;
  letter-spacing: -0.06em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-text p {
    font-size: 36px;

    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-text p {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tp-about-text p {
    font-size: 24px;
    font-weight: 500 !important;

    margin-right: 0 !important;
    letter-spacing: -0.06em;
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }

  .tp-about-text p br {
    display: none;
  }
}

.tp-about-thumb {
  height: 415px;
  width: 315px;
  overflow: hidden;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .tp-about-thumb {
    padding-right: 0;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-thumb {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-thumb {
    width: 100%;
  }
}

.tp-about-thumb img {
  width: 100%;
  /* margin-top: -100px; */
}

.tp-about-funcact-wrap {}

@media (max-width: 767px) {
  .tp-about-funcact-wrap {
    margin-left: 0;
  }
}

.tp-about-funcact-item span {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: -0.04em;
}

.tp-about-funcact-item span i {
  font-style: normal;
}

.tp-about-funcact-item p {
  line-height: 1.33;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-funcact-item p {
    font-size: 16px;
  }

  .tp-about-funcact-item p br {
    display: none;
  }
}

.tp-about-avater-info img {
  margin-bottom: 18px;
}

.tp-about-avater-info p {
  line-height: 1.44;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-avater-info p {
    font-size: 17px;
  }

  .tp-about-avater-info p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-about-avater-info p br {
    display: none;
  }
}

.tp-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-about-shape-1 img {
  animation: rotate2 5s linear infinite;
  filter: invert(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-title-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-area {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-ptb {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-ptb {
    padding-top: 130px;
  }
}

.tp-about-us-2-line {
  padding-bottom: 20px;
}

.tp-about-us-2-line img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-top {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-top {
    display: none;
  }
}

.tp-about-us-2-text p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(33, 33, 45, 0.5);
  font-family: var(--ff-league-spartan);
}

.tp-about-us-2-text p::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 3px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: rgba(33, 33, 45, 0.5);
}

.tp-about-us-2-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(34, 34, 34, 0.08);
}

@media (max-width: 767px) {
  .tp-about-us-2-wrap {
    border: none;
    padding: 0;
  }
}

.tp-about-us-2-wrap::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(34, 34, 34, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-wrap::after {
    content: none;
  }
}

.tp-about-us-2-thumb {
  padding: 70px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb img {
    width: 100%;
  }
}

.tp-about-us-2-thumb-shape .shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    left: -8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    display: none;
  }
}

.tp-about-us-2-thumb-shape .shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    right: -8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    display: none;
  }
}

.tp-about-us-2-right {
  height: 100%;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-right {
    padding-left: 20px;
  }
}

.tp-about-us-2-right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-right-shape {
    display: none;
  }
}

.tp-about-us-2-text-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -0.32px;
  color: rgba(33, 33, 45, 0.7);
  border: 1px solid rgba(33, 33, 45, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-us-2-btn {
    padding-bottom: 50px;
  }
}

.tp-about-us-2-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -0.32px;
  color: rgba(33, 33, 45, 0.7);
  border: 1px solid rgba(33, 33, 45, 0.1);
}

.tp-about-us-2-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-about-us-2-subtitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  color: var(--tp-common-primary);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .tp-about-us-2-subtitle {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.tp-about-us-2-title {
  font-size: 200px;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -6px;
  text-transform: uppercase;
  color: var(--tp-common-primary);
  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-us-2-title {
    font-size: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-us-2-title {
    font-size: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-2-title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-about-us-2-title {
    font-size: 70px;
    letter-spacing: -1px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-us-2-title {
    font-size: 100px;
    letter-spacing: -1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ar-about-thumb {
  margin-left: 130px;
  display: inline-block;
  height: 500px;
  width: 400px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-thumb {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
    margin-bottom: 40px;
  }
}

.ar-about-thumb img {
  margin-top: -60px;
}

.ar-about-shape {
  position: absolute;
  bottom: 0;
  left: -62%;
  z-index: -1;
  max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-shape {
    left: 0;
  }
}

.ar-about-title-sm {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.17;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-title-sm {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-title-sm {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-title-sm {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .ar-about-title-sm {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-title-wrap {
    margin-bottom: 0;
  }
}

.ar-about-content {
  margin-bottom: 40px;
  padding-right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content {
    margin-top: 40px;
  }
}

.ar-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  margin-right: 80px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: rgba(20, 20, 20, 0.6);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-content p {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content p {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-content p {
    font-size: 17px;
  }
}

.ar-about-exp-box {
  margin-left: -30px;
  padding: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-top: 4px solid var(--tp-common-blue);
}

@media (max-width: 767px) {
  .ar-about-exp-box {
    width: 100%;
  }
}

.ar-about-exp-box span {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-blue);
  font-family: var(--ff-league-spartan);
}

.ar-about-exp-box h4 {
  font-size: 160px;
  line-height: 0.69;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-blue);
  font-family: var(--ff-league-spartan);
}

.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-top: 150px;
  }
}

.ar-about-us-4-hero-ptb.pb-70 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb.pb-70 {
    padding-bottom: 40px;
  }
}

.ar-about-us-4-title {
  color: #111013;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -4px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
}

.ar-about-us-4-title-box p {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p {
    padding-top: 20px;
  }
}

.ar-about-us-4-title-box .tp-section-subtitle {
  margin-right: 15px;
}

.ar-about-us-4-title-box .ar-about-us-4-icon {
  margin-right: 75px;
}

.ar-about-us-4-shape {
  position: absolute;
  top: 31%;
  right: 10%;
}

@media (max-width: 767px) {
  .ar-about-us-4-shape {
    display: none;
  }
}

.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title {
  color: #111013;
}

.ar-about-us-4-text-title {
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-text-title {
    font-size: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-text-title {
    font-size: 90px;
    letter-spacing: -5px;
  }
}

.ar-about-funfact-color .crp-hero-funfact-line {
  background-color: var(--tp-common-primary-3);
}

.ar-about-funfact-color .crp-hero-funfact-line::before {
  background-color: var(--tp-common-primary-3);
}

.ar-about-funfact-top-content h4 {
  font-size: 34px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 35px;
  letter-spacing: -0.68px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.ar-about-funfact-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ar-about-funfact-item-icon {
  margin-right: 10px;
}

.ar-about-funfact-item-icon span {
  display: grid;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ar-about-funfact-item-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--tp-common-white);
}

.ar-about-funfact-item-content a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  word-break: break-all !important;
}

.ar-about-funfact-item-bottom p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}

.ar-about-funfact-item-bottom p span {
  font-weight: 600;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .it-about-ptb {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-title-box {
    margin-bottom: 50px;
  }
}

.it-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #61616a;
  margin-bottom: 25px;
  padding-right: 40px;
}

.it-about-thumb-inner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
}

@media (min-width: 280px) and (max-width: 576px) {
  .it-about-thumb-inner {
    height: auto;
  }
}

.it-about-thumb-inner img {
  /* margin-top: -100px;
  margin-left: -100px; */
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-about-thumb-inner img {
    margin-left: 0;
    margin-top: 0;
  }
}

.it-about-info-wrap {
  position: absolute;
  display: grid;
  top: 15%;
  right: -10%;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-info-wrap {
    right: 0;
  }
}

@media (max-width: 767px) {
  .it-about-info-wrap {
    display: none;
  }
}

.it-about-info-item {
  padding: 28px;
  margin: 6px 0;
  padding-right: 22px;
  border-radius: 12px;
  display: inline-block;
  background: #f6f9fe;
  box-shadow: inset 0 20px 40px 0 rgba(255, 255, 255, 0.45);
}

.it-about-info-item i {
  font-weight: 500;
  font-size: 45px;
  line-height: 0.7;
  font-style: normal;
  margin-right: 20px;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
}

.it-about-info-item p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.35;
  color: var(--tp-common-black);
}

.it-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-shape-1 {
    bottom: -7%;
  }
}

.it-about-shape-2 {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .it-about-shape-2 {
    display: none;
  }
}

.tp-about-5-title-box {
  display: inline-block;
}

.tp-about-5-title-box p {
  text-align: left;
  max-width: 245px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  position: absolute;
  bottom: 15px;
  left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-title-box p {
    bottom: 3px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-5-title-box p {
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/*  7.3 Banner Css
/*----------------------------------------*/

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/

.tp-service-thumb {
  height: 300px;
}

.tp-service-thumb img {
  height: 100%;

  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .tp-service-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .tp-service-thumb img {
    width: 100%;
  }
}

.tp-service-item {
  padding: 40px;
  border-top: 1px dashed #cacaca;
  background-color: var(--sections-bg-gradient2);

  /* background-image: var(--sections-bg-gradient); */
}

@media (max-width: 767px) {
  .tp-service-item {
    padding: 40px 15px;
  }
}

.tp-service-item:last-child {
  border-bottom: 1px dashed #cacaca;
}

.tp-service-title-box {
  padding: 0px 220px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-title-box {
    padding: 0 40px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-title-box {
    padding: 0px 40px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .tp-service-title-box {
    padding: 0 15px;
    padding-bottom: 35px;
  }
}

.tp-service-number {
  padding-left: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-number {
    padding: 0;
  }
}

.tp-service-number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-service-category span {
  padding: 9px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(19, 22, 13, 0.1);
  background: #190d62;
}

.tp-service-category span:hover {
  border-color: #f6f6f9;
  background-color: #f6f6f9;
  color: var(--tp-common-black);
}

/* ITAD + Hardware tabs */
.oc-service-tabs__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 15px 28px;
}

/* Make selects visually match inputs on Bootstrap-based forms */
.form-select {
  min-height: 48px;
  background-color: #f6f6f9;
  border-color: rgba(19, 22, 13, 0.12);
  color: var(--tp-common-black);
}

.form-select:focus {
  border-color: rgba(245, 161, 51, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(245, 161, 51, 0.18);
}

.form-select.border-0 {
  border: 0 !important;
}

.form-select.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 33, 45, 0.08) !important;
}

.form-select:disabled,
.form-select[disabled] {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .oc-service-tabs__nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 4px 28px;
  }
}

.oc-service-tabs__tab {
  appearance: none;
  border: 1px solid rgba(19, 22, 13, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: var(--tp-common-black);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  transition: 0.25s ease;
  box-shadow: 0 12px 22px rgba(33, 33, 45, 0.05);
}

@media (max-width: 576px) {
  .oc-service-tabs__tab {
    padding: 10px 16px;
    font-size: 10px !important;
  }
}

.oc-service-tabs__tab:hover {
  transform: translateY(-1px);
  border-color: rgba(19, 22, 13, 0.2);
}

.oc-service-tabs__tab.is-active {
  background: #f5a133;
  color: var(--tp-common-white);
  border-color: transparent;
}

.oc-service-tabs__panel {
  animation: ocTabFade 200ms ease both;
}

@keyframes ocTabFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ocComplianceMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .oc-compliance-marquee__track {
    animation: none;
    transform: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-category br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-service-category {
    margin-bottom: 30px;
  }

  .tp-service-category br {
    display: none;
  }

  .tp-service-category span {
    font-size: 12px;
  }
}

.tp-service-content .tp-section-title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.tp-service-content p {
  margin-bottom: 20px;
  padding-right: 100px;
  color: var(--ff-body);
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content p {
    padding-right: 0;
  }

  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-content p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .tp-service-content p br {
    display: none;
  }
}

.tp-service-content .tp-service-btn {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 40px;
  }
}

.dgm-service-content-left {
  transition: 0.3s;
}

@media (max-width: 767px) {
  .dgm-service-content-left {
    flex-wrap: wrap;
  }
}

.dgm-service-content-left span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  min-width: 100px;
  transition: 0.3s;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
}

@media (max-width: 767px) {
  .dgm-service-content-left span {
    min-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.dgm-service-content-left.black-text span {
  color: #111013;
  transition: none;
}

.dgm-service-content-left.black-text .dgm-service-title-sm {
  color: #111013;
  transition: none;
}

@media (max-width: 767px) {
  .dgm-service-content-right {
    flex-wrap: wrap;
  }
}

.dgm-service-content-right p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 0;
  max-width: 420px;
  letter-spacing: -0.01em;
  color: var(--tp-text-body);
}

@media (max-width: 767px) {
  .dgm-service-content-right p {
    margin-bottom: 30px;
  }

  .dgm-service-content-right p br {
    display: none;
  }
}

.dgm-service-content-right.black-text p {
  color: rgba(17, 16, 19, 0.7);
}

.dgm-service-content-right.black-text .dgm-service-link {
  color: #111013;
  border-color: rgba(17, 16, 19, 0.2);
}

.dgm-service-link {
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 280px) and (max-width: 767px) {
  .dgm-service-link {
    display: none;
  }
}

.dgm-service-link span {
  width: 20px;
  height: 20px;
  left: 2px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.dgm-service-link span svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.dgm-service-link span svg:last-child {
  left: -12px;
  bottom: -12px;
  opacity: 0;
  transform: translate(0, 0);
}

.dgm-service-link:hover span svg:first-child {
  transform: translate(20px, -20px);
}

.dgm-service-link:hover span svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.dgm-service-title-sm {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-service-title-sm br {
    display: none;
  }
}

@media (max-width: 767px) {
  .dgm-service-title-sm {
    margin-bottom: 15px;
  }

  .dgm-service-title-sm br {
    display: none;
  }
}

.dgm-service-item {
  padding: 38px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-service-item {
    padding: 38px 30px;
  }
}

@media (max-width: 767px) {
  .dgm-service-item {
    padding: 38px 15px;
  }
}

.dgm-service-item:hover .dgm-service-bg img {
  transform: scale(1.3);
  opacity: 1;
  visibility: visible;
}

.dgm-service-item:hover .dgm-service-content-left {
  transform: translateX(30px);
}

@media (max-width: 767px) {
  .dgm-service-item:hover .dgm-service-content-left {
    transform: translateX(0px);
  }
}

.dgm-service-item:hover .dgm-service-link {
  transform: translateX(-30px);
  color: var(--tp-common-white);
  background-color: #0e6ffc;
}

@media (max-width: 767px) {
  .dgm-service-item:hover .dgm-service-link {
    transform: translateX(0px);
  }
}

.dgm-service-wrap .row [class*='col-'] .dgm-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item {
  border-color: rgba(17, 16, 19, 0.1);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text span {
  color: var(--tp-common-white);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text .dgm-service-title-sm {
  color: var(--tp-common-white);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right p {
  color: var(--tp-common-blue);
}

.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right a {
  border-color: var(--tp-common-primary);
}

.dgm-service-radius {
  margin-bottom: -1px;
  /* border-radius: 20px 20px 0 0; */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dgm-service-radius {
    padding-top: 100px;
  }
}

.cr-service-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 767px) {
  .cr-service-ptb {
    padding-bottom: 80px;
  }
}

.cr-service-item {
  padding: 40px 0;
  padding-left: 30px;
  position: relative;
  border-left: 1px dashed rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .cr-service-item {
    padding: 30px 0;
    padding-left: 30px;
  }
}

.cr-service-item::before {
  position: absolute;
  top: 45%;
  left: -1px;
  content: '';
  width: 1px;
  height: 30px;
  display: inline-block;

  background-color: #01bbf5;
}

.cr-service-item-icon {
  margin-bottom: 30px;
}

.cr-service-item-icon span {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 12px;
  place-content: center;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cr-service-item-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-service-item-content p br {
    display: none;
  }
}

.cr-service-item-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-ptb {
    padding-bottom: 100px;
  }
}

.pp-service-shape {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-shape {
    display: none;
  }
}

.pp-service-shape.service-details-shape {
  top: auto;
  bottom: 10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-shape.service-details-shape {
    display: none;
  }
}

.pp-service-heading {
  margin-bottom: 50px;
}

.pp-service-heading span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--tp-common-white);
}

.pp-service-wrapper .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background: var(--tp-common-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-area .ar-about-us-4-hero-ptb {
    padding-top: 160px;
  }
}

.tp-service-4-bg-shape {
  position: absolute;
  top: -450px;
  left: 0;
}

.tp-service-4-border {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.tp-service-4-title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-title {
    font-size: 43px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-title br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-text {
    padding-top: 0;
  }
}

.tp-service-4-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #525252;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-text p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-text p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-text p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-solution-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-subtitle {
    padding-bottom: 10px;
  }
}

.tp-service-4-solution-subtitle p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 6px 16px 6px 27px;
  color: var(--tp-common-black);
}

.tp-service-4-solution-subtitle p::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-solution-heading {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-heading {
    padding-bottom: 40px;
  }
}

.tp-service-4-solution-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
  letter-spacing: -1px;
  font-family: var(--tp-ff-grotesk);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-solution-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-title br {
    display: none;
  }
}

.tp-service-4-solution-item {
  padding: 40px 35px 35px;
  border: 1px solid rgba(3, 3, 3, 0.1);
}

.tp-service-4-solution-item:hover .tp-service-4-solution-item-icon span {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.tp-service-4-solution-item-icon {
  padding-bottom: 165px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-item-icon {
    padding-bottom: 100px;
  }
}

.tp-service-4-solution-item-icon span {
  display: inline-block;
  transition: all 0.4s ease;
}

.tp-service-4-solution-item-title {
  font-size: 34px;
  font-weight: 500;
  color: #030303;
  margin-bottom: 16px;
  letter-spacing: -0.34px;
  font-family: var(--tp-ff-grotesk);
}

@media (max-width: 767px) {
  .tp-service-4-solution-item-title {
    font-size: 30px;
  }
}

.tp-service-4-solution-item-content {
  margin-bottom: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
}

.tp-service-4-solution-item-content p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-solution-item-content p br {
    display: none;
  }
}

.tp-service-4-solution-item-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #030303;
  text-transform: uppercase;
}

.tp-service-4-solution-item-btn a span {
  margin-left: 4px;
  display: inline-block;
}

.tp-service-4-solution-item.service-details {
  border-color: rgba(255, 255, 255, 0.384);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
  padding-bottom: 28px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
    padding-bottom: 32px;
  }
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;

  color: #06021d;
  font-family: var(--ff-league-spartan);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
    margin-bottom: 26px;
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
    font-size: 32px;
  }
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0px 82%;
  background-image:
    linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a:hover {
  background-size:
    0% 1px,
    100% 1px;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content p {
  color: var(--tp-common-gray);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 6px;
  color: var(--tp-common-gray);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
    font-size: 14px;
  }
}

.tp-service-4-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #999;
}

.tp-service-4-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tp-common-primary);
  background-color: var(--tp-common-primary);
}

.tp-service-4-padding-area {
  margin: 0 20px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .tp-service-4-padding-area {
    margin: 0;
  }
}

.tp-service-4-padding-area .dgm-footer-bg {
  overflow: hidden;
  border-radius: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-ptb {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-ptb {
    padding-top: 100px;
  }
}

.tp-service-4-process-list {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .tp-service-4-process-list {
    padding-bottom: 30px;
  }
}

.tp-service-4-process-list span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  display: grid;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(17, 16, 19, 0.08);
}

.tp-service-4-process-list:not(:last-child) span::before {
  position: absolute;
  content: '';
  height: 50px;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 10px);
  background-color: rgba(17, 16, 19, 0.08);
}

@media (max-width: 767px) {
  .tp-service-4-process-list:not(:last-child) span::before {
    content: none;
  }
}

.tp-service-4-process-list p {
  font-size: 26px;
  font-weight: 500;
  color: #111013;
  line-height: 1.2;
  letter-spacing: -0.26px;
}

@media (max-width: 767px) {
  .tp-service-4-process-list p {
    font-size: 20px;
  }
}

.tp-service-4-process-wrap {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrap {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper {
    padding-left: 0;
  }
}

.tp-service-4-process-wrapper p {
  font-size: 16px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-service-4-process-wrapper p {
    padding-left: 0;
  }
}

.tp-service-4-process-video {
  position: absolute;
  left: -20px;
  top: 20%;
}

@media (max-width: 767px) {
  .tp-service-4-process-video {
    position: static;
  }
}

.tp-service-4-process-video.service-5-pos {
  top: auto;
  left: auto;
  right: 30%;
  bottom: 0px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-video.service-5-pos {
    position: static;
    margin-bottom: 30px;
  }
}

.tp-service-5-text {
  margin-bottom: 35px;
}

.tp-service-5-text p {
  font-size: 20px;
  color: #535156;
  line-height: 28px;
}

@media (max-width: 767px) {
  .tp-service-5-text p br {
    display: none;
  }
}

.tp-service-5-list ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .tp-service-5-list ul li {
    width: 100%;
  }
}

.pp-service-details-ptb {
  padding-top: 215px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-ptb {
    padding-top: 170px;
  }
}

.pp-service-details-about-wrap {
  padding-left: 485px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-wrap {
    padding-left: 0;
  }
}

.pp-service-details-about-item {
  display: flex;
  align-items: center;
  border-radius: 170px;
  padding: 38px 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-service-details-about-item {
    padding: 38px 30px 30px;
  }
}

.pp-service-details-about-item span {
  width: 105px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
  color: var(--tp-common-white);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .pp-service-details-about-item span {
    width: 145px;
  }
}

.pp-service-details-about-item span i {
  margin-right: -5px;
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-service-details-about-item span {
    font-size: 52px;
  }
}

.pp-service-details-about-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-service-details-about-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-about-item p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-service-details-heading {
    padding-bottom: 0px;
    margin-bottom: 45px;
  }
}

/*----------------------------------------*/
/*  7.6 Project Css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-area {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-area {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tp-project-area {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.tp-project-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 13px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .tp-project-title {
    font-size: 25px;
  }
}

.tp-project-category span {
  padding: 7px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgba(19, 22, 13, 0.1);
}

.tp-project-category span:hover {
  border-color: #f6f6f9;
  background-color: #f6f6f9;
  color: var(--tp-common-black);
}

.tp-project-subtitle-wrap .tp-section-subtitle {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-title-box .tp-section-title-dirtyline {
    font-size: 110px;
  }
}

.tp_text_invert>div {
  background-image: linear-gradient(to right, #190d62 50%, #e4e4e4 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.tp_text_invert_2>div {
  background-image: linear-gradient(to right, #e0eeee 50%, #383c3e 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tp_text_invert_3>div {
  background-image: linear-gradient(to right, #f9f4e8 50%, #383c3e 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tp-text-right-scroll {
  display: inline-block;
}

.tp-text-left-scroll {
  display: inline-block;
}

.tp-reveal-line {
  overflow: hidden;
}

.tp--hover-item {
  position: relative;
}

.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*----------------------------------------*/
/*  7.8 Work Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/

#paginations {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-border-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18.8%;
  z-index: -1;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-border-line {
    width: 12.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-border-line {
    width: 7.2%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-border-line {
    width: 3.8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-border-line {
    width: 3%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-border-line {
    display: none;
  }
}

.tp-border-line::after {
  position: absolute;
  top: 300px;
  right: -1px;
  width: 1px;
  opacity: 0.5;
  height: 100px;
  content: '';
  animation: scroll1 15s ease-out infinite;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.tp-border-line.line-2 {
  width: 81.2%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-border-line.line-2 {
    width: 87.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-border-line.line-2 {
    width: 93%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-border-line.line-2 {
    width: 96.2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-border-line.line-2 {
    width: 97%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-border-line.line-2 {
    display: none;
  }
}

.tp-border-line.line-2::after {
  animation: scroll2 20s ease-out infinite;
}

/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/

.it-step-bg {
  /* margin-top: -5px; */
}

.it-step-title-box p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.56;
  color: rgba(254, 255, 249, 0.7);
}

@media (max-width: 767px) {
  .it-step-title-box p br {
    display: none;
  }
}

.it-step-thumb {
  margin-left: -115px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-step-thumb {
    margin-left: 0;
  }
}

.it-step-thumb img {
  border-radius: 30px;
  max-width: inherit;
}

@media (max-width: 767px) {
  .it-step-thumb img {
    width: 100%;
  }
}

.it-step-thumb-shape-1 {
  position: absolute;
  top: 27%;
  right: -8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-step-thumb-shape-1 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .it-step-thumb-shape-1 {
    display: none;
  }
}

.it-step-thumb-shape-2 {
  position: absolute;
  bottom: 4%;
  left: -18%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-step-thumb-shape-2 {
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .it-step-thumb-shape-2 {
    left: 6%;
  }
}

@media (max-width: 767px) {
  .it-step-thumb-shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-step-thumb-shape-2 {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-step-thumb-wrap {
    margin-bottom: 80px;
  }
}

.it-step-thumb-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.it-step-shape-1 {
  position: absolute;
  left: 0%;
  top: 13%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-step-shape-1 {
    left: -8%;
  }
}

.it-step-shape-2 {
  position: absolute;
  right: 0;
  bottom: -47%;
  z-index: 1;
}

/*----------------------------------------*/
/*  8.7 Faq Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.8 Success Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.0 Feature Css
/*----------------------------------------*/
.app-feature-border-style .row [class*='col-']:first-child .app-feature-item {
  border-radius: 24px 0 0 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .app-feature-border-style .row [class*='col-']:first-child .app-feature-item {
    border-radius: 0;
  }
}

.app-feature-border-style .row [class*='col-']:last-child .app-feature-item {
  border-radius: 0px 24px 24px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .app-feature-border-style .row [class*='col-']:last-child .app-feature-item {
    border-radius: 0;
  }
}

.app-feature-heading p {
  color: #61616a;
}

.app-feature-item {
  padding: 50px 40px 30px;
  background-color: #fbfbff;
}

@media (max-width: 767px) {
  .app-feature-item {
    padding: 50px 30px 30px;
  }
}

.app-feature-item-icon {
  margin-bottom: 30px;
}

.app-feature-item-icon i {
  font-size: 40px;
  color: #097efe !important;
}

.app-feature-item-content p {
  font-size: 15px;
  color: #61616a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .app-feature-item-content p br {
    display: none;
  }
}

.app-feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--ff-league-spartan);
  color: var(--tp-common-black);
}

.app-feature-bottom p {
  margin: 0;
  font-size: 16px;
  color: #61616a;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .app-feature-bottom p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app-feature-bottom p {
    font-size: 14px;
  }
}

.app-feature-bottom p span {
  font-weight: 600;
  padding: 4px 17px;
  margin-right: 10px;
  border-radius: 30px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(33, 33, 45, 0.1);
}

.app-feature-bottom p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-ptb {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-feature-2-ptb {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.app-feature-2-bg {
  position: absolute;
  top: 0%;
  left: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-feature-2-bg {
    left: 17%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg {
    left: 18%;
    top: 11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-feature-2-bg {
    display: none;
  }
}

.app-feature-2-bg .shape-1 {
  position: absolute;
  top: 37%;
  left: 23%;
}

.app-feature-2-bg .shape-2 {
  position: absolute;
  top: 46%;
  left: 31%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-2 {
    left: 40%;
    top: 47%;
  }
}

.app-feature-2-bg .shape-3 {
  position: absolute;
  top: 56%;
  right: 13%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-3 {
    right: 0;
    top: 60%;
  }
}

.app-feature-2-thumb {
  padding-top: 75px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-thumb {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .app-feature-2-thumb {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-thumb img {
    transform: scale(0.7);
  }
}

.app-feature-2-content {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .app-feature-2-content {
    padding-left: 0;
  }
}

.app-feature-2-content .tp-section-subtitle.border-bg {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
  padding: 11px 26px;
  margin-bottom: 25px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 20px 40px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(10px);
}

.app-feature-2-content-icon {
  margin-left: 25px;
}

.app-feature-2-content-icon span {
  display: inline-block;
  margin-right: 15px;
  transform: translateY(5px);
}

.app-feature-2-content-icon p {
  color: #61616a;
  font-size: 15px;
  margin: 0;
}

.app-feature-2-brd {
  height: 30px;
  width: 2px;
  margin-left: 35px;
  margin-bottom: 18px;
  background: rgba(34, 34, 46, 0.08);
}

/*----------------------------------------*/

/*----------------------------------------*/
/*  9.2 Stack Css
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-ptb {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .pp-skill-ptb {
    padding-bottom: 100px;
  }
}

.pp-skill-big-text {
  padding-bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-big-text {
    padding-bottom: 30px;
  }
}

.pp-skill-big-text-title {
  font-size: 380px;
  font-weight: 600;
  line-height: 0.7;
  margin: 0;
  color: #0e0f11;
  letter-spacing: -12px;
  font-family: var(--ff-league-spartan);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-skill-big-text-title {
    font-size: 330px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pp-skill-big-text-title {
    font-size: 300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-skill-big-text-title {
    font-size: 265px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-skill-big-text-title {
    font-size: 200px;
    letter-spacing: -5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-big-text-title {
    font-size: 165px;
    letter-spacing: -5px;
  }
}

@media (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 75px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pp-skill-big-text-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-heading {
    margin-bottom: 30px;
  }
}

.pp-skill-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: -0.36px;
  display: inline-block;
  color: var(--tp-common-black);
}

.pp-skill-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .pp-skill-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .pp-skill-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .pp-skill-list {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-list-wrapper {
    padding-bottom: 0;
  }
}

.pp-skill-list-wrap {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-list-wrap {
    padding-left: 0;
  }
}

.pp-skill-list-wrap .row [class*='col-']:nth-child(even) {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-skill-list-wrap .row [class*='col-']:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pp-skill-list-wrap .row [class*='col-']:nth-child(even) {
    padding-left: 15px;
  }
}

.pp-skill-list-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.46px;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
}

@media (max-width: 767px) {
  .pp-skill-list-title {
    font-size: 40px;
  }
}

.pp-skill-list ul {
  padding-left: 15px;
  display: inline-block;
}

.pp-skill-list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
}

.pp-skill-tools .row [class*='col-'] {
  display: grid;
  justify-content: center;
}

.pp-skill-tools-item {
  display: grid;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-tools-item {
    height: 285px;
    width: 285px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pp-skill-tools-item {
    margin-bottom: 30px;
  }
}

.pp-skill-tools-item-icon {
  margin-bottom: 15px;
}

.pp-skill-tools-item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
  color: var(--tp-common-black);
}

.pp-skill-tools-item-persent {
  font-size: 34px;
  font-weight: 500;
  border-radius: 14px;
  padding: 8px 48px 6px;
  display: inline-block;
  letter-spacing: 0.34px;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
  background: rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  9.3 Benefits Css
/*----------------------------------------*/

.it-benifit-bg {
  padding: 24px 0;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .it-benifit-bg {
    padding: 30px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .it-benifit-bg {
    padding: 12px;
  }
}

.it-benifit-shape {
  position: absolute;
  top: 50px;
  right: 20px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .it-benifit-shape {
    display: none;
  }
}

.it-benifit-icon {
  height: 46px;
  width: 46px;
  line-height: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.it-benifit-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(45deg);
  background-color: var(--tp-common-primary);
}

.it-benifit-icon svg {
  margin-left: 2px;
}

.it-benifit-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black);
  font-family: var(--ff-league-spartan);
  position: relative;
}

.it-benifit-title::before {
  position: absolute;
  top: -6px;
  left: -25px;
  content: '';
  height: 36px;
  width: 1px;
  display: inline-block;
  background-color: var(--tp-common-black);
}

.it-benifit-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

.it-benifit-item {
  padding: 20px 0;
  padding-left: 24px;
  border-left: 1px solid rgba(33, 33, 45, 0.1);
}

.it-benifit-item:last-child {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .it-benifit-item {
    margin-bottom: 30px;
  }
}

.tp-gsap-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-common-black);
  z-index: -1;
}

/*----------------------------------------*/
/*  9.4 Cta Css
/*----------------------------------------*/

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.oc-cta-band {
  overflow: hidden;
  border-radius: 22px;
  margin: 0 15px 40px;
  background-color: #0b1220;
  background-image: url('../images/compliance.jpg');
  background-position: center;
  background-size: cover;
  padding: 100px 100px !important;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 767px) {
  .oc-cta-band {
    padding: 100px 36px !important;
  }
}

@media (min-width: 280px) and (max-width: 576px) {
  .oc-cta-band {
    padding: 100px 8px !important;
    margin: 0 0px 40px;
  }
}

.oc-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg,
      rgba(8, 11, 18, 0.86) 0%,
      rgba(8, 11, 18, 0.62) 55%,
      rgba(8, 11, 18, 0.82) 100%); */
  z-index: 0;
  pointer-events: none;
  z-index: -1;

  background: #05729461;
}

.oc-cta-grid {
  /* display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); */
  gap: 14px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .oc-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 280px) and (max-width: 576px) {

  .oc-cta-grid .tp-btn-black-radius,
  .tp-btn-outline {
    width: 100%;
    margin-bottom: 12px;
  }
}

.oc-cta-btn {
  width: 100%;
  justify-content: center;
}

.oc-cta-mini__link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.oc-cta-mini__link:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .cr-cta-ptb {
    padding-top: 100px;
  }
}

.cr-cta-bg {
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}

.cr-cta-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.5);
}

.type__item {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}

.type__item--current {
  opacity: 1;
}

.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.slider--bg {
  z-index: 1;
}

.slider--fg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  aspect-ratio: 0.75;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav {
  position: fixed;
  width: 100%;
  line-height: 1;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.slider-nav__item .icon-1,
.slider-nav__item .icon-2 {
  transition: 0.3s;
  transform: translateY(-1px);
}

.slider-nav__item:hover .icon-1 {
  transform: translateX(-5px);
}

.slider-nav__item:hover .icon-2 {
  transform: translateX(5px);
}

.slider-nav__item--prev {
  grid-area: prev;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--prev {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .slider-nav__item--prev {
    margin-left: 30px;
  }
}

.slider-nav__item--next {
  grid-area: next;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav__item--next {
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .slider-nav__item--next {
    margin-right: 30px;
  }
}

.slider-nav-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}

.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  text-transform: capitalize;
}

.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}

.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ============ showcase Slider ================= */
.slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}

.slide--current {
  pointer-events: auto;
  opacity: 1;
}

.slide--current .skew-slider-content {
  opacity: 1;
  visibility: visible;
}

.slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}

.tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}

.tp-contact-form-input input,
.tp-contact-form-input textarea {
  border-radius: 8px;
  background: #f8f8fb;
  border-color: #f8f8fb;
}

.tp-contact-form-input input:focus,
.tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-primary-3);
}

.tp-contact-form-input textarea {
  resize: none;
  height: 160px;
}

.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 20px 54px;
  letter-spacing: -0.18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-secondary);
}

@media (max-width: 576px) {
  .tp-contact-form-btn button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    padding: 14px 18px;
    letter-spacing: -0.18px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-secondary);
  }
}

.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  10.0 Shop Css
/*----------------------------------------*/

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 999999999;
}

.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99999999999;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background-color: #fff !important;
  border: 1px solid rgba(25, 25, 26, 0.2);
  opacity: 1;
  transition: 0.3s;
}

.btn-close:hover {
  border-color: var(--tp-common-black) !important;
  transform: rotate(180deg);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  10.6 Error Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  10.7 Dark Css Start
/*----------------------------------------*/

.it-faq-accordion .faq-active {
  position: relative;
}

.it-faq-accordion .faq-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  transition: 0.5s;
  background: #47a5bf;

  border-radius: 20px;
}

.it-faq-accordion .accordion-items.faq-active::before {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
}

/*----------------------------------------*/
/*  10.8 Light Css Start
/*----------------------------------------*/

.agntix-light .tp-section-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-title-mango {
  color: var(--tp-common-black);
}

.agntix-light .tp_text_invert_2>div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}

.agntix-light .design-project-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .design-project-title {
  color: var(--tp-common-black);
}

.agntix-light .design-project-content span {
  color: var(--tp-common-black);
}

.agntix-light .design-service-left span {
  color: var(--tp-text-body);
}

.agntix-light .design-service-left span::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .design-service-accordion .accordion-buttons span {
  color: var(--tp-text-body);
}

.agntix-light .design-service-accordion .accordion-body p {
  color: var(--tp-text-body);
}

.agntix-light .design-service-accordion .accordion-buttons i {
  color: var(--tp-common-black);
}

.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: var(--tp-common-black);
}

.agntix-light .design-service-category a {
  color: var(--tp-common-black);
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .design-service-category a:hover {
  color: var(--tp-common-white);
}

.agntix-light .design-footer-widget-title {
  color: var(--tp-common-black);
}

.agntix-light .design-footer-widget-input input {
  color: var(--tp-common-black);
  border-color: rgba(20, 20, 20, 0.1);
}

.agntix-light .design-footer-widget-input input::placeholder {
  color: var(--tp-common-black);
}

.agntix-light .design-footer-widget-input input:focus {
  border-color: var(--tp-common-black);
}

.agntix-light .design-footer-widget-input-icon {
  background-color: var(--tp-common-black);
}

.agntix-light .design-footer-widget-info a {
  color: var(--tp-common-black);
}

.agntix-light .design-footer-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.agntix-light .design-footer-top-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.agntix-light .design-copyright-text p {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .design-copyright-backtoTop a {
  color: var(--tp-common-black);
}

.agntix-light .design-copyright-backtoTop a span {
  color: var(--tp-common-black);
}

.agntix-light .design-copyright-big-text img {
  filter: invert(1);
}

.agntix-light .tp-section-subtitle-clash {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-title.fs-54 {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li p {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li>span>span svg {
  color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li>span>span i {
  background: rgba(0, 0, 0, 0.08);
}

.agntix-light .ai-text-slider span {
  color: rgba(0, 0, 0, 0.02);
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.197);
  text-shadow: inset 0 -6px 12px 0 rgba(0, 0, 0, 0.14);
}

.agntix-light .ai-text-slider img {
  filter: invert(1);
}

.agntix-light .ai-service-top-text p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .ai-service-item {
  background-color: white;
}

.agntix-light .ai-service-title-sm {
  color: var(--tp-common-black);
}

.agntix-light .ai-service-content p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .ai-service-link a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .ai-service-item::after {
  filter: invert(1);
  background: -webkit-linear-gradient(90deg,
      #08041d 0%,
      rgba(255, 255, 255, 0.1) 100%);
}

.agntix-light .ai-service-link a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .tp-section-subtitle-teko {
  color: #2a4c3a;
}

.agntix-light .tp-section-subtitle-teko i {
  color: #2a4c3a;
}

.agntix-light .crp-about-text p {
  color: rgba(0, 0, 0, 0.8);
}

.agntix-light .tp-btn-yellow-border {
  color: #2a4c3a;
  border: 1px solid #2a4c3a;
}

.agntix-light .crp-project-item {
  background-color: var(--tp-common-white);
  border: 1px solid rgba(42, 76, 58, 0.1);
}

.agntix-light .crp-process-title-sm {
  color: #2a4c3a;
}

.agntix-light .crp-process-content p {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .cr-multi-border {
  border-color: rgba(0, 0, 0, 0.06);
}

.agntix-light .cr-multi-border::after,
.agntix-light .cr-multi-border::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.agntix-light .tp-section-subtitle-gradient.ct {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-section-title-onest {
  color: var(--tp-common-black);
}

.agntix-light .cr-service-item {
  border-left: 1px dashed rgba(0, 0, 0, 0.08);
}

.agntix-light .cr-service-item-icon span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .cr-service-item-icon span svg {
  filter: invert(1);
}

.agntix-light .cr-service-item-title {
  color: var(--tp-common-black);
}

.agntix-light .cr-service-item-content p {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .cr-hero-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}

.agntix-light .cr-service-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.agntix-light .cr-cta-text {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .cr-cta-bg {
  filter: invert(1);
}

.agntix-light .cr-footer-border-wrap {
  border-color: rgba(0, 0, 0, 0.06);
}

.agntix-light .cr-cta-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}

.agntix-light .cr-cta-btn .tp-btn-white-border:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.agntix-light .tp-text-slider-5-style .tp-text-slider-4-item span {
  color: var(--tp-common-black);
}

.agntix-light .tp-text-slider-4-item img {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

.agntix-light .tp-about-5-subtitle {
  color: var(--tp-common-black);
}

.agntix-light .tp-section-title-5.fs-140 {
  color: var(--tp-common-black);
}

.agntix-light .tp-about-5-title-box p {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-item-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-project-heading .tp-section-title-teko {
  color: var(--tp-common-black);
}

.agntix-light .pp-project-item-title {
  color: var(--tp-common-black);
}

.agntix-light .pp-project-item-title:hover a {
  color: var(--tp-common-black);
}

.agntix-light .pp-project-item-meta {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .ai-project-title-box span {
  filter: invert(1);
}

.agntix-light .crp-hero-subtitle .tp-section-subtitle-teko {
  color: var(--tp-common-cream);
}

.agntix-light .tp-work-item.about-us-3-bg {
  border: 4px solid #fff;
  background-color: #edf2ef;
}

.agntix-light .basic-pagination ul li .current {
  border-color: #ff5722;
  background-color: #ff5722;
  color: var(--tp-common-white);
}

.agntix-light .basic-pagination ul li:hover a {
  border-color: #ff5722;
  background-color: #ff5722;
  color: var(--tp-common-white);
}

.agntix-light .tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-primary-3);
}

.agntix-light .pp-project-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 75%;
  background-image:
    linear-gradient(currentcolor, currentcolor),
    linear-gradient(currentcolor, currentcolor);
}

.agntix-light .pp-project-item-title a:hover {
  color: var(--tp-common-black);
  background-size:
    0% 1px,
    100% 1px;
}

.agntix-light .crp-service-shape-wrap {
  opacity: 0.6;
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow:
      0 0 0 0 rgba(0, 0, 0, 0.1),
      0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  40% {
    box-shadow:
      0 0 0 50px rgba(0, 0, 74, 0),
      0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  80% {
    box-shadow:
      0 0 0 50px rgba(0, 0, 74, 0),
      0 0 0 30px rgba(0, 0, 74, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(0, 0, 74, 0),
      0 0 0 30px rgba(0, 0, 74, 0);
  }
}

.agntix-light .tp-slider-elegant-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.agntix-light .tp-btn-white-border {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}

.agntix-light .tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .tp-section-title-teko.fs-80 span {
  color: rgba(0, 0, 0, 0.3);
}

.agntix-light .tp-section-title-teko.fs-80 {
  color: var(--tp-common-black);
}

.agntix-light .pp-about-bottom-btn a span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-about-bottom-btn a span {
  color: var(--tp-common-black);
}

.agntix-light .des-about-text p {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-text span {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .inner-service-1-text p {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-left>span {
  color: var(--tp-common-black);
}

.agntix-light .inner-service-1-thumb-text span {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .ar-about-us-4-text-title {
  color: rgba(0, 0, 0, 0.1);
}

.agntix-light .pp-service-details-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-service-4-solution-item.service-details {
  border-color: rgba(0, 0, 0, 0.1);
}

.agntix-light .basic-pagination ul li>a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}

.agntix-light .tagcloud a {
  color: rgba(0, 0, 0, 0.6);
  background: #f6f6f9;
}

.agntix-light .pp-service-details-about-item span {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-about-item p {
  color: var(--tp-common-black);
}

.agntix-light .pp-service-details-about-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-btn-animation span {
  color: var(--tp-common-black);
}

.agntix-light .tp-btn-animation {
  background: rgb(246, 246, 249);
}

.agntix-light .tp-pd-1-about-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-text {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-list ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-list ul li::before {
  background-color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-np-content span {
  color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-pd-1-np-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-np-content p {
  color: rgba(0, 0, 0, 0.2);
}

.agntix-light .tp-pd-3-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-3-subtitle {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-pd-3-overview-text p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-pd-3-overview-info span {
  color: rgba(0, 0, 0, 0.5);
}

.agntix-light .tp-pd-3-overview-info h4 {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-3-navigation-title {
  color: var(--tp-common-black);
}

.agntix-light .des-footer-title {
  color: var(--tp-common-white);
}

.agntix-light .des-footer-top span {
  color: var(--tp-common-white);
}

.agntix-light .tp-pd-2-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-pd-2-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-bottom-item span {
  color: rgba(0, 0, 0, 0.7);
}

.agntix-light .tp-pd-2-bottom-item h6 {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-overview-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-overview-wrap p {
  color: rgba(0, 0, 0, 0.6);
}

.agntix-light .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.agntix-light .tp-pd-2-overview-wrap ul li {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
}

.agntix-light .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
}

.agntix-light .tp-pd-2-np-content a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agntix-light .tp-pd-2-np-content a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-title {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-about-sub {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-1-about-text.color-cng {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-color-content span {
  color: var(--tp-common-black);
}

.agntix-light .tp-pd-4-color-content p {
  color: var(--tp-common-black);
}

.agntix-light .project-details-video-overlay::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
}

.agntix-light .ai-about-list ul li:hover span span i {
  background-color: var(--tp-common-black);
}

.agntix-light .ai-about-list ul li:hover span span svg {
  color: var(--tp-common-white);
}

/*# sourceMappingURL=main.css.map */

.object-fit-cover {
  object-fit: cover !important;
}

/* sections bg */

/* #f6faff */

/* --- Industry Card Styles --- */

.industry-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 10px 40px rgba(9, 126, 254, 0.05);
  /* Soft Ocean Blue Shadow */
  border: 1px solid rgba(220, 230, 245, 0.5);
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 50px rgba(9, 126, 254, 0.1);
}

.industry-content {
  padding: 20px 30px 20px 10px;
}

/* Badge & Number Styling */
.industry-badge-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.industry-number {
  font-size: 30px;
  font-weight: 500;
  color: #e0e7f3;
  /* Very light grey/blue */
  margin-right: 15px;
  line-height: 1;
}

.industry-badge {
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .industry-badge {
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 10px;
  }
}

/* Ocean Blue Badge */
.blue-badge {
  background-color: rgba(9, 126, 254, 0.1);
  color: #097efe;
}

/* Ocean Green Badge */
.green-badge {
  background-color: rgba(78, 175, 197, 0.1);
  color: #4eafc5;
}

/* Titles & Text */
.industry-title a {
  font-size: 32px;
  font-weight: 500;
  color: #0a2540;
  text-decoration: none;
  transition: color 0.3s;
}

.industry-title a:hover {
  color: #097efe;
}

.industry-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #556070;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* Image Styling */
.industry-thumb {
  border-radius: 15px;
  overflow: hidden;
  height: 320px;
  /* Fixed height for consistency */
  width: 100%;
}

.industry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills the box without stretching */
  transition: transform 0.5s ease;
}

.industry-card:hover .industry-thumb img {
  transform: scale(1.05);
  /* Slight zoom on hover */
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .industry-card {
    padding: 20px;
  }

  .industry-thumb {
    height: 250px;
    margin-bottom: 20px;
  }

  .industry-content {
    padding: 0;
  }

  .industry-title a {
    font-size: 24px;
  }
}

.stats-section {
  position: relative;
  width: 100%;
  /* background-image: url('../../assets/images/home-stats-bg.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Mobile background */
/* @media (max-width: 576px) {
  .stats-section {
    background-image: url('../../assets/images/home-stats-mobile-bg.png');
  }
} */

.stats-section .stat-card {
  border-radius: 20px;
  padding: 3rem 1rem;
  transition: transform 0.3s ease;
  backdrop-filter: blur(40px);

  border: 2px solid rgba(255, 255, 255, 0.2);
  background-clip: padding-box;
  height: 100%;
  background-color: rgb(10 10 48) !important;
}

.stats-section .stat-card:hover {
  transform: translateY(-5px);
}

/* --- Ocean Split Services Layout --- */

/* Sticky Left Content */
.sticky-content {
  position: sticky;
  top: 120px;
  /* Adjust based on your header height */
  padding-right: 30px;
}

/* Right Grid Layout */
.services-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 Columns */
  gap: 30px;
}

/* Icon */
.card-icon {
  margin-bottom: 25px;
}

.card-icon img {
  width: 50px;
  height: 50px;
}

/* Typography */
.card-title {
  font-size: 24px;
  font-weight: 500;
  color: #0a2540;
  margin-bottom: 15px;
}

.card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #556070;
  margin-bottom: 30px;
  flex-grow: 1;
}

/* Read More Link */
.card-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0a2540;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s;
}

.card-link i {
  transform: rotate(-45deg);
  /* Angled arrow like reference */
  transition: transform 0.3s;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .services-right-grid {
    grid-template-columns: 1fr;
    /* 1 Column on mobile */
  }

  .sticky-content {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}

/* Category Colors */
.cat-blue {
  background-color: rgba(9, 126, 254, 0.1);
  color: #097efe;
}

.cat-green {
  background-color: rgba(78, 175, 197, 0.1);
  color: #4eafc5;
}

/* Arrow Button (Orange/Brand Color style from reference) */
.arrow-btn {
  display: inline-flex;
  color: #ff5722;
  /* Orange color from your reference image, or use #097EFE for Blue */
  transition: transform 0.3s;
}

/* Agar aapko Blue arrow chahiye to ye line uncomment karein: */
/* .arrow-btn { color: #097EFE; } */

.arrow-btn svg {
  width: 32px;
  height: 32px;
}

.service-card {
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: none;
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.img-container img {
  border-radius: 20px;
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.card-cyan {
  background-color: #f0fdfa;
}

.card-lime {
  background-color: #faffe3;
}

.card-pink {
  background-color: #fff8fe;
}

.card-purple {
  background-color: #f7f4ff;
}

.card-orange {
  background-color: #fffcf9;
}

.bg-blue {
  background-color: #001e41 !important;
}

.branding-section {
  position: relative;
  overflow: hidden;
}

.section-number {
  font-size: 0.9rem;
  color: #999;
  font-weight: 500;
}

.section-title {
  color: #1a1a1a;
  font-weight: 400;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 300px;
}

.timeline-dot {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.custom-shape-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  clip-path: polygon(5% 0%, 95% 0%, 85% 100%, 15% 100%);
  background-color: #6db3df;
  border-radius: 20px;
}

.services-list li {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.services-list li:hover {
  color: #000;
  font-weight: 500;
}

@media (max-width: 991px) {
  .timeline-dot {
    display: none;
  }

  .services-list {
    margin-top: 20px;
    text-align: center;
    padding-left: 0 !important;
  }

  .section-desc {
    max-width: 100%;
  }
}

/* External Code there */

.dark-blue {
  background:
    radial-gradient(circle at top right, rgb(167 103 12 / 19%), #00000000 30%),
    radial-gradient(circle at bottom left, rgb(5 96 118 / 5%), transparent 30%),
    #ffffff;
}

.gradient-light {
  background: linear-gradient(to right, #d2e7ff, #f0f7ff, #bff3ff) !important;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

/* Icon */
.icon-box {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.1s;
}

/* Link */
.details-link {
  color: #fff;
  /* Teal color */
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* --- STATES: Hover & Active & Mobile --- */

.tp-about-us-area {
  /* background: linear-gradient(16deg, rgb(0 0 0) 0%, rgb(0 69 148) 100%); */
}

/* Ceo */

/* --- Premium Service Box Styling --- */

.feature-card-premium {
  background-color: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

@media (min-width: 280px) and (max-width: 576px) {
  .feature-card-premium {
    padding: 35px 16px;
  }
}

.feature-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

/* Soft accent glow */
.feature-card-premium::before {
  content: '';
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(60% 60% at 15% 15%,
      rgb(185 211 249 / 18%) 0%,
      rgb(48 132 255 / 0%) 60%),
    radial-gradient(55% 55% at 85% 25%,
      rgb(171 226 255 / 14%) 0%,
      rgba(12, 170, 255, 0) 58%);
  pointer-events: none;
  opacity: 0.75;
}

/* Keep content above the glow */
.feature-card-premium .app-feature-item-icon,
.feature-card-premium .app-feature-item-content {
  position: relative;
  z-index: 1;
}

/* Icon Styling */
.feature-card-premium .icon-large span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg,
      rgba(13, 110, 253, 0.12),
      rgba(13, 110, 253, 0.04));
  border: 1px solid rgba(13, 110, 253, 0.16);
}

.feature-card-premium .icon-large i {
  font-size: 34px;
  color: var(--tp-common-black) !important;
}

/* Title Styling */
.feature-card-premium .title-large {
  margin-bottom: 18px;
  text-transform: none;
  letter-spacing: 0;
}

/* Badge / pill heading */
.service-title-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg,
      rgb(212 219 231 / 16%),
      rgba(13, 110, 253, 0.06));
  border: 1px solid rgba(13, 110, 253, 0.18);
  color: #0b5ed7;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

/* Content List Styling */
.feature-details-list .detail-block {
  margin-bottom: 20px;
  padding-left: 14px;
  border-left: 1px solid rgb(0 0 0 / 19%);
}

.feature-details-list .detail-block:last-child {
  margin-bottom: 0;
}

/* Label (e.g., Medical Coding) */
.feature-details-list .detail-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--tp-common-black);
  /* Brand color */
  margin-bottom: 8px;
}

/* Description Text */
.feature-details-list .detail-text {
  font-size: 16px;
  line-height: 1.65;
  color: #444444;
  /* Darker grey for better contrast */
  margin: 0;
  font-weight: 500;
}

@media (min-width: 280px) and (max-width: 576px) {
  .feature-details-list .detail-text {
    font-size: 14px;
  }
}

/* Fallback styling for simple paragraph-based cards (no feature-details-list) */
.feature-card-premium .app-feature-item-content>p {
  padding-left: 14px;
  border-left: 3px solid rgba(13, 110, 253, 0.22);
  font-size: 16px;
  line-height: 1.65;
  color: #444444;
  margin-bottom: 18px;
}

.feature-card-premium .app-feature-item-content>p:last-child {
  margin-bottom: 0;
}

.feature-card-premium .app-feature-item-content>p strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0d6efd;
  margin-bottom: 6px;
}

/* Services page layout enhancements */
.service-section {
  margin-bottom: 70px;
}

.service-section+.service-section {
  padding-top: 70px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.service-details-header {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.service-details-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(13, 110, 253, 0.06);
  color: #0b5ed7;
}

.service-details-header::after {
  /* content: ""; */
  flex: 1;
  height: 1px;
  margin-left: 18px;
  background: linear-gradient(to right,
      rgba(148, 163, 184, 0.7),
      rgba(148, 163, 184, 0));
}

.service-section-title {
  font-family: var(--ff-league-spartan) !important;
  font-size: 22px !important;
}

.st-about-wrapper {
  padding-left: 80px !important;
}

@media (min-width: 280px) and (max-width: 991px) {
  .st-about-wrapper {
    padding-left: 0 !important;
  }
}

/* --- Approach Distinction Section Styles --- */

/* Card Styling to match reference image */
.approach-card-2 {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.approach-card-2:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 40px rgba(13, 110, 253, 0.1);
  /* Slight blue shadow on hover */
  border-color: rgba(13, 110, 253, 0.2);
}

/* Icon Styling */
.approach-card-icon {
  margin-bottom: 25px;
}

.approach-card-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(13, 110, 253, 0.1);
  /* Light blue bg */
  color: #0d6efd;
  /* Primary blue color */
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
}

.approach-card-2:hover .approach-card-icon span {
  background-color: #0d6efd;
  color: #ffffff;
}

/* Title and Text Styling */
.approach-card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.approach-card-content p {
  margin-bottom: 0;

  font-size: 14px !important;
  color: var(--tp-text-body);
}

/* Center Image Styling */
.approach-center-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- Calm Pulse Animation for Center Image --- */
.tp-pulse-anim {
  animation: tp-pulse-float 4s ease-in-out infinite;
}

@keyframes tp-pulse-float {
  0% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  50% {
    transform: translateY(-15px);
    /* Moves up slightly */
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
    /* Shadow grows and gets bluer */
  }

  100% {
    transform: translateY(0px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

/* ============================================
   COMPLIANCE & SECURITY SECTION STYLING
   ============================================ */

.compliance-security-section {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  overflow: hidden;
}

.compliance-security-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%,
      rgba(13, 110, 253, 0.03) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 70%,
      rgba(23, 181, 249, 0.03) 0%,
      transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.compliance-security-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg,
      transparent,
      transparent 2px,
      rgba(13, 110, 253, 0.02) 2px,
      rgba(13, 110, 253, 0.02) 4px);
  opacity: 0.5;
}

.compliance-content-wrapper {
  position: relative;
  z-index: 2;
}

.compliance-section-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: linear-gradient(135deg,
      rgba(13, 110, 253, 0.1),
      rgba(23, 181, 249, 0.08));
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d6efd;
}

.compliance-section-badge i {
  font-size: 14px;
}

.compliance-main-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .compliance-main-title {
    font-size: 42px;
  }
}

.compliance-intro-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 32px;
}

/* .hipaa-badge {
  border-left: 4px solid #0d6efd;
} */

/* .hitech-badge {
  border-left: 4px solid #17b5f9;
} */

.icon-wrap i {
  color: #0d6efd;
}

.badge-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 4px;
}

.hipaa-badge .badge-icon-wrapper {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}

.hitech-badge .badge-icon-wrapper {
  background: linear-gradient(135deg, #17b5f9, #0d8cc0);
}

.badge-content {
  flex: 1;
}

.badge-label {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

.badge-subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
  font-weight: 500;
}

.badge-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #10b981;
  margin-top: auto;
}

.badge-status i {
  font-size: 14px;
}

/* Compliance Features List */
.compliance-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.compliance-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border-left: 3px solid #0d6efd;
  font-size: 15px;
  color: #334155;
  transition: all 0.2s ease;
}

.compliance-feature-item:hover {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateX(4px);
}

.compliance-feature-item i {
  font-size: 18px;
  color: #0d6efd;
  min-width: 20px;
}

.compliance-closing-text {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

/* Visual Wrapper */
.compliance-visual-wrapper {
  position: relative;
  z-index: 2;
}

.compliance-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}

.compliance-main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.security-overlay-pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg,
      transparent,
      transparent 10px,
      rgba(13, 110, 253, 0.03) 10px,
      rgba(13, 110, 253, 0.03) 20px);
  pointer-events: none;
  z-index: 1;
}

.security-badge-floating {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(10px);
  border: 2px solid rgba(13, 110, 253, 0.2);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
  animation: securityPulse 2s ease-in-out infinite;
}

@keyframes securityPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(13, 110, 253, 0.2);
  }
}

.security-badge-floating i {
  font-size: 32px;
  color: #0d6efd;
  margin-bottom: 4px;
}

.security-badge-floating span {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.security-badge-floating small {
  font-size: 11px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
      rgba(13, 110, 253, 0.1),
      rgba(13, 110, 253, 0.05));
  color: #0d6efd;
  font-size: 24px;
}

.stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Compliance Section Styling --- */

/* Intro Text */
.compliance-intro-text {
  font-size: 18px;
  line-height: 1.6;
}

/* Feature Boxes */
.compliance-feature-box {
  padding: 25px;
  background-color: #f8f9fa;
  /* Light Gray */
  border-radius: 8px;
  border-left-width: 4px;
  border-left-style: solid;
  transition: transform 0.3s ease;
}

.compliance-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.box-primary {
  border-left-color: transparent;
}

.box-info {
  border-left-color: transparent;
}

.feature-title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}

.feature-desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Checklist Items */
.checklist-item {
  display: flex;
  align-items: flex-start;
}

.checklist-item .item-title {
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.checklist-item .item-desc {
  margin-bottom: 0;
  color: #6c757d;

  line-height: 1.6;
}

/* Image Wrapper */
.compliance-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.compliance-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Badge */
.compliance-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px -30px;
  border-left: 5px solid #104a8b;
  z-index: 2;
}

.elementor-icon svg {
  width: 50px;
  height: 50px;
  fill: #01244d;
  color: #01244d;
}

.whatsapp-btn {
  bottom: 0.8rem;
  right: 0.5rem;
  z-index: 1050;
}

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 70%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 280px) and (max-width: 576px) {
  .sticky-icon {
    top: 60%;
  }
}

.sticky-icon a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #181818;
  color: #fff;
}

.Instagram {
  background-color: #fd1d1d;
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #fff;
}

.sticky-icon a svg {
  /* background-color: #FFF; */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
  display: inline-block;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  /* color: #2C80D3; */
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}

.fas fa-shopping-cart {
  background-color: #fff;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

.WhatsApp {
  background-color: #1063c5;
  color: #fff;
}

#myBtn:hover {
  background-color: #555;
}

.hero-wave-shape {
  position: absolute;
  bottom: -1px;
  /* Gap khatam karne ke liye */
  left: 0;
  width: 100%;
  height: 120px;
  /* Isko kam ya zyada kar sakte hain */
  z-index: 10;
  line-height: 0;
}

.hero-wave-divider {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100px;

  background-color: #ffffff;

  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 500 150" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0.00,49.98 C150,150 350,-50 500,49.98 L500,150 L0,150 Z" fill="black"></path></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 500 150" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0.00,49.98 C150,150 350,-50 500,49.98 L500,150 L0,150 Z" fill="black"></path></svg>');

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 5;
}

@media (min-width: 280px) and (max-width: 767px) {
  .crp-footer-area .mb-90 {
    margin-bottom: 50px;
  }
}

/* video css */
.hero-scroll-video-section {
  position: relative;
  padding: 120px 0 100px;
}

.hero-scroll-video-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-video {
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(320px, 70vh, 640px);
  object-fit: cover;
  border-radius: 40px;
  transform-origin: center center;
}

@media (min-width: 280px) and (max-width: 576px) {
  .center-video {
    height: clamp(200px, 375px, 400px);
  }
}

.hero-scroll-frame {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero-scroll-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.hero-scroll-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-scroll-overlay {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-scroll-text {
  position: static;
  margin-bottom: 32px;
  text-align: left;
  padding-inline: 0;
}

.hero-scroll-text--top {
  max-width: 900px;
}

.hero-scroll-heading {
  font-family: var(--tp-ff-heading);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--tp-text-body);
  text-shadow: none;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-scroll-video-section {
    padding: 80px 0 80px;
  }

  .center-video {
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .hero-scroll-heading {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
}

.contact-list {
  list-style: none;
}

.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}

.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: '';
  transition: 0.4s;
  background-color: #1e1e1e;
}

.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}

.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

/* About Us - Lorrie profile: make image height follow right content (desktop) */
@media (min-width: 992px) {
  .oc-profile--lorrie .oc-profile__row {
    align-items: stretch !important;
  }

  .oc-profile--lorrie .oc-profile__media-col {
    display: flex;
  }

  .oc-profile--lorrie .oc-profile__media {
    flex: 1 1 auto;
    height: 100%;
  }

  .oc-profile--lorrie .oc-profile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
}

/* image */

/* About Us - Peder profile: match right content height like other profile rows */
@media (min-width: 992px) {
  .oc-profile--peder .oc-profile__row {
    align-items: stretch !important;
  }

  .oc-profile--peder .oc-profile__media-col {
    display: flex;
  }

  .oc-profile--peder .oc-profile__media {
    flex: 1 1 auto;
    height: 100%;
  }

  .oc-profile--peder .oc-profile__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
  }
}

.tp-header-10-wrapper {
  /* padding: 1px 30px; */
  /* border-radius: 60px; */
  /* border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(247, 247, 253, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(33, 33, 45, 0.03); */
}

@media (max-width: 576px) {
  .tp-header-10-wrapper {
    padding: 1px 12px;
  }
}

.tp-header-11-style .tp-header-10-wrapper {
  /* background: #1077a2; */
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
  box-shadow: 0 20px 30px 0 rgba(33, 33, 45, 0.03);

  /* backdrop-filter: blur(12px); */
}

/* Brand marquee (custom keyframes, no Swiper) */
.brand-marquee {
  --marquee-gap: 56px;
  --marquee-height: 90px;
  --marquee-duration: 28s;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.brand-marquee::before,
.brand-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

/* .brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #0a0a30 0%, rgba(10, 10, 48, 0) 100%);
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #0a0a30 0%, rgba(10, 10, 48, 0) 100%);
} */

.brand-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  height: var(--marquee-height);
  width: max-content;
  will-change: transform;
  animation: brandMarquee var(--marquee-duration) linear infinite;
}

.brand-marquee:hover .brand-marquee__track {
  animation-play-state: paused;
}

.brand-marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand-marquee__item img {
  max-height: 64px;
  width: auto;
  opacity: 0.9;
  filter: grayscale(1);
  transition:
    filter 200ms ease,
    opacity 200ms ease,
    transform 200ms ease;
}

.brand-marquee__item img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-1px);
}

.brand-marquee__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);

  background: rgb(34 5 82);
  border: 1px solid rgba(33, 33, 45, 0.1);
  box-shadow: 0 10px 22px rgba(33, 33, 45, 0.06);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.brand-marquee__badge i {
  font-size: 16px;
  color: var(--tp-common-blue, #1b6fff);
}

@keyframes brandMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee__track {
    animation: none;
    transform: none;
  }
}

.btn-tab-custom {
  background-color: transparent;
  color: #000040;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  margin: 0 10px;
  border: 2px solid #000040;
  transition: all 0.3s ease;

  &.active {
    background-color: #000040 !important;
    color: #fff !important;
    border-color: #000040 !important;
  }

  &:hover {
    border-color: #f7a83b;
    color: #f7a83b;
  }
}

.btn-main-orange {
  background-color: #f7a83b;
  color: #000040;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;

  &:hover {
    background-color: #e0962f;
    color: #000040;
  }
}

.btn-outline-navy {
  border: 2px solid #000040;
  color: #000040;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;

  &:hover {
    background-color: #000040;
    color: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-faq-wrap {
    padding-left: 0;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  /* background-color: var(--tp-common-white); */
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items {
  padding-left: 0;
  padding-bottom: 0;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 2px solid rgb(247, 247, 253);
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  padding: 26px 60px 28px 30px;
  color: var(--tp-common-white);
  position: relative;
}

@media (max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 18px;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #f3f3f9;
  display: inline-block;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before,
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  background-color: var(--tp-common-black);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

/* Open state: plus becomes minus */
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 30px;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-weight: 400;
  color: #cccccc;
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  background-color: var(--tp-common-white);
  box-shadow: none;
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  box-shadow: none;
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  padding: 26px 0px 28px 0px;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 18px;
  }
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 0px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 30px;
  }
}

.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #66666c;
  letter-spacing: -0.16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p br {
    display: none;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  top: 18px;
  right: 20px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #f3f3f9;
}

.ai-faq-accordion-wrap .accordion-items {
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative;
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  height: 12px;
}

/* .ai-faq-accordion-wrap
  .accordion-header
  .accordion-buttons
  .accordion-icon::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  transition: 0.4s;
} */

/* --- NEW CSS: Global Network --- */
.global-network-area {
  overflow: hidden;
}

.global-network-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.global-network-text strong {
  color: #17b5f9;
  font-weight: 600;
}

.global-network-flags {
  gap: 20px;
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(23, 181, 249, 0.1);
}

.flag-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: #f8f9fa;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.flag-item:hover {
  background: #ffffff;
  border-color: #17b5f9;
  box-shadow: 0 8px 20px rgba(23, 181, 249, 0.15);
  transform: translateY(-3px);
}

.flag-item .flag-icon img {
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 24px;
  width: 32px;
  object-fit: cover;
}

.flag-item .flag-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Globe Map Styling */
.global-network-globe {
  padding: 20px;
}

.globe-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.map-image {
  width: 100%;
  height: auto;
  opacity: 0.3;
  filter: sepia(1) hue-rotate(180deg) saturate(3);
}

/* Location markers */
.location-marker {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
}

.location-marker .dot {
  width: 12px;
  height: 12px;
  background-color: #17b5f9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(23, 181, 249, 0.8);
  z-index: 2;
  transition: all 0.3s ease;
}

.location-marker .pulse {
  width: 45px;
  height: 45px;
  background-color: rgba(23, 181, 249, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: gpsPulse 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.location-marker:hover .dot {
  background-color: #0d8cc0;
  transform: translate(-50%, -50%) scale(1.2);
}

.location-marker:hover .pulse {
  background-color: rgba(13, 140, 192, 0.6);
  animation-duration: 1s;
}

/* Tooltip custom style overrides if needed */
.tooltip-inner {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

/* Approximate positions on an SVG world map */
.loc-uk {
  top: 22%;
  left: 47%;
}

.loc-us {
  top: 32%;
  left: 22%;
}

.loc-eu {
  top: 25%;
  left: 51%;
}

.loc-uae {
  top: 38%;
  left: 62%;
}

.loc-ng {
  top: 50%;
  left: 50%;
}

@keyframes gpsPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.8;
  }

  80% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

/* Responsive fixes */
@media (max-width: 1199px) {
  .global-network-flags {
    padding: 20px;
    gap: 12px;
  }

  .flag-item {
    padding: 8px 14px;
  }
}

@media (max-width: 991px) {
  .global-network-content.pr-50 {
    padding-right: 0;
  }

  .global-network-flags {
    justify-content: center;
  }

  .global-network-globe {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .global-network-text p {
    font-size: 16px;
  }
}

/* new cs */

.app-faq-wrap .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  /* background-color: var(--tp-common-white); */
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items {
  padding-left: 0;
  padding-bottom: 0;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 2px solid rgb(247, 247, 253);
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  padding: 26px 60px 28px 30px;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 18px;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  top: 18px;
  right: 20px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #f3f3f9;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before,
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-black);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  height: 12px;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  width: 12px;
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 30px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 30px;
  }
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-weight: 400;
  color: #66666c;
}

.accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  /* background-color: #fff; */
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}

.app-faq-wrap .ai-faq-accordion-wrap .accordion-body {
  padding-top: 0;
}

/*----------------------------------------*/
/*  7.8 Work Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-work-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-work-item {
  border: 4px solid #f6c99982;
  padding: 45px 40px 45px 50px;
  background-color: #f6f6f9;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .tp-work-item {
    padding: 45px 30px 45px 35px;
  }
}

.tp-work-item.about-us-3-bg {
  border-radius: 20px;
  border-color: #ffffe6;
  background-color: #ffffe6;
}

.tp-work-item.about-us-3-bg .tp-work-number span {
  background-color: #e7ff48;
}

.tp-work-item.about-us-3-bg .tp-work-number i {
  color: #2a4c3a;
}

.tp-work-item.about-us-3-bg .tp-work-title {
  color: #2a4c3a;
}

.tp-work-number {
  margin-bottom: 45px;
  display: inline-block;
}

.tp-work-number span {
  height: 80px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: rotate(30deg);
  background-color: #01bbf5;

  background: linear-gradient(135deg, #5050e1 0%, #01bbf5 100%);
}

.tp-work-number i {
  position: absolute;
  top: 25px;
  left: 12px;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-besley);
}

.tp-work-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .tp-work-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-work-title-box {
    margin-bottom: 40px;
  }
}

.tp-work-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-work-content p br {
    display: none;
  }
}

.tp-work-wrapper {
  margin-left: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-work-wrapper {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-work-wrapper {
    margin-left: 0px;
  }
}

.creative-work-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-white);
}

.creative-work-icon img {
  margin-bottom: 20px;
}

.creative-work-item {
  padding: 45px;
  border-radius: 20px;
  background-color: #0e0f11;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-work-item {
    padding: 35px;
  }
}

.creative-work-bg {
  padding: 110px 100px;
  padding-bottom: 80px;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-work-bg {
    padding: 110px 70px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-bg {
    padding: 110px 30px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-work-bg {
    padding: 110px 50px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .creative-work-bg {
    padding: 110px 20px;
    padding-bottom: 80px;
  }
}

.creative-work-square-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 400px;
  display: inline-block;
  border-radius: 0 0 20px 0;
  background-color: #0e0f11;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-square-box {
    top: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .creative-work-square-box {
    display: none;
  }
}

.creative-work-square-box::after,
.creative-work-square-box::before {
  content: '';
  position: absolute;
  bottom: 60px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 #0e0f11;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-square-box::after {
    bottom: 10px;
  }
}

.creative-work-square-box::before {
  bottom: -40px;
  left: 0px;
}

.creative-brand-item {
  text-align: center;
  padding: 0 24px;
}

.agntix-light .des-brand-item.black-style .des-brand-item-inner {
  background-color: #fff;
}

.agntix-light .des-brand-item.black-style .des-brand-item-inner img {
  filter: invert(0);
}

/*----------------------------------------*/
/*  8.2 Brand Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .des-brand-area {
    padding-bottom: 100px;
  }
}

.agntix-light .des-brand-item.black-style .des-brand-item-inner {
  background-color: #fff;
}

.des-brand-item-inner {
  height: 180px;
  width: 180px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin: 0px 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.des-brand-item-inner:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #06021d;
}

.moving-text {
  overflow: hidden;
  width: 100%;
}

.des-brand-item.wrapper-text {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
}

@media (max-width: 767px) {
  .des-brand-item-inner {
    height: 120px;
    width: 120px;
    min-width: 120px;
    padding: 15px;
  }
}

/* css */

.creative-testimonial-item {
  padding: 35px 35px;
  border-radius: 20px;
  background-color: gray;
}

.creative-testimonial-avater img {
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 13px;
  height: 54px;
  width: 54px;
  object-fit: cover;
}

.creative-testimonial-avater-info {
  line-height: 1;
}

.creative-testimonial-avater-info h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

.creative-testimonial-avater-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
}

.creative-testimonial-avater-wrap {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .creative-testimonial-avater-wrap {
    flex-wrap: wrap;
  }
}

.creative-testimonial-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .creative-testimonial-text p {
    font-size: 16px;
  }
}

.creative-testimonial-text p span {
  margin-right: 8px;
  display: inline-block;
}

.creative-testimonial-text p span svg {
  transform: translateY(-7px);
}

.creative-testimonial-active {
  margin-right: -370px;
}

@media (max-width: 767px) {
  .creative-testimonial-active {
    margin: 0;
  }
}

.creative-testimonial-slider-wrap .tp-scrollbar {
  margin-top: 80px;
  height: 2px;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .creative-testimonial-slider-wrap .tp-scrollbar {
    margin-top: 40px;
  }
}

.creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .creative-testimonial-arrow {
    margin-bottom: 30px;
  }
}

.creative-testimonial-arrow button {
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-common-white);
  background-color: #242426;
}

.creative-testimonial-arrow button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .creative-testimonial-btn {
    margin-bottom: 30px;
  }
}

.agntix-light .creative-testimonial-item {
  background-color: #f6f6f9;
}

.agntix-light .creative-testimonial-avater-info h4 {
  color: var(--tp-common-black);
}

.agntix-light .creative-testimonial-avater-info span {
  color: var(--tp-text-body);
}

.agntix-light .creative-testimonial-text p {
  color: var(--tp-text-body);
}

.agntix-light .creative-testimonial-text p span svg {
  filter: invert(1);
}

.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}

.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: var(--tp-common-black);
}

/* Compliance Section Custom Styles */
.compliance-wrapper {
  background: #f8f9fa;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.compliance-table thead {
  background-color: #001f3f;
  /* Deep Navy from brand guideline */
  color: #ffffff;
}

.compliance-table th {
  font-weight: 600;
  padding: 20px !important;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.compliance-table td {
  padding: 18px 20px !important;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #444;
}

.standard-badge {
  background-color: #e0f2f1;
  /* Soft Teal/Green */
  color: #00796b;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #b2dfdb;
}

.compliance-row:hover {
  background-color: #ffffff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.scope-text {
  font-weight: 500;
  color: #1a202c;
}

.app-text {
  font-style: italic;
  color: #6c757d;
}

.tp-brand-active .swiper-slide {
  width: auto;
}

.tp-brand-item.text-color .tp-brand-title {
  color: var(--tp-common-black);
}

.tp-brand-item.text-color .tp-brand-title::after {
  background-color: var(--tp-common-black);
}

.tp-brand-wrapper {
  padding: 30px 0 26px 0;
  transform: rotate(2deg);
}

/* ========================================= */
/*  CTA Library Styles                       */
/* ========================================= */

.cta-design-2 {
  transition: all 0.3s ease;
}

.cta-design-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(9, 23, 36, 0.15);
}

/* CTA Section Styling */
.cta-design-2 {
  background-color: #091724;
  position: relative;
  overflow: hidden;
  padding: 3rem;
  /* p-5 alternative */
  border-radius: 1.5rem;
  /* rounded-4 alternative */
}

@media screen and (max-width: 576px) {
  .cta-design-2 {
    padding: 2rem 1.5rem;
  }
}

.cta-design-2 .cta-text-color {
  color: #eaeaea;
}

/* Background Image with Overlay */
.cta-bg-image {
  background-image: url('../images/new-images/home-cta-new.webp');

  /* Aapki image ka path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gradient Overlay to make text readable */
.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right,
      rgb(65 101 229 / 58%),
      rgb(253 140 59 / 69%) 70%);
}

.cta-content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .cta-content-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    margin: auto;
  }
}

.cta-title {
  color: #ffffff;
  font-weight: 700;
}

.cta-text {
  color: rgba(255, 255, 255, 0.6);
  /* text-white-50 alternative */
  max-width: 600px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

/* Button Custom Colors */
.tp-btn-expert {
  background-color: #17b5f9 !important;
  border-color: #17b5f9 !important;
  color: #ffffff !important;
}

/* Container and Title */
.cta-resource-card {
  border-color: #dee2e6 !important;
}

.icon-circle-wrapper {
  width: 50px;
  height: 50px;
  color: #21212d;
}

/* 
.cta-title {
  color: #111;
  font-size: 28px;
} */

/* Width Control for Description */
.cta-description {
  font-size: 17px;
  max-width: 500px;
  /* Text ki width yahan se control hogi */
  margin-left: 65px;
  /* Icon aur text ko align karne ke liye */
}

/* Button Group - Fixed Column */
.cta-button-group {
  width: 100%;
  max-width: 250px;
  /* Buttons zyada wide na hon */
}

.btn-dark-custom {
  background-color: #21212d;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .cta-description {
    margin-left: 0;
    max-width: 100%;
  }

  .cta-button-group {
    max-width: 100%;
  }
}

.cr-cta-content .tp-btn-outline {
  background-color: #fff;
  border: none;
}

.cta-content-wrapper .tp-btn-outline {
  background-color: #fff;
  border: none;
}

/* Outline Button Shared Style */
.tp-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #21212d;
  border: 2px solid #21212d;
  border-radius: 30px;
  background-color: transparent;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  height: 50px;
}

@media (min-width: 280px) and (max-width: 576px) {
  .tp-btn-outline {
    font-size: 13px;
  }
}

.tp-btn-outline:hover {
  background-color: #21212d;
  color: #ffffff;
  border-color: #21212d;
}

.tp-btn-outline:hover svg path {
  fill: #fff !important;
}

.tp-btn-outline i {
  transition: transform 0.3s ease;
}

.tp-btn-outline:hover i {
  transform: translateY(2px);
}

/* =========================================
   STICKY HEADER SMOOTH OVERRIDES
   ========================================= */

#header-sticky,
#header-sticky .tp-header-10-wrapper {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  /* padding: 0 34px !important; */
}

@media (min-width: 280px) and (max-width: 1400px) {

  #header-sticky,
  #header-sticky .tp-header-10-wrapper {
    /* padding: 0 14px !important; */
  }
}

.header-sticky.sticky-white-bg {
  background-color: #ffffff !important;
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  top: 0 !important;
}

.header-sticky .tp-header-10-wrapper {
  margin-top: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: 0 0 0 0 rgba(33, 33, 45, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

.des-brand-item-inner .moving-brand-logos {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: 280px) and (max-width: 767px) {
  .product-btns .tp-btn-black-radius {
    width: 100%;
    margin-bottom: 12px;
  }
}

.object-fit-contain {
  object-fit: contain !important;
}

.right-lines-svg {
  position: absolute;
  top: 0;
  right: 0;
  /* border: 2px solid red; */
}

.right-lines-svg svg {
  height: 26vw;
}

.top-image-left {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}

.top-image-left img {
  width: 400px !important;
}

.header-bottom-bg-divider {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 300px;
  background: radial-gradient(ellipse at 50% 0%,
      rgba(1, 187, 245, 0.15) 0%,
      transparent 70%);
  pointer-events: none;
  z-index: 5;
}

/* Video Background CTA */
.bg-video-cta {
  position: relative;
  width: 100%;
  /* min-height: 600px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
}

.bg-video-cta video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.bg-video-cta .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(6, 2, 29, 0.8) 0%,
      rgba(6, 2, 29, 0.5) 100%);
  z-index: 1;
}

.bg-video-cta .container {
  position: relative;
  z-index: 2;
}

/* Image Background CTA (Mid CTA) */
.mid-cta {
  position: relative;
  width: 100%;
  /* min-height: 600px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
  padding: 230px 0px 166px 0;
}

@media (max-width: 576px) {
  .mid-cta {
    padding: 171px 0px 145px 0;
  }
}

.mid-cta>img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.mid-cta .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(6, 2, 29, 0.8) 0%, rgba(6, 2, 29, 0.5) 100%); */
  background: radial-gradient(circle at top right,
      rgb(5 33 131 / 79%),
      rgb(159 114 23 / 47%) 70%);
}

.mid-cta .container {
  position: relative;
  z-index: 2;
}

/* Stats Section */
.bg-stats-sections {
  background-color: #06021d;
  background-image: radial-gradient(circle at 50% 0%,
      rgba(0, 102, 255, 0.15) 0%,
      transparent 70%);
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 60px 40px;

  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 102, 255, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--tp-ff-phudu);
}

.stat-label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Recognition Section */
.recognition-o {
  /* padding: 120px 0; */
  /* background-color: #fff; */
  text-align: center;
}

.recognition-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 50px auto;
}

.recognition-item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.recognition-item:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #06021d;
}

.recognition-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;

  transition: all 0.3s ease;
}

.recognition-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Secure & Protect Section */
.secure-protect-area {
  padding: 0 0 120px 0;
  /* background-color: #06021D; */
  position: relative;
}

.secure-card {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .secure-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
}

.secure-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #00106d 0%, #0387ca 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: all 0.4s ease;
}

.secure-card:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-8px);
  box-shadow:
    0px 20px 40px rgba(0, 102, 255, 0.1),
    0 0 20px rgba(252, 160, 72, 0.1);
}

.secure-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow:
    0 10px 20px rgba(0, 102, 255, 0.05),
    inset 0 0 0 1.5px rgba(74, 199, 248, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.secure-card-icon svg {
  width: 40px;
  height: 40px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.secure-card:hover .secure-card-icon {
  background: rgba(255, 255, 255, 1);
  box-shadow:
    0 15px 30px rgba(0, 102, 255, 0.1),
    inset 0 0 0 1.5px #0066ff;
  transform: translateY(-5px) scale(1.05);
}

.secure-card:hover .secure-card-icon svg {
  transform: scale(1.1);
}

.secure-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #06021d;
  letter-spacing: -0.5px;
}

.secure-card-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* How It Works Section */
.how-it-works-area {
  padding: 120px 0;
  /* background-color: #fcfcfc; */
}

.steps-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.steps-wrapper::before {
  content: '/';
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  height: 2px;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.step-item {
  position: relative;
  width: 20%;
  text-align: center;
  z-index: 1;
}

.step-number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #06021d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: 700;
  color: #06021d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.step-item:hover .step-number {
  background: #06021d;
  color: #fff;
  transform: scale(1.1);
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.step-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  padding: 0 10px;
  color: white;
}

@media (max-width: 991px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .steps-wrapper::before {
    display: none;
  }

  .step-item {
    width: 100%;
  }
}

.light-gradient-bg {
  /* background: var(--grad-hero); */
}

.description-text {
  font-family: var(--ff-body);
  font-size: var(--desc-font-size);
  font-weight: var(--desc-font-weight);
  line-height: var(--desc-line-height);
  color: var(--desc-color);
}

.product-card {
  /* padding: 30px; */
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(1, 1, 96, 0.08);
  transition: var(--ease);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--tp-common-secondary);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(1, 1, 96, 0.1);
}

.product-img-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;

  /* margin-bottom: 25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-img-wrapper img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.product-card:hover .product-img-wrapper img {
  transform: scale(1.08);
}

.product-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-dark-blue);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.product-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #17b5f9;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-detail {
  font-size: 15px;
  color: var(--desc-color);
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.view-product-btn {
  font-weight: 600;
  text-decoration: none;
  color: #06021d;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.view-product-btn:hover {
  color: #17b5f9;
  border-color: #17b5f9;
  padding-left: 5px;
}

/* ── Filter Sidebar ─────────────────────────────────────────── */
.product-filter-sidebar {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 24px;
  position: sticky;
  top: 90px;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.sidebar-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-header h4 {
  font-family: var(--ff-heading);
  color: var(--tp-dark-blue);
  /* Goldish color from image */
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/* Accordion Filters */
.filter-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}

.filter-accordion .accordion-item:last-child {
  border-bottom: none;
}

.filter-accordion .accordion-button {
  background: transparent;
  padding: 0;
  color: var(--tp-dark-blue);
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-accordion .accordion-button::after {
  content: '\2b';
  /* Plus icon */
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  background-image: none;
  width: 30px;
  height: 30px;
  background: #f8f4ed;
  /* Light beige/goldish bg */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c4a676;
  transition: transform 0.3s ease;
}

.filter-accordion .accordion-button:not(.collapsed)::after {
  content: '\f068';
  /* Minus icon */
  transform: rotate(180deg);
}

.filter-accordion .accordion-body {
  /* padding-top: 15px !important; */
  padding: 15px 0 0 0 !important;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 12px;
}

.filter-list li a {
  color: var(--desc-color);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: var(--ease);
  font-size: 15px;
}

.filter-list li a span {
  opacity: 0.5;
  font-size: 13px;
}

.filter-list li a:hover,
.filter-list li a.active {
  color: #f3d18c;
  padding-left: 5px;
}

.filter-list li label {
  color: var(--desc-color);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  transition: var(--ease);
}

.filter-list li label:hover {
  color: var(--tp-dark-blue);
}

.filter-list li input[type='checkbox'] {
  accent-color: #f3d18c;
}

.filter-select {
  border-radius: 8px;
  border-color: #e0e0e0;
  padding: 10px 15px;
  font-size: 15px;
  color: var(--tp-dark-blue);
}

.filter-action .tp-btn-black-radius {
  background: #4361e4;

  box-shadow: 0 4px 15px rgba(196, 166, 118, 0.3);
}

.filter-action .tp-btn-black-radius:hover {
  background: #b39565;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 166, 118, 0.5);
}

/* Mobile Toggle Button */
.filter-mobile-toggle {
  background: var(--grad-text);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(1, 187, 245, 0.2);
  transition: var(--ease);
}

@media screen and (max-width: 991px) {
  .filter-mobile-toggle {
    padding: 9px 15px;
    font-size: 12px;
  }
}

.filter-mobile-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 187, 245, 0.4);
}

@media (max-width: 991px) {
  .product-filter-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    z-index: 1100;
    border-radius: 0;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.1);
    background: var(--sections-bg-gradient);
    /* Complexity gradient as requested */
    background-color: white;
    /* Fallback */
    overflow-y: auto;
  }

  .product-filter-sidebar.open {
    right: 0;
  }

  .product-filter-sidebar.open::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    /* Overlay to make it readable if gradient is too busy */
    z-index: -1;
  }

  .sidebar-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sidebar-header h4 {
    color: var(--tp-dark-blue);
  }

  .sidebar-close {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    color: var(--tp-dark-blue);
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--ease);
    cursor: pointer;
  }

  .sidebar-header .d-flex {
    padding: 10px 0;
  }
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.tp-service-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.tp-service-shape1 img {
  width: 91vw;
}

/* Premium ITAD Timeline Style */
.itad-timeline-area {
  padding: 150px 0 100px 0;
  background: #1b2343;
  /* background: #06021D; */
  /* Deep Dark Navy */
}

.timeline-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* Connecting Line with Glow */
.timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 6%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, #17b5f9 0%, #10b981 100%);
  box-shadow: 0 0 15px rgba(23, 181, 249, 0.5);
  z-index: 0;
}

.timeline-item {
  position: relative;
  width: 18%;
  /* 5 steps ke liye width adjust ki hai */
  text-align: center;
  z-index: 1;
}

.timeline-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd092 0%, #12a3f0 100%);
  border: 2px solid #17b5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 0 20px rgba(23, 181, 249, 0.2);
  transition: all 0.4s ease;
}

.timeline-icon-box svg {
  transition: all 0.4s ease;
}

.timeline-item:hover .timeline-icon-box {
  background: #49a7d0;
  transform: translateY(-10px) scale(1);
  box-shadow: 0 0 40px rgba(23, 181, 249, 0.6);
}

.timeline-title {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.timeline-desc {
  color: var(--tp-text-dark-body);
  font-size: 13px;
  line-height: 1.5;
  padding: 0 5px;
}

/* Mobile responsive fixes */
@media (max-width: 991px) {
  .timeline-wrapper {
    flex-direction: column;
    gap: 60px;
    padding-left: 20px;
  }

  .timeline-wrapper::before {
    display: block;
    top: 0;
    bottom: 0;
    left: 55px;
    /* 20px padding + 35px (half of 70px icon) */
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #17b5f9 0%, #10b981 100%);
    box-shadow: 0 0 15px rgba(23, 181, 249, 0.3);
  }

  .timeline-item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 30px;
  }

  .timeline-icon-box {
    margin: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    font-size: 20px;
    z-index: 2;
    background: linear-gradient(135deg, #ffd092 0%, #12a3f0 100%);
  }

  .timeline-content {
    flex: 1;
  }

  .timeline-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .timeline-desc {
    padding: 0;
    font-size: 14px;
  }
}

/* ══ GATEWAY SECTION — QUANTUM DATA VAULT ══════════════════════ */

/* Glass Noise Texture */
.glass-noise-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
}

/* Liquid Mesh Blobs for Gateway */
.mesh-gradient-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.2;
  animation: gateway-float 25s infinite alternate ease-in-out;
}

.blob-orange {
  width: 600px;
  height: 600px;
  background: #f5a133;
  bottom: -150px;
  right: -100px;
  animation-delay: -7s;
}

@keyframes gateway-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(100px, 50px) scale(1.1);
  }

  100% {
    transform: translate(-50px, 100px) scale(0.9);
  }
}

.gateway-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      rgba(1, 187, 245, 0.08) 1.5px,
      transparent 1.5px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 85%);
  z-index: 1;
}

/* ── Premium Gateway Card Redesign ────────────────────────────────── */

/* --- UTILITIES ------------------------------------------- */
.backdrop-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* --- HOW IT WORKS (STEP ICONS IN CIRCLES) ----------------- */
.process-step-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.step-icon-circle {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #01bbf5;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.process-step-card:hover .step-icon-circle {
  background: #01bbf5;
  color: #fff;
  box-shadow: 0 0 30px rgba(1, 187, 245, 0.4);
}

.investor-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-color: #dfdbe5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.92' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.08;
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

/* --- HARDWARE PARTNERS GRID ------------------------------ */
.brand-partner-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}

.brand-partner-card:hover {
  border-color: #01bbf5;
  background: rgba(1, 187, 245, 0.05);
  transform: translateY(-5px);
}

.brand-partner-info h5 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}

.brand-partner-info p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}

.brand-partner-info .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* --- BENTO STATS GRID ------------------------------------ */
/* Premium Bento Grid Upgrade */

.stats-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 20px;
}

.stats-bento-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

/* Glowing Border Effect on Hover */
.stats-bento-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg,
      rgba(1, 187, 245, 0.5),
      transparent,
      rgba(16, 185, 129, 0.5));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s;
}

.stats-bento-item:hover::before {
  opacity: 1;
}

.stats-bento-item:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Bento Sizing */
.stats-bento-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.stats-bento-item.wide {
  grid-column: span 2;
}

/* Icon Styling */
.bento-icon-box {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(1, 187, 245, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01bbf5;
  font-size: 24px;
}

.bento-number {
  font-family: 'Phudu', sans-serif;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #fff 0%, #01bbf5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bento-number.xl {
  font-size: 85px;
}

.bento-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.bento-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .stats-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(220px, auto);
  }
}

@media (max-width: 768px) {
  .stats-bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 15px;
  }

  .stats-bento-item.large,
  .stats-bento-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .bento-number.xl {
    font-size: 60px;
  }

  .stats-bento-item {
    padding: 25px;
    min-height: 220px;
  }

  .bento-icon-box {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.accordion-items {
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 15px !important;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-buttons {
  background: transparent !important;
  color: #fff !important;
  padding: 25px !important;
  font-weight: 600;
}

.accordion-body {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0 25px 25px 25px !important;
}

@media screen and (max-width: 991px) {
  .filter-button-parent .tp-section-title-phudu {
    font-size: 24px;
    margin-bottom: 0 !important;
  }
}

.contact-advantage-container {
  padding-right: 40px;
}

.contact-advantage-card {
  /* background: rgba(1, 1, 96, 0.75) !important; */
  backdrop-filter: blur(12px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-advantage-card:hover {
  transform: translateY(-8px) translateX(12px);
  /* background: rgba(1, 1, 96, 0.85) !important; */
  /* border-color: var(--tp-common-secondary); */
  box-shadow: 0 20px 50px rgba(1, 187, 245, 0.25);
}

.advantage-icon-box {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--grad-brand);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 8px 25px rgba(1, 114, 245, 0.35);
  transition: all 0.5s ease;
}

.contact-advantage-card:hover .advantage-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.advantage-content h4 {
  /* color: white; */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: var(--ff-heading);
}

.advantage-content p {
  /* color: rgba(255, 255, 255, 0.8); */
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Contact Media Cards (Address, Phone, etc.) */
.contact-media {
  /* background: rgba(255, 255, 255, 0.8) !important; */
  /* backdrop-filter: blur(15px); */
  padding: 40px 30px !important;
  border-radius: 24px;
  border: 1px solid rgba(1, 1, 96, 0.08);
  box-shadow: 0 15px 45px rgba(1, 1, 96, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-media:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(1, 114, 245, 0.12);
  border-color: var(--tp-common-secondary);
}

.contact-media .icon-btn {
  width: 75px;
  height: 75px;
  background: var(--grad-brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(1, 114, 245, 0.3);
  color: white;
}

.contact-media .icon-btn svg path {
  fill: white !important;
}

.contact-media .box-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-dark-blue);
  margin-bottom: 15px;
  font-family: var(--ff-heading);
}

.contact-media .box-text {
  font-size: 15px;
  color: var(--tp-text-body);
  line-height: 1.6;
}

.contact-media .box-text a {
  color: inherit;
  transition: color 0.3s ease;
}

.contact-media .box-text a:hover {
  color: var(--tp-common-secondary);
}

.modern-form-wrapper {
  background: rgb(255 255 255 / 49%) !important;
  backdrop-filter: blur(25px) saturate(180%);
  border-radius: 32px;
  padding: 60px;
  box-shadow: 0 30px 80px rgba(1, 1, 96, 0.12);
  border: 1px solid rgba(1, 1, 96, 0.08);
}

.tp-contact-form-input label {
  font-weight: 600;
  color: var(--tp-dark-blue);
  margin-bottom: 10px;
  font-size: 15px;
}

.tp-contact-form-input input,
.tp-contact-form-input textarea,
.tp-contact-form-input select {
  background: rgba(1, 1, 96, 0.03) !important;
  border: 1px solid rgba(1, 1, 96, 0.08) !important;
  border-radius: 14px !important;
  padding: 15px 20px !important;
  transition: all 0.3s ease !important;
}

.tp-contact-form-input input:focus,
.tp-contact-form-input textarea:focus,
.tp-contact-form-input select:focus {
  background: white !important;
  border-color: var(--tp-common-secondary) !important;
  box-shadow: 0 0 15px rgba(1, 187, 245, 0.15) !important;
}

@media (min-width: 576px) and (max-width: 991px) {
  .contact-advantage-container {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .modern-form-wrapper {
    padding: 40px 30px;
  }
}

@media (min-width: 280px) and (max-width: 575px) {
  .contact-advantage-container {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .modern-form-wrapper {
    padding: 40px 12px;
  }
}

.products-overview-area {
  padding-top: 180px !important;
}

/* industries */

/* INDUSTRIES SECTION - LIGHT THEME */
.tp-industries-section-light {
  background-color: #ffffff;
  /* Pure White Background */
  position: relative;
  overflow: hidden;
}

.tp-industries-title-light {
  color: #0b0c10;
  /* Very Dark Text */
  font-family: 'Lovelo', sans-serif;
  /* Branding font */
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
}

/* Row-based Layout */
.tp-industry-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 80px 0;
  transition: all 0.3s ease;
}

.tp-industry-row:last-child {
  border-bottom: none;
}

/* Content Column */
.tp-industry-content {
  flex: 0 0 50%;
  /* Content takes 50% */
  padding-right: 60px;
}

.tp-industry-label {
  color: #0077ff;
  /* Brand Accent Blue */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}

.tp-industry-name {
  color: #111419;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.tp-industry-desc {
  color: rgba(11, 12, 16, 0.8);
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Key Features (Bullets) */
.tp-industry-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.tp-feature-item {
  display: flex;
  align-items: center;
  background: #f4f6f9;
  /* Subtle gray bg */
  padding: 10px 20px;
  border-radius: 50px;
}

.tp-feature-icon {
  color: #2dd4bf;
  /* Teal accent from dark theme */
  font-size: 16px;
  margin-right: 10px;
}

.tp-feature-text {
  color: #111419;
  font-weight: 600;
  font-size: 14px;
}

/* Learn More Link */
.tp-industry-link {
  color: #111419;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.tp-industry-link:hover {
  color: #0077ff;
}

.tp-industry-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.tp-industry-link:hover i {
  transform: translateX(5px);
}

/* Image Column */
.tp-industry-image-wrapper {
  flex: 0 0 45%;
  /* Image takes 45% */
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  /* Soft, subtle shadow */
}

.tp-industry-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

.tp-industry-row:hover .tp-industry-img {
  transform: scale(1.05);
  /* Subtle zoom on hover */
}

/* Row alternating (Image left vs Image right) */
.tp-industry-row:nth-child(even) {
  flex-direction: row-reverse;
}

.tp-industry-row:nth-child(even) .tp-industry-content {
  padding-right: 0;
  padding-left: 60px;
}

/* Responsive */
@media (max-width: 991px) {
  .tp-industries-title-light {
    font-size: 45px;
  }

  .tp-industry-row {
    flex-direction: column-reverse !important;
    padding: 60px 0;
  }

  .tp-industry-content,
  .tp-industry-row:nth-child(even) .tp-industry-content {
    flex: 0 0 100%;
    padding: 40px 0 0 0 !important;
  }

  .tp-industry-image-wrapper {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .tp-industry-features {
    flex-wrap: wrap;
  }
}

.footer-bottom {
  position: relative !important;
  z-index: 1 !important;

}