
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body {
    background-color: #ffffff;
    font-family: "Lato", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
   padding-bottom: 80px; /* Adjust based on menu height */

  }
  .navbar {
    background-color: #ff9900;
  }
  .navbar-brand img {
    height: 40px;
  }
  .card-balance {
    background: linear-gradient(135deg, #ff880f, #d67008);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .card-balance h5 {
    font-size: 1.5rem;
    margin: 0;
  }
  .card-balance .balance {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0px;
  }
  .table-container {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .button-group {
    margin-top: 20px;
  }
  .btn-primary {
    background-color: #ff6600;
    border: none;
  }
  .btn-primary:hover {
    background-color: #e55b00;
  }
  .btn-secondary {
    background-color: #6c757d;
    border: none;
  }
  .btn-secondary:hover {
    background-color: #5a6268;
  }
  table {
    width: 100%;
    margin-top: 20px;
  }
  th, td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  th {
    background-color: #f9f9f9;
    font-weight: bold;
  }
  footer {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: auto;
  }
  footer a {
    color: #ff6600;
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }

  .hero-section {
    background: linear-gradient(to right, #ff6600, #ffa726);
    color: white;
    text-align: center;
    padding: 60px 20px;
  }
  .hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .hero-section p {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .register-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 15px;
    width: 80%;
    max-width: 300px;
    font-size: 1.2rem;
    margin: 30px auto 0;
    display: block;
    border-radius: 5px;
    text-align: center;
  }
  .problem-section, .solution-section {
    padding: 40px 20px;
  }
  .problem-section {
    background-color: #f8f9fa;
  }
  .problem-section h2,
  .solution-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .solution-section {
    background-color: #ffffff;
  }
  .carousel .slider-content {
    text-align: center;
    padding: 20px;
  }
  .carousel .slider-content h3 {
    font-size: 1.5rem;
  }
  .testimonials-section {
    padding: 40px 20px;
    background-color: #f8f9fa;
    text-align: center;
  }
  .testimonials-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .testimonial {
    font-style: italic;
    margin: 20px auto;
    max-width: 600px;
  }
  footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: auto;
  }
  footer a {
    color: #ff6600;
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }

  .container {
    background: #fff;
    padding: 20px;
   /* border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }

  .container-center {
    max-width: 500px;
    margin: 40px auto;
  }
  
  .title {
    text-align: center;
    color: #28a745;
    margin-bottom: 20px;
  }
  .voucher-card {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .voucher-card h5 {
    font-size: 1.5rem;
    margin: 0;
  }
  .voucher-card .voucher-amount {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
  }
  .button-group {
    margin-top: 20px;
  }



.balance-header {
  display: flex;
    justify-content: space-between; /* Align items to opposite sides */
    align-items: center; /* Vertically center the items */
}


.balance-header > h3 {margin-top: auto !important; margin-bottom: auto !important;}
  
.card-font {

  font-family: "Lato", serif;
font-optical-sizing: auto;
text-transform: uppercase;
font-weight: 400;
font-style: normal;
  font-size:1em;
  color:white;
  text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
}


.btn-whatsapp, .btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:visited {
  background-color: #25D366 !important;
  color: white !important;
  font-weight: 500 !important;
}

.btn-sms, .btn-sms:hover, .btn-sms:active, .btn-sms:visited {
  background-color: #1F8AFF !important;
  color: white !important;
  font-weight: 400 !important;
}

.btn-brand, .bg-brand, .btn-brand:hover, .btn-brand:active, .btn-brand:visited {
  background: #FF9900; background: linear-gradient(180deg, #ff9900 0%, #ff8800 50%, #ff7700 100%);
  color: white !important;
  font-weight: 400 !important;
}

.btn-brand-invert, .bg-brand-invert, .btn-brand-invert:hover, .btn-brand-invert:active, .btn-brand-invert:visited {
  background: #ffffff;
  background: linear-gradient(126deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 50%, rgba(222, 222, 222, 1) 100%);
  color: black !important;
  font-weight: 400 !important;
}

.floatingInput {opacity: 70% !important;}

.is-android .navbar {
  padding-top: 5px;
}

.is-ios .navbar {
    padding-top: 155px;
  }



.bkzero {background: linear-gradient(to bottom,
    #ff9900 0%,
    #ff8800 40%,
    #ff7700 100%);
}

.bkzero-end {background: linear-gradient(to bottom,
  #ff7700 0%,
  #ff9900 40%,
  #ffffff 100%);

}

.bkone {background: #FF9900; background: linear-gradient(126deg, #ff9900 0%, #ff8800 50%, #ff7700 100%);}

.bkblue {background: #141414;
  background: linear-gradient(90deg, #141414 0%, #141414 20%, #002343 100%);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}
  
.bktwo {
  background: linear-gradient(to bottom,
    #ff9900 0%,
    #ff9900 40%,
    #ffffff 100%);
}

.bkthree {
  background: linear-gradient(126deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 50%, rgb(205, 205, 205) 100%);

}

.card-white {background: #fff;
  background: linear-gradient(126deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 50%, rgb(205, 205, 205) 100%);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}

.card-orange {background: #fff;
    background: linear-gradient(126deg, #ff9900 0%, #ff8800 50%, #ff7700 100%);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}


.card-blue {background: #141414;
      background: linear-gradient(90deg, #141414 0%, #141414 20%, #002343 100%);
      box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}
  
      .card-red {background: #a2243c;
        background: linear-gradient(90deg, #141414 0%, #141414 20%, #a2243c 100%);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}

        .card-grey {background: #222623;
          background: linear-gradient(90deg, #222623 0%, #222623 20%, #222623 100%);
          box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}

          

#base_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15); /* subtle top shadow */

  
}
#base_menu img {
  display: block;
  margin: 0 auto;
  max-height: 28px; /* match icon size */
}