/*Typography Styles*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html,
body {
  font-family: 'Lato', Helvatica, Arial, sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: 'Lato', Helvatica, Arial, sans-serif;
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.h1,
h1 {
  font-size: 60px;
}

p {
  font-size: 18px;

}

.qa h3 {
  font-size: 22px;
  font-weight: 500;
}

h2.big {
  font-size: 60px;

}

.h1-hero {
  font-size: 72px;
  line-height: 85px;
}

.subtitle {
  font-size: 25px;

}

@media (max-width: 768px) {
  .h1-hero {
    font-size: 50px;
    line-height: 70px;
  }

  .grey-box h5 {
    font-size: 40px !important;

  }

  .grey-box {

    padding: 40px !important;

  }

  br {
    display: none;
  }

  .bg-hero-dark-gray {

    margin-top: 0px !important;
  }

  .hero-left {

    gap: 0px !important;

  }

  .br-left {
    border-left: 0px solid #333 !important;
  }

  .br-right {
    border-right: 1px solid #333;
  }

  .br-left-mobile {
    border-left: 1px solid #333 !important;
  }

  .br-right-mobile {
    border-right: 1px solid #333;
  }
}

.h2-hero {
  font-size: 37px;
  line-height: 61px;
}

@media (max-width: 768px) {
  .h2-hero {
    font-size: 28px;
    line-height: 50px;
  }

  .bg-darker-gray {
    padding-top: 0px !important;
  }

  .section-full {
    padding-top: 30px !important;
  }

  .awards-box {


    justify-content: flex-start !important;

  }

  h2.big {
    font-size: 40px;
  }

  .white-box {

    padding: 1rem !important;
    margin: 0rem !important;

  }

  .star-intro {

    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    gap: 0px !important;
  }

  .star-intro p {

    margin-bottom: 0px;
  }

  .circle-1 {
    width: 50px;
    height: 50px;

  }

  .circle-2 {
    width: 50px;
    height: 50px;

  }

  .circle-3 {
    width: 80px;
    height: 80px;

  }

  .circle-4 {
    width: 50px;
    height: 50px;

  }

  .section-title {
    text-align: center;
    font-size: 2rem !important;
  }

  .section-title span {

    font-size: 25px !important;
  }
}

.label-hero {
  font-size: 20px;
  line-height: 38px;
}

.subtitle-hero {
  font-size: 24px;
  line-height: 42px;
}

.typing {

  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid orange;
  animation: typing 2.8s steps(35, end) forwards, blink 0.6s step-end infinite;
  letter-spacing: -0.5px;
  word-spacing: -1px;
  font-size: 5rem;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}



.body-hero {
  font-size: 16px;
  line-height: 34px;
}

.ar-1::after {
  content: "";
  background: url("/assets/alpha_homepage/img/home/arrow.png") no-repeat;
  background-size: contain;
  width: 158px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 265px;
}

@media (min-width: 1360px)and (max-width: 1500px) {
  .ar-1::after {}

}

@media (min-width: 1160px)and (max-width: 1360px) {
  .ar-1::after {}

}

.ar-2::after {
  content: "";
  background: url("/assets/alpha_homepage/img/home/arrow.png") no-repeat;
  background-size: contain;
  width: 158px;
  height: 60px;
  position: absolute;
  bottom: 205px;
  left: 515px;
}

.section {
  padding: 60px 0;
}

.bg-hero {
  background-color: #f3f3f3;
}

.bg-light-gray {
  background-color: #f3f4f6;
}

.bg-darker-gray {
  background-color: #ebeded;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-hero-dark-gray {
  background-color: #333;
  z-index: 0;
  padding: 20px 0px 20px 0px;
  margin-top: -65px;
}

.bg-dark-blue {
  background-color: #1f2937;
}

.star-intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
}

/* CSS stars */
.star {
  display: inline-block;
  font-size: 1.5rem;
  color: gold;
  text-shadow: 0 0 5px gold, 0 0 15px orange;
  animation: starGlow 2s infinite alternate;
}

.star:nth-child(2) {
  animation-delay: 0.2s;
}

.star:nth-child(3) {
  animation-delay: 0.4s;
}

.star:nth-child(4) {
  animation-delay: 0.6s;
}

.star:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes starGlow {
  0% {
    transform: scale(1);
    opacity: 0.7;
    text-shadow: 0 0 5px gold;
  }

  100% {
    transform: scale(1.2);
    opacity: 1;
    text-shadow: 0 0 20px orange;
  }
}

/* ✨ Staggered fade-in for all items */
.star-intro p {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s ease forwards;
}

.star-intro p:nth-child(1) {
  animation-delay: 0.2s;
}

.star-intro p:nth-child(2) {
  animation-delay: 0.4s;
}

.star-intro p:nth-child(3) {
  animation-delay: 0.6s;
}

.star-intro p:nth-child(4) {
  animation-delay: 0.8s;
}

.star-intro p:nth-child(5) {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .intro {
    text-align: center !important;
    padding-right: 0px !important;
    padding-bottom: 50px;
  }

  .bg-hero-dark-gray {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .h1,
  h1 {
    font-size: 35px !important;
  }

  .hero-img {
    max-width: 100%;
    min-width: 350px !important;
    height: auto;

  }
}

@media (min-width: 960px)and (max-width: 1000px) {

  .h1,
  h1 {
    font-size: 48px !important;
  }

}

@media (min-width: 768px)and (max-width: 960px) {
  .hero-img {
    max-width: 100%;
    min-width: 460px !important;
    height: auto;

  }

  .h1,
  h1 {
    font-size: 50px !important;
  }

  .bg-hero-dark-gray {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1300px)and (max-width: 1400px) {
  .bg-hero-dark-gray {}
}

@media (min-width: 1200px)and (max-width: 1299px) {
  .bg-hero-dark-gray {}
}

@media (min-width: 1200px)and (max-width: 1199px) {
  .bg-hero-dark-gray {}
}

.hero-img {
  max-width: 100%;
  min-width: 490px;
  height: auto;

}

.hero-left {}

.nm-hero {
  margin-top: -380px !important;
}

.pt-100 {
  padding-top: 50px !important;
}

@media (min-width: 960px)and (max-width: 1199px) {}

@media (max-width: 400px) {

  .h1,
  h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 320px) {

  .h1,
  h1 {
    font-size: 20px !important;
  }
}

.hero-left {}

.nm-hero {
  margin-top: -380px !important;
}

.pt-100 {
  padding-top: 50px !important;
}

.bg-orange {
  background-color: #eb6f25;
}

.section-subtitle {
  font-size: 22px;
}

.section-sub {
  font-size: 3.35rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.section-sub .inline-logo {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}

.section-title {
  font-weight: bold;
  font-size: 3rem;
}

.section-title span {
  background: #f4ddd0;
  padding: 5px;
  color: #eb6f25;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
}

.feature-icon {
  font-size: 2rem;
}

.testimonial-img {
  width: 100%;
  border-radius: 10px;
}

.logo-icon {
  height: 40px;
  margin: 0 15px;
}





a {
  text-decoration: none !important;
}

.grid-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.nm-hero {
  margin-top: -350px;
}

.pt-100 {
  padding-top: 100px;
}

.hero-left {
  display: flex;
  gap: 15px;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;

}

.hero-left div {
  flex: 0 0 auto;
  /* prevent shrinking */
  animation: scroll 15s linear infinite;
}

.hero-left div img {
  max-height: 25px;
  /* smaller logos */
  width: auto;
  display: block;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}


.intro {
  text-align: left;
  padding-right: 50px;
  position: relative;
}

.text-logo p {
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.blurred-background-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* Base blur circle styling */
.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.5;
  z-index: 0;
  mix-blend-mode: screen;
  will-change: transform, opacity;
  animation: floatAndRotate 15s ease-in-out infinite, glowPulse 6s ease-in-out infinite;
}

/* Individual circles with randomized direction/duration */
.circle-1 {
  width: 150px;
  height: 150px;
  background: #f97b00;
  top: 50px;
  left: 20px;
  animation-duration: 28s, 7s;
  /* floatAndRotate, glowPulse */
  animation-delay: 0s, 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  background: #f78bee;
  top: 120px;
  left: 50px;
  animation-duration: 18s, 5s;
  animation-direction: reverse, normal;
  animation-delay: 2s, 1s;
}

.circle-3 {
  width: 180px;
  height: 180px;
  background: #3498db;
  bottom: 90px;
  right: 95px;
  animation-duration: 22s, 6s;
  animation-direction: alternate, reverse;
  animation-delay: 4s, 2s;
}

.circle-4 {
  width: 150px;
  height: 150px;
  background: #a461f1;

  bottom: 200px;
  right: 115px;
  animation-duration: 22s, 6s;
  animation-direction: alternate, reverse;
  animation-delay: 4s, 2s;
}

@media (max-width: 991px) {

  br {
    display: none !important;
  }
}

@media (max-width: 960px) {

  .ar-1::after {
    display: none !important;
  }
}

@media (max-width: 768px) {

  .ar-1::after {
    display: none !important;
  }
}

/* Floating + rotation animation */
@keyframes floatAndRotate {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
    opacity: 0.5;
  }

  25% {
    transform: translate(80px, -60px) scale(1.25) rotate(90deg);
    opacity: 0.8;
  }

  50% {
    transform: translate(-60px, 70px) scale(1.3) rotate(180deg);
    opacity: 0.6;
  }

  75% {
    transform: translate(50px, -40px) scale(1.15) rotate(270deg);
    opacity: 0.7;
  }

  100% {
    transform: translate(0, 0) scale(1) rotate(360deg);
    opacity: 0.5;
  }
}

/* Glowing pulse effect */
@keyframes glowPulse {

  0%,
  100% {
    box-shadow: 0 0 60px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 120px rgba(255, 255, 255, 0.4);
  }
}




/* Dots styling */
.custom-carousel .carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
  justify-content: center;
  padding-top: 10px;
  position: relative;
}

.custom-carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin: 0 6px;
}

.custom-carousel .carousel-indicators .active {
  opacity: 1;
  background-color: #000;
}

/* Arrows styling */
.custom-carousel .carousel-control-prev,
.custom-carousel .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid black;
  opacity: 1;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-carousel .carousel-control-prev:hover,
.custom-carousel .carousel-control-next:hover {
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-carousel .carousel-control-prev-icon,
.custom-carousel .carousel-control-next-icon {
  filter: invert(1);
  width: 10px;
  height: 10px;
}

@media (max-width: 767.98px) {

  .custom-carousel .carousel-control-prev,
  .custom-carousel .carousel-control-next {
    display: none;
  }
}






.awards-box {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;

  border-radius: 20px;
}

.awards-box h4 {
  font-size: 20px;
  margin: 10px auto;
  text-align: left;
}

.awards-box p {

  text-align: left;
}

.awards-big {
  font-size: 67px;
  font-weight: bold;
  text-align: center;
}

.storie-box {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.storie-box p {
  font-style: italic;
  text-align: left;
}

.storie-small {
  font-size: 14px;

  text-align: right !important;
}

.br-left {
  border-left: 1px solid #333;
}

.br-right {
  border-right: 1px solid #333;
}


.grey-box {

  background-color: #f3f4f6;
  padding: 40px 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;

  border-radius: 20px;
}

.grey-box h5 {
  font-size: 60px;
  font-weight: bold;
  color: #eb6f25;
  text-align: left;
}

.grey-box p {
  text-align: left;

  margin: 20px auto;
}

.grey-box img {

  max-width: 100%;
  height: auto;
  display: block;
}

.text-orange {
  color: #eb6f25;
}

.mdi-10 {
  font-size: 10px;
}

.mdi-15 {
  font-size: 15px;
}

.mdi-20 {
  font-size: 20px;
}

.mdi-30 {
  font-size: 30px;
}

.mdi-60 {
  font-size: 60px;
}


/*Typography Styles End*/

/*Button Styles*/
.btn-hero-primary {
  font-weight: bold;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #eb6f25;
  color: white;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
}

.btn-hero-primary:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
  background-color: #d26321;
  text-decoration: none;
  color: white;
}

.btn-hero-secondary {
  font-weight: bold;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #eb6f25;
  background-color: #ffffff;
  color: #eb6f25;
  padding: 15px 30px;
}

.btn-hero-secondary:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
  background-color: #fff9f0;
  color: #ff7326;
  text-decoration: none;
}

.btn-green {
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #6ac259;
  background-color: #6ac259;
  color: #fff;
  padding: 15px 30px;
}

.btn-green:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
  border: solid 1px #6ac259;
  background-color: #6ac259;
  color: #fff;
  text-decoration: none;
}

.btn-orange {
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #eb6f25;
  background-color: #eb6f25;
  color: #fff;
  padding: 15px 30px;
}

.btn-orange:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.20);
  border: solid 1px #eb6f25;
  background-color: #eb6f25;
  color: #fff;
  text-decoration: none;
}

/*Button Styles End*/

.section-spaces-hero {
  padding: 50px 0;
}

.bg-hero-gray {
  background-color: #f5f5f5;
}

.bg-hero-footer {
  background-color: #20252F;
}

.bg-primary-hero {
  background-color: #eb6f25;
}

.bg-onborading-hero {
  background-color: #333;
}


.bg-earn-more-hero {
  background-color: #020122;
}

@media (max-width: 768px) {
  .section-spaces-hero {
    padding: 50px 0;
  }
}

.text-hero-primary {
  color: #eb6f25;
}

.text-hero-primary-hover:hover {
  color: #eb6f25;
}

.link-hero-white {
  color: #ffffff;
}

.link-hero-white:hover {
  color: #ffded3;
  border-bottom: 1px solid #ffded330 !important;
}

.link-hero-black {
  color: #383c44;
}

.link-hero-black:hover {
  color: #616773;
  text-decoration: none;
}

.link-hero-white-arrow {
  color: #ffffff;
}

.link-hero-white-arrow:hover {
  color: #ffded3;
  text-decoration: none;
}

.link-hero-navigation {
  color: #ffffff;
}

.link-hero-navigation:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  .nav-mobile-white {
    background: #ffffff !important;
    z-index: 10000;
    padding: 30px;
    border-radius: 5px;
  }

  .link-hero-navigation {
    color: #212529;
  }

  .link-hero-navigation:hover {
    color: #434b53;
  }
}

.start-for-free-btn-hero-white {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff !important;
  padding: 15px;
}

@media (max-width: 992px) {
  .start-for-free-btn-hero-white {
    color: #eb6f25;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eb6f25 !important;
  }
}

.start-for-free-btn-hero-white:hover {
  background-color: #eb6f25;
  border: 1px solid #eb6f25 !important;
  color: #ffffff !important;
}

.start-for-free-btn-hero-white-nav {
  color: #eb6f25;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eb6f25 !important;
}

.start-for-free-btn-hero-white-nav:hover {
  background-color: #eb6f25;
  border: 1px solid #eb6f25 !important;
  color: #ffffff !important;
}

/*Headers*/
@media (max-width: 978px) {
  .hero-left {}
}


@media (max-width: 768px) {
  .homepage-header-background-hero {
    padding: 150px 0;
  }
}

.homepage-header-background-regulations {
  background-image: url("/assets/alpha_homepage/img/home/worried-about-regulations.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-header-background-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 240px) {
  .carousel-caption .h1-hero {
    font-size: 30px;
  }

  .label-hero {
    font-size: 12px;
    line-height: normal;
  }
}

@media (min-width: 550px) {
  .carousel-caption .h1-hero {
    font-size: 54px;
  }

  .label-hero {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 992px) {
  .about-header-background-hero {
    padding-top: 80px;
  }

  #about-header-background-hero-mobile {
    position: relative;
    overflow: hidden;
  }

  .img-description {
    position: absolute;
    z-index: 999;
    bottom: 40px;
    left: 40px;
  }
}

@media (min-width: 992px) {
  #about-header-background-hero-mobile {
    display: none;
  }

  .about-header-background-hero {
    background-image: url("/assets/alpha_homepage/img/home/about-header-min-new-mobile.jpg");
    padding-top: 150px;
  }

  .label-hero {
    line-height: 28px;
  }
}

@media (max-width: 1200px) {
  .h1-hero {
    font-size: 54px;
  }

  br {
    display: none !important;
  }

  .section-title span {

    font-size: 25px;
    line-height: 35px;
  }

  .subtitle-hero {
    font-size: 22px;
  }

  /* Make grid images smaller */
  .grid-img {
    max-width: 100% !important;
    height: 100% !important;

  }
}

@media (min-width: 1200px) {
  .about-header-background-hero {
    background-image: url("/assets/alpha_homepage/img/home/about-header-min-new.jpg");
    padding-top: 250px;
  }

  .about-header-background-hero .container {
    margin-top: -160px;
  }
}

@media (min-width: 1400px) {
  .about-header-background-hero {
    padding-top: 300px;
  }
}

@media (min-width: 1920px) {
  .about-header-background-hero {
    padding-top: 450px;
  }
}

@media (min-width: 2200px) {
  .about-header-background-hero {
    padding-top: 500px;
  }

  .body-hero {
    margin-top: 20px;
  }

  .hero-description {
    position: relative;
    left: 50px;
  }

  .hero-description-text {
    position: absolute;
    bottom: 0;
  }
}

.cards-shadow-hero {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.nav-tabs-hero {
  border: none !important;
}

.nav-link.nav-link-hero {
  border-bottom: 1px solid #EFEFEF;
  color: #888B8F;
}

.nav-link.nav-link-hero.active {
  border: none !important;
  border-bottom: 2px solid #eb6f25 !important;
  color: #383c44;
}

.pill-badge-hero {
  width: 174px;
  height: 35px;
  border-radius: 20px;
  border: solid 1px #eb6f25;
  background-color: #ffffff;
}

.pointer-hero {
  cursor: pointer;
}


.testimonial-card-image-hero {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.carousel-control-prev {
  left: -100px;
}

.carousel-control-next {
  right: -100px;
}

@media (max-width: 997px) {
  .no-shadow-mobile-hero {
    box-shadow: none;
  }
}

@media (max-width: 997px) {
  .testimonial-card-image-hero {
    border-radius: 50%;
    height: 200px;
    max-height: 200px;
    width: 200px;
    max-width: 200px;
    object-fit: cover;
    margin-bottom: 30px;
    box-shadow: none;
  }
}

.features-icons-hero {
  display: flex;
  font-size: 35px;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: #F5F5F5;
  border-radius: 50%;
}

.object-fit-contain {
  object-fit: contain;
}

.features-integrations-card-hero {
  height: 130px;
  width: 130px;
  border-radius: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.carousel-about-hero {
  bottom: 35%;
}

@media (max-width: 991px) {
  .carousel-about-hero {
    bottom: 20%;
  }
}

.inline-logo {
  height: 1.2em;
  /* matches text height */
  vertical-align: middle;
  /* keeps it aligned with text */
  margin: 0 5px;
  /* some breathing space */
}

.sign-up-card-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* Make slides size naturally instead of full width */
.MadeBetterSwiper .swiper-slide {
  width: 320px;
  /* or whatever size feels right */
  flex-shrink: 0;
  margin-right: 20px;
  /* consistent spacing */
  background: #f4ddd0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Swiper Slide */
.FeatureSwiper .swiper-slide {
  width: 320px;
  /* or whatever size feels right */
  flex-shrink: 0;
  margin-right: 20px;
  /* consistent spacing */
  background: #dbeafe;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Feature box inside swiper */
.feature-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 210px;
}

.feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.feature-header h4 {
  font-size: 28px;
  margin: 0;
}

.feature-icon img {
  height: auto;
  margin-left: 10px;
}

.feature-box p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.feature-box-blue {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 200px;
  background: #dbeafe
}

.feature-blue-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.feature-blue-header h4 {
  font-size: 35px;
  margin: 0;
}

.feature-blue-icon img {
  height: auto;
  margin-left: 10px;
}

.feature-box-blue p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.feature-box-top {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 280px;
  background: #dbeafe
}

.p-30 {
  padding: 30px;
}

.feature-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.feature-top-header h4 {
  font-size: 35px;
  margin: 0;
}

.feature-yop-icon img {
  height: auto;
  margin-left: 10px;
}

.feature-box-top p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.b-20 {
  border-radius: 20px;
}

.p-20 {
  padding: 20px;
}

.bs {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Scroll Grid */
.scroll-grid .grid-row {
  display: flex;
  gap: 20px;
  width: max-content;
}

.grid-row img {
  width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.grid-row img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .grid-row img {
    width: 48%;
    height: 200px;
  }
}

@media (max-width: 576px) {
  .grid-row {
    flex-direction: column;
  }

  .grid-row img {
    width: 100%;
    height: 180px;
  }
}

.white-box {
  background-color: #fff;
  padding: 4rem;
  margin: 0 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* prevents slides from overflowing */
}


.imageSwiper .swiper-slide {
  width: auto;
  /* Let images define the width */
  flex-shrink: 0;
  /* Prevent shrinking */
  margin-right: 20px;
  /* Spacing between slides */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Control image size */
.imageSwiper .swiper-slide img {
  height: 80px;
  /* adjust size as needed */
  width: auto;
  object-fit: contain;
}

/* Row 1 → scroll-images-left */
.scroll-images-left .swiper-slide img {
  height: 220px;
  /* adjust height for this row */
  width: auto;
  object-fit: contain;
}

/* Row 2 → scroll-images-right */
.scroll-images-right .swiper-slide img {
  height: 210px;
  /* different height for this row */
  width: auto;
  object-fit: contain;
}

/* Row 3 → scroll-images-awards-left */
.scroll-images-awards-left .swiper-slide img {
  height: 250px;
  /* adjust height as needed */
  width: auto;
  object-fit: contain;
}

/* Row 4 → scroll-images-awards-right */
.scroll-images-awards-right .swiper-slide img {
  height: 250px;
  width: auto;
  object-fit: contain;
}

/* Row 5 → scroll-images-pops-left */
.scroll-images-pops-left .swiper-slide img {
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Row 6 → scroll-images-pops-right */
.scroll-images-pops-right .swiper-slide img {
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Left rows general slide styling */
.scroll-images-left .swiper-slide,
.scroll-images-awards-left .swiper-slide,
.scroll-images-pops-left .swiper-slide {
  width: auto;
  flex-shrink: 0;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right rows general slide styling */
.scroll-images-right .swiper-slide,
.scroll-images-awards-right .swiper-slide,
.scroll-images-pops-right .swiper-slide {
  width: auto;
  flex-shrink: 0;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* JVZoo Custom Swiper Navigation Styles */
.madebetter-swiper-navigation .btn,
.feature-swiper-navigation .btn {
  width: 55px;
  height: 25px;
  padding: 5px;
  line-height: 40px;
  border-radius: 8px;
  border-width: 2px;
  border-color: #5f646b;
  color: #5f646b;

  box-shadow: none;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.madebetter-swiper-navigation .btn span,
.feature-swiper-navigation .btn span {
  font-size: 22px;
  color: #5f646b;
}

.madebetter-swiper-navigation .btn:focus,
.feature-swiper-navigation .btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px #5f646b;
  background: #f3f4f6;
}

.madebetter-swiper-navigation .btn:hover,
.feature-swiper-navigation .btn:hover {
  outline: none;
  box-shadow: 0 0 0 2px #5f646b;
  background: #f3f4f6;
}

#made-better .container-fluid {
  width: 97vw;
  max-width: 97vw;
  margin: 0 auto;
}


/* Make grid images smaller */
.grid-img {
  max-width: 159px;
  height: 188px;

}

.video-frame {
  max-width: 900px;
  margin: 40px auto;
  padding: 5px;
  border-radius: 20px;
  background: #5f646b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 3px solid #eb6f25;
  /* orange highlight */
}

/* Make it responsive */
.video-frame iframe,
.video-frame div {
  border-radius: 12px;
}

.faq {
  background-color: #fff;
}

.faq-item {
  background-color: #fff;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 3rem 1.5rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.2rem;
  transition: transform 0.2s, content 0.2s;
}

.faq-question.active::after {
  content: "–";
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-answer {
  display: none;
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}