/* ========================================
   HERO/HEADER SECTION - Modern Dark Design
   ======================================== */

.header {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* height: auto; */
}

.hero-section {
  background-position: center;
  background: black;
  background-image: url(/cassets/img/homePageimg/bg-blue-dark.jpg);
  display: flex;
  flex-direction: column;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

/* Background decorative images */
.hero-section::before {
  /* background: #000000; */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/homePageimg/lines-top-left-dark-v2.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
  opacity: 0.3;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/homePageimg/line-bottom-right-dark-v2.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
  opacity: 0.3;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 4rem;
}

.hero-title {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1.8rem
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

/* Hero CTA Buttons */
.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 40px;
  border: 2px solid transparent;
}

/* Hero Image/Demo Section */
.hero-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 1rem;

  margin-bottom: 0rem;
  padding-bottom: 0rem;
}

.hero-demo-wrapper {
  position: relative;
  width: 100%;
  /* border-radius: 10px; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;

}

.hero-demo-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


/* Trusted By Section */
.hero-trusted {
  background: #e5e5e6;
  padding: 2rem 0;
  margin-bottom: 0;
}

.hero-trusted-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 2rem;
}

.hero-trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero-trusted-logos img {
  height: 25px;
  width: auto;
  object-fit: contain;
  /* opacity: 0.7; */
  transition: opacity 0.3s ease;
  /* filter: grayscale(0%); */
}

.hero-trusted-logos img:hover {
  filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-section::before {
    background-size: 30% auto !important;
    opacity: 0.8;
  }

  .hero-section::after {
    background-size: 30% auto !important;
    opacity: 0.8;
  }

  .hero-section {
    padding: 6rem 0 3rem;
    min-height: auto;
  }

  .hero-section::before {
    background-size: 60% auto;
    opacity: 0.8;
  }

  .hero-section::after {
    background-size: 60% auto;
    opacity: 0.8;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .hero-content {
    margin-bottom: 3rem;
  }

  .hero-play-button {
    width: 70px;
    height: 70px;
  }

  .hero-play-button::after {
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media (max-width: 767px) {
  .hero-section::before {
    background-size: 40% auto;
    opacity: 0.3;
    height: 100%;
  }

  .hero-section::after {
    background-size: 40% auto;
    opacity: 0.3;
    height: 100%;
  }

  .hero-section {
    padding: 5rem 0 2rem;
  }

  .hero-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .hero-cta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-btn {
    width: 100%;
    max-width: 250px;
    margin-bottom: 1rem;
  }

  .hero-content {
    margin-bottom: 2.5rem;
  }

  .hero-demo-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .hero-play-button {
    width: 60px;
    height: 60px;
  }

  .hero-play-button::after {
    border-left: 14px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .hero-trusted {
    padding: 2rem 0;
    margin-top: 0rem;
  }

  .hero-trusted-title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-trusted-logos {
    gap: 2rem 2.5rem;
    padding: 0 1rem;
  }

  .hero-trusted-logos img {
    height: 28px;
  }
}

@media (max-width: 575px) {
  .hero-section::before {
    background-size: 40% auto;
    opacity: 0.5;
  }

  .hero-section::after {
    background-size: 40% auto;
    opacity: 0.5;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 0.9375rem;
  }

  .hero-trusted-logos {
    gap: 1.5rem 2rem;
  }

  .hero-trusted-logos img {
    height: 24px;
  }
}