body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #000;
  color: #fff;
}
.header_top {
  background: #b100ff;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  position: relative;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
}

.header_menu {
  background: rgb(17 24 39 / 0.8);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  padding: 5px 20px;
}
.navbar_main {
  display: flex;
  gap: 24px;
  float: left;
  width: 100%;
}
.page_main {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.header_subdiv {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_subdiv span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}
.header_subdiv .logo {
  width: 100%;
  max-width: 80px;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}


.header_subdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 25px;
}
.header_subdiv a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.btn {
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #111;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  grid-template-columns: repeat(1, minmax(120px, 1fr));
  gap: 20px;
  color: #fff;
}
.submenu-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.submenu-group h4 {
  font-size: 14px;
  color: #aaa;
  margin: 0 0 5px;
}
.submenu-group a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.nav-item {
  position: relative;
}

.menu-toggle {
  background: none;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 12px;
}

.menu-toggle .icon-close {
  display: none !important;
}

.menu-toggle.active .icon-open {
  display: none !important;
}

.menu-toggle.active .icon-close {
  display: block !important;
}

/* Desktop Nav */
.nav_menu {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.nav_items {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s;
}

.nav_items:hover {
  color: #26eeb3;
}







#aboutus_toggle {
  padding: 10px 10px 10px 5px;
}
.page_loader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-size: 70px;
}
.row {
  align-items: center;
}
.hero {
  text-align: center;
  padding: 80px 20px 60px;
}
.hero img {
  width: 100px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 2.5em;
  margin: 10px 0;
}
.section {
  padding: 60px 20px;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
.section h2 {
  font-size: 2em;
  margin-bottom: 60px;
}
.section h6 {
  text-align: left;
  font-size: 1rem;
  margin: 0;
}
.section p {
  font-size: 1rem;
  line-height: 24px;
}

.section_benefits {
  text-align: center;
}
.section_benefits h6 {
  text-align: center;
}
.section_powerful_features {
  text-align: center;
  max-width: inherit;
  background: #ccc;
  color: #000;
}
.section_powerful_features h6 {
  text-align: center;
}
.section_powerful_features .card-body {
  color: #fff;
}
.section_powerful_features h3 {
  font-size: 1.5rem;
  line-height: 32px;
}

.section_where_to_start {
  text-align: center;
}
.section_where_to_start h6 {
  text-align: center;
}
.section_where_to_start a {
  text-decoration: none;
  color: #fff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  text-align: left;
}
.benefit {
  gap: 16px;
}
.benefit-icon {
  flex-shrink: 0;
}
.benefit h4 {
  margin: 1rem 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
}
.benefit p {
  margin: 0;
  color: #bbb;
  font-size: 14px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card-body {
  background: #1a1a1a;
  border-radius: 10px;
  padding: 24px;
  width: 330px;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.section_join_community {
  display: flex;
  justify-content: center;
  background: #ccc;
  padding: 60px 20px;
  margin: 0 auto;
}
.join_community {
  background: #1c1c1c;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  max-width: 600px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.join_community h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.join_community p {
  color: #ccc;
  font-size: 15px;
  max-width: 500px;
  margin: 0 auto 30px;
}

.join_community_button {
  background: linear-gradient(to right, #26eeb3, #12dbc6);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.jc_right_bottom_corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(ellipse at center, #26eeb3 0%, #12dbc6 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0.3;
}

.footer {
  background: #0e0e0e;
  padding: 60px 30px 40px;
  color: #ccc;
  font-family: "Inter", sans-serif;
}

.footer_link_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.footer_link_ul li {
  padding: 5px 0;
}
.footer_link {
  color: #ccc;
  text-decoration: none;
}
.footer_link_title {
  color: white;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer_subdiv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

#home-hero-graphic {
  width: 856px;
  object-fit: cover;
  content: url(../img/home-hero.svg);
  margin-bottom: 24px;
}

.container-new {
  position: relative;
  background: #0e0e0e;
  padding: 60px 20px 100px;
  text-align: center;
  overflow: hidden;
}

.container-new .w-100 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Centered content over the image */
.container-new .col-lg-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  max-width: 600px;
  padding: 0 20px;
}

.container-new .eyebrow {
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.container-new h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.btn-primary.btn-arrow {
  background-color: #a020f0;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-primary.btn-arrow:hover {
  background-color: #7e1dc1;
}

#public {
  content: url(../img/icons/public.svg);
}
#streamlined {
  content: url(../img/icons/streamlined.svg);
}
#performance {
  content: url(../img/icons/performance.svg);
}
#low_cost {
  content: url(../img/icons/low-cost.svg);
}
#community {
  content: url(../img/icons/community.svg);
}
#reliability {
  content: url(../img/icons/reliability.svg);
}

.footer_logo {
  max-width: 80px;
}

.about_title {
  font-size: 3rem;
  background: linear-gradient(to right, #26eeb3, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #26eeb3;
  margin-bottom: 15px;
}
.about_parag {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.financial_about img {
  width: auto;
  max-width: 100%;
  /*max-height: 450px;*/
  margin: 0 auto;
  display: block;
}
.introduction_about img {
  width: auto;
  max-width: 100%;
  /*max-height: 450px;*/
  margin: 0 auto;
  display: block;
}
.solving_problem_about img {
  width: auto;
  max-width: 100%;
  /*max-height: 450px;*/
  margin: 0 auto;
  display: block;
}
.community_about img {
  width: auto;
  max-width: 100%;
  /*max-height: 450px;*/
  margin: 0 auto;
  display: block;
}
.strategic_pa_about img {
  width: auto;
  max-width: 100%;
  /*max-height: 450px;*/
  margin: 0 auto;
  display: block;
}
.long_term_vision_about img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.about_main_page .row:not(:last-child) {
  margin-bottom: 5rem;
}
.about_main_page .fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-in-out forwards;
}
.about_main_page img {
  max-width: 75%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Home Page Hero Section - Start */
.hero {
  position: relative;
  height: 60vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: black;
  text-align: left;
}

.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 30%,
    rgba(0, 0, 0, 0.1) 70%
  );
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: 5%;
}

.content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.content p {
  font-size: 1.2rem;
  color: #aab4d4;
  line-height: 1.6;
  margin-bottom: 30px;
}

.buttons {
  display: flex;
  gap: 20px;
}

.buttons a {
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.whitepaper {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.whitepaper:hover {
  background-color: white;
  color: black;
}

.get-started {
  background-color: #2ecc71;
  color: white;
  border: none;
}

.get-started:hover {
  background-color: #27ae60;
}

@media (max-width: 768px) {
  .container-order {
    display: flex;
    flex-flow: column;
  }
  .BBB {
    order: 1;
  }
  .AAA {
    order: 2;
  }
  .hero {
    height: 50vh;
  }
  .overlay {
    width: 100%;
    height: 50%;
  }
  .content h1 {
    font-size: 2.5rem;
  }

  .content {
    margin: 0 20px;
  }

  .buttons {
    flex-direction: flex;
    gap: 10px;
  }
  .about_main_page {
    text-align: center;
  }
  .hero video {
    display: none;
  }
  .footer_subdiv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .benefit {
    gap: 16px;
    text-align: center;
  }


  /* Mobile Nav */
  .menu-toggle {
    display: block;
  }

  .nav_menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    background-color: rgb(17 24 39 / 1);
    padding: 0px 50px;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  }

  .nav_menu.active {
    display: flex;
  }

  .nav_items {
    padding: 15px 0;
    font-size: 15px;
    border-bottom: 1px solid #333;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 470px) {
  .about_main_page img {
    max-width: 100%;
  }
  .page_main {
    padding-bottom: 0;
  }
  .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .content h1 {
    font-size: 22px;
  }
  .content p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .content {
    margin: 0;
    position: relative;
    top: -50px;
    text-align: center;
  }
  .section h2 {
    font-size: 1.2em;
    margin-bottom: 60px;
  }
  .section_powerful_features h3 {
    font-size: 1.2rem;
    line-height: 32px;
  }
  .h3,
  h3 {
    font-size: calc(1rem + 0.6vw);
  }
  .join_community h2 {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .footer_subdiv {
    text-align: center;
  }
  .benefit {
    gap: 16px;
    text-align: center;
  }
  .hero video {
    display: none;
  }
  .hero {
    height: auto;
  }
  .hero {
    text-align: center;
    padding: 80px 20px 0px;
  }

  .container-order {
    display: flex;
    flex-flow: column;
  }
  .BBB {
    order: 1;
  }
  .AAA {
    order: 2;
  }
}

/* Home Page Hero Section - End */

.video-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #00af7b, #1c1c1c);
  padding: 0 0 0 40px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.text-content {
  max-width: 50%;
}

.text-content h2 {
  margin: 0 0 15px;
  font-size: 2.5em;
  padding-top: 20px;
}

.text-content p {
  font-size: 1.2em;
  line-height: 1.5;
}

.play-icon-wrapper {
  position: relative;
  width: 550px;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.play-icon {
  width: 400px;
  height: 400px;
  position: relative;
  right: 150px;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 20px solid white;
  box-shadow: 0 0 5px white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 70px solid white;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  margin-left: 10px;
}
.video-link { 
  text-decoration: none;
  display: block;
  width: 100%;
  color: inherit;
}
/* 🔄 Responsive Tweaks */
@media (max-width: 991px) {
  .play-icon {
    right: inherit;
  }
}
@media (max-width: 768px) {
  .text-content {
    max-width: 100%;
  }
  .video-banner {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
  }

  .text h2 {
    font-size: 2em;
  }

  .text p {
    white-space: normal;
    font-size: 1em;
  }

  .play-icon-wrapper {
    margin-top: 30px;
    width: 220px;
    height: 160px;
  }

  .play-icon {
    width: 220px;
    height: 220px;
    right: inherit;
  }

  .triangle {
    border-left: 40px solid white;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
}


.footer_bottom_main {
  background-color: #1c1c1c;
  border-top: 1px solid #333;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  color: white;
  padding: 20px 40px;
  font-size: 14px;
  flex-wrap: wrap;
  
}

.footer_bottom a {
  color: #12dbc6;
}
.footer_bottom .footer-right a {
  font-size: 20px;
}
.footer-left {
  flex: 1;
}

.footer-right {
  display: flex;
  gap: 15px;
}

.footer-right a img {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-right a:hover img {
  opacity: 1;
}

/* Responsive */
@media (max-width: 600px) {
  .footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-left, .footer-right {
    flex: none;
  }
}