@font-face {
  font-family: 'GoogleSans-Regular';
  src: url("fonts/GoogleSans-Regular.eot");
  src: local("â˜º"), url("fonts/GoogleSans-Regular.woff") format("woff"), url("fonts/GoogleSans-Regular.ttf") format("truetype"), url("fonts/GoogleSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'GoogleSans-Medium';
  src: url("fonts/GoogleSans-Medium.eot");
  src: local("â˜º"), url("fonts/GoogleSans-Medium.woff") format("woff"), url("fonts/GoogleSans-Medium.ttf") format("truetype"), url("fonts/GoogleSans-Medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'GoogleSans-Bold';
  src: url("fonts/GoogleSans-Bold.eot");
  src: local("â˜º"), url("fonts/GoogleSans-Bold.woff") format("woff"), url("fonts/GoogleSans-Bold.ttf") format("truetype"), url("fonts/GoogleSans-Bold.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'GoogleSans-Regular';
  line-height: 1.6;
  font-size: 100%;
}

/* .main-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.d-none {
  display: none !important;
}

#installBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #217BFE;
  color: white;
  text-align: center;
  padding: 1em;
  display: none;
  z-index: 9;
}

#installBanner button {
  margin-top: 0.5em;
  padding: 0.5em 1em;
  font-size: 16px;
  background: white;
  color: #217BFE;
  border: none;
  border-radius: 4px;
}

#orientation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  color: white;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

#orientation h1 {
  font-size: 24px;
}

#qrContainer {
  display: none;
  /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  color: white;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}

#qrContainer img {
  width: 200px;
  height: 200px;
}

.qrContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Headings */
h1,
h2,
h3 {
  font-weight: normal;
}

p {
  font-size: .8em;
  margin-bottom: .5em;
}

ul {
  margin-bottom: .5em;
}

li {
  padding: 0 0 0 0px;
  margin: 0 0 0 20px;
  font-size: .8em;
}

strong {
  font-weight: normal;
  font-family: GoogleSans-Bold;
}

/* Links */
a {
  color: #007BFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Buttons */
button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


/* Forms */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.gemini-gradient {
  /* background: linear-gradient(90deg, #217BFE 0%, #078EFB 40%, #AC87EB 100%); */
  background: linear-gradient(90deg, rgba(49, 134, 255, 1) 0%, rgba(52, 107, 241, 1) 50%, rgba(79, 160, 235, 1) 100%);
}

.gemini-light-gradient {
  /* background: linear-gradient(90deg, #217BFE 0%, #078EFE 30%, #AC87EB 60%, #EE4D5D 100%) !important; */
  background: linear-gradient(90deg, rgba(49, 134, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(33, 123, 254, 1) 100%);
}

.gemini-verylight-gradient {
  /* background: linear-gradient(90deg, #217BFE 0%, #078EFE 30%, #AC87EB 60%, #EE4D5D 100%) !important; */
  background: linear-gradient(45deg, rgba(215, 230, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(227, 241, 255, 1) 100%);
}

.login-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.login-container {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 350px;
  text-align: center;
}

.login-container h2 {
  margin-bottom: 20px;
}

.input-group {
  display: flex;
  align-items: center;
  background: #F8F9FA;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.input-group input {
  border: none;
  background: transparent;
  flex: 1;
  padding-left: 10px;
  font-size: 16px;
  outline: none;
}

.login-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
}







/* Burger Icon */
.menu-toggle {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}

.bar {
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.bar:nth-child(1) {
  top: 0;
}

.bar:nth-child(2) {
  top: 8px;
}

.bar:nth-child(3) {
  top: 16px;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* Menu Styles */
.menu {
  position: absolute;
  top: 60px;
  left: 15px;
  background: rgb(248 249 250 / 65%);
  color: black;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  margin-left: 5px;
}

.menu.open {
  max-height: 300px;
  overflow: visible;
  backdrop-filter: blur(10px);
}

.menu.open::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(182 203 248);
  /* white with opacity */
}

.menu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #BCBCBC;
  padding-right: 60px;
}

/* .menu a:hover {
  background: #f0f0f0;
} */

.menu svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}


.page-info {
  padding: 10px 25px;
  color: #fff
}

.page-info h1 {
  font-size: 2em;
  line-height: 1.5em;
}

.page-info p {
  font-size: 1em;
  margin-bottom: 0;
}

.page-info img {
  width: 100px;
}


/* Main Content */
.upper-container {
  height: 22vh;
}

.content-box {
  margin-top: 0px;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px 20px 0 0;
  padding: 30px 20px;
  min-height: 78vh;
  box-shadow: 1px -5px 30px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px -5px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px -5px 30px 0px rgba(0, 0, 0, 0.5);
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.accordion {
  margin-bottom: 20px;
  overflow: hidden;
}

.subaccordion {
  margin-bottom: 2px;
  overflow: hidden;
  border-radius: 10px;
}

.accordion-header {
  padding: 15px;
  color: white;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.accordion-header.open {
  background: #217BFE;
}

.accordion-header .icon {
  font-size: 18px;
  float: right;
  margin-right: 10px;
  transition: transform 0.3s ease;
}


.accordion-content {
  max-height: 0;
  color: #000000;
  overflow: hidden;
  transition: max-height 0.4s ease;

}

.accordion-contentbg {
  background: white;
  padding: 10px 15px;
  border-radius: 10px;
  ;
}

.subaccordion-header {
  padding: 15px;
  color: #000000;
  cursor: pointer;
  text-align: left;
  background: #ffffff;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.subaccordion-header p {
  margin-bottom: 0;
}

.subaccordion-header .icon {
  font-size: 1.5em;
  transition: transform 0.3s ease;
  line-height: .6em;
  color: #4c9bec;
}

/* .subaccordion-header.active {
  padding-bottom: 0 !important;
} */

.subaccordion-content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  background: white;
  color: #000000;
  transition: max-height 0.4s ease;
  padding: 0 15px;
}

.accordion-contentbg img,
.subaccordion-content img {
  width: 50%;
  height: auto;
  margin: 20px auto;
  display: block;
}

.user-points {
  border-radius: 10px;
  padding: 10px 20px;
}

.points-header {
  text-align: center;
  color: #fff
}

.progress-wrapper {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.progress-bar {
  position: relative;
  height: 10px;
  background: #fff;
  border-radius: 5px;
}

.progress-fill {
  height: 100%;
  background: #539FFE;
  width: 0%;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s ease;
}

.progress-points {
  position: absolute;
  top: -5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.point {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.pointer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  z-index: 3;
  transition: left 0.4s ease;
  border: 1px solid #fff;
}

.points-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: .75rem;
  color: #fff;
  position: relative;
}

.pointer-label {
  position: absolute;
  transform: translateX(-50%);
  transition: left 0.4s ease;
}

.controller {
  margin-top: 40px;
  text-align: center;
}





.round-button-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}

button.circleBtn {
  width: 100%;
  border-radius: 50%;
  color: #fff;
}

.blue {
  background: #539FFE;
}

.purple {
  background: #346BF1;
}

.red {
  background: #1E87FD;
}

.info-content {
  text-align: center;
  margin-top: 40px;
}


.toolkit-resources {
  margin: 20px auto;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 1px;
}

.toolkit-resources-content {
  background: #ffffff;
  border-radius: 10px;
}

.toolkit-resources a {
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  color: #000;
  text-decoration: none;
}

.toolkit-resources-content h3 {
  font-size: 1em;
}

.toolkit-resources-content p {
  font-size: .75em;
  margin-bottom: 0;
}

.notes {
  font-size: .6em;

}

.title {
  font-family: 'GoogleSans-Medium';
  background: -webkit-linear-gradient(360deg, rgba(49, 134, 255, 1) 0%, rgba(52, 107, 241, 1) 45%, rgba(79, 160, 255, 1) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.form-group {
  margin-top: 10px;
}

.form-group label {
  font-size: .9em;
  padding-left: 10px;
}

.form-txtbox {
  margin: 0 auto 10px auto;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 1px;
}

.form-txtbox input,
.form-txtbox select {
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
  border: none;
  border-radius: 10px;
  font-family: 'GoogleSans-Regular';
}

.form-submit {
  margin: 0 auto 10px auto;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
  padding: 1px;
}

.form-submit textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
  border: none;
  border-radius: 10px;
  display: block;
  font-family: 'GoogleSans-Regular';
}

.form-txtbox input:focus,
.form-txtbox select:focus,
.form-submit textarea:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(49, 134, 255, 0);
}

.submit-btn-blue {
  padding: 1px;
  border-radius: 10px;
  width: 100%;
}

.submit-btn-blue button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
}

.formreport-container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 48% 48%;
  text-align: center;
  margin-top: 20px;
}

.upload-btn {
  padding: 10px 20px;
  border: 1px solid #338BFE;
  border-radius: 12px;
  background: white;
  color: #BDC1C6;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.upload-btn p {
  color: #BDC1C6;
  margin-bottom: 0;
}

.camera-btn p {
  color: #358CFE;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 0.6rem;
}


.camera-btn {
  padding: 10px 10px;
  background: #D3E3FC;
  border-radius: 12px;
  color: #007bff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

input[type="file"] {
  display: none;
}

#fileCountText {
  color: #007bff;
}

.formreport-container .form-group {
  display: flex;
}

/* Overlay */
.modal-overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Modal Box */
.modal-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 90%;
  width: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  padding: 0;
}


.close-btn:focus-visible {
  outline: none;
  border: none;
}

/* Trigger Button */
.open-modal-btn {
  margin: 100px auto;
  display: block;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.open-modal-btn:hover {
  background-color: #0056b3;
}

.login-logo {
  text-align: center;
  margin-bottom: 20px;
}

.login-logo img {
  width: 95%;
  height: auto;
}



.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.show-model {
  visibility: visible;
  opacity: 1;
}

.otp-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.otp-boxes input {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #F8F9FA;
  padding: 5px;
}

.otp-boxes input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.loading-body {
  background: url(../animation/loading-screen.gif) no-repeat center center fixed;
  background-size: cover;
}

.error-txt-bx {
  font-size: 0.8rem;
  line-height: 1;
  color: red;
}

#send-otp:disabled,
#verify-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  user-select: none;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  background: #ffffff;
}

.upload-btn p {
  margin: 0 0 0 10px;
  font-size: 0.6rem;
}

input[type="file"] {
  display: none;
}

.thumbnail {
  width: 100px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thumbnail-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}

.thumbnail-size {
  font-size: 10px;
  color: #666;
}

.thumbnail button {
  font-size: 10px;
  padding: 2px 5px;
  background: #ff4d4d;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.file-upload-group {
  flex-direction: column;
}



/* Remove the focus outline/shadow */
a:focus,
a:active,
button:focus,
button:active,
p:active,
p:focus,
div:focus,
div:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Disable the mobile “tap highlight” color in WebKit browsers */
a,
button,
input,
p,
label,
div {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
}

/* (Optional) Remove default inner focus border in Firefox for buttons/links */
button::-moz-focus-inner,
p::-moz-focus-inner,
a::-moz-focus-inner,
div::-moz-focus-inner {
  border: 0;
}

/* If you also want to stop text selection coloring: */
::selection {
  background: transparent;
}



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

.popup-content {
  background: #fff;
  padding: 20px;
  max-width: 80vw;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.popup-buttons button {
  margin: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#popup-confirm {
  color: white;
}

#popup-cancel {
  background-color: #f44336;
  color: white;
}

#joinCommunityQR {
  width: 30%;
}


.memberShip-bx {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 10px;
}

.memberShip-bx .memberShipIcon {
  width: 7%;
}

.memberShip-bx .trophy-icon {
  width: 100%;
}

.profile-membership-bx .title {
  font-size: 1.4rem;
}

.profile-membership-bx {
  align-items: center;
}

.text-center {
  text-align: center !important;
}

.button-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* optional spacing between buttons */
}

.btn-submit {
  background: linear-gradient(to right, #3a7bd5, #00d2ff);
  /* Gemini gradient style */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-cancel {
  background: #ccc;
  color: #333;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-txtbox {
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
}

input[type="date"],
input[type="month"],
select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* Changed from #fff */
  width: 100%;
  padding: 10px;
  margin: 0;
  border: none;
  font-family: 'GoogleSans-Regular', sans-serif;
  color: #000;
  box-sizing: border-box;
}

/* iOS-specific fixes */
input[type="date"],
input[type="month"],
select {
  -webkit-border-radius: 0;
  border-radius: 10px;
  display: block;
  background-color: #fff;
}

@supports (-webkit-overflow-scrolling: touch) {

  input[type="date"],
  input[type="month"],
  select {
    padding: 14px 10px;
  }
}

input[type="date"]::-webkit-date-and-time-value,
input[type="month"]::-webkit-date-and-time-value {
  text-align: left;
  /* or center, but left is safer for long text */
  padding-left: 5px;
  /* prevent clipping */
}

.points-bx {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 60px;
}