body {
    background-color: #F8F5F0;
	color:black;
	font-family: 'Roboto', sans-serif;
	line-height: 2;
  /* To ensure content at bottom isn’t covered by home indicator or rounded corners */
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom); /* fallback for old iOS */
}

#loader {
  font-size: 18px;
  text-align: center;
  padding: 50px;
  color: white;
}
/*****************************************/

.font20
{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.red
{
  color:red;
}

.menu-btn {
    display: flex;                     /* enables flexbox */
    flex-direction: column;            /* stacks icon and text vertically */
    align-items: center;               /* centers horizontally */
    justify-content: center;           /* centers vertically */
    text-align: center;
  height: 100px;
  padding: 10px 10px;
    background: linear-gradient(90deg, #d4af37 0%, #FFEA70 100%);
    color: black;
    border: 2px solid #222;
    border-radius: 12px;
    margin: 18px 0;
    text-decoration: none;
    font-weight: 600;
  font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, transform 0.1s;
    overflow: hidden;
    white-space: nowrap;
}


.menu-btn:hover,
.menu-btn:focus {
    background: linear-gradient(90deg, #ffe066 0%, #ffd700 100%);
    box-shadow: 0 4px 16px rgba(0,0,0,0.16); /* Slightly deeper shadow on hover */
    transform: translateY(-2px) scale(1.03); /* Responsive, tactile hover effect */
    outline: none;
}
/*****************************************/

.dropdown-toggle {
    background-color: black;
    border-color: white;
    color: white;
}

.button1 {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.btn
{
  /*background-color:#d4af37; */
  background: linear-gradient(90deg, #d4af37 0%, #FFEA70 100%);
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn:hover {
  background-color:#d4af37;
  color: black;
  border: 2px solid black;
}

p {
    text-align: center;
}

@media (min-width: 992px) {
    .dropdown{
    /*margin-left: 45vw;*/
    }

    h1 {
        margin-top: 5vh;
    }

    .how-does-it-work {
        height: 40vh;
}
}

@media (max-width: 600px) {

    .hero h1 {
        margin-top: 10vh;
    }

    .how-does-it-work {
            height: 60vh;
    }
    
    /* Mobile navbar and pageheader padding */
    .navbar, .fixed-top {
        padding-top: calc(env(safe-area-inset-top, 5px) + 18px) !important;
        padding-top: calc(constant(safe-area-inset-top, 5px) + 18px) !important; /* fallback */
    }
    
    .container.pageheader {
        padding-top: 35px !important;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
    transition: 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  .footer-clean {
    padding:50px 0;
    color:#606263;
  }
  
  .footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:16px;
    margin-bottom:0;
  }
  
  .footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-clean ul a:hover {
    opacity:1;
  }
  
  .footer-clean .item.social {
    text-align:right;
  }
  
  .footer-clean .item.social > a {
    font-size:50px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-clean .item.social > a:hover {
    opacity:0.9;
  }
  
 
  .footer-clean .copyright {
    margin-top:14px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
  }

.footer-clean .container, 
.footer-clean.container {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}}  
  
/* Country Selector dropdown */
 
.dropbtn {
  background-color: black;
  color: white;
  padding: 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 110px;
  overflow: auto;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 3px 3px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: gold;}

.show {display: block;} 

/* END OF Country Selector dropdown */

/* Status button live or offline */
.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: black;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  background: linear-gradient(90deg, #222 0%, #000 100%);
  border-top: 3px solid #FFD700;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
  z-index: 1000;
}

.bottom-menu a.menu-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 3px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;          /* <-- fix! use white for high contrast */
  transition: color 0.2s, transform 0.2s;
}

.bottom-menu a.menu-item .icon {
  font-size: 18px;
  margin-bottom: 1px;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.14));
}



/* HOVER EFFECT */
.bottom-menu a.menu-item:hover {
  color: #fff; /* brighten text */
  transform: translateY(-4px);
}

.bottom-menu a.menu-item:hover .icon {
  transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

/* ACTIVE/CLICK EFFECT */
.bottom-menu a.menu-item:active {
  transform: translateY(0) scale(0.95);
}

.bottom-menu a.menu-item:active .icon {
  transform: scale(1) rotate(0deg);
  filter: none;
}

/* OPTIONAL: Active Page Highlight */
.bottom-menu a.menu-item.active {
  color: #fff;
}
.bottom-menu a.menu-item.active .icon {
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

.uniform-logo {
    width: 180px;   /* Adjust width as needed */
    height: 180px;  /* Adjust height as needed */
    object-fit: contain; /* Maintain aspect ratio without cropping */
    max-width: 100px;
}

.reward-coin {
  display: inline-block;
  background-color: #FFD700;
  color: #000;
  border-radius: 50%;
  width: 90px;   /* Increased size */
  height: 90px;  /* Increased size */
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('images/zeecoin-gold-coin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reward-coin-small {
  display: inline-block;
  background-color: #FFD700;
  color: #000;
  border-radius: 50%;
  width: 40px;   /* Increased size */
  height: 40px;  /* Increased size */
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('images/zeecoin-gold-coin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reward-value {
  font-size: 20px;
}

.reward-value-small {
  font-size: 13px;
}
/* Add custom CSS for extra small buttons */
.btn-xsm {
    background-color: black;
    color: #FFD700;
    padding: 0.1rem 0.4rem;
    font-size: 0.9rem;
    line-height: 1.2;
    border-radius: 0.15rem;
}

/* Reduce the vertical gap between the merchant name and the buttons below */
.card-text.mb-1.text-left[style*="font-size: 0.8em"] {
    margin-bottom: 1px !important;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.navbar .container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hpot{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

        /* Custom table header style */
        thead.table-gold-header th {
            background-color: #d4af37;
            color: black;
            text-align: center;
            vertical-align: middle;
            margin: 0 auto 10px auto;
        }

        /* Summary table styles */
    .summary-table {
        width: 300px; /* fixed width for neat alignment */
        margin: 0 auto 30px auto;
        border-collapse: separate;
        border-spacing: 15px 10px;
        font-weight: 600;
        color: #333;
        border-radius: 8px;
    }
    .summary-table td.label {
        background-color: #d4af37;
        color: black;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: left;
        border-radius: 8px 0 0 8px;
        width: 60%;
    }
    .summary-table td.value {
        background-color: #f9f7f1;
        padding: 10px 10px;
        text-align: center;
        font-size: 2rem;
        border-radius: 0 8px 8px 0;
        width: 40%;
        border: 3px solid #d4af37; /* gold border */
    }




#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  /* Optional styling: add shadows or filters for glow */
  filter: drop-shadow(0 0 4px #d4af37);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Navbar padding for safe area and responsive design */
.navbar, .fixed-top {
  padding-top: env(safe-area-inset-top, 5px);
  padding-top: constant(safe-area-inset-top, 5px); /* fallback for old iOS */
}

/* Pageheader default padding */
.container.pageheader {
  padding-top: 0px; /* default for desktop */
}

/* Mobile styles - add to existing @media (max-width: 600px) block */