@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..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;
  font-size: 100%;
  overflow-x: hidden
}

:root {
  --font-heading: "Archivo Narrow", sans-serif;
  --site-color: #ff9200;
  --site-color1: #54bbf7;
  --site-color2: #34446d;
  --site-color3:#251b5c;
}

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

.mt30 {
  margin-top: 30px;
}

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

.mb50 {
  margin-bottom: 50px !important;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.padt30 {
  padding-top: 30px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}


.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb20 {
  padding-bottom: 20px;
}

.padtb30 {
  padding-bottom: 30px;
}

.padtb40 {
  padding-bottom: 40px;
}

.padtb50 {
  padding-bottom: 50px;
}

.padtb60 {
  padding-bottom: 60px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

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

.marb50 {
  margin-bottom: 50px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex;
}

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

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

.aic {
  align-items: center;
}


img {
  max-width: 100%;
}

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

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

.site-title {
  font-size: 50px;
  line-height: 1.3;
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform:uppercase;

}

.sub-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 20px 0;
}

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

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



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


.chart-button a {
  text-decoration: none;
  border-radius: 34px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  background: var(--site-color);
  padding: 10px 20px;
}


.summery-block h2 {
  text-align: center;
}



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

.chart-button {
  margin-top: 30px;
}



.thank-you-header .header-title h1 span {
  font-size: 30px;
  display: block;
}

.thank-you-header .header-title {
  width: 100%;
  color: #fff;
  max-width: 820px;
  padding-left: 0;
  position: relative;
}

.thank-you-header img {
  margin-bottom: 20px;
}

footer a {
  color: #fff;
  text-decoration: none;
}




.emailnewsletter.mt50 {
  margin-top: 50px;
}


.v-mobile {
  display: none;
}


.logo {
  margin-bottom: 20px;
}


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



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

.emailnewsletter .site-title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.1;
}

.emailnewsletter.overlay::before {
  opacity: 0.7;
}

.emailnewsletter .forms-logo {
  width: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

header .tacbox a {
  color: #000;
}

.tacbox {
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
}

.tacbox a {
  color: #fff;
}



.emailnewsletter.light {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

.box-shade {

  padding: 30px;
  border-radius: 30px;
    backdrop-filter: blur(20px);
    color:#fff;
    border:5px solid rgba(255, 255, 255, 0.5);
}

.site-title.big-title {
  text-align: center;
  font-size: 67px;
  line-height: 1.1;
}



.reasons-inner {
  background-image: linear-gradient(126deg, #042b58, #009adf);
  color: #fff;
  padding: 50px;
  border-radius: 20px;
}


.number-points {
  padding: 0;
  margin: 40px 0 0 0;
  position: relative;
}

.number-points li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff6ea;
  color: #000;
  padding: 15px;
  border-radius: 10px;
  align-items: center;
  border: 2px solid var(--site-color);
}

.number-points li:last-child {
  margin-bottom: 0;
}

.number-points li p {
  margin: 0;
  width: 93%;
}

.number-points li a {
  color: #fff;
}

.number-points li span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #000;
  background: url(../images/number.png) no-repeat center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-size: 100%;
  font-size: 26px;
}



.reasons-block .sub-title {

  max-width: 600px;
  margin: 0 auto 30px auto;
}






.box-shade.border {
  border: 5px solid var(--site-color2);
}



.market-segment ul {
  padding: 0;
  margin: 60px 0 0 0;
  display: grid;
  justify-content: center;
  text-align: center;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.market-segment ul li {
  list-style: none;
}

.market-segment ul li img {
  border-radius: 100%;
}

.market-segment ul li h3 {
  margin-bottom: 0;
}

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


.r-text {
  font-size: 100px;
  color: #97c93e;
  line-height: 100px;
}

.r-text.r-text-n {
  color: #00a7e2;
}

.r-text p {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}

.subscriber-text {
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  border-radius: 20px;
  box-shadow: 0 15px 35px #eaeaea;
  max-width: 300px;
}

.subscriber-text p {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  line-height: 36px;
}

.radius30 {
  border-radius: 30px;
}


.points {
  padding: 0;
  margin: 0;
}

.points li {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.points li:last-child {
  margin-bottom: 0;
}

.points li .icon-p {
  color: #08d008;
}

.quotes {
  width: 100%;
  background: var(--site-color1);
  padding: 26px 24px;
  height: 100%;
  color: #fff;
}

.quotes::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
}



.quotes-img {
  position: absolute;

  top: 26px;

  right: 26px;

}

.quotes-name {
  font-weight: 600;
}

.points li .p-text span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}


.th-col {
  background: #fff;
  box-shadow: 0 3px 21px rgba(89, 100, 255, 0.08);
  height: 100%;
  padding: 20px;
  border-radius: 10px;
}

.th-col .sub-title {
  font-size: 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.th-col .points li {
  flex-wrap: wrap;
}

.th-col .points li .p-text {
  width: 91%;
}

.th-col .points li ol {
  padding: 0 0 0 28px;
  margin: 0;
  width: 100%;
}


.advertisment {
  font-size: 14px;
  background: #f2f2f2;
  padding: 10px;
  margin-top: 0;
}

.header-inner {
  background: #000;
  padding: 10px 0;
}

.header-inner img {
  max-width: 150px;
}



/* new css */

.logo-symbol {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 15px;
  left: 0;
  right: 0;
}

.logo-left {
  display: flex;
  align-items: center;

}



header video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}



.big-headling-logo {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
}

.big-headling-logo img {
  width: 95%;
}



@keyframes float {

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

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


.form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 40px;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.3),
    0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 -5px 20px rgba(0, 0, 0, 0.05);
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}



.form-card:hover {
  transform: translateY(-2px);
}



.subtitle {
  text-align: center;
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  margin-top: 0;
}

.company-name {
  color: var(--site-color1);
  font-weight: 700;


}

.input-group {
  margin-bottom: 30px;
  position: relative;
}

.input-wrapper {
  position: relative;
  transform-style: preserve-3d;
}

input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 20px 25px;
  font-size: 1.05rem;
  border: 2px solid #e2e8f0;
  border-radius: 30px;
  background: #ffffff;
  color: #1e293b;
  transition: all 0.3s ease;
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.05),
    0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateZ(10px);
  text-align: center;
}

input[type="email"]:focus, input[type="tel"]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    inset 0 2px 8px rgba(59, 130, 246, 0.1),
    0 0 0 4px rgba(59, 130, 246, 0.1),
    0 8px 24px rgba(59, 130, 246, 0.2);
  transform: translateZ(15px);
}

input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: #94a3b8;
}

.btn-submit {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: -webkit-linear-gradient(top, var(--site-color) 37.5%, #FFF7ED 100%);
  background: linear-gradient(180deg, var(--site-color) 37.5%, #FFF7ED 100%);
  box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 30px;
  min-width: 170px;
  border-radius: 30px;
  cursor: pointer;
}

.btn-submit::before {
  content: "";
  position: absolute;
  height: 56%;
  top: 1px;
  left: 10px;
  width: calc(100% - 20px);
  background: -webkit-linear-gradient(top, #FFDEB3 0%, rgba(169, 255, 218, 0) 78.65%);
  background: linear-gradient(180deg, #FFDEB3 0%, rgba(169, 255, 218, 0) 78.65%);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.btn-submit:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-submit:disabled {
  background: #9ca3af;
  background: linear-gradient(180deg, #9ca3af 37.5%, #6b7280 100%);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.9;
}

.btn-submit:disabled:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 25px;
  text-align: center;
    justify-content: center;
}

input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #3b82f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.checkbox-label {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.checkbox-label a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.checkbox-label a:hover {
  color: #8b5cf6;
  text-decoration: underline;
}

.decoration {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.1;
  pointer-events: none;
}

.decoration-1 {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
}

.decoration-2 {
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
}

.col-img img {

  border-radius: 15px;
  display: block;

}

.dark-bg {
  background: var(--site-color2);
  color: #fff;
}

.ul-point {
  margin: 0;
  padding: 0;
}

.ul-point li {
  background: #25494a;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 15px;
  list-style: none;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}

.ul-point li .ul-icon {
  font-size: 40px;
  color: var(--site-color4);
}

.t-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  text-align: center;
  justify-content: center;
}

.t-col .input-group {
  margin-bottom: 0;
}

.form-card.v1 {
  max-width: 900px;
}



.form-card.v1 .btn-submit {
  width: 100%;
  padding: 18px;
  grid-column: 1 / -1;
  max-width: 340px;
  margin: 0 auto;
}

.grid-breakling-col {
  border: 1px solid #000;
}

.grid-breakling-col .two-col {
  padding: 20px;
}

.grid-breakling-col .site-title {
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.grid-breakling-col {
  border: 1px solid #000;
  box-shadow: 0 10px 0 #000;
}

.ul-point.g-pr li {
  background: #dfdfdf;
}

.ul-point.g-pr li .ul-icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 26px;
}

.ul-point.g-pr li p {
  margin: 0;
}

.ul-point.no-grid li {
  display: inline-block;
  background: #dfdfdf;

}

.border-content {
  padding: 20px;
}

.border-content .ul-point li {
  background: #fff;
  box-shadow: 0 15px 35px #e1e1e1;
  border: 1px solid #ccc;
}

.solution-block .col-img img {
  background: #fff;
}

.solution-block .ul-point.g-pr li {
  background: #25494a;
}

.solution-block .ul-point.g-pr li .ul-icon {
  background: var(--site-color4);
  color: #000;
}



.mt-headig-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
}

.mt-headig-wrapper .site-title {
  margin-bottom: 0;
}

.mt-headig-wrapper {
  background: var(--site-color4);
  padding: 15px;
  border-radius: 30px;
  position: relative;
  top: -80px;
  color: #000;
  border: 10px solid #fff;
}

.solution-block.dark-bg {
  padding-bottom: 150px;
}

.mt-top-margin .ul-point li {
  background: #fff;
  font-size: 18px;
}

.highlight-text {
  background: #fff;
  border: 5px solid var(--site-color1);
  padding: 20px;
  border-radius: 15px;
  border-bottom-width: 10px;
}

.highlight-text .sub-title {
  margin-bottom: 0;
}

.mt-top-margin {
  margin-top: -50px;
}

.logo-color-line img {
  max-width: 80px;
}

.logo-color-line {
  background: var(--site-color2);
  padding: 15px 15px 0px 15px;
  text-align: center;

}

.bg-col-text {
  position: relative;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
  border: 5px solid var(--site-color2);
  z-index: 1;
  margin-top: 18px;
  margin-bottom: 18px;
}

.bg-col-text::before {
  top: -17px;
  content: "";
  width: 86%;
  height: 17px;
  z-index: -30;
  position: absolute;
  border-radius: 83px;
  border-bottom-right-radius: 83px;
  border-bottom-left-radius: 83px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: 7.5%;
  background-color: var(--site-color2);
}

.bg-col-text::after {
  bottom: -17px;
  content: "";
  width: 86%;
  height: 17px;
  z-index: -30;
  position: absolute;
  border-radius: 83px;
  border-top-left-radius: 83px;
  border-top-right-radius: 83px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 7.5%;
  background-color: var(--site-color2);
}

.bg-col-text .ul-point li {
  color: #fff;
  background-color: var(--site-color2);
}

.two-col.v1 {
  align-items: normal;
}

.grid-breakling-col.v1 {
  padding: 20px;
}

.grid-breakling-col.v1>p:first-child {
  margin-top: 0;
}

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

.col3 li {
  list-style: none;
  border: 1px solid #D9D9D9;
  border-top-width: 1px;
  border-top-color: rgb(217, 217, 217);
  border-radius: 15px;
  padding: 15px;
  background: var(--site-color2);
  color: #fff;
}

.col3 li h4 {
  margin: 0;
  font-size: 24px;
}

.col3 li p {
  margin-bottom: 0;
}

.grid-breakling-images.v1 {
  padding-bottom: 150px;
}

.summery .highlight-text .sub-title {
  color: #000;
}


.female-founded {
  background: url(../images/main-banner-home.png) no-repeat left top;
  background-size: cover;
  min-height: 840px;
}

.female-founded .site-title {
  margin: 0;
  max-width: 600px;
  border: 10px solid var(--site-color1);
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 7px 7px 0 var(--site-color1);

}

.yellow-bg {
  background: var(--site-color1);
  padding: 25px;
  color: #fff;
}

.yellow-bg .sub-title {
  margin-bottom: 0;
}

.col-bg-b {
  background: var(--site-color1);
  padding: 15px;
  border-radius: 15px;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  right: 0;
}

.shape-bottom svg {
  overflow: hidden;
  width: 100%;
  line-height: 0;
  direction: ltr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mt-size {
  max-width: 600px;
  margin-bottom: 150px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 15px;
  border: 5px solid var(--site-color1);
}

.gt-in-block .col-img {
  height: 100%;
}

.gt-in-block .col-img img {
  height: 100%;
  object-fit: cover;
}

.reasons-block {
  background: #f2f2f2;
  background-size: 100%;
}

.reasons-block .site-title u {
  color: var(--site-color);
}

.brands-ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.brands-ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 15px;
  text-align: left;
  border: 1px solid #191957;
  padding: 10px;
  border-radius: 10px;
}

.brands-ul li h3 {
  margin: 0;
}

.brands-ul li p {
  margin-bottom: 0;
  margin-top: 5px;
}



.button-block {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.button-block a {
  text-decoration: none;
  padding: 15px 25px;
}
.button-block a.btn-submit:nth-child(2){
  background: -webkit-linear-gradient(top, var(--site-color1) 37.5%, #f0faff 100%);
  background: linear-gradient(180deg, var(--site-color1) 37.5%, #f0faff 100%);
}

.button-block a.btn-submit:nth-child(2)::before {

  background: -webkit-linear-gradient(top, #f0faff 0%, rgba(169, 255, 218, 0) 78.65%);
  background: linear-gradient(180deg, #f0faff 0%, rgba(169, 255, 218, 0) 78.65%);

}

/* new css */

.top-logo-ticker {
  position: absolute;

  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
  background: #ffffff1c;
  backdrop-filter: blur(10px);
  padding: 15px 0;
}

.top-logo-ticker .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.symbol-block {
  font-family: var(--font-heading);
  color: var(--site-color);
  font-size: 36px;

  display: inline-block;
  font-weight: 700;
}


.header-left .form-card {
  -webkit-clip-path: polygon(100% 3.158%, 100% 3.158%, 99.955% 2.646%, 99.826% 2.16%, 99.619% 1.707%, 99.342% 1.293%, 99.001% 0.925%, 98.604% 0.609%, 98.158% 0.352%, 97.668% 0.161%, 97.144% 0.041%, 96.591% 0%, 3.409% 0%, 3.409% 0%, 2.856% 0.041%, 2.332% 0.161%, 1.842% 0.352%, 1.396% 0.609%, 0.998% 0.925%, 0.658% 1.293%, 0.381% 1.707%, 0.174% 2.16%, 0.045% 2.646%, 0% 3.158%, 0% 96.842%, 0% 96.842%, 0.045% 97.354%, 0.174% 97.84%, 0.381% 98.293%, 0.658% 98.707%, 0.998% 99.075%, 1.396% 99.391%, 1.842% 99.648%, 2.332% 99.839%, 2.856% 99.959%, 3.409% 100%, 82.083% 100%, 82.083% 100%, 82.358% 99.99%, 82.629% 99.959%, 82.895% 99.909%, 83.156% 99.84%, 83.409% 99.751%, 83.654% 99.645%, 83.89% 99.52%, 84.114% 99.378%, 84.327% 99.219%, 84.527% 99.044%, 94.195% 89.84%, 98.953% 85.607%, 98.953% 85.607%, 99.144% 85.421%, 99.318% 85.224%, 99.474% 85.014%, 99.61% 84.795%, 99.727% 84.567%, 99.824% 84.331%, 99.9% 84.088%, 99.955% 83.839%, 99.989% 83.586%, 100% 83.329%, 100% 3.158%);
  clip-path: polygon(100% 3.158%, 100% 3.158%, 99.955% 2.646%, 99.826% 2.16%, 99.619% 1.707%, 99.342% 1.293%, 99.001% 0.925%, 98.604% 0.609%, 98.158% 0.352%, 97.668% 0.161%, 97.144% 0.041%, 96.591% 0%, 3.409% 0%, 3.409% 0%, 2.856% 0.041%, 2.332% 0.161%, 1.842% 0.352%, 1.396% 0.609%, 0.998% 0.925%, 0.658% 1.293%, 0.381% 1.707%, 0.174% 2.16%, 0.045% 2.646%, 0% 3.158%, 0% 96.842%, 0% 96.842%, 0.045% 97.354%, 0.174% 97.84%, 0.381% 98.293%, 0.658% 98.707%, 0.998% 99.075%, 1.396% 99.391%, 1.842% 99.648%, 2.332% 99.839%, 2.856% 99.959%, 3.409% 100%, 82.083% 100%, 82.083% 100%, 82.358% 99.99%, 82.629% 99.959%, 82.895% 99.909%, 83.156% 99.84%, 83.409% 99.751%, 83.654% 99.645%, 83.89% 99.52%, 84.114% 99.378%, 84.327% 99.219%, 84.527% 99.044%, 94.195% 89.84%, 98.953% 85.607%, 98.953% 85.607%, 99.144% 85.421%, 99.318% 85.224%, 99.474% 85.014%, 99.61% 84.795%, 99.727% 84.567%, 99.824% 84.331%, 99.9% 84.088%, 99.955% 83.839%, 99.989% 83.586%, 100% 83.329%, 100% 3.158%);
}


.header-left {
  display: grid;
  align-items: flex-end;
  position: absolute;
  z-index: 2;
  max-width: 94%;
  left: 0;
  right: 0;
  grid-template-columns: 1fr 500px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  gap: 100px;
}

.header-title h1 {
  margin-bottom: 15px;
  font-size: 58px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.header-title h1 span {
  color: var(--site-color);
}

.header-title h1 a {
  color: #fff;
}

.header-left .form-card .t-col{
    grid-template-columns: 1fr;
}

.header-title h1 span.bg {
  display: inline-flex;
  background: var(--site-color);
  color: #fff;
  padding: 2px 7px;
  border-radius: 6px;
}

.strip-bg {
  position: absolute;
  z-index: 9999;
  bottom: 0;
}

.strip-bg.v1 {
  position: absolute;
  z-index: 9999;
  bottom:-10px;
  top:auto;
}

header {
  z-index: 20;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100vh;
  padding-bottom:150px;
}

 .dna-strand {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .helix {
            position: absolute;
            width: 4px;
            background: linear-gradient(180deg, #00d4ff, #0099ff);
            border-radius: 2px;
            opacity: 0.3;
            animation: float 8s ease-in-out infinite;
        }

        .particle {
            position: absolute;
            border-radius: 50%;
            animation: particleFloat 15s infinite ease-in-out;
        }

        .cell {
            position: absolute;
            border-radius: 50%;
            border: 2px solid rgba(0, 255, 170, 0.3);
            animation: pulse 4s ease-in-out infinite;
        }

        .radiation-wave {
            position: absolute;
            border: 2px solid rgba(255, 100, 200, 0.2);
            border-radius: 50%;
            animation: radiate 3s ease-out infinite;
        }

        .molecule {
            position: absolute;
            width: 8px;
            height: 8px;
            background: radial-gradient(circle, #00ffaa, #00aa77);
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 255, 170, 0.5);
            animation: moleculeMove 12s linear infinite;
        }

        .grid-line {
            position: absolute;
            background: rgba(0, 200, 255, 0.05);
        }

          @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(5deg); }
        }

        @keyframes particleFloat {
            0% { transform: translate(0, 0); opacity: 0; }
            10% { opacity: 0.8; }
            90% { opacity: 0.8; }
            100% { transform: translate(var(--tx), var(--ty)); opacity: 0; }
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.1); opacity: 0.6; }
        }

        @keyframes radiate {
            0% { transform: scale(0.5); opacity: 0.8; }
            100% { transform: scale(2); opacity: 0; }
        }

        @keyframes moleculeMove {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(100px, -50px) rotate(90deg); }
            50% { transform: translate(200px, 20px) rotate(180deg); }
            75% { transform: translate(100px, 70px) rotate(270deg); }
            100% { transform: translate(0, 0) rotate(360deg); }
        }

        @keyframes titleGlow {
            0%, 100% { filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.5)); }
            50% { filter: drop-shadow(0 0 40px rgba(0, 255, 170, 0.8)); }
        }

        .connection-line {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
            animation: connectionPulse 2s ease-in-out infinite;
        }

        @keyframes connectionPulse {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.8; }
        }

        .particler-bg{background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1b35 100%); overflow:hidden;}

        #particleCanvas {
  height: 300px;
}

.dot-inner {
  border: 5px solid #ffc87f;
  padding: 30px;
  border-radius: 15px;
  background:#fff;
  box-shadow:8px 8px 0 var(--site-color);
}
.dot-inner h2{margin-bottom:0;}

.dot-bg-dot {
  background: url(../images/dot-block.jpg) no-repeat;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  right: -109px;
  bottom: -81px;
  width: 300px;
  height: 300px;
  z-index: -2;
}

.cancer-problem{background:url(../images/cancer.jpg) no-repeat left top; background-size: cover;}
.cancer-problem-fixed{
  background:url(../images/cancer.jpg) no-repeat left top; background-size: cover;
  position: fixed;
  width:100%;
  height:100%;
  background-size: cover;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.bg-white{background:#fff;position: relative; z-index:1;}
.cp-text-block {
  position: relative;
  max-width: 700px;
  margin-left: auto;
}

.cp-text-shape {
  width: 100px;
  position: absolute;
  left: -25px;
  background:rgba(255, 255, 255, 0.9);
  height: 100%;
  border-radius: 20px;
  border: 4px solid #fff;
}

.cp-text-shape::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background-size: auto;
  border-radius: 20px;
  z-index: -1;
  background-size: 400%;
  animation: glowing 20s linear infinite;
}


 @keyframes glowing {
            0% {
                background-position: 0 0;
            }
            50% {
                background-position: 400% 0;
            }
            100% {
                background-position: 0 0;
            }
        }

.cap-text-right {
  position: relative;
  background: var(--site-color);
  border-radius: 15px;
  padding: 20px;
  left: 10px;
  top: 25px;
  color: #fff;
}


.white-box {
  border: 5px solid #e8e6e4;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 0px 30px rgba(2, 29, 53, 0.08);
  background:#fff;
}

.heading-bg{
  background:url(../images/heading-banner.jpg) no-repeat left top;
  background-size: cover;
  padding:20px;
  border-radius:15px;
  color:#fff;
}
.heading-bg h3{margin:0;}



.tile-bg span {
  background: var(--site-color);
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 15px;
}

.product-outline {
  border: 2px solid var(--site-color);
  border-top-width: 5px;
  padding:25px;
}

.product-outline .sub-title.tile-bg {
  margin-top: -55px;
}

.light-bg {
  background: #fff1de;
  padding: 10px;
}
.light-bg p:last-child{margin-bottom:0;}

.n-bg-block{
  background:url(../images/news-letter-bg.jpg) no-repeat center;
  background-size: cover;
}

.n-bg-block .form-card {
  margin: 0 auto;
  background: none;
  color:#fff;
}


.n-bg-block  .subtitle, .n-bg-block  .checkbox-label{color:#fff;}

.n-bg-block .company-name, .n-bg-block .checkbox-label a{color:var(--site-color);}

.product-outline.v2{
  border: 2px solid var(--site-color3);
}

.product-outline.v2 .tile-bg span{background: var(--site-color3);}

.two-col.bg-wrap {
  background: var(--site-color3);
  color: #fff;
  padding-right: 20px;
}

.testtimonials-bg{
  background:url(../images/testimonials-bg.jpg) no-repeat center;
  background-size: cover;
}

.white-box.v1 {
  background: var(--site-color);
  color: #fff;
}


.quote-block {
  background: none;
  padding: 90px 40px 40px 40px;
  border-radius: 30px;
  color: #000;
  backdrop-filter: blur(20px);
  border: 5px solid rgba(255,255,255,0.2);
  color: #fff;
}

.quote-block p {
  font-size: 20px;
  margin-top: 0;
}

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

.quote-icon {
  position: absolute;
  right: 0;
  top: 15px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.quote-block a{color:#fff;}

.testtimonials-bg .two-col{align-items: inherit;}

.greeting-investors video, .company-overview video{position: absolute; width:100%; height:100%; object-fit: cover; left:0; top:0; bottom:0; top:0;}

.col-text-greeting {
  backdrop-filter: blur(20px);
  padding: 30px;
  border: 3px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  max-width: 600px;
  margin-left: auto;
}

.company-overview {padding-left:25px; padding-right:25px; min-height:700px;}
.company-overview .col-text-greeting{margin-right: auto; margin-left: inherit;}

.video-thumbinal {
  max-width: 800px;
  margin: 0 auto;
  border: 10px solid var(--site-color1);
}

.video-thumbinal img{display: block;}

.about-v-vlock{background:url(../images/home-banner-6.webp) no-repeat center; background-size: cover;}

.arrow-ul-list {
  padding: 0;
  margin: 0;
}

.arrow-ul-list li {
  backdrop-filter: blur(20px);
  padding: 15px;
  color: #fff;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.2);
  margin-bottom: 20px;
}

.arrow-ul-list li .a-icon {
  color: var(--site-color);
  font-size: 44px;
}
.arrow-ul-list li span{color:var(--site-color);}
.arrow-ul-list li h3{margin-bottom:5px;}
.arrow-ul-list li h3, .arrow-ul-list li p {
  margin: 0;
}


.video-thumbinal.v1 {
  padding: 20px;
  max-width: 1100px;
}

.video-thumbinal video {
  width: 100%;
  background: #dfdfdf;
}

.arrow-ul-list.white-base li {
  color: #000;
  text-align: left;
  border: 1px solid var(--site-color);
  box-shadow: 0 5px 0 var(--site-color);
}

.box-highlight-v1{background:url(../images/bottom-of-the-page.jpg) no-repeat center; background-size: cover;}

.box-highlight-v1 .col-text-greeting {
  margin: 0;
  max-width: 700px;

  color:#fff;
  background:var(--site-color);
}

.team-block ul {
  padding: 0;
  margin: 0;
}

.team-block ul li {
  border: 1px solid var(--site-color);
  padding: 15px;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 16% 1fr;
  gap: 20px;
  margin-bottom:20px;
  box-shadow:0 5px 0 var(--site-color);
}

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

.team-block ul li h4 {
  margin: 0;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
}

.team-block ul li img {
  border-radius: 6px;
}

.team-block ul.no-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.team-block ul.no-img li {
  grid-template-columns: 1fr;
}

.summary-block{
  background:url(../images/page-header-home-5.webp) no-repeat center;
  background-size: cover;
}

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

.latest-news ul li {
  list-style: none;
  background: #fff;
  box-shadow: 0 15px 35px #e6e6e6;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}

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

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

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

.latest-news ul li .date {
  font-size: 15px;
  opacity: 0.5;
  margin-top: 5px;
}

.mobile{display: none;}

.overfloe-hi{overflow: hidden;}

.in-opt {
  color: #f7ff04;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  background: var(--site-color3);
  padding: 1px 10px;
  display: inline-block;
  border-radius: 6px;
}

.in-opt u{color:#fff;}

header .checkbox-group{text-align: left;}