:root {
  --primary-color: #f6f7f9;
  --font-size: 18px !important;
  --spacing: 10px !important;
  --page-title: 60px !important;
  --section-title: 40px !important;
  --main-container: 95% !important;
}
body {
  background-color: white !important;
}
.faq-button > p {
  color: black;
}
@media (min-width: 769px) and (max-width: 2560px) {
  /* Styles forlaptops & desktops */
  .width-80 {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .carousel-indicators {
    bottom: -50% !important;
  }

  .main {
    padding-bottom: 15%;
  }
  .padding-aside {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .p-l-f {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .main-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.page-title {
  font-size: var(--page-title) !important;
}
.sesction-title {
  font-size: var(--section-title) !important;
  font-weight: 600px !important;
}
.section-text {
  font-size: 16px !important;
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

.navbar {
  transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background-color: #0a192f !important;
  opacity: 0.8;
  padding: 10px;
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-overlay {
  position: relative;
  z-index: 1;
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  height: 45px !important;
}

.hero-content {
  padding-top: 180px;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.learn-more-btn {
  background-color: white;
  color: #0a192f;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #0a192f;
  color: white;
}

.stats-card {
  background: linear-gradient(135deg, #0a192f, #1a2942);
  color: white;
  border-radius: 15px;
  padding: 2rem;
}

.stat-number {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.stat-description {
  font-size: 20px;
  opacity: 0.9;
}

.section-text {
  font-size: 20px;
  line-height: 1.7;
  color: #4a5568;
}

.feature-card {
  padding: 2rem;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 32px;
  color: #0a192f;
  margin-bottom: 1rem;
}

.welcome-section {
  background-color: #f8f9fa;
  padding: 5rem 0;
  text-align: center;
}

.tech-image {
  border-radius: 15px;
  overflow: hidden;
}

.tech-image img {
  width: 100%;
  height: auto;
}

.stats-section {
  padding: 4rem 0;
  background: white;
}

.mission-section {
  padding: 5rem 0;
  background-color: #0a192f;
  color: white;
}

.features-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

/* carousal */

.carousel-content {
  padding: 60px 0;
  max-width: 95%;
  margin: 0 auto;
}

.content-wrapper {
  max-width: 500px;
}

h2 {
  color: #1a237e;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: black;
  margin-bottom: 2rem;
}

.discover-btn {
  background-color: #0d6efd;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
}

.carousel-indicators {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
}

.carousel-indicators button {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  background-color: #e3f2fd !important;
  border: none !important;
  margin: 0 8px !important;
  text-indent: 0 !important;
  color: #1a237e;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.carousel-indicators button.active {
  background-color: #0d6efd !important;
  color: white;
}

.carousel-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* market oppertunity */
.market-card {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.market-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  background-color: #0077b6;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: white;
}

.hover-content {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 14px;
}

.market-card:hover .hover-content {
  height: auto;
  opacity: 1;
  margin-top: 8px;
}

.market-card-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
}

.market-card-head > h3 {
  /* font-size: 26px !important; */
  font-size: clamp(1.125rem, 1.0313rem + 0.5vw, 1.625rem);
  font-weight: 600;
  line-height: 1.4em;
}

.title {
  font-size: 16px;
  margin-bottom: 0;
  color: #1a1a1a;
}

.container {
  max-width: 95%;
}

/* FAQ */

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-tag {
  background-color: #e3f2fd;
  color: #0d6efd;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #0a2647;
  background-color: transparent;
  border: none;
  padding: 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #0a2647;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: none;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  border-radius: 8px !important;
  overflow: hidden;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a2647' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.accordion-body {
  padding: 0 1.5rem 1.5rem;
  color: #4a5568;
  line-height: 1.6;
}

.accordion-collapse {
  transition: all 0.3s ease;
}

/* cta */
.cta-section {
  background-color: #0a2647;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
  margin-top: 50px;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='dots' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(0, 255, 255, 0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23dots)'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 1;
}

.wave-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 200 Q 250 100 500 200 T 1000 200 V1000 H0' fill='rgba(0, 255, 255, 0.05)'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cta-heading {
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}

.get-started-btn {
  background-color: white;
  color: #0a2647;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.get-started-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  color: #0a2647;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 768px) {
  :root {
    --page-title: 40px;
    --section-title: 40px !important;
    --font-size: 18px;
    --spacing: 10px;
    --section-heading: 20px;
  }

  .carousel-indicators {
    bottom: -13% !important;
  }

  .main {
    padding-bottom: 16% !important;
  }

  .process-video {
    /* margin-left: -140px; */
  }
  .cta-heading {
    font-size: 32px;
  }
  .states-card {
    margin-left: 21%;
    width: 110% !important;
  }
  .arrow-btn {
    width: 30px;
    text-align: center !important;
  }
  .home-1-banner-section {
    min-height: 600px;
  }
}

/* Bottom to top transition effect */
#heroText {
  opacity: 0;
  transform: translateY(150px); /* Start below */
  animation: slideInFromBottom 1s ease-out forwards;
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(150px); /* Start below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* Move into place */
  }
}

/* Adjust heading size to be 80% of the screen height */
h1.display-3 {
  font-size: 5vw; /* This makes the font size responsive */
  max-font-size: 80vh; /* Cap the font size at 80% of the viewport height */
}

/* Optional: For very small screens */
@media (max-width: 576px) {
  h1.display-3 {
    font-size: 16vw; /* Make the heading size larger on small screens */
  }
}

/* Responsive button styling (no change here, but just to ensure it's correct) */
.btn-light {
  padding: 1rem 2rem;
  font-size: 20px;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .btn-light {
    font-size: 16px;
  }
}
.icon-industries {
  width: 40px;
  height: 40px;
  min-height: 30px;
  min-width: 30px;
}
.base-container-op {
  margin-top: 7%;
  margin-bottom: 7%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 95%;
  display: flex;
}
.accordion-title-wrapp {
  margin-left: 200px;
}
.hero-section2 {
  background-image: linear-gradient(#061a4066, #061a4066),
    url("../assets/waves_footer.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 697px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 110px;
}
.states-card {
  display: flex;
  background-image: url("../assets/Spiral.svg");
  background-position: 30px -144px;
  background-repeat: repeat-x;
  background-size: 697px, 23px;
  border-radius: 20px;
  width: 120%;
  position: relative;
  left: -100px;
}
.tx-wt {
  color: #ffff;
}
.navbar-collapse a {
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
}

