body.no-scroll {
  overflow: hidden;
}

.apply-hero-section {
  padding: 6rem 1rem;
  background: #F0F0F0;
}

.apply-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply-hero-img {
  margin-bottom: 2rem;
}

.apply-subhead {
  margin-bottom: 1rem;
}

.apply-price {
  font-size: var(--small-h-size);
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.entry-type-section {
  padding: 4rem 1rem;
  background: #E2E2E2;
}

.entry-type-title {
  font-size: var(--big-h-size);
  text-align: center;
  margin-bottom: 1rem;
}

.entry-type-container {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.single,
.double {
  border: 1px solid var(--color-primary);
  flex: 1;
  padding: 1rem 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single.active,
.double.active {
  color: #fff;
  background: var(--color-primary);
}

.total {
  font-size: var(--small-h-size);
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.verification-btn {
  display: block;
  margin-inline: auto;
}

.hidden-section.show {
  right: 0;
}

.hidden-section {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: .8s all;
  overflow: scroll;
  padding: 4rem 2rem 2rem;
}

.form-back-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000;
  font-size: 1.5rem;
  border: none;
  padding: .2rem .5rem;
  background: none;
  border: 2px solid black;
}

.entry-form-title {
  font-size: var(--big-h-size);
  text-align: center;
  margin-bottom: 2rem;
}



.form-group,
.radio-group {
  display: flex;
  flex-direction: column;
}

.entry-form-sec label {
  font-size: 1.08rem;
  font-weight: bold;
  color: #000;
  margin-bottom: .5rem;
  
  display: flex;
  gap: .5rem;
  align-items: center;
  line-height: 1.2rem;
}

.agree-group>label {
  align-items: start;
  gap: 1rem;
}

.agree-group {
  gap: 2rem;
}

.form-group {
  margin-bottom: 2rem;
}

.entry-form-sec input[type="text"],
.entry-form-sec input[type="email"],
.entry-form-sec input[type="number"] {
  height: 3rem;
}

.entry-form-sec textarea {
  height: 10rem;
  resize: none;
}

.entry-form-sec textarea,
.entry-form-sec input {
  padding: 1rem;
  font-size: 1.1rem;
}


.entry-form-sec input:focus,
.entry-form-sec textarea:focus {
  outline-color: var(--color-primary);
}

.asteric {
  color: red;
}


.card-verify-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #C5C5C5;
  backdrop-filter: blur(20px);
  display: grid;
  place-content: center;
}

.card-verify-section.hide,
.card-upload-container.hide {
  display: none;
}

.card-verify-container,
.card-upload-container {
  background: #fff;
  padding: 4rem 1rem 1rem;
  border-radius: 1rem;
}

.card-verify-container {
  padding-top: 2rem;
}

.card-verify-container.hide {
  display: none;
}

.card-verify-title,
.card-upload-title {
  font-size: var(--big-h-size);
  text-align: center;
  margin-bottom: 1rem;
}

.verification-info {
  padding-inline: 1.2rem;
}

.verification-info h5 {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.verification-info li {
  font-size: .9rem;
  margin-bottom: 1rem;
}

.card-verify-description {
  font-size: .9rem;
  text-align: center;
  margin-bottom: 1rem;
}

.card-final-description {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.verify-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.verify-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .9rem;
  padding: .7rem 1rem;
  width: 90px;
  height: 40px;
}



.card-upload-container {
  padding: 3rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-upload-box {
  display: block;
  background: #f4f4f4;
  border: 2px dashed #aaa;
  border-radius: 8px;
  width: 12rem;
  height: 9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.card-upload-box span,
.card-upload-box input {
  z-index: 10;
  font-size: 1rem;
  color: red;
}

.gift-card-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.or-text {
  margin-bottom: 1rem;
}

.card-pin {
  margin-bottom: 1rem;
  margin-bottom: 2rem;
}

.card-pin input {
  padding: 1rem;
  font-size: 1rem;
}

.card-pin input:focus {
  outline-color: var(--color-primary);
}

.select-card-type {
  /* align-self: center; */
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.select-card-type label {
  font-weight: 700;
  margin-bottom: .5rem;
}

.card-type {
  padding: .7rem 1rem;
  background: #EDEDED;
  border-radius: .5rem;
  width: 250px;
}

.card-upload-description {
  text-align: center;
  font-size: .9rem;
  margin-bottom: 2rem;
}

.card-upload-title {
  margin-bottom: .2rem;
}

.upload-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.upload-btn .btn {
  padding: 1rem;
}











.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  color: #fff;
}

/* Processing box */
.process-box {
  background: #111;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  width: 300px;
  box-shadow: 0 0 15px rgba(0, 200, 255, 0.3);
  animation: popIn 0.4s ease;
}

@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Spinner */
.spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid #00c6ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* Checkmark */
.checkmark {
  display: none;
  font-size: 60px;
  margin-bottom: 10px;
  background: #50BA6F;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  margin-inline: auto;
}

.checkmark img {
  width: initial;
  height: initial;
}


.done-text {
  display: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #00ff88;
}










.share-container {
  background: #111;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 200, 255, 0.2);
  max-width: 400px;
  animation: fadeIn 0.6s ease;
  position: fixed;
  top: -100%;
  transition: all .5s;
  z-index: 20000;
}

.share-container.show {
  top: 20px;
  transition: all .5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.share-container h1 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.share-container p {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  color: white;
  font-size: 1.3rem;
}

.social-btn:hover {
  transform: scale(1.1);
}

.twitter {
  background: #1DA1F2;
}

.facebook {
  background: #1877F2;
}

.whatsapp {
  background: #25D366;
}

.telegram {
  background: #0088cc;
}

.share-container button#closeBtn {
  margin-top: 30px;
  background: linear-gradient(90deg, #00ff99, #00c6ff);
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.share-container button#closeBtn:hover {
  transform: scale(1.05);
}

/* Icon styling */
i {
  font-style: normal;
}






/* RECIEPT SECTION */
.reciept {
  position: fixed;
  font-family: 'Courier New', Courier, monospace;
  background: #f8f8f8;
  color: #000;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: .5rem 10px;
  min-height: 100vh;
  display: none;
  place-items: center;
  z-index: 1000;
}

.show-reciept {
  display: grid;
}

.receipt-container {
  font-family: 'Courier New', Courier, monospace;
  background: #fff;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 18px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

/* Circular logo watermark (semi-transparent, centered) */
.receipt-container::before {
  font-family: 'Courier New', Courier, monospace;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 220px;
  height: 220px;
  background: url('../assets/images/reciept-img.jpg') center/cover no-repeat;
  border-radius: 50%;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.receipt-header {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.receipt-header h1 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.35rem;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.receipt-header .subtitle {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  color: #444;
}

.success-line {
  font-family: 'Courier New', Courier, monospace;
  border-top: 2px dashed #000;
  margin: 12px 0 18px;
}

.participant-label {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
  position: relative;
  z-index: 1;
}

.participant-id {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  font-size: 1.45rem;
  font-weight: bold;
  letter-spacing: 2px;
  background: #f0f0f0;
  padding: 10px 0;
  margin: 0 0 25px 0;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.details {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.details div {
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.details .label {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  min-width: 140px;
}

.details .value {
  font-family: 'Courier New', Courier, monospace;
  text-align: right;
  flex: 1;
}

.separator {
  font-family: 'Courier New', Courier, monospace;
  border-top: 1px dashed #888;
  margin: 14px 0;
}

.status-line {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px;
}

.footer {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  margin-top: 25px;
  font-size: 0.85rem;
  color: #555;
  position: relative;
  z-index: 1;
}

.reciept-top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  align-items: center;
  background: #fff;
  padding: 1rem .5rem;
}

.top-left {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.top-left p {
  font-size: 1rem;
}

.reciept-logo {
  width: 39px;
}

.close-reciept {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-reciept img {
  width: 1.5rem;
  height: 1.5rem;
}

.close-reciept:active {
  background: #BCBCBC87;
}

.btn-download {
  display: block;
  margin:  auto 0;
  padding: 12px 28px;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-download:hover {
  background: #0055aa;
}

@media print {
  body {
    background: white;
  }
  
  .btn-download {
    display: none;
  }
  
  .receipt-container {
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  
  .receipt-container::before {
    opacity: 0.04;
  }
  
  /* lighter watermark for print */
}