﻿body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600; /* SemiBold */
  font-size: 12px;
  background:
    radial-gradient(circle at 92% 82%, rgba(0, 158, 5, 0.075), transparent 34%),
    radial-gradient(circle at 7% 68%, rgba(0, 74, 158, 0.04), transparent 27%),
    linear-gradient(180deg, #f7fcf8 0%, #f2faf4 100%) !important;
  background-attachment: fixed !important;
}

/*@media (min-width: 768px) {
  .lottoBox {
    width: 25%;*/ /* 4 per row on medium */
  /*}
}

@media (min-width: 1200px) {
  .lottoBox {
    width: 16.66%;*/ /* 6 per row on xl */
  /*}
}*/

.navbar-custom {
  background-color: #009E05 !important; /* green */
  min-height: 60px;
}

.body-content {
  width: 100%;
  flex: 1 0 auto;
  padding: 0 20px !important;
}

.site-footer {
  flex: 0 0 auto;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(0, 158, 5, 0.14);
  backdrop-filter: blur(8px);
}

.site-footer-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
}

.site-footer-copy { color: #56635a; font-size: 0.72rem; }
.site-footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.1rem; }
.site-footer-nav a { color: #176d2c; font-size: 0.72rem; text-decoration: none; }
.site-footer-nav a:hover { color: #009e05; text-decoration: underline; }
.site-footer-nav a:focus-visible { outline: 3px solid rgba(0, 158, 5, 0.25); outline-offset: 3px; }

@media (max-width: 575.98px) {
  .body-content { padding: 0 12px !important; }
  .site-footer-inner { flex-direction: column; justify-content: center; text-align: center; }
  .site-footer-nav { justify-content: center; }
}

.c2gGreen {
  color: #009E05; /*green*/
}

.c2gBold {
  font-weight: bold;
}
/* Custom styles for tab buttons */

.custom-tabs{
  border:none !important;
}

  /* Active tab style */
  .custom-tabs .nav-link.active {
    background-color: #009E05 !important;
    color: #fff !important;
    border-color: #009E05 !important;
  }

  /* No hover color change */
  .custom-tabs .nav-link:hover {
    background-color: #f8f9fa;
    color: #333;
  }

/* Icon styling */
.tab-icon {
  height: 24px;
  width: 24px;
}

/* Icon styling */
.tab-icon2 {
  height: 20px;
  width: 20px;
}

.c2gform-control {
  border-radius: 10px !important;
  height: 48px !important;
  border: 2px #009E05 solid !important;
  padding: 10px 16px 10px 16px !important;
  background-color:white !important;
}

.c2gform-control-long {
  width: 360px !important;
}

.c2gform-control-medium {
  width: 210px !important;
}

.input-with-icon::placeholder {
  color: #999;
  padding-left: 1.5rem;
}

.input-with-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343a208 208 0 1 0-62.4 62.4L442.7 505a21.3 21.3 0 0 0 30.2 0l32.1-32.1a21.3 21.3 0 0 0 0-30.2zM208 352a144 144 0 1 1 0-288 144 144 0 0 1 0 288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 2rem;
}

.input-icon {
  position: relative;
}

  .input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }

  .input-icon input {
    padding-left: 2rem; /* create space for the icon */
  }


.search-icon {
  color: #009E05 !important;
}
