/* Global styles to prevent horizontal scroll */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.landing-page {
  background-color: #ffffff;
  display: grid;
  justify-items: center;
  align-items: start;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.landing-page .div {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.landing-page .overlap {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 571px;
  top: 3500px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.landing-page .footer {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 571px;
  top: 0;
  left: 0;
  background-color: transparent;
}

.landing-page .overlap-group {
  position: relative;
  width: 100%;
  height: 571px;
  background-color: #000000;
  margin: 0 auto; /* Center the footer content */
}

.landing-page .support-help-report {
  position: absolute;
  width: min(504px, 25%);
  top: 61px;
  left: min(238px, 12%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 35px;
}

.landing-page .text-wrapper {
  font-weight: 700;
}

.landing-page .span {
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 35px;
}

.landing-page .corporate {
  position: absolute;
  width: min(504px, 25%);
  top: 59px;
  left: min(917px, 48%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 35px;
}

.landing-page .mela-currency {
  position: absolute;
  width: min(413px, 21%);
  top: 61px;
  left: min(1275px, 66%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .legal-information {
  position: absolute;
  width: min(504px, 25%);
  top: 61px;
  left: min(554px, 29%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 35px;
}

.landing-page .youtube-hannel {
  position: absolute;
  width: 371px;
  max-width: 20%;
  height: 109px;
  top: 234px;
  right: 5%;
  object-fit: cover;
}

.landing-page .text-wrapper-2 {
  position: absolute;
  width: 413px;
  top: 503px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .FAQ-section {
  position: absolute;
  width: 100%;
  max-width: 1502px;
  min-height: 900px;
  top: 2068px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 150px;
  box-sizing: border-box;
  z-index: 10;
  background-color: #ffffff;
}

.landing-page .text-wrapper-3 {
  width: 100%;
  text-align: center;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 40px;
}

.landing-page .overlap-2 {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 92px;
}

.landing-page .rectangle {
  width: 100%;
  min-height: 70px;
  background-color: #000000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 34px;
  position: relative;
  box-sizing: border-box;
}

.landing-page .rectangle-2 {
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: #000000;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  position: relative;
  z-index: 15;
}

.landing-page .rectangle-3 {
  width: 100%;
  min-height: 70px;
  background-color: #000000;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding: 10px 34px;
  position: relative;
  box-sizing: border-box;
}

.landing-page .p,
.landing-page .text-wrapper-4,
.landing-page .text-wrapper-7,
.landing-page .text-wrapper-8 {
  width: auto;
  max-width: 90%;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  padding: 15px 0;
  flex: 1;
  position: relative;
}

.landing-page .text-wrapper-5 {
  width: 100%;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

/* Old FAQ toggle images - hidden */
.landing-page .group,
.landing-page .line,
.landing-page .overlap-group-wrapper,
.landing-page .overlap-group-2,
.landing-page .img,
.landing-page .line-2,
.landing-page .div-wrapper,
.landing-page .overlap-wrapper {
  display: none;
}

.landing-page .overlap-3,
.landing-page .overlap-4,
.landing-page .overlap-5,
.landing-page .overlap-6 {
  width: 100%;
  margin-bottom: 10px;
}

.landing-page .overlap-7 {
  width: 100%;
  margin-bottom: 50px;
}

.landing-page .overlap-3 .faq-question,
.landing-page .overlap-4 .faq-question,
.landing-page .overlap-5 .faq-question,
.landing-page .overlap-6 .faq-question,
.landing-page .overlap-7 .faq-question {
  width: 100%;
  min-height: 70px;
  background-color: #000000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 34px;
  position: relative;
  box-sizing: border-box;
}

.landing-page .text-wrapper-6 {
  width: auto;
  max-width: 90%;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

/* Removed - old toggle positioning */

/* Old FAQ wrappers - now removed as duplicates */

/* Removed - old toggle positioning */

.landing-page .slider {
  position: absolute;
  width: 100%;
  max-width: 1499px;
  height: 442px;
  top: 1564px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 25px;
  background-image: url(https://c.animaapp.com/fkGoU7QU/img/rectangle-49.png);
  background-size: 100% 100%;
}

.landing-page .rectangle-4 {
  position: absolute;
  width: 100%;
  height: 442px;
  top: 0;
  left: 0;
}

.landing-page .overlap-8 {
  position: absolute;
  width: 100%;
  height: 505px;
  top: 999px;
  left: 0;
}

.landing-page .invite-section {
  position: absolute;
  width: 100%;
  height: 345px;
  top: 160px;
  left: 0;
}

.landing-page .overlap-9 {
  position: relative;
  width: 100%;
  height: 345px;
}

.landing-page .rectangle-5 {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 7px;
  left: 0;
  background-color: #000000;
}

.landing-page .text-wrapper-9 {
  position: absolute;
  width: 1055px;
  max-width: 55%;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 85px;
  white-space: nowrap;
  text-align: center;
}

.landing-page .invite-button {
  position: absolute;
  width: 553px;
  max-width: 30%;
  height: 88px;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
}

.landing-page .overlap-group-3 {
  position: relative;
  width: 551px;
  height: 88px;
}

.landing-page .rectangle-6 {
  position: absolute;
  width: 214px;
  height: 58px;
  top: 14px;
  left: 0;
  border-radius: 61px;
  border: 1px solid;
  border-color: #ffffff;
}

.landing-page .text-wrapper-10 {
  position: absolute;
  width: 510px;
  top: 0;
  left: 41px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 85px;
  white-space: nowrap;
}

.landing-page .payment-succesful {
  position: absolute;
  width: 255px;
  max-width: 15%;
  height: 345px;
  top: 0;
  right: 5%;
  aspect-ratio: 0.74;
  object-fit: cover;
}

.landing-page .rectangle-7 {
  position: absolute;
  width: 342px;
  height: 301px;
  top: 6px;
  left: 1px;
  object-fit: cover;
}

.landing-page .logo-slider {
  position: absolute;
  width: 100%;
  height: 166px;
  top: 0;
  left: 0;
}

.landing-page .rectangle-8 {
  position: absolute;
  width: 100%;
  height: 436px;
  top: 3050px;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.landing-page .overlap-10 {
  position: absolute;
  width: 100%;
  height: 930px;
  top: 0;
  left: 0;
}

.landing-page .overlap-11 {
  position: absolute;
  width: 100%;
  height: 930px;
  top: 0;
  left: 0;
}

.landing-page .hero-bg-element {
  position: absolute;
  width: 641px;
  max-width: 35%;
  height: 566px;
  top: 91px;
  right: 5%;
  aspect-ratio: 1.17;
}

.landing-page .order-payment {
  position: absolute;
  width: 1622px;
  max-width: 90%;
  height: 415px;
  top: 515px;
  left: 50%;
  transform: translateX(-50%);
}

.landing-page .overlap-12 {
  position: absolute;
  width: 1176px;
  height: 71px;
  top: 8px;
  left: 60px;
}

.landing-page .text-wrapper-11 {
  position: absolute;
  width: 1176px;
  top: 16px;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .currency-converter {
  position: absolute;
  width: 816px;
  height: 71px;
  top: 0;
  left: 337px;
}

.landing-page .text-wrapper-12 {
  position: absolute;
  width: 170px;
  top: 21px;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #6b6b6b;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-13 {
  width: 104px;
  top: 23px;
  left: 177px;
  font-size: 28px;
  position: absolute;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .overlap-13 {
  position: absolute;
  width: 483px;
  height: 71px;
  top: 0;
  left: 323px;
}

.landing-page .rectangle-9 {
  position: absolute;
  width: 600px;
  height: 52px;
  top: 14px;
  left: 0;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid;
  border-color: #000000;
}

.landing-page .text-wrapper-14 {
  position: absolute;
  width: 201px;
  top: 20px;
  left: 360px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-15 {
  position: absolute;
  width: 181px;
  top: 20px;
  left: 70px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

/* Currency input field styles */
.currency-input {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}

.currency-input::-webkit-outer-spin-button,
.currency-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.currency-input:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
  border-radius: 4px;
}

.currency-input::placeholder {
  color: #999;
  opacity: 0.6;
}

.text-wrapper-15::placeholder,
.text-wrapper-14::placeholder {
  font-size: 14px;
  color: #999;
  opacity: 0.7;
}

#ghs-amount {
  cursor: text;
  background-color: white;
}

#exchange-rate, #exchange-rate-bottom {
  transition: all 0.3s ease;
  position: relative;
}

#exchange-rate:empty::before,
#exchange-rate-bottom:empty::before {
  content: "Loading...";
  color: #999;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Input field hover and focus effects */
.currency-input:hover:not([readonly]) {
  background-color: rgba(74, 144, 226, 0.05);
  border-radius: 4px;
}

.currency-input:focus {
  background-color: rgba(74, 144, 226, 0.1) !important;
}

/* Add subtle transition for value changes */
.currency-input {
  transition: all 0.2s ease;
}

/* Form input fields */
.input-field {
  width: 400px;
  height: 55px;
  background-color: #f5f5f5;
  border-radius: 15px;
  border: 0.5px solid #000000;
  padding: 0 20px;
  font-family: "Inria Sans", Helvetica;
  font-size: 18px;
  color: #000000;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.input-field:focus {
  border: 2px solid #4a90e2;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(74, 144, 226, 0.2);
}

.input-field::placeholder {
  color: #999;
  font-size: 16px;
}

/* LEFT SIDE - FORM FIELDS */

/* Section Headers */
.overlap-14::before {
  content: 'Payment Form';
  position: absolute;
  top: 20px;
  left: 40px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.overlap-14::after {
  content: 'Payment Instructions';
  position: absolute;
  top: 20px;
  left: 780px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

/* Form Container */
.payment-form {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  align-items: start;
}

.form-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.submit-button {
  grid-column: 1 / -1;
}

.field-label {
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
}

/* Input field overrides for form */
.payment-form .input-field {
  position: relative;
  width: 100%;
  height: 50px;
  top: auto;
  left: auto;
  transform: none;
}

.payment-form .amount-input,
.payment-form .whatsapp-input,
.payment-form .momo-input {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  transform: none;
}

/* Upload box styling */
.upload-box {
  width: 100%;
  height: 59px;
  background-color: #ebebeb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-box:hover {
  background-color: #e0e0e0;
}

.upload-text {
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}

.upload-box:hover .upload-text {
  color: #4a90e2;
}

/* Upload label clickable */
.upload-label {
  cursor: pointer;
  display: block;
  width: 100%;
}

/* File name display after upload */
#upload-text.file-uploaded {
  color: #27ae60;
  font-weight: 600;
}

/* Submit Button */
.submit-button {
  position: relative;
  width: 100%;
  height: 55px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  font-family: "Inria Sans", Helvetica;
  margin-top: 5px;
}

.submit-button:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.submit-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

.submit-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.submit-icon {
  transition: transform 0.3s ease;
}

.submit-button:hover .submit-icon {
  transform: translateX(5px);
}

/* Currency labels */
.currency-label-ghs,
.currency-label-rmb {
  position: absolute;
  font-family: "Inria Sans", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #555;
  background-color: transparent;
  padding: 0;
  z-index: 5;
  pointer-events: none;
  letter-spacing: 0.5px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.currency-label-ghs {
  top: 55%;
  transform: translateY(-50%);
  left: 520px;
}

.currency-label-rmb {
  top: 55%;
  transform: translateY(-50%);
  left: 20px;
}

.currency-label {
  display: none;
}

/* Hide equals sign on desktop */
.equals-sign {
  display: none;
}

/* Show currency label and equals sign only on mobile */
@media (max-width: 768px) {
  .currency-label {
    display: block;
  }
  
  .equals-sign {
    display: block;
  }
}

.landing-page .text-wrapper-16 {
  width: 32px;
  top: 0;
  left: 285px;
  font-size: 64px;
  position: absolute;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .overlap-14 {
  position: absolute;
  width: 1485px;
  height: 420px;
  top: 95px;
  left: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid;
  border-color: #000000;
  overflow: visible;
}

.landing-page .overlap-15 {
  display: none; /* Hidden - replaced by form structure */
}

.landing-page .text-wrapper-17 {
  position: absolute;
  width: auto;
  top: 25px;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-18 {
  width: auto;
  top: 22px;
  left: 110px;
  font-size: 18px;
  position: absolute;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-19 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
}

.landing-page .overlap-16 {
  position: absolute;
  width: 180px;
  height: 80px;
  top: 60px;
  left: 780px;
}

.landing-page .text-wrapper-20 {
  position: absolute;
  width: 180px;
  top: 0;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .qr-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 5px;
  aspect-ratio: 1;
  object-fit: cover;
}

.landing-page .alipay-logo {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 28px;
  left: 50px;
}

.landing-page .dial-the-shortcode {
  position: absolute;
  width: 380px;
  top: 150px;
  left: 780px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.6;
}

.landing-page .text-wrapper-21 {
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  letter-spacing: 0;
}

.landing-page .overlap-17 {
  display: none; /* Hidden - replaced by form structure */
}

.landing-page .text-wrapper-22 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 35px;
  right: 10px;
}

.payment-form .group-3 {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 32px;
  right: 10px;
}

.landing-page .overlap-group-4 {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 2px solid;
  border-color: #000000;
}

.landing-page .text-wrapper-23 {
  position: absolute;
  width: 14px;
  top: 6px;
  left: 9px;
  font-family: "Nobile", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .overlap-18 {
  display: none; /* Hidden - replaced by form structure */
}

.landing-page .rectangle-10 {
  position: absolute;
  width: 400px;
  height: 59px;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  border-radius: 10px;
}

.landing-page .text-wrapper-24 {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
}

.landing-page .line-3 {
  position: absolute;
  width: 8px;
  height: 26px;
  top: 15px;
  left: 33px;
}

.landing-page .line-4 {
  position: absolute;
  width: 26px;
  height: 8px;
  top: 24px;
  left: 24px;
}

.landing-page .line-5 {
  position: absolute;
  width: 2px;
  height: 380px;
  top: 20px;
  left: 760px;
  background-color: #e0e0e0;
  object-fit: cover;
}

.landing-page .line-6 {
  display: none; /* Hide second divider */
}

.landing-page .rectangle-11 {
  display: none; /* Hidden - replaced by actual input field */
}

.landing-page .rectangle-12 {
  display: none; /* Hidden - replaced by actual input field */
}

.landing-page .line-7 {
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  object-fit: cover;
}

.landing-page .cuurency-switch {
  position: absolute;
  width: 138px;
  height: 53px;
  top: 22px;
  left: 1367px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 0.5px solid;
  border-color: #000000;
}

.landing-page .yuan-wrapper {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 4px;
  left: 88px;
  background-color: #000000;
  border-radius: 23px;
}

.landing-page .yuan {
  position: absolute;
  width: 35px;
  height: 37px;
  top: 3px;
  left: 6px;
  aspect-ratio: 0.96;
  object-fit: cover;
}

.landing-page .cedi-icon {
  position: absolute;
  width: 48px;
  height: 46px;
  top: 2px;
  left: 8px;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.landing-page .buy-and-send-RMB {
  position: absolute;
  width: 685px;
  max-width: 45%;
  top: 171px;
  right: 5%;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 60px;
  text-align: right;
  letter-spacing: 0;
  line-height: 85px;
}

.landing-page .text-wrapper-25 {
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 85px;
}

.landing-page .navbar {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 93px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.landing-page .overlap-19 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 93px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.landing-page .nav-bg {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.landing-page .text-wrapper-26 {
  position: absolute;
  width: 75px;
  top: 36px;
  left: 1153px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .about {
  position: absolute;
  width: 89px;
  top: 36px;
  left: 1237px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-27 {
  position: absolute;
  width: 270px;
  top: 36px;
  left: 1324px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-28 {
  position: absolute;
  width: 731px;
  top: 0;
  left: 274px;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 93px;
  white-space: nowrap;
  margin-top: 2%;
}

.landing-page .line-8 {
  position: absolute;
  width: 100%;
  height: 9px;
  top: 82px;
  left: 0;
  object-fit: cover;
}

.landing-page .image {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 23px;
  left: 1553px;
  aspect-ratio: 1;
  object-fit: cover;
}

.landing-page .mela-logo {
  position: absolute;
  width: 507px;
  max-width: 30%;
  height: 160px;
  top: 213px;
  left: 5%;
  aspect-ratio: 3.17;
  object-fit: cover;
}

.logo-slider {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center; /* centers vertically */
  gap: 20px; /* space between logos */
  background-color: #f5f5f5;
  padding: 20px;
}

.logo-slider img {
  height: 50px; /* adjust as needed */
  width: auto;
  object-fit: contain;
}

.faq-item {
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

.faq-question {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.faq-question:hover {
  opacity: 0.9;
}

.faq-answer {
  transition: max-height 0.4s ease, opacity 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  position: relative;
  z-index: 15;
}

.faq-answer.hidden {
  display: none !important;
}

.faq-answer-2 {
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px;
}

/* Navigation Styles */
.navbar {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.nav-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 15px 30px;
  flex-wrap: wrap;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  font-family: "Inria Sans", Helvetica;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #000000;
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-toggle:hover {
  border-color: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 14px;
}

.nav-toggle-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle-text {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.nav-link:hover {
  color: #4a90e2;
}

.whatsapp-contact .nav-link {
  background-color: #25d366;
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-size: 15px;
  white-space: nowrap;
}

.whatsapp-contact .nav-link:hover {
  background-color: #128c7e;
  color: white;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.text-wrapper-28 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inria Sans", Helvetica;
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 8px 20px;
  background-color: #f8f9fa;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 10;
  border: 1px solid #e9ecef;
  max-width: 600px;
  text-align: center;
  line-height: 1.4;
}

.line-8 {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: white;
}

/* Active state for nav items */
.nav-link.active {
  color: #4a90e2;
  font-weight: 700;
}

.dummy-answer {
  font-family: "Inria Sans", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}

/* FAQ Answer boxes */
.landing-page .overlap-3 .faq-answer,
.landing-page .overlap-4 .faq-answer,
.landing-page .overlap-5 .faq-answer,
.landing-page .overlap-6 .faq-answer,
.landing-page .overlap-7 .faq-answer {
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  position: relative;
  z-index: 15;
}

.faq-toggle {
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
}

.faq-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.faq-toggle.active {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) rotate(45deg);
}

.faq-toggle:active {
  transform: translateY(-50%) scale(0.95);
}

.upload-icon {
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 10;
}

/* Tablet responsiveness */
@media (max-width: 1024px) {
  .landing-page .navbar {
    position: fixed;
    top: 140px;
    right: 15px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 1002;
  }

  .landing-page .overlap-19 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-toggle {
    display: flex !important;
    margin: 0;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
  }

  .nav-toggle-icon span {
    background-color: #000000 !important;
  }

  .nav-toggle:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .nav-toggle:hover .nav-toggle-icon span {
    background-color: #ffffff !important;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    width: 300px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 60px;
  }

  .navbar.nav-open .nav-links {
    display: flex;
  }

  .navbar.nav-open .nav-toggle {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }

  .navbar.nav-open .nav-toggle-icon span {
    background-color: #ffffff !important;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links .nav-link {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 17px;
  }

  .landing-page .text-wrapper-26,
  .landing-page .about,
  .landing-page .text-wrapper-27 {
    position: static !important;
    width: auto !important;
    left: auto !important;
    top: auto !important;
  }

  .landing-page .text-wrapper-28 {
    max-width: 90%;
    font-size: 13px;
    padding: 8px 20px;
    margin: 15px auto 0;
    position: static;
    text-align: center;
  }

  .landing-page .order-payment {
    max-width: 95%;
    padding: 0 10px;
  }

  .landing-page .overlap-14 {
    width: 100%;
    padding: 20px;
  }

  .payment-form {
    grid-template-columns: 1fr;
  }
}

/* Basic mobile responsiveness */
@media (max-width: 768px) {
  .landing-page {
    display: block;
  }

  .landing-page .div {
    padding: 0 0 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .landing-page .overlap {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 50px;
    order: 999;
  }

  .landing-page .footer {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }

  .landing-page .overlap-group {
    position: relative;
    height: auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: #000000;
  }

  .landing-page .support-help-report,
  .landing-page .corporate,
  .landing-page .legal-information,
  .landing-page .mela-currency {
    position: static;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
  
  .landing-page .admin-access {
    position: static;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .landing-page .FAQ-section,
  .landing-page .slider,
  .landing-page .overlap-8,
  .landing-page .overlap-10 {
    position: static;
    width: 100%;
    margin: 20px 0;
    transform: none;
    left: 0;
  }

  .landing-page .overlap-10 {
    order: 1;
  }

  .landing-page .overlap-8 {
    order: 2;
  }

  .landing-page .slider {
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    order: 3;
  }

  .landing-page .FAQ-section {
    padding: 40px 15px 80px;
    order: 4;
  }

  .landing-page .rectangle-8 {
    order: 5;
  }

  .landing-page .rectangle-4 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }

  .landing-page .hero-bg-element {
    display: none;
  }

  /* Hero Section */
  .landing-page .overlap-10 {
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  .landing-page .overlap-11 {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
  }

  /* Hide logo slider in hero section on mobile to prevent overlap */
  .landing-page .overlap-11 .logo-slider {
    display: none !important;
  }

  .landing-page .mela-logo {
    position: static;
    width: 180px;
    max-width: 70%;
    height: auto;
    margin: 40px auto 25px;
    display: block;
    order: 2;
  }

  .landing-page .buy-and-send-RMB {
    position: static;
    width: 100%;
    max-width: none;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    margin: 50px auto 40px;
    padding: 0 20px;
    font-weight: 600;
    color: #000000;
    order: 3;
    z-index: 10;
  }

  .landing-page .buy-and-send-RMB a {
    position: relative;
    z-index: 10;
  }

  .landing-page .text-wrapper-25 {
    font-size: inherit;
    line-height: inherit;
  }

  .landing-page .navbar {
    position: fixed;
    top: 140px;
    right: 15px;
    height: auto;
    margin: 0;
    width: auto;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    z-index: 1002;
    backdrop-filter: none;
    order: 1;
  }

  .landing-page .overlap-19 {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    position: relative;
  }

  .landing-page .nav-bg,
  .landing-page .line-8 {
    display: none;
  }

  .nav-toggle {
    display: flex !important;
    margin: 0;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    z-index: 1003;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 18px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .nav-toggle:hover {
    background-color: #000000;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  }

  .nav-toggle:hover .nav-toggle-icon span {
    background-color: #ffffff !important;
  }

  .nav-toggle:hover .nav-toggle-text {
    color: #ffffff;
  }

  .nav-toggle-text {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
  }

  .nav-toggle-icon {
    width: 22px;
    height: 16px;
  }

  .nav-toggle-icon span {
    background-color: #000000 !important;
    transition: background-color 0.3s ease;
  }

  .navbar.nav-open .nav-toggle {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }

  .navbar.nav-open .nav-toggle-text {
    color: #ffffff;
  }

  .navbar.nav-open .nav-toggle-icon span {
    background-color: #ffffff !important;
  }

  .navbar.nav-open .nav-toggle-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .navbar.nav-open .nav-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .navbar.nav-open .nav-toggle-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 20px;
    width: 280px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
    position: absolute;
    right: 0;
    top: 60px;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar.nav-open .nav-links {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
  }

  .nav-links .nav-link {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .nav-links .nav-link:hover {
    background-color: #f8f9fa;
  }

  .nav-links .nav-link.active {
    background-color: #e8f4ff;
    color: #4a90e2;
  }

  .whatsapp-contact .nav-link {
    background-color: #25d366 !important;
    color: #ffffff !important;
    border-radius: 999px;
    font-weight: 600;
  }

  .whatsapp-contact .nav-link:hover {
    background-color: #128c7e !important;
    transform: scale(1.02);
  }

  .landing-page .text-wrapper-28 {
    position: static;
    width: 85%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.6;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 12px 20px;
    white-space: normal;
    display: block;
    color: #444;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 500;
    letter-spacing: 0.3px;
    order: 3.5;
    z-index: 1;
  }

  .landing-page .text-wrapper-26,
  .landing-page .about,
  .landing-page .text-wrapper-27 {
    position: static !important;
    width: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .landing-page .order-payment,
  .landing-page .overlap-12,
  .landing-page .currency-converter,
  .landing-page .overlap-13,
  .landing-page .overlap-14,
  .landing-page .overlap-16 {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
  }

  .landing-page .order-payment {
    margin-top: 30px;
    padding: 0 15px;
    order: 4;
  }

  .landing-page .overlap-12 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .landing-page .text-wrapper-11 {
    position: static;
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
  }

  .landing-page .currency-converter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #000000;
    border-radius: 20px;
    padding: 20px 15px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  }

  .landing-page .text-wrapper-12,
  .landing-page .text-wrapper-13 {
    position: static;
  }

  /* Current Rate section - inline layout */
  .current-rate-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .landing-page .text-wrapper-12 {
    font-size: 15px;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .landing-page .text-wrapper-13 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #f0f0f0;
    padding: 8px 16px;
    border-radius: 12px;
    display: inline-block !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 0;
    visibility: visible !important;
    opacity: 1 !important;
    border: 1px solid #ddd;
    position: static !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
  }

  .landing-page .overlap-13 {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: stretch;
  }

  .landing-page .rectangle-9 {
    display: none;
  }

  .landing-page .text-wrapper-14,
  .landing-page .text-wrapper-15 {
    position: static;
    width: 100%;
  }

/* Currency converter mobile layout - CNY first, then GHS */
.currency-converter-mobile {
  display: none;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

  .currency-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .currency-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
  }

  .currency-input {
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 16px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
  }

  .currency-input:focus {
    border-color: #4a90e2;
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.2);
    transform: scale(1.02);
  }

  .equals-sign {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
  }

  .currency-label-ghs,
  .currency-label-rmb {
    display: none !important;
  }

  .landing-page .text-wrapper-16 {
    display: none !important;
  }

  .currency-converter-mobile {
    display: flex !important;
  }

  .landing-page .text-wrapper-16 {
    position: static;
    width: 100%;
    font-size: 36px;
    text-align: center;
  }

  .overlap-14 {
    padding: 20px 16px;
    border-radius: 15px;
    margin: 20px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    position: relative !important;
  }

  .overlap-14::before {
    content: 'Payment Instructions';
    position: static;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    color: #000000;
    padding-bottom: 0;
    border-bottom: none;
    order: 1;
  }

  .overlap-14::after {
    content: 'Payment Form';
    position: static;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 25px 0 15px;
    color: #000000;
    padding-bottom: 0;
    border-bottom: none;
    order: 5;
  }

  /* Show Payment Instructions section */
  .landing-page .overlap-16 {
    position: static !important;
    display: block !important;
    width: 100%;
    margin: 0 0 15px;
    order: 2;
    text-align: center;
  }

  .landing-page .text-wrapper-20 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }

  .landing-page .qr-icon {
    position: static !important;
    width: 40px;
    height: 40px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 8px;
  }

  .landing-page .alipay-logo {
    position: static !important;
    width: 100px;
    height: auto;
    display: inline-block !important;
    vertical-align: middle;
  }

  .landing-page .dial-the-shortcode {
    display: block !important;
    position: static !important;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-top: 12px;
    order: 3;
  }

  .landing-page .dial-the-shortcode p {
    margin: 0 0 4px 0;
  }

  .landing-page .dial-the-shortcode p:last-child {
    margin-bottom: 0;
  }

  .landing-page .dial-the-shortcode .text-wrapper {
    font-weight: 700;
    color: #000;
  }

  .landing-page .dial-the-shortcode .text-wrapper-21 {
    font-weight: 400;
    color: #333;
  }

  .landing-page .line-5 {
    display: none !important;
  }

  .landing-page .text-wrapper-20 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .form-header {
    order: 4 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .landing-page .text-wrapper-17,
  .landing-page .text-wrapper-18 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: static !important;
  }
  
  .landing-page .text-wrapper-17 {
    color: #666 !important;
  }
  
  .landing-page .text-wrapper-18 {
    color: #000 !important;
    font-weight: 700 !important;
  }

  .payment-form {
    position: static !important;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    order: 6;
  }

  .form-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .payment-form .input-field {
    width: 100%;
    height: 52px;
    font-size: 16px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
  }

  .payment-form .input-field:focus {
    background-color: #ffffff;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
  }

  .payment-form .group-3 {
    display: none;
  }

  .upload-box {
    min-height: 64px;
    border-radius: 12px;
    background-color: #f8f9fa;
    border: 2px dashed #d0d0d0;
  }

  .upload-box:hover {
    border-color: #4a90e2;
    background-color: #e8f4ff;
  }

  .field-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
  }

  .submit-button {
    height: 54px;
    font-size: 17px;
    border-radius: 12px;
    margin-top: 10px;
    width: 100%;
  }

  .landing-page .overlap-16 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .landing-page .qr-icon {
    position: static;
    width: 40px;
    height: 40px;
  }

  .landing-page .alipay-logo {
    position: static;
    width: auto;
    height: 28px;
  }

  .landing-page .dial-the-shortcode {
    position: static;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-top: 12px;
  }

  .landing-page .line-5 {
    display: none;
  }

  .landing-page .invite-section,
  .landing-page .overlap-9 {
    position: static;
    width: 100%;
    height: auto;
    padding: 40px 16px;
    background-color: #000000;
    border-radius: 20px;
    color: #ffffff;
  }

  .landing-page .text-wrapper-9 {
    position: static;
    width: 100%;
    transform: none;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }

  .landing-page .invite-button {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
  }

  .landing-page .overlap-group-3 {
    position: static;
    width: 100%;
    height: auto;
  }

  .landing-page .rectangle-6 {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 999px;
    border: 1px solid #ffffff;
    padding: 14px 0;
  }

  .landing-page .text-wrapper-10 {
    position: static;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  .landing-page .payment-succesful {
    position: static;
    width: 160px;
    margin: 0 auto;
  }

  .landing-page .rectangle-5,
  .landing-page .rectangle-7,
  .landing-page .rectangle-8 {
    display: none;
  }

  .landing-page .overlap-8 .logo-slider {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    display: flex !important;
    position: static;
  }

  .logo-slider img {
    height: 40px;
  }

  .landing-page .slider {
    margin: 30px 0 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }

  .landing-page .slider .rectangle-4 {
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .landing-page .FAQ-section {
    margin-top: 40px;
  }

  .landing-page .overlap-2 {
    margin-top: 30px;
  }

  .landing-page .footer {
    margin-top: 40px;
  }

  .landing-page .text-wrapper-2 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    margin-top: 20px;
    font-size: 14px;
    order: 1000;
  }
}

/* Small mobile devices (phones in portrait) */
@media (max-width: 480px) {
  .landing-page .buy-and-send-RMB {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 15px;
  }

  .landing-page .mela-logo {
    width: 150px;
    max-width: 50%;
  }

  .landing-page .text-wrapper-11 {
    font-size: 24px;
  }

  .landing-page .currency-converter {
    padding: 15px 10px;
  }

  .landing-page .text-wrapper-13 {
    font-size: 18px;
  }

  .currency-input {
    font-size: 18px;
    padding: 12px 14px;
  }

  .overlap-14 {
    padding: 60px 12px 20px;
  }

  .overlap-14::before,
  .overlap-14::after {
    font-size: 18px;
  }

  .payment-form .input-field {
    height: 48px;
    font-size: 16px;
  }

  .field-label {
    font-size: 13px;
  }

  .submit-button {
    height: 50px;
  }

  .submit-text {
    font-size: 16px;
  }

  .landing-page .text-wrapper-9 {
    font-size: 28px;
  }

  .landing-page .text-wrapper-10 {
    font-size: 16px;
  }

  .landing-page .dial-the-shortcode {
    font-size: 13px;
  }

  .faq-toggle {
    width: 30px;
    height: 30px;
    font-size: 24px;
    right: 15px;
  }

  .landing-page .rectangle,
  .landing-page .rectangle-3,
  .landing-page .faq-question {
    padding: 10px 20px;
    min-height: 60px;
  }

  .landing-page .p,
  .landing-page .text-wrapper-4,
  .landing-page .text-wrapper-6,
  .landing-page .text-wrapper-7,
  .landing-page .text-wrapper-8 {
    font-size: 18px;
    max-width: 85%;
    padding: 10px 0;
  }

  .nav-toggle {
    padding: 8px 14px;
  }

  .nav-toggle-text {
    font-size: 15px;
  }

  .nav-links .nav-link {
    font-size: 16px;
    padding: 8px 14px;
  }

  .logo-slider img {
    height: 35px;
  }
}

/* Very small devices (older phones) */
@media (max-width: 360px) {
  .landing-page .buy-and-send-RMB {
    font-size: 20px;
  }

  .landing-page .text-wrapper-11 {
    font-size: 20px;
  }

  .landing-page .mela-logo {
    width: 120px;
  }

  .overlap-14::before,
  .overlap-14::after {
    font-size: 16px;
  }

  .currency-input {
    font-size: 16px;
  }

  .landing-page .text-wrapper-9 {
    font-size: 24px;
  }

  .landing-page .p,
  .landing-page .text-wrapper-4,
  .landing-page .text-wrapper-6,
  .landing-page .text-wrapper-7,
  .landing-page .text-wrapper-8 {
    font-size: 16px;
  }

  .landing-page .text-wrapper-5,
  .dummy-answer {
    font-size: 15px;
  }

  .field-label {
    font-size: 12px;
  }

  .payment-form .input-field {
    font-size: 15px;
  }

  /* Hide invite section elements in mobile view */
  .landing-page .text-wrapper-9 {
    display: none;
  }

  .landing-page .payment-succesful {
    display: none;
  }

  .landing-page .rectangle-7 {
    display: none;
  }

  .landing-page .rectangle-5 {
    display: none;
  }

  .landing-page .invite-button {
    display: none;
  }

  .landing-page .text-wrapper-10 {
    display: none;
  }

  .landing-page .overlap-9 {
    display: none;
  }
}

/* Hide invite section elements in mobile view */
@media (max-width: 768px) {
  .landing-page .text-wrapper-9 {
    display: none;
  }

  .landing-page .payment-succesful {
    display: none;
  }

  .landing-page .rectangle-7 {
    display: none;
  }

  .landing-page .rectangle-5 {
    display: none;
  }

  .landing-page .invite-button {
    display: none;
  }

  .landing-page .text-wrapper-10 {
    display: none;
  }

  .landing-page .overlap-9 {
    display: none;
  }
}
