/* HEADER */
.header-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1000;

  transition: 0.3s ease;
}
.header-sec.scrolled {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.hdrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.logo img {
  height: 52px;
  width: auto;
}
.main-menu {
  margin-left: auto;
  margin-right: 30px;
}
.main-menu .menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .menu li a {
  color: #b7b6b6;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.main-menu .menu li a:hover {
  color: #ffffff;
}
.menu-close {
  display: none;
}

.header-button a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #7a38fc;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.header-button a:hover {
  background: #7a38fc;
  box-shadow: 0 0 15px rgba(108, 99, 255, 0.5);
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
}

/* HERO-SECTION */
.hero-sec {
  background-image: url(../asset/images/1million-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 20px;
  color: #fff;
}
.hero-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}
.hero-content {
  flex: 1;
}
.hero-content h1 {
  font-size: 46px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #bedbff 74%, #bedbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content h2 {
  color: #f4a261;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
}

.hero-content p {
  color: #d0e3ff;
  font-size: 15px;
  line-height: 26px;
  max-width: 550px;
  font-weight: 400;
  margin-bottom: 30px;
}

.primary-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #155dfc;
  padding: 14px 32px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(21, 93, 252, 0.25);
  transition: 0.3s;
}

.primary-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(21, 93, 252, 0.4);
}
.primary-button i {
  margin-left: 6px;
}
.hero-media {
  flex: 1;
  max-width: 520px;
  margin-left: auto;
}
.mobile-view {
  display: none;
}

.hero-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.hero-img video {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 16px;
}

.hero-img img {
  width: 100%;
  border-radius: 24px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
.play-btn i {
  color: #155dfc;
}
.img-text {
  margin-top: 15px;
}

.img-text h3 {
  color: #ff9d3f;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.img-text p {
  font-size: 12px;
  color: #d0e3ff;
  line-height: 22px;
}
.partners-sec {
  margin-top: 80px;
}
.partners-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.partners-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.partner-item {
  text-align: center;
}

.partner-item img {
  max-height: 75px;
  width: auto;
  object-fit: contain;
}
/* INFO-SECTION */
.info-section {
  background-image: url(../asset/images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.title-icon img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.info-content h3 {
  font-size: 20px;
  color: #f4a261;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-content p {
  color: #d0e3ff;
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 14px;
}
.info-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 18px 20px;
  margin: 25px 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.info-box p {
  color: #bbceff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0px;
}

.info-img img {
  max-width: 500px;
  margin-left: 50px;
  width: 100%;
}
/* UNIFIED BG FOR SERVICE & FEATURE SECTIONS */
.unified-bg {
  background-image: url(../asset/images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

/* SERVICE-SECTION */
.service-section {
  padding: 80px 0 20px;
  color: #fff;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.service-card:nth-child(-n + 3) {
  grid-column: span 2;
}
.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3;
}
.section-head h2 {
  background: linear-gradient(180deg, #ffffff 0%, #bedbff 74%, #bedbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  line-height: 1.3;
}
.service-card {
  position: relative;
  padding: 40px 32px;
  border-radius: 24px;
  text-align: center;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.main-menu .menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #185ef9 0%, #5114df 100%);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.main-menu .menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Success Page Header Overrides */
.success-page .header-sec {
  display: none !important;
}
.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(20, 28, 48, 0.6);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px auto;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.service-icon img {
  width: 40px;
  height: 40px;
  transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.08);
}

/* Unique Accents */
.service-card:nth-child(1) .service-icon {
  box-shadow: 0 10px 20px rgba(244, 162, 97, 0.15), inset 0 0 15px rgba(244, 162, 97, 0.1);
  border-color: rgba(244, 162, 97, 0.3);
}
.service-card:nth-child(1):hover {
  border-color: rgba(244, 162, 97, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(244, 162, 97, 0.15);
}
.service-card:nth-child(1):after { background: linear-gradient(90deg, transparent, #f4a261, transparent); }
.service-card:nth-child(1) h3 { color: #f4a261; }

.service-card:nth-child(2) .service-icon {
  box-shadow: 0 10px 20px rgba(81, 162, 255, 0.15), inset 0 0 15px rgba(81, 162, 255, 0.1);
  border-color: rgba(81, 162, 255, 0.3);
}
.service-card:nth-child(2):hover {
  border-color: rgba(81, 162, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(81, 162, 255, 0.15);
}
.service-card:nth-child(2):after { background: linear-gradient(90deg, transparent, #51a2ff, transparent); }
.service-card:nth-child(2) h3 { color: #51a2ff; }

.service-card:nth-child(3) .service-icon {
  box-shadow: 0 10px 20px rgba(194, 122, 255, 0.15), inset 0 0 15px rgba(194, 122, 255, 0.1);
  border-color: rgba(194, 122, 255, 0.3);
}
.service-card:nth-child(3):hover {
  border-color: rgba(194, 122, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(194, 122, 255, 0.15);
}
.service-card:nth-child(3):after { background: linear-gradient(90deg, transparent, #c27aff, transparent); }
.service-card:nth-child(3) h3 { color: #c27aff; }

.service-card:nth-child(4) .service-icon {
  box-shadow: 0 10px 20px rgba(5, 223, 114, 0.15), inset 0 0 15px rgba(5, 223, 114, 0.1);
  border-color: rgba(5, 223, 114, 0.3);
}
.service-card:nth-child(4):hover {
  border-color: rgba(5, 223, 114, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(5, 223, 114, 0.15);
}
.service-card:nth-child(4):after { background: linear-gradient(90deg, transparent, #05df72, transparent); }
.service-card:nth-child(4) h3 { color: #05df72; }

.service-card:nth-child(5) .service-icon {
  box-shadow: 0 10px 20px rgba(253, 199, 0, 0.15), inset 0 0 15px rgba(253, 199, 0, 0.1);
  border-color: rgba(253, 199, 0, 0.3);
}
.service-card:nth-child(5):hover {
  border-color: rgba(253, 199, 0, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(253, 199, 0, 0.15);
}
.service-card:nth-child(5):after { background: linear-gradient(90deg, transparent, #fdc700, transparent); }
.service-card:nth-child(5) h3 { color: #fdc700; }

.service-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.service-card p {
  color: #aebfd6;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
/* FEATURE-SECTION */
.feature-sec {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.feature-card {
  position: relative;
  background: rgba(29, 41, 61, 0.3);
  border: 1px solid #314158;
  border-radius: 20px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.fc-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.05);
}

.fc-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.fc-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 0%, #bedbff 74%, #bedbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fc-content p {
  font-size: 14px;
  color: #cad5e2;
  line-height: 1.7;
}
.pricing-sec {
  max-width: 980px;
  margin: 100px auto 0;
  background: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.price-head {
  background: linear-gradient(135deg, #2d6df6, #1d4ed8);
  border-radius: 24px 24px 0px 0px;
  border-radius: 24px 24px 0 0;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
}

.price-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-title .icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.price-title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.price-title p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
  color: #dbeafe;
}

.price-rate {
  font-size: 34px;
  font-weight: 800;
  text-align: right;
}

.price-rate span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}

.price-rate small {
  display: block;
  font-size: 12px;
  opacity: 0.9;
}
.price-container {
  padding: 35px 30px 30px;
}
.pr-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.pr-card {
  background: #eff6ff;
  padding: 22px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #dbeafe;
}
.pr-card:nth-child(2) {
  background: #eef2ff;
  border: 2px solid #dbeafe;
}

.pr-card:nth-child(3) {
  background: #faf5ff;
  border: 2px solid #f3e8ff;
}

.pr-card h3 {
  margin: 0;
  font-size: 30px;
  color: #155dfc;
  font-weight: 700;
}
.pr-card:nth-child(2) h3 {
  color: #4f39f6;
}
.pr-card:nth-child(3) h3 {
  color: #9810fa;
}
.pr-card p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #45556c;
  font-weight: 500;
}
.pricing-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricing-head i {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2b7fff 0%, #4f39f6 100%);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.pricing-head h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172b;
  line-height: 32px;
}
.pricing-ft {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.pricing-ft .tick-icon {
  width: 28px;
  height: 28px;
  color: #00a63e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.pricing-ft h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172b;
}
.pricing-ft p {
  font-size: 14px;

  color: #45556c;
}
.prefer-box {
  background: linear-gradient(135deg, #eef4ff, #eef2ff);
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #dbeafe;
  margin: 30px 0;
}

.prefer-box h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172b;
}

.prefer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  padding-left: 18px;
  margin: 0;
}

.prefer-box p {
  font-size: 16px;
  color: #314158;
}
.prefer-grid span {
  width: 8px;
  height: 8px;
  background: #155dfc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.pricing-button {
  margin-top: 20px;
}

.pricing-button a {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #2d6df6, #1d4ed8);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(45, 109, 246, 0.35);
  letter-spacing: 0.3px;
}

.pricing-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(45, 109, 246, 0.3);
}

.pricing-botom {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.pricing-botom p {
  font-size: 13px;
  color: #45556c;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.pricing-botom span {
  width: 8px;
  height: 8px;
  background: #00c950;
  border-radius: 50%;
  display: inline-block;
}
/* ================================================
   HOW TO REGISTER — FLOATING ACTION BUTTON (FAB)
   ================================================ */
.reg-fab {
  position: fixed;
  bottom: 30px;
  left: 24px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  /* entrance animation */
  animation: fabSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fabSlideIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Label chip above the button */
.reg-fab-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 15, 30, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(21, 93, 252, 0.45);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px 8px 12px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35), 0 0 0 1px rgba(21,93,252,0.2);
  animation: labelPulse 2.5s ease-in-out infinite;
}

@keyframes labelPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(0,0,0,0.35), 0 0 0 1px rgba(21,93,252,0.2); }
  50%       { box-shadow: 0 4px 25px rgba(21,93,252,0.4), 0 0 0 3px rgba(21,93,252,0.25); }
}

.reg-fab-label i {
  color: #5b9aff;
  font-size: 16px;
}

.reg-fab-label span {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Reel preview button wrapper */
.reg-fab-btn {
  width: 72px;
  height: 128px;
  border-radius: 14px;
  border: 2px solid rgba(21, 93, 252, 0.8);
  background: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(21, 93, 252, 0.55);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* Pulse ring on the button */
.reg-fab-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  border: 2px solid rgba(21, 93, 252, 0.5);
  animation: fabRing 2s ease-out infinite;
  pointer-events: none;
  z-index: 10;
}

@keyframes fabRing {
  0%   { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scaleX(1.15) scaleY(1.08); }
}

/* Video inside (frozen first frame) */
.reg-fab-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background: #000;
}

/* Glass shine sweeping effect */
.reg-fab-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: shineSweep 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes shineSweep {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}

/* Play icon overlay in center */
.reg-fab-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  z-index: 3;
}

.reg-fab-overlay i {
  text-shadow: 0 4px 14px rgba(0,0,0,0.9);
  animation: playPulse 2s ease-in-out infinite;
}

@keyframes playPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); opacity: 0.8; }
}

.reg-fab-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 30px rgba(21, 93, 252, 0.8);
}

.reg-fab-btn:active {
  transform: scale(0.96);
}

/* ================================================
   HOW TO REGISTER — MODAL  (reel / portrait video)
   ================================================ */
.reg-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reg-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Box sized for portrait (9:16) reel content */
.reg-modal-box {
  background: #000;
  border-radius: 20px;
  width: 100%;
  /* portrait width — comfortable on all screens */
  max-width: 360px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  overflow: hidden;
  transform: scale(0.9) translateY(24px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reg-modal-overlay.active .reg-modal-box {
  transform: scale(1) translateY(0);
}

.reg-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: linear-gradient(135deg, #155dfc, #4f39f6);
}

.reg-modal-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.reg-modal-title i {
  font-size: 17px;
  opacity: 0.9;
}

.reg-modal-close {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}

.reg-modal-close:hover {
  background: rgba(255,255,255,0.35);
}

/* Portrait video wrapper — forces 9:16 aspect, no cropping */
.reg-modal-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  overflow: hidden;
}

.reg-modal-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* show full frame, no cropping */
  background: #000;
}



.bonus-section {
  padding-top: 60px;
  background: #ffffff;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.bonus-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: linear-gradient(160deg, #ffffff 0%, #f4f7ff 100%);
  border: 1px solid #e1e8fa;
  border-radius: 32px;
  padding: 60px 80px;
  box-shadow: 0 30px 60px rgba(24, 94, 249, 0.08), 0 0 0 10px rgba(24, 94, 249, 0.02);
  position: relative;
}
.top-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.badge {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge.light {
  position: relative;
  background: #ffffff;
  border-radius: 50px;
  z-index: 1;
}

.badge.light::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1%;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #c0ce3a 0%,
    #f4a91b 29%,
    #f4664a 56%,
    #9851b1 79%,
    #64a4de 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.badge.red {
  background: transparent;
  border: 2px solid #fb2c36;
  color: #fb2c36;
  font-weight: 600;
}
.badge img {
  width: 20px;
  height: 20px;
}
.bonus-content h2 {
  font-size: 56px;
  font-weight: 400;
  background: linear-gradient(135deg, #185ef9 0%, #5114df 100%);
  line-height: 52px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.bonus-content .text-bl {
  font-size: 56px;
  font-weight: 600;
  background: linear-gradient(135deg, #185ef9 0%, #5114df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 20px;
}
.bonus-content .text-dark{
  font-weight: 700;
}

.bonus-content p {
  font-size: 18px;
  color: #364153;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 400;
 
}
.claim-btn {
  display: inline-block;
  background: linear-gradient(135deg, #1f3fff, #162edc);
  color: #fff;
  padding: 16px 36px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(31, 63, 255, 0.25);
  transition: all 0.3s ease;
}

.claim-btn:hover {
  background: linear-gradient(135deg, #162edc, #1f3fff);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(31, 63, 255, 0.35);
}

.cta-btn:hover {
  background: #162edc;
  transform: translateY(-2px);
}

.join-text {
  margin-top: 15px;
  font-size: 18px;
  color: #262729;
  font-weight: 500;
}

.bonus-image {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
}

.bonus-image img {
  width: 340px;
  border-radius: 15px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.bonus-image:hover img {
  transform: translateY(-8px) scale(1.02) rotate(2deg);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.2);
}

.free-tag {
  position: absolute;
  top: -25px;
  right: -25px;
  background: #fdc700;
  color: #733e0a;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  transform: rotate(15deg);
  box-shadow: 0 10px 25px rgba(253, 199, 0, 0.4);
  font-size: 20px;
  z-index: 15;
  transition: transform 0.3s ease;
}

.bonus-image:hover .free-tag {
  transform: rotate(20deg) scale(1.1);
}
.prize-section {
  padding: 80px 0px;
  background-color: #0f0b0c;
  position: relative;
}
.prize-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  background: #0f0b1c;
  color: #fff;
  margin-bottom: 10px;
  z-index: 1;
}

.prize-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #c0ce3a 0%,
    #f4a91b 29%,
    #f4664a 56%,
    #9851b1 79%,
    #64a4de 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}
.prize-badge img {
  width: 24px;
  height: 24px;
}
.star {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  opacity: 0.9;
}
.star img {
  width: 28px;
  height: 28px;
}

.star-1 {
  top: 60px;
  left: 120px;
}

.star-2 {
  top: 140px;
  right: 180px;
}

.star-3 {
  top: 32%;
  right: 13%;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.star {
  animation: float 4s ease-in-out infinite;
}
.prize-head h2 {
  font-size: 42px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}
.prize-head span {
  background: linear-gradient(135deg, #7a38fc 0%, #bb38fc 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prize-head p {
  color: #cad5e2;
  max-width: 600px;
  margin: auto;
  font-size: 18px;
}
.prize-head {
  text-align: center;
}

.prize-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.prize-card {
  background: rgba(29, 41, 61, 0.3);
  border-radius: 20px;
  padding: 40px 25px;
  border: 1px solid #314158;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
}

.prize-card:hover {
  transform: translateY(-10px);
}

.prize-card h4 {
  font-size: 28px;
  margin: 20px 0 10px;
  color: #ffff;
}

.prize-card p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.prize-card small {
  color: #90a1b9;
  font-size: 14px;
}

.prize-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: auto;
}
.prize-icon img {
  width: 36px;
  height: 36px;
}
.gold {
  background: linear-gradient(135deg, #fdc700 0%, #ff6900 100%);
}
.blue {
  background: linear-gradient(135deg, #51a2ff 0%, #00b8db 100%);
}
.pink {
  background: linear-gradient(135deg, #c27aff 0%, #f6339a 100%);
}

.green {
  background: linear-gradient(135deg, #05df72 0%, #00bc7d 100%);
}
.gold-text {
  color: #fdc700;
}

.blue-text {
  color: #51a2ff;
}
.pink-text {
  color: #c27aff;
}
.green-text {
  color: #05df72;
}

.bottom-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.stat-box {
  background: rgba(29, 41, 61, 0.3);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #314158;
  text-align: center;
}

.stat-box h4 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffff;
}

.stat-box p {
  color: #cad5e2;
  font-size: 18px;
}
.about-sec {
  background: #f8fafc;
  padding: 100px 0px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 15px;
  color: #62748e;
  z-index: 1;
}
.about-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #c0ce3a 0%,
    #f4a91b 29%,
    #f4664a 56%,
    #9851b1 79%,
    #64a4de 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.about-left h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(135deg, #185ef9 0%, #5114df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.sub-text {
  font-weight: 500;
  color: #45556c;
  font-size: 18px;
  margin-bottom: 20px;
}

.about-left p {
  color: #374151;
  line-height: 1.7;
  font-size: 15px;
  max-width: 500px;
}

/* Right Cards */
.about-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.info-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #ededed;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
  transition: 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #101828;
  font-weight: 600;
}

.info-card p {
  font-size: 14px;
  color: #6a7282;
}

.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.info-icon img {
  width: 24px;
  height: 24px;
}
.li-blue {
  background: #dbeafe;
}
.li-green {
  background: #dcfce7;
}
.li-purple {
  background: #f3e8ff;
}
.li-indigo {
  background: #e0e7ff;
}

.mission-section {
  background-image: url(../asset/images/mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

.mission-content {
  flex: 1;
}

.mission-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}

.mission-content p {
  font-size: 16px;
  line-height: 28px;
  color: #dbdadb;
  margin-bottom: 20px;
}

.mission-author h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.mission-author h4::after {
  content: "";
  width: 160px;
  height: 2px;
  background: #6f6d6d;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-radius: 5px;
}

.mission-author span {
  font-size: 15px;
  color: #ffff;
  font-weight: 500;
}
.image-wrapper {
  background: #f4ecd8;
  padding: 15px 0px 0px 15px;
  border-radius: 180px 180px 0px 0px;
  display: inline-block;
}
.mission-image {
  max-width: 320px;
  height: 420px;
  overflow: hidden;
  border-radius: 160px 160px 20px 20px;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-footer-bg {
  background-image: url(../asset/images/cta-footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-section {
  padding: 60px 0px;
  text-align: center;
  background: transparent;
  color: #fff;
  position: relative;
}
.left-shape img,
.right-shape img {
  width: 66px;
  height: 66px;
}
.left-shape {
  position: absolute;
  top: 40%;
  left: 5%;
}

.right-shape {
  position: absolute;
  top: 20%;
  right: 8%;
}

.cta-section h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 16px;
  color: #dbdadb;
  margin-bottom: 35px;
}

.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #7a38fc;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
}
.footer {
  background: transparent;

  padding: 60px 20px 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-logo img {
  height: 62px;
}

.footer-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
}

.footer-menu a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #7a38fc;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #7a38fc;
}

.footer hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #dbdadb;
}
.footer-bottom p {
  font-size: 13px;
  color: #dbdadb;
}

.footer-links a {
  color: #dbdadb;
  text-decoration: none;
  margin-left: 20px;
}

.footer-links a:hover {
  color: #fff;
}
.mobile-sticky-cta {
  display: none;
}

.whatsapp-float-btn i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #00a63e);
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 166, 62, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}

.whtsapp-sticky-btn i:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 166, 62, 0.5);
}

.whatsapp-float-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.whatsapp-float-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

