@charset "UTF-8";
.font--ubuntu {
  font-family: ubuntu, sans-serif;
}

.breakout {
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 991px) {
  .breakout-md {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .breakout-sm {
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 575px) {
  .breakout-xs {
    margin: 0 calc(50% - 50vw);
  }
}

.nav {
  z-index: 99;
}
.nav-brand {
  z-index: 101;
}
.nav__logo {
  height: 28px;
}
.nav__name {
  font-size: 17px;
  line-height: 23px;
  font-family: Ubuntu;
  font-weight: 500;
}
@media (max-width: 575px) {
  .nav__name {
    font-size: 20px;
  }
}
.nav__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 16px 24px;
}

.nav-sidebar__button {
  padding: 1rem 2rem;
  font-size: 1rem;
  border: 0;
  background: white;
  color: #333;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s;
  cursor: pointer;
}

/* ==|====================
   Layout/Nav
   ======================= */
.nav-sidebar {
  height: 15px;
}
.nav-sidebar--open {
  overflow: hidden;
}
.nav-sidebar__hamburger {
  margin-top: -12px;
}
.nav-sidebar__hamburger span {
  display: block;
  height: 0.133em;
  width: 1.25em;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.nav-sidebar__hamburger > span:not(:last-child) {
  margin-bottom: 0.25em;
}
.nav-sidebar .sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  opacity: 0.2;
  transition: all 400ms ease-in;
  z-index: 100;
}
.nav-sidebar .sidebar ul {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 80px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.nav-sidebar .sidebar ul li {
  text-align: center;
  margin: 0;
}
.nav-sidebar .sidebar a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
}
.nav-sidebar label {
  margin-bottom: 0px;
}
.nav-sidebar input[type=checkbox] {
  display: none;
}
.nav-sidebar input[type=checkbox]:checked ~ .sidebar {
  transition: all 400ms ease-in;
  margin: 0;
  opacity: 1;
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger span {
  z-index: 9999999;
  margin-bottom: 0;
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:first-child {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: rotate(45deg);
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:nth-child(2) {
  margin-top: -0.133em;
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: rotate(-45deg);
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:last-child {
  display: none;
}

.hero {
  z-index: 0;
  padding-bottom: 60px;
}
.hero__inner {
  padding: 80px 0px 80px;
}
@media (max-width: 575px) {
  .hero__inner {
    padding: 60px 0px 60px;
  }
}
.hero__title {
  font-size: 42px;
  font-weight: 500;
  max-width: 520px;
  line-height: 54px;
}
.hero__description {
  max-width: 490px;
  font-size: 15px;
  line-height: 28px;
  opacity: 70%;
}
.hero__btn {
  font-size: 15px;
  font-weight: 500;
  padding: 19px 34px;
  line-height: 1;
  z-index: 1;
}
.hero__btn--shape {
  margin-top: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 5%;
}
.hero__shapes {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__shape-blob {
  position: absolute;
  margin-left: 10%;
  top: 0;
  height: 110%;
  z-index: -1;
}
.hero__shape-triangle {
  position: absolute;
  margin-left: -5%;
  top: 8%;
  height: 70%;
  z-index: -1;
}
.hero__shape-dot-grid {
  position: absolute;
  right: 70%;
  top: 10%;
  height: 70%;
  z-index: -1;
}

.custom-shape-divider-bottom-1655607061 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1655607061 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.custom-shape-divider-bottom-1655607061 .shape-fill {
  fill: #FFFFFF;
}

.hero {
  z-index: 0;
  padding-bottom: 60px;
}
.hero .hero__inner {
  padding: 80px 0px 80px;
}
.hero__title {
  font-size: 42px;
  font-weight: 500;
  max-width: 520px;
  line-height: 54px;
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 36px;
    line-height: 1.5;
  }
}
.hero__description {
  max-width: 490px;
  font-size: 15px;
  line-height: 28px;
  opacity: 70%;
}
.hero__btn {
  font-size: 15px;
  font-weight: 500;
  padding: 19px 34px;
  line-height: 1;
  z-index: 1;
}
.hero__btn--shape {
  margin-top: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 5%;
}
.hero__shapes {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__shape-blob {
  position: absolute;
  margin-left: 10%;
  top: 0;
  height: 110%;
  z-index: -1;
}
.hero__shape-triangle {
  position: absolute;
  margin-left: -5%;
  top: 8%;
  height: 70%;
  z-index: -1;
}
.hero__shape-dot-grid {
  position: absolute;
  right: 70%;
  top: 10%;
  height: 70%;
  z-index: -1;
}

.custom-shape-divider-bottom-1655607061 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1655607061 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.custom-shape-divider-bottom-1655607061 .shape-fill {
  fill: #FFFFFF;
}

.home-hero {
  background-position: center bottom;
  background-size: auto 100%;
  padding-bottom: 60px;
}
.home-hero-container {
  width: 50%;
}
.home-hero__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.5;
}

.image-1 {
  top: 0;
  left: 55%;
  height: 100%;
  width: auto;
  position: absolute;
}
@media (max-width: 768px) {
  .image-1 {
    height: unset;
    text-align: center;
    position: unset;
    top: unset;
    right: unset;
    max-width: 400px;
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .image-1 {
    max-width: 300px;
    margin: 10px auto;
  }
}

.image-2 {
  top: 0;
  right: 55%;
  height: 100%;
  width: auto;
  position: absolute;
}
@media (max-width: 768px) {
  .image-2 {
    height: unset;
    text-align: center;
    position: unset;
    top: unset;
    right: unset;
    max-width: 300px;
    margin: 0 auto;
  }
}

.image-btn-grid {
  top: 0;
  left: 14%;
  height: 100%;
  width: auto;
  z-index: -1;
}

.form-login__logo {
  height: 28px;
  fill: #1E0D73;
}
.form-login__app-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.form-login__subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.form-light {
  background: #FFFFFF;
  box-shadow: 10px -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 430px;
  margin: 0 auto;
}
.form-light form label {
  color: #667D90;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.form-light form a {
  color: #244E6E;
  font-size: 15px;
  font-weight: 400;
  font-family: "Acumin Pro";
}
.form-light form input {
  border: 1.5px solid #DDE3E9;
}
.form-light form .form-control {
  height: 42px;
  line-height: 42px;
}

.web-heading-1 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
}
@media (max-width: 575px) {
  .web-heading-1 {
    font-size: 30px;
    line-height: 1.25;
  }
}

.web-heading-2 {
  font-size: 32px;
  letter-spacing: 0.17px;
  line-height: 42px;
}

.p-web {
  font-size: 18px;
  line-height: 32px;
}
.p-web-2 {
  font-size: 16px;
  line-height: 28px;
}

.max-w-600 {
  max-width: 600px !important;
}

.trusted-by {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Trusted by logo section */
.trusted-by .logo-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.trusted-by .logo-marquee::before, .trusted-by .logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.trusted-by .logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.trusted-by .logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.trusted-by .logo-track {
  display: flex;
  animation: scroll 20s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.trusted-by .logo-track:hover {
  animation-play-state: paused;
}
.trusted-by .logo-item {
  flex: 0 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted-by .logo-item img {
  height: 40px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
.trusted-by .logo-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .trusted-by .logo-item {
    padding: 0 1rem;
  }
  .trusted-by .logo-item img {
    height: 32px;
  }
  .trusted-by .logo-marquee::before, .trusted-by .logo-marquee::after {
    width: 50px;
  }
}

.sprint-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sprint-section .sprint-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 5%;
}
.sprint-section .sprint-timeline .timeline-line {
  position: absolute;
  top: 10px;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: #333;
  z-index: 1;
}
.sprint-section .sprint-timeline .timeline-step {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}
.sprint-section .sprint-timeline .timeline-step .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
}
.sprint-section .sprint-timeline .timeline-step .timeline-content h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}
.sprint-section .sprint-timeline .timeline-step .timeline-content p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .sprint-section .sprint-timeline {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 600px;
    padding: 0 0px 0 20px;
    margin-left: -20px;
  }
  .sprint-section .sprint-timeline .timeline-line {
    width: 2px;
    height: calc(100% - 60px);
    top: 10px;
    left: 30px;
    right: auto;
    transform: none;
  }
  .sprint-section .sprint-timeline .timeline-step {
    flex: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  .sprint-section .sprint-timeline .timeline-step .timeline-dot {
    width: 20px;
    height: 20px;
    margin: 0 30px 0 0;
    flex-shrink: 0;
  }
  .sprint-section .sprint-timeline .timeline-step .timeline-content {
    flex: 1;
    padding-top: 0;
  }
  .sprint-section .sprint-timeline .timeline-step .timeline-content h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .sprint-section .sprint-timeline .timeline-step .timeline-content p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

.ads-section {
  padding: 100px 0;
}
.ads-section h2 {
  font-weight: 600;
}
.ads-section__illustration {
  max-height: 400px;
}
@media (max-width: 991px) {
  .ads-section__illustration {
    max-height: unset;
    margin-top: 40px;
  }
}
.ads-section .stat-item .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 80px;
}
@media (max-width: 991px) {
  .ads-section .stat-item .stat-number {
    font-size: 2.5rem;
  }
}
.ads-section .stat-item .stat-label {
  font-size: 18px;
  padding-top: 10px;
  opacity: 0.8;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ads-section .stat-item .stat-label {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .ads-section {
    padding: 60px 0;
  }
  .ads-section .row.mt-5.pt-5 {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
  }
}

.cta-section {
  background-color: #0E1817;
  padding: 80px 0;
}
.cta-section h2 {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cta-section p {
    text-align: center;
    margin-bottom: 1.5rem !important;
  }
}
.cta-section .btn {
  min-width: 160px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cta-section .btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }
}

.footer-section {
  background-color: #0E1817;
  color: white;
}
.footer-section .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-section .footer-logo {
    justify-content: flex-start;
  }
}
.footer-section .footer-logo .footer-brand-text {
  font-size: 1.1rem;
  font-weight: 400;
  color: white;
}
.footer-section .footer-nav .footer-link {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
}
.footer-section .footer-nav .footer-link:hover {
  opacity: 0.8;
  color: white;
}
.footer-section .footer-social .social-link {
  color: white;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
}
.footer-section .footer-social .social-link:hover {
  opacity: 0.8;
  color: white;
}
.footer-section .footer-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0;
}
.footer-section .footer-copyright span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-section .footer-links .footer-legal-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}
.footer-section .footer-links .footer-legal-link:hover {
  opacity: 1;
  color: white;
}
@media (max-width: 991px) {
  .footer-section .footer-nav,
  .footer-section .footer-social {
    text-align: center;
  }
  .footer-section .footer-links .footer-legal-link {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .footer-section .footer-links .footer-legal-link {
    display: block;
    margin-bottom: 0.75rem;
    margin-right: 0 !important;
  }
}

.client-showcase, .client-showcase--reverse {
  color: #ffffff;
  overflow: hidden;
}
.client-showcase .container, .client-showcase--reverse .container {
  position: relative;
  max-width: none;
}
@media (min-width: 992px) {
  .client-showcase .container, .client-showcase--reverse .container {
    display: flex;
    align-items: stretch;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase .row, .client-showcase--reverse .row {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase .col-lg-6:first-child, .client-showcase--reverse .col-lg-6:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    padding: 0;
    margin-left: calc(-50vw + 50%);
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase .col-lg-6:last-child, .client-showcase--reverse .col-lg-6:last-child {
    width: 50%;
    margin-left: auto;
    padding-left: 3rem;
    display: flex;
    align-items: stretch;
    min-height: 600px;
  }
}
.client-showcase .client-image, .client-showcase--reverse .client-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .client-showcase .client-image, .client-showcase--reverse .client-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    min-height: 600px;
  }
}
.client-showcase .client-image img, .client-showcase--reverse .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .client-showcase .client-image img, .client-showcase--reverse .client-image img {
    min-height: 600px;
  }
}
.client-showcase .client-image:hover img, .client-showcase--reverse .client-image:hover img {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .client-showcase .client-content, .client-showcase--reverse .client-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .client-showcase .client-content, .client-showcase--reverse .client-content {
    min-height: 900px;
  }
}
.client-showcase .client-content .client-label, .client-showcase--reverse .client-content .client-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.client-showcase .client-content h2, .client-showcase--reverse .client-content h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 48px;
  margin-bottom: 1.5rem;
}
.client-showcase .client-content p, .client-showcase--reverse .client-content p {
  color: #D1D5DB;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.client-showcase .client-content .client-actions, .client-showcase--reverse .client-content .client-actions {
  margin-top: auto;
}
.client-showcase .client-content .client-actions .btn, .client-showcase--reverse .client-content .client-actions .btn {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.client-showcase .client-content .client-actions .btn.btn-primary, .client-showcase--reverse .client-content .client-actions .btn.btn-primary {
  background-color: #ffffff;
  color: #0E1817;
  border: 1px solid #ffffff;
}
.client-showcase .client-content .client-actions .btn.btn-primary:hover, .client-showcase--reverse .client-content .client-actions .btn.btn-primary:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  transform: translateY(-2px);
}
.client-showcase .client-content .client-actions .btn.btn-outline-secondary, .client-showcase--reverse .client-content .client-actions .btn.btn-outline-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #6B7280;
}
.client-showcase .client-content .client-actions .btn.btn-outline-secondary:hover, .client-showcase--reverse .client-content .client-actions .btn.btn-outline-secondary:hover {
  background-color: #6B7280;
  border-color: #6B7280;
  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .client-showcase, .client-showcase--reverse {
    padding: 3rem 0;
  }
  .client-showcase .container, .client-showcase--reverse .container {
    max-width: 1140px;
  }
  .client-showcase .client-content, .client-showcase--reverse .client-content {
    text-align: center;
    padding-left: 0 !important;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .client-showcase, .client-showcase--reverse {
    padding: 2rem 0;
  }
  .client-showcase .client-content h2, .client-showcase--reverse .client-content h2 {
    font-size: 2rem;
  }
  .client-showcase .client-content p, .client-showcase--reverse .client-content p {
    font-size: 1rem;
  }
  .client-showcase .client-content .client-actions .btn, .client-showcase--reverse .client-content .client-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .client-showcase .client-content .client-actions .btn:last-child, .client-showcase--reverse .client-content .client-actions .btn:last-child {
    margin-bottom: 0;
  }
}

.client-showcase--reverse {
  color: #0E1817;
}
.client-showcase--reverse h2,
.client-showcase--reverse p {
  color: #0E1817 !important;
}
@media (min-width: 992px) {
  .client-showcase--reverse .col-lg-6:first-child {
    position: static;
    width: 50%;
    margin-left: 0;
    padding-right: 3rem;
    padding-left: 0;
    display: flex;
    align-items: stretch;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase--reverse .col-lg-6:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    padding: 0;
    margin-right: calc(-50vw + 50%);
    margin-left: 0;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase--reverse .client-image {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .client-showcase--reverse .client-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 34px;
    line-height: 1.5;
  }
}

.modal-backdrops {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 1040;
}

a {
  text-decoration: none;
}

.main-nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(14, 24, 23, 0.95) 0%, rgba(14, 24, 23, 0.8) 50%, rgba(14, 24, 23, 0) 100%);
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .main-nav {
    background: unset;
    background-color: #0E1817;
  }
}
.main-nav .nav-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.main-nav .nav-logo img {
  height: 28px;
}
.main-nav .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.main-nav .nav-link:hover {
  opacity: 1;
}
.main-nav .nav-button {
  background: white;
  color: #111;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.2s;
}

.hero {
  color: #fff;
  height: 965px;
  position: relative;
  overflow: hidden;
  margin-top: -120px;
  padding-top: 120px;
  /* your existing dark color */
  background-color: #0E1817;
  /* subtle spotlight */
  background-image: radial-gradient(800px 800px at 20% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .hero {
    margin-top: 0;
    padding-top: 0;
    background-image: unset;
    padding-bottom: 0px;
  }
}
.hero .container {
  height: 100%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none; /* keep it non-interactive */
  /* 2 %-opacity PNG noise (1 × 1 px base64) */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/ w8AAusB9yXHwJwAAAAASUVORK5CYII=");
  opacity: 0.02;
  z-index: 0; /* sit behind content */
}

.hero {
  position: relative; /* create containing block */
  isolation: isolate; /* ensures ::before stays under children */
}

.hero__content {
  position: relative;
  z-index: 2;
}
.hero__content h1 {
  font-size: 68px;
  line-height: 0.9;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff5ee;
}
@media (max-width: 991px) {
  .hero__content h1 {
    font-size: 58px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 48px;
    line-height: 1.25;
  }
}
.hero__content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #E5E5E5;
  max-width: 80%;
}
@media (max-width: 991px) {
  .hero__content p {
    max-width: 100%;
  }
}

.accent {
  color: #59f;
}

.cta {
  padding: 1rem 2rem;
  font-size: 1rem;
  border: 0;
  background: white;
  color: #333;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s;
  cursor: pointer;
}
.hero__marquee {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
  height: 965px;
  position: relative;
  z-index: 2;
  margin-top: -120px;
  width: 85%;
  margin-left: auto;
  margin-right: -5%;
}
.hero__marquee::before, .hero__marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  z-index: 2;
}
.hero__marquee::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(14, 24, 23) 0%, rgba(14, 24, 23, 0.8) 50%, rgba(14, 24, 23, 0) 100%);
}
.hero__marquee::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(14, 24, 23) 0%, rgba(14, 24, 23, 0.8) 50%, rgba(14, 24, 23, 0) 100%);
}
@media (max-width: 991px) {
  .hero__marquee {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
    height: 420px;
    width: 100vw;
    margin-top: 20px;
    gap: 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .hero__marquee::before, .hero__marquee::after {
    display: none;
  }
  .hero__marquee #col-3 {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hero__marquee {
    grid-template-columns: 1fr;
    width: 100vw;
    max-height: 900px;
    gap: 0.5rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .hero__marquee::before, .hero__marquee::after {
    display: none;
  }
}

.marquee {
  height: 965px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .marquee {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .marquee {
    height: 400px;
  }
}

.marquee .swiper-wrapper {
  height: auto;
  width: 100%;
  transition-timing-function: linear !important;
}

.marquee .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  flex: 1 1 0%;
}
@media (max-width: 600px) {
  .marquee .swiper-slide {
    min-height: 120px;
  }
}

.marquee img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .marquee img {
    width: 140px;
    height: 200px;
    max-width: 140px;
    max-height: 200px;
  }
}

/* pause on hover */
.marquee:hover .swiper-slide {
  animation-play-state: paused;
}
