html {
  scroll-behavior: smooth;
  background: #fff;
}

html {
  scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --nav-offset-desktop: 120px;
  --nav-offset-mobile: 72px;
}

@media (min-width: 992px) {
  [id] {
    scroll-margin-top: var(--nav-offset-desktop);
  }
}

@media (max-width: 991.98px) {
  [id] {
    scroll-margin-top: var(--nav-offset-mobile);
  }
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  color: #222222;
  letter-spacing: 0.2px;
  font-family: "Sora", sans-serif;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: #4C4C4C;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.hero-content h1 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 35px;
  margin: 0;
  padding: 40px 0 0px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 50px;
  margin-top: 60px;
}

.hero-content h1 span {
  background: #FFF3C5;
  background: linear-gradient(to right, #FFF3C5 0%, #E36E62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Orbitron", sans-serif;
}

.hero-content h2 {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.hero-content p {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
}

.hero {
  padding-top: 0;
  height: 100vh;
}

.hero img {
  margin-left: 15%;
}

.about-section {
  text-align: center;
  background: url(../images/about-bg.png) center / cover no-repeat;
  padding: 20px 0;
  text-align: left;
}

.about-section h2 {
  font-family: "Sora", sans-serif;
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 35px;
  margin-bottom: 20px;
}

.about-section span {
  font-family: "Orbitron", sans-serif;
  display: block;
  font-size: 45px;
  font-weight: bold;
}

.about-section p {
  color: #ffffff;
  font-weight: 300;
}

.solution-section h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
  width: 70%;
  margin-bottom: 20px;
}

.solution-section ul {
  margin: 0;
  padding: 0 0 0 50px;
  list-style: none;
}

.solution-section ul {
  padding: 0px
}

.solution-section ul li {
  display: flex;
  gap: 20px;
  color: #4C4C4C;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.stat-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .stat-thumb {
    width: 80px;
    height: 80px;
  }
}

.ai-section h3 {
  color: #7B7B7B;
  font-size: 25px;
}

.ai-section h2 {
  color: #4311A7;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;

}

.ai-box {
  background: #F2F2F2;
  border-radius: 8px
}

.ai-box p {
  font-size: 15px;
  color: #323232;
  line-height: 20px;
}

.ai-section a {
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  color: #000000;
  font-size: 15px;
}

.ai-section a:hover {
  border: 1px solid #541CBB;
  color: #541CBB;
}

.services-block {
  background: url("../images/solutions-bg.png") center/cover no-repeat;
  color: #fff;
  padding: 70px 0px 0px
}

.services-block h2 {
  font-family: "Sora", sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 10%;
}

.services-block span {
  font-family: "Orbitron", sans-serif;
  display: block;
  font-size: 45px;
  font-weight: bold
}

.service-card {
  width: 100%;
  background: transparent;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  border: 1px dashed #C9ABDC;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.service-card a{
  color: #ffffff;
}
.service-card a:hover{
  color: #ffffff;
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.service-card img {
  width: 25%;
  margin-bottom: 15px
}

.service-card span {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Sora", sans-serif;
}

body.preloading {
  overflow: hidden;
}

#preloader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  background: radial-gradient(1200px 600px at 50% -10%, #2c0a77 0%, #1a0a3a 60%, #14072d 100%);
  z-index: 9999;
  transition: opacity .5s ease, visibility .5s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#preloader .spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, .25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#preloader .loader-text {
  font: 600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .06em;
  color: #fff;
  opacity: .85;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.use-case {
  background: #fff;
}

.use-case .section-title {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 40px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.usecase-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.usecase-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.usecase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

.usecase-card h3 {
  margin: 5px 0 6px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #1F0D60;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
}

.usecase-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }
}


.partners {
  background: url(../images/partner-bg.png) center / cover no-repeat;
  color: #fff;
  padding: 60px 0px 60px;
}

.partners .section-title {
  font-family: "Sora", sans-serif;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  line-height: 40px;
  margin-bottom: 40px;
}

.partners .section-title span {
  font-family: "Orbitron", sans-serif;
  display: block;
  font-size: 45px;
  font-weight: bold;
}

.partner-card {
  background: #fff;
  border-radius: 20px;
  padding: 10px 25px 30px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  transition: transform .3s ease, box-shadow .3s ease;
  position: absolute;
  width: 32%;
}

.partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.partner-logo {
  max-height: 100px;
  object-fit: contain;
}

.partner-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.partner-card p {
  line-height: 25px;
}

.b-block {
  padding: 20px;
  background-color: #EAF3FF;
  border-radius: 20px;
}

.global-vision {
  text-align: center;
}

.global-vision h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #C8BFDC;
  font-size: 45px;
  margin-bottom: 20px;

}

.global-vision h2 span {
  color: #8BC2B1;
}

.con-pres {
  position: absolute;
  display: flex;
  top: 55px;
  left: 12%;
}

.con-pres h6 {
  font-size: 30px;
  font-weight: bold;
  color: #381783;
  padding-left: 20%;
}

.con-pres p {
  margin: 0;
  width: 40%;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  color: #5B3C9E;
  line-height: 22px
}

.content-block {
  position: relative;
}

.con-future p {
  margin: 0;
  width: 50%;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  color: #5FA48B;
  line-height: 22px;
}

.con-future {
  position: absolute;
  display: flex;
  top: 55px;
  right: 13%;
}

.con-future h6 {
  font-size: 30px;
  font-weight: bold;
  color: #5FA48B;
  padding-right: 80px;
}

.founders {
  background: #fff;
}

.founders .section-title {
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 40px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.founder-card {
  background: linear-gradient(90deg, #F5F5F9 0%, #F5F5F9 20%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: transform .3s ease;
  height: 100%;
}

.founder-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.founder-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.founder-name {
  font-size: 20px;
  font-weight: 700;
  color: #1F0D60;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2px;
}

.founder-role {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.founder-bio {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}

.contact-simple {
  text-align: center;
  background: linear-gradient(135deg, #180074, #5A0566);
  color: #fff;
  padding: 60px 0px;
}

.contact-block {
  padding: 60px 0px;
}

.contact-block .section-title {

  font-weight: 600;
  font-size: 45px;
  margin-bottom: 40px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.contact-simple .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.px;
  width: 70%;
  margin: 0 auto 20px;
  line-height: 45px;
}

.contact-form {
  width: 60%;
  margin: 0 auto
}

.contact-form .form-control {
  border-radius: 10px;
  padding: 14px 16px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  background: #f6f6f6;
}

.contact-form textarea.form-control {
  resize: none;
}

.btn {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
  border: none;
  padding: 12px 45px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 12px;
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.btn.btnp {
  background: #FFE4A2;
}

.btn:hover {
  background: #edd18e;
  color: #000000;
}

.btn-submit {
  background: #27025D;
  color: #FFFFFF;
  font-weight: 600;
  border: none;
  padding: 8px 45px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 15px;
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2px;
  display: inline-block;
}

.btn-submit:hover {
  background: #FFE4A2;
  color: #000000;
}

.site-footer {
  background: #ffffff;
  padding-bottom: 0px
}

.site-footer img {
  width: 50%;
}

.footer-bottom {
  background: #210172;
  text-align: center;
}

.footer-bottom p {
  color: #fff;
  padding: 12px;
  margin: 0;
  font-size: 15px;
}

.site-footer h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000000
}

.w-block {
  display: block;
}

.m-block {
  display: none;
}

@media (max-width:800px) {

  
}

@media (max-width: 480px) {

  header .navbar-brand {
    padding: 10px 0 !important;
  }

  header .navbar-brand .mobile-logo {
    height: 70px;
  }

  .hero-content h1 {
    font-size: 22px;
    margin: 50px 0 0;
    padding: 0;
    line-height: 30px;
  }

  .btn {
    padding: 12px 25px;
    margin-top: 0px;
    font-size: 11px;
  }

  .hero-content h1 span {
    font-size: 40px;
  }

  .about-section h2,
  .solution-section h2 {
    text-align: left;
  }

  .about-section ul,
  .solution-section ul {
    padding: 0 0 0 10px;
  }

  .solution-section ul li {
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .hero-content h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .partners .section-title {
    font-size: 17px;
    line-height: 30px;
  }

  .partners .section-title span {
    font-size: 35px;
  }

  .partner-card {
    position: static;
    width: 100%;
  }

  .global-vision h2 {
    font-size: 35px;
  }

  .partner-logo {
    max-height: 70px;
  }

  .w-block {
    display: none;
  }

  .m-block {
    display: block;
  }

  .solution-section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
  }

  p {
    font-size: 16px;
  }

  .ai-section h3 {
    margin-bottom: 0;
  }

  .ai-section h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .ai-section a {
    line-height: 18px;
  }

  .services-block h2 {
    font-size: 16px;
    line-height: 30px;
  }

  section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .service-card img {
    width: 18%;
    margin-bottom: 10px;
  }

  .use-case .section-title {
    font-size: 35px;
  }

  .partner-card h4 {
    font-size: 18px;
  }

  .hero {
    padding-top: 0;
    height: 770px;
    padding-bottom: 0;
  }

  .hero-content p {
    width: 100%;
    padding-top: 0;
  }

  .about-section span {
    font-size: 35px;
  }

  .about-section h2 {
    font-size: 25px;
  }

  .services-block {
    padding: 30px 0px 0px;
  }

  .service-card {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .contact-simple .section-title {
    font-size: 20px;
    width: 100%;
    line-height: 25px;
  }

  .founders .section-title {
    font-size: 35px;
  }

  .contact-block .section-title {
    font-size: 35px;
  }

  .partners {
    padding: 60px 0px 0px;
  }

  .founder-name {
    margin-bottom: 0;
  }

  .contact-form {
    width: 100%;
  }

  .btn-submit {
    width: 60%;
    text-align: center;
  }

  .site-footer p {
    text-align: left;
  }

  .services-block span {
    font-size: 25px;
  }

  .g-clr {
    color: #5FA48B !important;
  }

  .m-block h6 {
    font-size: 30px;
    font-weight: bold;
    color: #381783;
    margin: 5px 0 10px;
  }

  .m-block p {
    font-weight: 600;
    font-size: 15px;
    color: #5B3C9E;
    line-height: 22px;
  }

  .site-footer h6 {
    margin-top: 0;
  }
}