html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("/images/bg.webp") center/cover no-repeat;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.hero-top {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.logo-png {
  width: 40px;
  height: 40px;
}

.hero-png {
  width: 200px;
  height: auto;
  margin-left: 10px;
}

.hero-words {
  display: flex;
  gap: 24px;
  font-size: 1em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
/* Default: overlap with hero-section */
.overlap-boxes {
  position: relative;
  display: flex;
  gap: 50px;
  z-index: 3;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: -130px auto 0 auto; /* Overlap hero-section */
}

.box {
  width: 350px;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 1em;
  padding: 32px 20px 24px 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.pointer {
  cursor: pointer;
}

.box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.28);
}

.box-img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  background: #f5f5f5;
}

.box-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #1a237e;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.box-desc {
  font-size: 1.05em;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
}

.no-underline {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

@media (max-width: 900px) {
  .overlap-boxes {
    gap: 16px;
    align-items: center;
  }

  .logo-png {
    width: 30px;
    height: 30px;
  }

  .hero-png {
    width: 150px;
    height: auto;
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .overlap-boxes {
    flex-direction: column;
    gap: 16px;
    margin: -100px auto 0 auto;
    align-items: center;
  }

  .logo-png {
    width: 30px;
    height: 30px;
  }

  .hero-png {
    width: 150px;
    height: auto;
    margin-left: 10px;
  }
}

#pageintro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 900px;
  min-width: 260px;
  padding: 32px 40px;
  text-align: center;
  z-index: 2;
}

#pageintro .heading {
  margin-bottom: 16px;
  font-size: clamp(3em, 5vw, 4em); /* Responsive: min 3em, max 4em */
  font-weight: 400;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

#pageintro p {
  margin-bottom: 30px;
  font-size: 1.2em;
  color: #f3f3f3;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

#pageintro .btn {
  background: #fff;
  color: #610094;
  padding: 10px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

#pageintro .btn:hover {
  background: #fff;
  opacity: 0.7;
}

/* Responsive styles */
@media (max-width: 900px) {
  #pageintro {
    width: 80%;
    padding: 24px 16px;
  }
  #pageintro .heading {
    font-size: clamp(3em, 6vw, 3.5em);
  }
}

@media (max-width: 600px) {
  #pageintro {
    width: 95%;
    padding: 16px 6px;
  }
  #pageintro .heading {
    font-size: 3em;
  }
  #pageintro p {
    font-size: 1em;
  }
  #pageintro .btn {
    padding: 8px 16px;
    font-size: 0.95em;
  }
}
.section-headings {
  text-align: center;
  margin: 100px 0 32px 0;
}
.main-heading {
  font-size: 2em;
  font-weight: 500;
  /* color: #1a237e; */
  margin-bottom: 8px;
  margin-top: 4px;
}

.sub-heading {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 4px;
}

.main-underline {
  width: 80px;
  height: 5px;
  background: #1a237e;
  margin: 0 auto 0 auto;
  border-radius: 2px;
}
.platform-container {
  margin-bottom: 80px;
  margin-top: 80px;
}
.platforms-section {
  padding-left: 9rem;
  padding-right: 9rem;
}
.platform-card-custom {
  background: linear-gradient(135deg, #f8f9fc 60%, #e9ecf5 100%);
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(78, 115, 223, 0.13),
    0 2px 8px rgba(44, 62, 80, 0.06);
  transition: transform 0.22s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.22s,
    background 0.22s;
  text-align: left;
  border: none;
  position: relative;
  overflow: visible;
  min-height: 200px;
  padding-top: 3.5rem !important;
}
.platform-card-custom:hover {
  /* transform: translateY(-10px) scale(1.035); */
  box-shadow: 0 16px 48px rgba(78, 115, 223, 0.18),
    0 2px 8px rgba(44, 62, 80, 0.09);
  background: linear-gradient(135deg, #e3e9fa 60%, #f8f9fc 100%);
}
.icon-overlap {
  position: absolute;
  top: -36px;
  left: 32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 2px 12px rgba(78, 115, 223, 0.13);
  border: 4px solid #fff;
  z-index: 2;
}
.android-bg {
  background: linear-gradient(90deg, #860098 0%, #2d0072 100%);
}
.ios-bg {
  background: linear-gradient(90deg, #860098 0%, #2d0072 100%);
}
.platform-card-content {
  margin-top: 20px;
  padding: 0px 15px 0px 15px;
}
.platform-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2d0072;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #fff, 0 2px 8px rgba(78, 115, 223, 0.08);
}
.platform-desc {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media (max-width: 991px) {
  .col-md-6 {
    max-width: 95vw;
    flex: 1 1 100%;
  }
  .icon-overlap {
    left: 50%;
    transform: translateX(-50%);
  }
  .platform-card-custom {
    text-align: center;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Footer Section Styles */
.footer-section {
  width: 100%;
  margin-top: 40px;
}

.footer-top {
  /* background: #111217; */
  background: url("/images/bg.webp") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  height: 250px;
  align-items: center;
  min-height: 140px;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.footer-title {
  color: #fff;
  font-family: "Georgia", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2em;
  margin-bottom: 0.5rem;
}

.footer-contact {
  color: #ccc;
  font-size: 1.1em;
}

.footer-contact a {
  color: #fff;
  text-decoration: underline;
}

.footer-contact a:hover {
  color: #cab9f5;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 100px;
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.9em;
  white-space: nowrap;
  margin-top: 30px;
}
.footer-links span {
  margin-top: 30px;
}

.footer-links a:hover {
  color: #cab9f5;
  text-decoration: underline;
}

.footer-bottom {
  background: #0b0031;
  border-radius: 0 0 12px 12px;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-bottom span {
  color: #ccc;
  font-size: 1em;
  text-align: center;
  width: 100%;
}

.footer-up-btn {
  background: #42488a;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

.footer-up-btn i {
  color: #fff;
  font-size: 1.2em;
}

@media (max-width: 767.98px) {
  .footer-top {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .footer-bottom {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-up-btn {
    right: 0.5rem;
  }
  .platforms-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
