.contact-section {
  background: #f7f8fa;
  padding: 100px 0 100px 0;
}
.contact-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(30, 233, 182, 0.10);
  display: flex;
  flex-wrap: wrap;
}
.contact-form {
  min-width: 300px;
}
.contact-info {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-btn {
  background: linear-gradient(90deg, #1de9b6 0%, #6ee5ff 100%);
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  transition: background 0.2s;
}
.contact-btn:hover {
  background: #1de9b6;
  color: #fff;
}
.footer-section {
  background: #232a34;
  color: #fff;
  padding: 40px 0 20px 0;
}
.footer-social {
  margin-bottom: 10px;
}
.footer-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #343a40;
  color: #fff;
  font-size: 1.3rem;
  margin: 0 8px;
  transition: background 0.2s, color 0.2s;
}
.footer-icon:hover {
  background: #1de9b6;
  color: #fff;
}
.footer-copy {
  font-size: 1rem;
  color: #fff;
}
.faq-section {
  background: #fff;
  padding: 100px 0 100px 0;
}
.faq-img {
  max-width: 420px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(30, 233, 182, 0.15);
  transform: rotate(-20deg);
}
.faq-timeline {
  position: relative;
  padding-left: 40px;
}
.faq-timeline-line {
  position: absolute;
  left: 16px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #1de9b6 0%, #6ee5ff 100%);
  border-radius: 2px;
  z-index: 0;
}
.faq-timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.faq-timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 32px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #1de9b6;
  border-radius: 50%;
  z-index: 1;
}
.screenshots-section {
  background: #fff;
  padding: 100px 0 100px 0;
}
.screenshot-img {
  width: 250px;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(30, 233, 182, 0.10);
  background: #fff;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1de9b6;
  opacity: 0.3;
  margin: 0 6px;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #1de9b6;
}
.awesome-features-section {
  background: #f7f8fa url('images/features-bg.png') no-repeat center right;
  background-size: contain;
  padding: 100px 0 100px 0;
}
.feature-box {
  background: transparent;
  padding: 0 10px;
}
.feature-icon-circle {
  width: 56px;
  height: 56px;
  border: 2px solid #1de9b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1de9b6;
  background: #fff;
}
.howitworks-section {
  background: #fff;
  padding: 100px 0 100px 0;
}
.howitworks-step {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.howitworks-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.howitworks-watch {
  max-width: 340px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.howitworks-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.store-btn-text {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
  margin-left: 10px;
}
.about-section {
  background: #f7f8fa;
  padding: 100px 0 100px 0;
}
.about-section h2 {
  font-family: 'Montserrat', Arial, sans-serif;
}
.about-img {
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(30, 233, 182, 0.15);
  border-radius: 20px;
  transform: rotate(-15deg);
}
.store-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 32px;
  border: 2px solid #1de9b6;
  border-radius: 40px;
  background: #fff;
  color: #343a40;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  margin-right: 10px;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.store-btn:hover {
  background: #1de9b6;
  color: #fff;
  border-color: #1de9b6;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}
.hero-section {
  background: linear-gradient(135deg, #1de9b6 0%, #6ee5ff 100%);
  color: #fff;
  padding: 80px 0 120px 0;
  position: relative;
  overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.hero-img {
  max-width: 500px;
  width: 100%;
}
  
  .hero-img-large {
    max-width: 634px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
  }

  .mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 3;
  }
.hero-buttons .btn {
  margin-right: 15px;
  margin-bottom: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.hero-buttons .btn:hover {
  background: #fff;
  color: #1de9b6;
}
.features-section {
  background: #fff;
  padding: 60px 0 40px 0;
}
.feature-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #1de9b6;
}
.navbar-brand {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 20px;
  transition: color 0.2s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  color: #212121 !important;
  text-decoration: none;
}
.navbar {
  background: transparent;
}

.navbar.scrolled {
  background: linear-gradient(135deg, #1de9b6 0%, #6ee5ff 100%) !important;
  transition: background 0.3s;
}
@media (max-width: 991px) {
  .hero-section {
    text-align: center;
  }
  .hero-img {
    margin-top: 30px;
  }
}
