@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

:root {
  --font-heading: "Rajdhani", sans-serif;
  --font-heading1: "Rajdhani", sans-serif;
  --font-body: "Roboto", sans-serif;
  --site-color1: #1380a4;
  --site-color2: #414251;


}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padt60 {
  padding-top: 60px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb50 {
  padding-bottom: 50px;
}

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

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

.padtb40 {
  padding-bottom: 40px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.marb50 {
  margin-bottom: 50px;
}

.mart50 {
  margin-top: 50px !important;
}

.mart90 {
  margin-top: 90px;
}

.mart30 {
  margin-top: 30px !important;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;

}


.d-flex {
  display: flex;
}

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

.aic {
  align-items: center;
}

.jsb {
  justify-content: space-between;
}

.text-left {
  text-align: left;
}

img {
  max-width: 100%;
}

/* section 1 */

.overlay::before {
  content: '';
  opacity: 0.7;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}



.logo-symbol-top {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0;
}

.logo-symbol-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-top .midc {
  display: flex;
  align-items: center;
}





.reason-list li {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 30px #dfdfdf;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--site-color4);
}

.reason-list li .r-content {
  width: 94%;
}

.reason-list li .r-content p {
  margin: 0;
}

.reason-list li .r-icon {
  background: var(--site-color1);
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  border-radius: 8px;
}

.r-icon>div span {
  position: absolute;
  right: -18px;
  color: var(--red-color);
  font-size: 40px;
  top: 10px;
}

/* section 7 */

.left-it .main-img-inverted {
  width: 72%;
  margin-left: 0;
  margin-right: auto;
}


.left-it .main-img-inverted img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}

.left-it .invert-text {
  right: -69px;
  left: auto;
}

.left-it .invert-text p {
  margin-top: 10px;
}

.arrow-points-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.arrow-points-list li {
  background: var(--blue-color);
  width: 32.5%;
  list-style: none;
  border-radius: 10px;
  padding: 25px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.arrow-points-list li:nth-child(2) {
  background: var(--grey-color);
}

.arrow-points-list li span {
  font-size: 40px;
}

.arrow-points-list li div {
  width: 86%;
  text-align: left;
}



/* section 9 */





.two-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}


/* section 11 */

.arrow-list {
  margin-top: 30px;
}

.arrow-list li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  text-align: left;
}

.arrow-list li span {
  color: var(--red-color);
  font-size: 32px;
}

.arrow-list li p {
  margin: 0;
  width: 95%;
}

/* section 12 */




.quote-name h4 {
  font-size: 28px;
  margin: 0;
}

.quote-name h5 {
  margin-top: 0;
  font-weight: normal;
}

.quote-name h5 span {
  font-weight: 700;
}

.yellow-text {
  color: yellow;
}

.p-highlight-text {
  font-size: 30px;
  background: var(--blue-color);
  color: #fff;
  display: inline-block;
  padding: 25px 30px;
  border-radius: 20px;

}

b,
strong {
  font-weight: 700;
}


.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.chartone {
  width: 100%;
  margin-bottom: 30px;
}



/* * old */

footer {
  background: var(--site-color1);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

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

ul {
  padding: 0;
  margin: 0;
}


.mobile {
  display: none !important;
}

/* new css */

.banner-top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ct {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 0;
  font-size: 10px;
  line-height: 14px;
  z-index: 2;
  color: #fff;
}



.drug-top {
  max-width: 900px;
}

.tile-bg span {
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 36px;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
}

.tile-bg span a{color:#fff;}

.note {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.radius-img img {
  border: 1px solid var(--red-color);
  box-shadow: 0 5px 0 var(--red-color);
}


.team-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.team-list ul li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.team-list ul li img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-list ul li .team-img {
  height: 300px;
}


.team-list ul li h3 {
  margin: 0;
}

.team-list ul li h4 {
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.team-list ul li p {
  font-size: 16px;
  line-height: 24px;
}


.news-block ul {
  padding: 0;
  margin: 35px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-block ul li {
  list-style: none;
  background: #fff;

  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  text-align: left;
}

.news-block ul li img {
  display: block;
  margin-bottom: 10px;
}

.news-block ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}

.news-block ul li span a {
  text-decoration: underline;
  color: var(--site-color1);
  font-size: 16px;
  font-weight: 400;
}

.news-block ul li .date {
  font-size: 15px;
  opacity: 0.5;
  margin-top: 5px;
  color: #000;
}

#footnote,
#section19 {
  word-break: break-word;
  font-size: 14px;
}

/* new css */





.fin-market {
  background: url(../images/bg-highlight.jpg) no-repeat center top;
  background-size: cover;

}






.gradient-bg {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      #eead48,
      #9a5a22,
      #91802f,
      #ece4da,
      #eead48,
      #9a5a22);
  background-size: 400% 400%;
  animation: gradientShift 8s ease infinite;
  z-index: 1;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

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

  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

.glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
      rgba(236, 228, 218, 0.3),
      transparent 50%);
  opacity: 0;
  animation: glowPulse 4s ease-in-out infinite;
  z-index: 0;
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 768px) {

  .heading-container {
    padding: 40px 50px;
  }
}

@media (max-width: 480px) {

  .heading-container {
    padding: 30px 40px;
  }
}





.btn-3d {
  position: relative;
  padding: 20px 50px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;

  color: #fff;
  background: linear-gradient(145deg, var(--site-color1) 0%, var(--site-color1) 100%);
  border: none;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  box-shadow:
    0 8px 25px rgba(102, 126, 234, 0.4),
    0 15px 45px rgba(118, 75, 162, 0.3),
    inset 0 -5px 15px rgba(0, 0, 0, 0.3),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
  animation: floating 3s ease-in-out infinite;
  text-decoration: none;
  display: inline-block;
}

@keyframes floating {

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

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

.btn-3d::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transform: rotate(45deg);
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.btn-3d::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #667eea);
  background-size: 300% 300%;
  -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;
  animation: borderGlow 4s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@keyframes borderGlow {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.btn-3d:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow:
    0 15px 40px rgba(102, 126, 234, 0.6),
    0 25px 60px rgba(118, 75, 162, 0.5),
    inset 0 -5px 15px rgba(0, 0, 0, 0.3),
    inset 0 5px 15px rgba(255, 255, 255, 0.3);
}

.btn-3d:hover::after {
  opacity: 1;
}

.btn-3d:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 5px 15px rgba(102, 126, 234, 0.4),
    0 10px 25px rgba(118, 75, 162, 0.3),
    inset 0 -3px 10px rgba(0, 0, 0, 0.4),
    inset 0 3px 10px rgba(255, 255, 255, 0.2);
}

/* Orange Button */
.btn-orange {
  background: linear-gradient(145deg, #f46b45 0%, #eea849 100%);
  box-shadow:
    0 8px 25px rgba(244, 107, 69, 0.4),
    0 15px 45px rgba(238, 168, 73, 0.3),
    inset 0 -5px 15px rgba(0, 0, 0, 0.3),
    inset 0 5px 15px rgba(255, 255, 255, 0.2);
}

.btn-orange:hover {
  box-shadow:
    0 15px 40px rgba(244, 107, 69, 0.6),
    0 25px 60px rgba(238, 168, 73, 0.5),
    inset 0 -5px 15px rgba(0, 0, 0, 0.3),
    inset 0 5px 15px rgba(255, 255, 255, 0.3);
}

.btn-orange .glow-pulse {
  background: radial-gradient(circle, rgba(238, 168, 73, 0.4), transparent 70%);
}


.glow-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.4), transparent 70%);
  animation: pulse 2s ease-in-out infinite;
  z-index: -1;
  top: 0;
  left: 0;
}

@keyframes pulse {

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

  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.product-logistics {
  background: url(../images/product-logistics.jpg) no-repeat center;
  background-size: cover;
}

.product-logistics {
  background: url(../images/product-logistics.jpg) no-repeat center;
  background-size: auto;
  background-size: cover;
  padding: 100px;
  border-radius: 30px;
  color: #fff;
}

.approach {
  background: var(--site-color4);
  padding: 30px;
  color: #000;
  border-radius: 15px;
}

.approach ul li {
  color: #000;
  box-shadow: none;
}

.team-list {
  background: var(--site-color2);
  color: #fff;
}

.summary-text {
  border: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 19px;
}

.tp-logo-symbol {
  display: flex;
  flex-direction: column;

  width: 100%;
  position: relative;
  z-index: 99;
  text-align: center;
  padding-bottom: 30px;
}


.symbol {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 150px;
  display: block;
  line-height: 80px;
  padding: 10px 16px 5px 15px;
  border-radius: 6px;
  color: #e3ff1e;
}

.symbol span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}

.left-text {
  padding-left: 35px;
}




.col-img img {
  border-radius: 15px;
}


.bg-white-block {
  background: #fff;
  padding: 30px;
}

.white-bg {
  background: #fff;
}






/* new css */

.top-banner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}




.top-banner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}


.paid-advert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;

}

.paid-advert span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: var(--site-color1);
  display: inline-block;
  padding: 1px 12px;
  border-radius: 0 0 6px 6px;
}

.top-banner h1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.top-banner h1 span,
.text-bg {
color:yellow;
}



.relative {
  position: relative;
}


.site-title {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0 0 40px 0;

}

.sub-title {
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  font-weight: 700;
  font-family: var(--font-heading);

}



.text-center {
  text-align: center;
}


.banner-video {
  height: 100%;
}

.banner-video span {
  font-weight: 700;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-top: 10px;
}

.symbol-center {
  position: absolute;

  text-align: center;
  width: 100%;
  right: 15px;
  z-index: 1;
  font-weight: 400;
  font-size: 34px;
  background:yellow;
  max-width: 300px;
  margin: 0 auto;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:100%;
  color:#000;
}

.symbol-center span {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 80px;
  line-height: 80px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  border: 1px solid #000;
  margin-top: 10px;
}
.yellow-bg {
  background: var(--gradient-color-4);
}

.mt-0 {
  margin-top: 0 !important;
}

.dark-bg {
  background: var(--site-color3);
  width: 98%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 50px;
  margin-top: 50px;
}

.problem-block {
  background: #ffe3e3;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}

.solution-block {
  background: #fbfafe;
  padding: 30px;
  border-radius: 30px;
}

.heading-box {
  background: var(--gradient-color-4);
  padding: 30px;
  border-radius: 30px;
}

.border-box {

  border: 2px solid var(--site-color1);

  color: #000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 5px 20px 51.3px 61px rgba(9, 2, 49, 0.06);
  padding:15px;
  border-radius: 15px;
}


.border-box .arrow-ul li {
  margin-bottom: 0;
}


.border-box .arrow-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}





.chart-bg img {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 15px;
}

.reason-body p {
  margin: 0;
}


.header-section {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.decorative-line {
  height: 4px;
  background: linear-gradient(90deg, transparent, #3498db, transparent);
  margin-bottom: 40px;
  animation: shimmer 3s infinite;
}

@keyframes shimmer {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}


.hiti-highlight {
  color: var(--site-color1);
  position: relative;
  padding: 0 10px;
}

.subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  font-weight: 500;
}

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

.about-us-block {
  color: #fff;
  background: url(../images/background_image.png) no-repeat center;
  background-size: cover;
}

.about-us-block.overlay::before {
  opacity: 0.2;
}


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

.col3 li {
  list-style: none;
}

.col3 li img {
  display: block;
  min-height: 330px;
  margin-bottom: 10px;
}

.col3 li a {
  text-decoration: none;
  color: #000;
  font-size: 24px;
}

.vegas-overlay {
  background-image: url(../images/02.png);
  background: transparent url(../images/01.png);
  opacity: 1;
  z-index: 1;
  border-bottom: 2px solid #000;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100% !important;
}

.home-techno {
  overflow: hidden;
}

.home-techno canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home-techno .two-block {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 15px;
}

.home-techno .two-block img {
  border-radius: 15px;
}

.right-text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding-left: 15px;
}

.img-r img {
  border: 1px solid var(--gradient-color-4);
  border-radius: 15px;
  box-shadow: 5px 5px 0 var(--gradient-color-4);
}

.border-box .arrow-ul.one-col {
  grid-template-columns: 1fr;
}

.team-block li {
  list-style: none;
  display: grid;
  text-align: left;

  border: 1px dashed #ccc;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  backdrop-filter: blur(20px);
  color: #fff;
}

.team-block li h3 {
  margin: 0;
}

.team-block li h4 {
  margin: 5px 0 10px 0;
  font-weight: 400;
  font-style: italic;
  opacity: 0.5;
}

.team-block li p {
  margin: 0;
}

.dark-bg .two-block img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.stat-detail a {
  color: #fff;
}

/* new css */

.banner-text-left {
  max-width: 850px;
}

.banner-text-left a {
  color: #fff;
}

.highlight-text {

  font-weight: 600;
  border: 2px solid var(--site-color1);
  border-radius: 25px;
  box-shadow: 0 15px 35px #ddd;
  padding: 30px;
  color: #00a5ff;
  height: 100%;
}

.highlight-text.v1 {
  border-color: var(--site-color1);
  color: var(--site-color1);
  border-left-width: 10px;
}

.fin-highlight {
  background: url(../images/dark-section-bg-shape.png) no-repeat center #03171d;
  background-size: cover;
  width:96%;
  margin:0 auto;
  border-radius:30px;
}


.arrow-ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 26px 1fr;
  text-align: left;
  gap: 10px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 8px;
  backdrop-filter: blur(20px);
  color: #000;
}

.arrow-ul li .a-icon {
  width: 26px;
  height: 26px;
}


.fin-highlight .arrow-ul li {
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
  grid-template-columns: 50px 1fr;
}

.fin-highlight .arrow-ul li .a-icon {
  width: 50px;
  height: 50px;
  font-size: 40px;
}

.fin-highlight .arrow-ul li p {
  margin: 0;
}

.fin-highlight .arrow-ul li ol {
  margin: 10px 0 0 0;
  padding: 0;
}

.fin-highlight .arrow-ul li ol li {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  grid-template-columns: 26px 1fr;
}

.fin-highlight .arrow-ul li ol li .a-icon {
  width: 26px;
  height: 26px;
}



.quote-block {
  color: #000;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 5px 20px 51.3px 61px rgba(9, 2, 49, 0.06);
  padding: 50px;
  border-radius: 15px;

  border: 1px solid var(--site-color1);
    border-top: 10px solid var(--site-color1);
}

.quote-in {
  margin-top: auto;
}

.qb-top {
  margin-bottom: auto;
}



.quote-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.quote-name span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.quote-img img {
  display: block;
  border-radius: 15px;
  border: 1px solid;
}

.quote-in {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.quote-name span {
  display: block;
}



.border-outline {
  border: 1px solid var(--site-color1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--site-color1);
  margin-top: 70px;
  padding: 20px;
}

.prob-sol-inner {
  border-radius: 15px;
  padding: 30px;
}

.problem {
  background: url(../images/hero_bg-red.jpg) no-repeat center;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
  color: #fff;
}

.problem .col-img,
.solution .col-img {
  height: 100%;
}

.problem .col-img img,
.solution .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prob-solutions {
  max-width: 92%;
  margin: 0 auto;
}

.problem .two-block,
.solution .two-block {
  backdrop-filter: blur(20px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.solution {
  background: url(../images/hero_bg.png) no-repeat center;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
  color: #fff;
}

.border-outline.v1 {
  background:yellow;
  box-shadow: none;
  border-color: #000;
}


.market-size {
  position: relative;
  min-height: 100vh;
  padding: 80px 20px;
  overflow: hidden;
  background: url(../images/background_image.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.market-size.overlay::before {
  opacity: 0.2;
}



@keyframes float {

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

  33% {
    transform: translate(50px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-50px, 50px) scale(0.9);
  }
}


.section-header {
  margin-bottom: 20px;
  animation: fadeInUp1 1s ease-out;
}


.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.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: 32px;
  transition: all 0.3s ease;
  animation: fadeInUp1 1s ease-out backwards;
}

.stat-card:nth-child(1) {
  animation-delay: 0.1s;
}

.stat-card:nth-child(2) {
  animation-delay: 0.2s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.3s;
}

.stat-card:nth-child(4) {
  animation-delay: 0.4s;
}

.stat-card:nth-child(5) {
  animation-delay: 0.5s;
}

.stat-card:nth-child(6) {
  animation-delay: 0.6s;
}

.stat-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 102, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0066ff, #00ffcc);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #00ffcc, #0066ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-weight: 600;
}

.stat-detail {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.content-box {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 40px;
  animation: fadeInUp1 1s ease-out 0.7s backwards;
  line-height: 1.8;
  font-size: 1.1rem;
}

.content-box p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.content-box p:last-child {
  margin-bottom: 0;
}

.content-box sup {
  color: #0066ff;
  font-weight: 600;
}



.cta-box {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.3), rgba(124, 58, 237, 0.3));
  border: 1px solid rgba(0, 102, 255, 0.3);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  margin-bottom: 40px;
  animation: fadeInUp1 1s ease-out 0.8s backwards;
}

.cta-box h2 {

color:yellow;
}
.cta-box a{color:#fff;}

.disclaimer {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 40px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  animation: fadeInUp1 1s ease-out 0.9s backwards;
}

.sources {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  animation: fadeInUp1 1s ease-out 1s backwards;
}

.sources a {
  color: #0066ff;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.3s ease;
}

.sources a:hover {
  color: #00ffcc;
  text-decoration: underline;
}

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@media (max-width: 768px) {

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .content-box,
  .cta-box,
  .disclaimer,
  .sources {
    padding: 24px;
  }

  .content-box {
    font-size: 1rem;
  }

  .cta-box h2 {
    font-size: 1.6rem;
  }
}

.cta-box p {
  margin-top: 0;
}

.reasons-block {
  background: url(../images/hero_bg.png) repeat center;
}

.text-white {
  color: #fff;
}


.reason-item {
  border-radius: 0 20px 20px 0;
  padding: 20px;
  position: relative;

  padding: 25px;
  backdrop-filter: blur(40px);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  color: #fff;
}

.reason-item a {
  color: #fff;
}

.reason-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-image: url(../images/noise.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.reason-item:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  z-index: -1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 19.3%, rgba(255, 255, 255, 0.06) 62.02%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.reason-item:nth-child(1) {
  animation-delay: 0.1s;
}

.reason-item:nth-child(2) {
  animation-delay: 0.2s;
}

.reason-item:nth-child(3) {
  animation-delay: 0.3s;
}

.reason-item:nth-child(4) {
  animation-delay: 0.4s;
}

.reason-item:nth-child(5) {
  animation-delay: 0.5s;
}

.reason-item:nth-child(6) {
  animation-delay: 0.6s;
}

.reason-item:nth-child(7) {
  animation-delay: 0.7s;
}

.reason-item:nth-child(8) {
  animation-delay: 0.8s;
}

.reason-item:nth-child(9) {
  animation-delay: 0.9s;
}

.reason-item:nth-child(10) {
  animation-delay: 1s;
}




.reason-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.circle-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--site-color1), #2980b9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
  position: relative;
}

.circle-number::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #3498db;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease;
}



.reason-title-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
}

.reason-body {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 75px;
  font-weight: 400;
}

.metric {
  color: #3498db;
  font-weight: 700;
  background: rgba(52, 152, 219, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.reference {
  color: #3498db;
  font-size: 0.8rem;
  vertical-align: super;
  font-weight: 700;
  margin-left: 3px;
}

.decorative-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

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

@media (max-width: 968px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .reason-body {
    padding-left: 0;
    margin-top: 15px;
  }

  .reason-item {
    padding: 25px 35px 25px 35px;
  }
}

.b-col {
  background: #fff;
  box-shadow: 5px 20px 51.3px 61px rgba(9, 2, 49, 0.06);
  height: 100%;
  padding: 30px;
  border-radius: 15px;
  border: 5px solid var(--site-color1);
}

.abt-img img {
  border-radius: 15px;
  display: block;
}

.icon-cards_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;

}

.icon-card_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--site-color1);
  background-color: #007cad0d;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.icon-card_icon {
  color: var(--site-color1);
  font-size: 3rem;
}

.icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: flex;
}

.icon-card_heading {
  margin: 0;
}

.text-wrapper .border-box {
  text-align: left;
}

.icon-card_component p {
  margin: 0;
}

.home__solutions-list {
  margin-right: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  display: flex;
}

.home__solution {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: drop-shadow(0 3px 10px #0097ff1f);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  background: #fff;
}

.home__solution-icon {
  position: relative;
  top: 2px;
}

.home__solution-text {
  color: var(--site-color1);
  font-size: 18px;
  text-decoration: none;
}

.about__industries-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about__industries-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--site-color1);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 5px 5px 0 var(--site-color1);
}

.about__industries-item-icon {
  width: 32px;
  height: 32px;
}

.about__industries-item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about__industries-list a {
  color: var(--site-color1);
  text-decoration: none;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 20px;
}

.about__industries-list a h4,
.about__industries-list a p {
  margin: 0;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  z-index:1;
}

.shape-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);

}

.ecom-gap .col-img {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.two-block.ecom-gap, .two-block.ecom-solution {
  background: #7b3c43;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.two-block.ecom-solution {
  background:#3c86a2;
}

.prsol-heading {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  text-align: center;
}

.prsol-heading .sub-title {
  display: inline-block;
  background: red;
  padding: 5px 25px;
  border-radius: 10px;
}

.ecom-solution .col-img {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.ecom-solution .prsol-heading .sub-title{background:green;}

.market-size .tile-bg span{color:yellow;}

.text-wrapper .tile-bg span {
  color: var(--site-color1);
  border: 1px solid var(--site-color1);
  background: rgba(255, 255, 0, 0.4);
}

.gt-img img {
  border-radius: 50px;
  height:100%;
  object-fit: cover;
}

.gt-text p {
  margin-bottom: 0;
}

.gt-text .note {
  margin-top: 15px;
}

.gt-img {
  height: 100%;
}

.list-ul {
  padding: 0;
}
.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.top-reason-block .list-ul li {
  text-align: left;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  color: #000;
  align-items: center;
  box-shadow: 0 10px 40px 0 rgba(29, 83, 187, .1);
  border-bottom: 2px solid var(--site-color1);
}

.top-reason-block .list-ul li .icon {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: var(--site-color1);
  font-family: var(--heading-fonts);
  padding: 10px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 40px;
  position: relative;
}

.top-reason-block .list-ul li .icon::after {
  left: 94%;
  top: 50%;
  border: solid transparent;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(136, 183, 213, 0);
  border-left-color: var(--site-color1);
  border-width: 15px;
  margin-top: -15px;
}

.top-reason-block .list-ul li .li-content {
  width: 93%;
}

.site-color1 {
  color: var(--site-color1);
}

.abt-text {
  max-width: 700px;
  margin-left: auto;
}

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

.com-list li {
  border: 2px solid var(--site-color1);
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  border-left-width: 7px;
  list-style:none;
}

.text-wrapper.border-box {
  background: var(--site-color1);
  color: #fff;
  padding: 30px;
}

.text-wrapper.border-box .border-outline.v1 {
  background: #fff;
  color: var(--site-color1);
}