body{
  font-family: "Inria Sans", system-ui;
  margin: 0;
  padding: 0;
  background: #ff3131;
  color:black;
}
img{
  pointer-events: none;
}
.pages{
  margin: 10px;
}
#jollopy{
  margin-top:15px ;
}

#jollo{
  background: white;
  display: flex;
justify-content: space-between;
border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}
#referralCode{
  border:none;
}
#jollo i{
margin:10px;
}
#codebutton{
    display: inline-block;
    padding: 10px 18px;
    background-color: #007bff;
    border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;  
}
.jojo {
  color:#413f3f;
  font-size: 30px;  
}

.solo{
  margin: 10px;
  text-align: left;
}
.soso{
  margin: 10px;
 color:white; 
}
.soso p,
.soso p1{
  padding: 0;
  margin: 0;
  font-size: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header Styles */
header {
  position: sticky; /* or fixed */
  top: 0;
  width: 100%;
  background-color: #ff3131;
  color: #fff;
  padding: 10px 0;
  z-index: 1000; /* ensures header stays on top */
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo {
  width:100px;
}

.menu-btn {
  background-color: #fff;
  font-weight: bold;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}

.menu-btn:hover {
border: 2px solid #fff;
color:#fff;
  box-shadow: 3px 3px 0 #fff;
  background-color: #ff3131;
}

/* Home Page Body Styles */
.home-page-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#holo{
  padding-top:20px;
}

.home-page-body-inner {
  background: #ff3131;
  text-align: center;
}

.home-page-body-inner2{
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Splash {
  margin-top: 10px;
  max-width: 80%;
  border-radius: 10px;
}

.Splash2 {
  margin-top: 10px;
  max-width: 80%;
  border-radius: 2px;
}
.app-install-cover{
  margin: 10px;
}
.app-install-section {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background-color: #ffffff;
    max-width: 420px;
    margin: 20px auto;
    border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
}
.app-icon {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 16px;
}
.app-details {
    flex: 1;
}
.app-details h2 {
    margin: 0;
    font-size: 22px;
    color: #333;
}
.app-description {
    margin: 8px 0;
    font-size: 14px;
    color: #555;
}
.app-rating {
    margin: 8px 0;
}
.app-rating .fas {
    color: #ffcc00;
}
.install-button {
    display: inline-block;
    padding: 10px 18px;
    background-color: #007bff;
    border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
.install-button:hover {
    background-color: #0056b3;
}



footer {
  margin: 0;
  padding: 0;
  background: #ffde59;
}

.footer-content {
  position: relative;
  width: 100%;
  height: auto; /* adjust to your footer image height */
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.social-links a{
  text-decoration: none;
  color:black;
  margin-left:10px;
  font-size: 18px;
}


/* Dropdown Menu Styles */
.fa-xmark{
  color:#fff;
  font-size: 20px;
  padding: 5px;
  border-radius: 5px;
  background: #ff4747;
border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  font-weight: bold;
}
.dropdown-menu {
  position: absolute;
  top: 60px; /* Adjust based on header height */
border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  right: 20px;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 250px;
  animation: fadeIn 0.3s;
  z-index: 1;
}
.dropdown-header {
  text-align: right;
  margin-bottom: 10px;
}
.dropdown-header i {
  cursor: pointer;
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu li {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbbbbb ;
}
.dropdown-menu a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}
.dropdown-menu a:hover {
  color: #666;
}
.dropdown-menu.router-link-active {
  color: #008000;
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.register-payment {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f8f9fa;
}


.title {
  color: #ff3131;
  text-align: center;
  margin-bottom: 1.5rem;
}
.info-box {
  background-color: #e9ecef;
  border-left: 4px solid #ff3131;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0 5px 5px 0;
}
.warning {
  color: #dc3545;
  font-weight: bold;
}
.registration-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #495057;
}
.form-group input {
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}
.input-with-icon {
  position: relative;
}
.input-with-icon input {
  padding-right: 2.5rem;
}
.submit-btn {
  background-color: #ff3131;
  color: white;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}
.submit-btn:hover {
  background-color: #ff3131;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.input-field button:hover{
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px); 
}
.input-field button:active{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}
.input-field button:focus{
  outline: none;
}
.submit-btn:active {
  background-color: #ff3131;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}
.submit-btn:focus {
  outline: none;
  
}
.submit-btn i {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.contact-page {
  padding: 20px;
  background-color: #f9f9f9;
border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
}

.form-group input, .form-group textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.submit-btn {
  background-color: #ff3131;
  color: white;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  padding: 10px;
  border-radius: 5px;
}

.success-message {
  color: green;
}

.error-message {
  color: red;
}


.container {
  padding: 20px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.logo img {
  display: block;
  margin: 0 auto;
}

.how-to h2, h1 {
  text-align: center;
}

.input-field {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.input-field input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.input-field button {
  margin-left: 10px;
background-color: #007bff;
    border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.loader {
  text-align: center;
}

.results .result {
  margin-top: 10px;
}

.error-message {
  color: red;
}


.success-message {
  background-color: #C6F6D5; /* Light green background */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  text-align: center;
  margin-top: 20px;
}

.success-message h2 {
  color: #2ECC71; /* Deep green heading */
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.success-message p {
  color: #666; /* Dark gray text */
  font-size: 18px;
  margin-bottom: 10px;
}

.success-message p strong {
  font-weight: bold;
}

/* Style the router-link to look like a button */
.success-message .router-link-exact-active.router-link-active {
  background-color: #2ECC71; /* Deep green background */
  color: #fff; /* White text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.success-message .router-link-exact-active.router-link-active:hover {
  background-color: #34C759; /* Darker green on hover */
}

.referral-page {
  max-width: 800px;
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.referral-instructions {
  margin-bottom: 10px;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

ol li {
  margin-bottom: 5px;
}

.referral-code-section {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
}

.referral-code {
  font-size: 24px;
  font-weight: bold;
  color: #34C759;
  margin-bottom: 10px;
}

.additional-info {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #337ab7;
}

a:hover {
  color: #23527c;
}
