.features-cards-section {
  padding: 80px 0;
  background-color: #f5f7fb;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.feature-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-card-icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  font-size: 20px;
}

.feature-card-icon-wrapper i {
  font-size: 22px;
}

.feature-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111827;
}

.feature-card-text {
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
}

.testimonials-section {
  padding: 80px 0;
  background-color: #5d3b9c;
}

.testimonials-badge {
  display: inline-block;
  padding: 8px 20px;
  background-color: #f3e8ff;
  color: #7c3aed;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 20px;
}

.testimonials-heading {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}

.testimonials-description {
  max-width: 800px;
  color: #ffffff;
  margin: 0 auto 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .testimonials-description {
    text-align: justify;
    max-width: 720px;
  }
}

.testimonials-row {
  margin-top: 40px;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.testimonial-content .btn {
  padding: 5px 10px;
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  z-index: 2;
}

.testimonial-content .btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-content .btn i {
  font-size: 40px;
  line-height: 37px;
  color: white;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #7c3aed;
}

.testimonial-text {
  margin-bottom: 0;
  text-align: justify;
}

.work-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.work-image {
  margin-top: 40px;
  text-align: center;
}

.work-image img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.explore-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.communities-grid {
  margin-top: 40px;
}

.community-item {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.community-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.community-icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}

.community-name {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0;
  text-align: center;
}

.community-name::after {
  display: none;
}

.stats-section {
  margin-top: 60px;
}

.stat-item {
  padding: 20px;
  margin-bottom: 20px;
}

.stat-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.5em;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.stat-value .icon {
  margin-left: 10px;
  color: #7c3aed;
  width: 1em;
  height: 1em;
}

.stat-label {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.stat-label::after {
  display: none;
}

.why-bondbridge-section {
  padding: 80px 0;
  padding-bottom: 0;
  background-color: #f5f7fb;
  overflow: hidden;
}

.why-bondbridge-left {
  padding-right: 30px;
}

@media (max-width: 992px) {
  .why-bondbridge-left {
    padding-right: 0;
    margin-bottom: 80px;
    text-align: center;
  }
}

.why-bondbridge-badge {
  display: inline-block;
  padding: 8px 20px;
  background-color: #f3e8ff;
  color: #7c3aed;
  border-radius: 30px;
  margin-bottom: 20px;
}

.why-bondbridge-heading {
  font-weight: 800;
  margin-bottom: 20px;
  color: #111827;
}

.why-bondbridge-description {
  margin-bottom: 40px;
  max-width: 600px;
}

@media (max-width: 992px) {
  .why-bondbridge-description {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .why-bondbridge-description::after {
    display: none;
  }
}

.why-bondbridge-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .why-bondbridge-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.why-bondbridge-feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #7c3aed;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 992px) {
  .why-bondbridge-feature-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.why-bondbridge-feature-title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111827;
}

.why-bondbridge-feature-description {
  font-size: 16px;
  margin-bottom: 0;
}

.why-bondbridge-feature-description::after {
  display: none;
}

.why-bondbridge-right {
  position: relative;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .why-bondbridge-right {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.why-bondbridge-dashed-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border: 2px dashed rgba(124, 58, 237, 0.3);
  border-radius: 50%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.why-bondbridge-purple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  border-radius: 50%;
}

.why-bondbridge-inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.why-bondbridge-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.why-bondbridge-stat-card {
  position: absolute;
  width: 160px;
  background-color: #7c3aed;
  color: #ffffff;
  border-radius: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.why-bondbridge-stat-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 8px 15px rgba(124, 58, 237, 0.2);
          box-shadow: 0 8px 15px rgba(124, 58, 237, 0.2);
}

.why-bondbridge-stat-card-top {
  top: 10%;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.why-bondbridge-stat-card-bottom {
  bottom: 10%;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.why-bondbridge-inner-circle:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.why-bondbridge-inner-circle:hover ~ .why-bondbridge-stat-card-top {
  -webkit-transform: translateY(-20px) translateX(20px);
          transform: translateY(-20px) translateX(20px);
}

.why-bondbridge-inner-circle:hover ~ .why-bondbridge-stat-card-bottom {
  -webkit-transform: translateY(20px) translateX(-20px);
          transform: translateY(20px) translateX(-20px);
}

.why-bondbridge-stat-icon {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

.why-bondbridge-stat-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.why-bondbridge-stat-label {
  font-size: 14px;
  opacity: 0.8;
}

.modal-content {
  border-radius: 12px;
  overflow: hidden;
}

.modal-header {
  padding: 1rem 1.5rem;
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
}

.modal-body {
  padding: 1rem 1.5rem 1.5rem;
  background-color: #f8f9fa;
  /* light gray background (optional) */
}

* {
  font-family: "League Spartan", sans-serif;
}

body {
  font-family: "League Spartan", sans-serif;
}

h1 {
  text-align: center;
  line-height: 1em;
  font-weight: bold;
  font-size: 40px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  h1 {
    text-align: justify;
    font-size: 38px;
  }
  h1.justified::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 48px;
  }
}

h1 span {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

@media (min-width: 576px) {
  h2 {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  h2 {
    text-align: justify;
    font-size: 34px;
  }
  h2.justified::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  h2 {
    font-size: 44px;
  }
}

h2 span {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3.grad {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-size: 19px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
    text-align: justify;
  }
  p::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

.custom-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 48px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media (max-width: 992px) {
  .custom-navbar {
    padding: 12px 16px;
  }
  .custom-navbar .navbar-nav {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .custom-navbar {
    padding: 8px 0;
  }
}

.custom-navbar .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0 5px;
}

.custom-navbar .nav-link:hover {
  color: #7c3aed;
}

@media (max-width: 992px) {
  .custom-navbar .nav-link {
    padding: 15px 5px;
    margin: 0;
  }
}

.custom-navbar .download-button {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background-color: #7c3aed;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 20px;
  border: none;
}

@media (max-width: 992px) {
  .custom-navbar .download-button {
    margin: 10px 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    text-align: left;
  }
  .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-nav .nav-link {
    padding: 10px 20px;
    display: block;
  }
}

.landing-hero {
  margin-top: -72px;
  padding-top: 72px;
  position: relative;
}

@media (min-width: 992px) {
  .landing-hero {
    margin-top: -95px;
    padding-top: 95px;
  }
}

.landing-hero .background {
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}

.landing-hero-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 140px;
  width: 100%;
}

.landing-hero-logo img {
  height: 50px;
}

@media (min-width: 1400px) {
  .landing-hero-logo img {
    height: 100px;
    margin-top: -100px;
  }
}

.landing-hero-logo h2 {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .landing-hero-logo h2 {
    font-size: 2em;
  }
}

.get-started-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
  margin-top: 20px;
  background-color: #111827;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .get-started-btn {
    width: 200px;
    margin-top: 0;
  }
}

.get-started-btn:hover {
  background-color: #7c3aed;
}

.get-started-btn:hover .arrow-icon {
  -webkit-transform: scale(1.9) translateX(4px);
          transform: scale(1.9) translateX(4px);
}

.get-started-btn:hover .arrow-icon i {
  color: #7c3aed;
}

.get-started-btn .arrow-icon {
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 10px;
  border-radius: 10px;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.get-started-btn .arrow-icon i {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-gradient {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-bridge-section {
  padding: 80px 0;
  overflow: hidden;
}

.hero-bridge-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}

@media (max-width: 992px) {
  .hero-bridge-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
}

.hero-bridge-left {
  position: relative;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .hero-bridge-left {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.hero-bridge-dashed-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border: 2px dashed rgba(124, 58, 237, 0.3);
  border-radius: 50%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.hero-bridge-purple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-bridge-inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-bridge-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-bridge-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-bridge-icon svg {
  width: 24px;
  height: 24px;
}

.hero-bridge-icon-blue {
  top: 10%;
  left: 10%;
  background: #3b82f6;
}

.hero-bridge-icon-pink {
  top: 20%;
  right: 10%;
  background: #ec4899;
}

.hero-bridge-icon-cyan {
  bottom: 20%;
  right: 10%;
  background: #06b6d4;
}

.hero-bridge-icon-green {
  bottom: 10%;
  left: 10%;
  background: #22c55e;
}

.hero-bridge-icon-magenta {
  bottom: 30%;
  left: 20%;
  background: #d946ef;
}

.hero-bridge-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 992px) {
  .hero-bridge-right {
    max-width: 400px;
    padding-left: 20px;
  }
}

@media (min-width: 1400px) {
  .hero-bridge-right {
    max-width: 100%;
    padding-left: 0;
  }
}

.hero-bridge-heading {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-bridge-left:hover .hero-bridge-purple-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
          transform: translate(-50%, -50%) scale(1.02);
}

.hero-bridge-left:hover .hero-bridge-inner-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

/* Icon scatter effects on hover */
.hero-bridge-left:hover .hero-bridge-icon-blue {
  -webkit-transform: translateX(-50%) translateY(-80px);
          transform: translateX(-50%) translateY(-80px);
}

.hero-bridge-left:hover .hero-bridge-icon-pink {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.hero-bridge-left:hover .hero-bridge-icon-cyan {
  -webkit-transform: translateX(80px) translateY(60px);
          transform: translateX(80px) translateY(60px);
}

.hero-bridge-left:hover .hero-bridge-icon-green {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.hero-bridge-left:hover .hero-bridge-icon-magenta {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.features-section {
  padding: 80px 0;
  background-color: #f5f7fb;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-badge {
  display: inline-block;
  background-color: #e0e7ff;
  color: #4f46e5;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 30px;
}

.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.section-title .feature-item-title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .section-title .feature-item-title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section-title .feature-item-title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .section-title .feature-item-title {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .section-title .feature-item-title {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  .section-title .feature-item-title {
    font-size: 48px;
  }
}

.section-title .highlight {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  background-color: rgba(115, 102, 254, 0.25);
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.section-title .highlight .feature-item-title {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .highlight span.mark {
  position: absolute;
  top: -30px;
  right: -20px;
  background-color: #7c3aed;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

@media (min-width: 992px) {
  .section-title .highlight span.mark {
    right: -90px;
    top: -15px;
  }
}

.section-description {
  color: #000;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.feature-item-text {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .feature-item-text {
    margin: 0 auto;
    text-align: left;
  }
}

.feature-item-description {
  color: #000;
  margin: 0;
}

@media (max-width: 992px) {
  .feature-item-description {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .feature-item-description {
    width: 85%;
  }
}

.feature-item-image {
  text-align: center;
}

.feature-item-image img {
  max-width: 100%;
  height: auto;
}

.status-section {
  background-color: #f3e8ff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.status-badge {
  display: inline-block;
  background-color: #7c3aed;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.status-heading {
  font-weight: 800;
  color: #111827;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .status-heading {
    margin-bottom: 20px;
  }
}

.status-description {
  color: #000;
  margin-bottom: 40px;
}

@media (min-width: 1400px) {
  .status-description {
    margin-bottom: 0;
  }
}

.status-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .status-card-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.status-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.status-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.status-card-icon {
  font-size: 16px;
  margin-bottom: 10px;
  color: #7c3aed;
}

.status-card-value {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}

.status-card-label {
  color: #6b7280;
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.download-banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.status-content-left {
  text-align: center;
}

@media (min-width: 992px) {
  .status-content-left {
    text-align: left;
  }
}

.download-banner-container {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4a8fe9), color-stop(#000000), to(#da23c8));
  background: linear-gradient(to right, #4a8fe9, #000000, #da23c8);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.download-banner-logo {
  width: 100px;
  height: auto;
}

.download-banner-title {
  font-size: 36px;
  font-weight: 800;
  margin-top: 16px;
  line-height: 1.3;
  color: #ffffff;
}

.download-banner-divider {
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.6;
  margin-top: 8px;
}

.download-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download-option-apple,
.download-option-google {
  height: 56px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download-option-apple:hover,
.download-option-google:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.download-option-windows {
  height: 140px;
  width: auto;
  margin-top: -41px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-left: -14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download-option-windows:hover {
  -webkit-transform: scale(0.95) translateY(-3px);
          transform: scale(0.95) translateY(-3px);
}

@media (max-width: 768px) {
  .download-options-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download-option-windows {
    margin-top: 0;
    margin-left: 0;
  }
}

.footer-new {
  background-color: #111827;
  color: #ffffff;
  padding: 60px 20px 20px;
}

.footer-new-container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.footer-left {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-logo-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-logo-new img {
  max-width: 40px;
}

.footer-logo-text {
  background: -webkit-gradient(linear, left bottom, right top, from(#3b01b7), color-stop(#5e00ff), color-stop(#ba19eb), to(#dd0cc8));
  background: linear-gradient(to top right, #3b01b7, #5e00ff, #ba19eb, #dd0cc8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
  font-weight: 800;
}

.footer-location,
.footer-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-location i,
.footer-email i {
  margin-right: 8px;
  width: 16px;
}

.footer-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.footer-column {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-column h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-column ul li a:hover {
  color: #7c3aed;
}

.footer-subscribe {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-subscribe h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-subscribe p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  text-align: left;
}

.footer-subscribe p::after {
  display: none;
}

.footer-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer-subscribe-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.footer-subscribe-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe-form input:focus {
  outline: none;
  border-color: #7c3aed;
}

.footer-subscribe-button {
  background-color: #7c3aed;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-subscribe-button:hover {
  background-color: #5f14e0;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-social-icon:hover {
  background-color: #7c3aed;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.footer-divider {
  max-width: 1200px;
  margin: 40px auto 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding-bottom: 20px;
}

.hero-image img {
  margin-top: -100px;
  margin-right: -100px;
}

@media (min-width: 1400px) {
  .hero-image img {
    margin-top: -150px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin-right: -250px;
  }
}

@media (min-width: 992px) {
  .landing-hero-text h1 {
    margin-bottom: -20px;
  }
}

.three-people {
  width: 55px;
  height: 55px;
  margin-left: 0.6rem;
}

.download-section {
  padding: 95px 0 80px 0;
  margin-top: -95px;
  position: relative;
  text-align: left;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-section .background {
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}

.download-section .btn {
  background-color: black;
}

.download-section .btn:hover {
  background-color: #7c3aed;
}

.download-section p {
  text-align: left;
}

.download-section p::after {
  display: none;
}

.download-section .description,
.download-section .cta {
  margin-bottom: 40px;
}

.download-section .cta p {
  margin-bottom: 10px;
}
/*# sourceMappingURL=download.css.map */