@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}

.disabled-div {
  background-color: #e9ecef;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.clamped-text-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  word-break: break-word;
  line-height: 1.4;
  max-height: calc(1.4em * 8);
}

.custom-navbar {
  background-color: #000000;
  backdrop-filter: blur(50px);
  transition: background-color 0.3s ease;
}

.custom-navbar.scrolled {
  background-color: #000000a8;
}

/* Mobile only */
@media (max-width: 768px) {
  .exclusive-btn {
    /* display: none !important; */
  }

  .nav-links .nav-link {
    margin-left: 0px !important;
  }
}

/* Nav links */
.nav-links .nav-link {
  color: white !important;
  font-size: 16px;
  margin: 0 15px;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

/* .nav-links .nav-link:hover {
  color: #00b050 !important;
} */

.nav-links .active {
  color: #00b050 !important;
}

.navbar-toggler {
  background-color: #00b050 !important;
  margin-right: 10px !important;
}

/* Button */
.exclusion-btn {
  background-color: #00b050;
  border: none;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 6px 18px rgba(0, 176, 80, 0.5);
  color: #fff;
}

.exclusion-btn i {
  margin-left: 6px;
}

.exclusion-btn:hover {
  background-color: #009640;
}

@media (min-width: 768px) {
  .section-spacing {
    margin: 60px 0px;
  }
}

.main-section {
  background: linear-gradient(180deg, #000000 0%, #00b050 100%);
  margin-top: 88px;
}

@media (max-width: 976px) {
  .main-section {
    margin-top: 72px !important;
  }
}

@media (max-width: 576px) {
  .main-section {
    margin-top: 56px !important;
  }
}

.left-col {
  background: url("/images/header-bgimgleft.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

/* .right-col {
  background: url("/images/header-bgimgright.png") no-repeat center center/cover;
  height: auto;
} */

.right-col-bgimg {
}

.left-col-inner {
  padding-left: 95px;
}

.left-col-inner p {
  font-size: 14px;
}

.right-col-content p {
  font-size: 17px;
}

@media (man-width: 576px) {
  .right-col-content {
    padding-top: 300px !important;
  }

  .right-col-content p {
    font-size: 30px !important;
  }
}

@media (min-width: 924px) {
  .right-col-content {
    margin-top: 280px;
  }
}

@media (max-width: 924px) {
  .left-col-inner {
    padding-left: 0px;
  }
}

@media (max-width: 375px) {
  .left-col-inner h1 {
    font-size: 19px;
  }

  .left-col-inner p {
    font-size: 12px;
  }

  .left-col-inner h5 {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .right-col p.me-5 {
    margin-right: 0px !important;
  }

  .right-col h1 {
    font-size: 19px !important;
  }

  .right-col p {
    font-size: 16px !important;
    padding-top: 50px !important;
    text-align: justify !important;
  }

  .right-col h5 {
    font-size: 18px;
  }
}

.qr-box img {
  width: 47%;
}

.swiper-pagination {
  text-align: left !important;
  padding-left: 45px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .swiper-pagination {
    padding-left: 21px !important;
  }
}

.swiper-pagination-bullet {
  background: #4caf50 !important;
  /* opacity: 0.7; */

  /* padding-left: 2rem; */
}

/* footer css */

.footer-section {
  background:
    url("/images/circle.webp"), linear-gradient(90deg, #000 0%, #111 100%);
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;

  color: #fff;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;

  /* background: url('/images/footer-bg.jpg') no-repeat right center; */
  /* background-size: contain; */
}

.footer-section .logo {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.footer-section .logo span {
  color: #00b140;
}

.footer-section .footer-text {
  font-size: 15px;
  /* color: #ffffff; */
  line-height: 1.7;
  font-weight: 100;
  color: #d7d4d4;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
}

.footer-section a:hover {
  color: #00b140;
}

@media (max-width: 375px) {
  .footer-section .footer-text {
    font-size: 15px;
    /* text-align: justify; */
  }

  .footer-section ul li a {
    font-size: 13px;
  }
}

@media (max-width: 924px) {
  .footer-text {
    font-size: 15px !important;
    /* text-align: justify; */
  }

  .footer-conversation ul li a {
    font-size: 9px !important;
  }
}

@media (min-width: 924px) {
  .footer-content {
    padding-left: 58px !important;
    font-size: smaller;
  }

  .footer-conversation h5 {
    padding-left: 30px !important;
  }

  .footer-conversation ul li a {
    padding-left: 30px !important;
  }
}

.footer-content .social-icons {
  position: absolute;
  right: 101px;
  bottom: 67px;
  display: none !important;
}

@media (min-width: 768px) and (max-width: 976px) {
  .footer-content .social-icons {
    position: absolute;
    right: 23px;
    bottom: 76px;
  }
}

@media (max-width: 576px) {
  .footer-content .social-icons {
    position: absolute;
    left: 15px;
    bottom: 75px;
  }
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b140;
  color: #fff;
  font-size: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* margin-right: 8px; */
  transition: 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #00b140;
}

.footer-bottom {
  background: linear-gradient(266.99deg, #004620 31.6%, #1d1d1d 99.53%);
  color: #fff;
  font-size: 11px;
}

.custom-btn {
  position: relative;
  background: linear-gradient(92.41deg, #000000 5.86%, #006930 92.19%);
  overflow: hidden;
  border-radius: 12px !important;
  padding: 10px 29px !important;
  /* backdrop-filter: blur(36.73933410644531px) */
}

.custom-btn::after {
  .custom-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(36.74px);
    -webkit-backdrop-filter: blur(36.74px);
    pointer-events: none;
  }
}

/* .stats-card h1 {
  font-size: 26px;
} */

.stats-card span {
  font-size: 16px;
}

@media (max-width: 375px) {
  .stats-card span {
    font-size: 12px;
  }
}

.about-feature-img {
  background: linear-gradient(180deg, #ffffff 0%, #d9d9d9 100%);
  border-bottom-right-radius: 53px;
  /* padding: 1rem; */
  max-width: 90%;
  aspect-ratio: "16/9";
  display: inline-block;
  position: relative;
}

.feature-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.feature-logo-wrapper {
  position: absolute;
  top: -9px;
  left: 0px;
  width: 15vh;
  height: 15vh;
  background-color: #00b050;
  border-radius: 50% 50% 0% 50%;
  border: 2px solid #00b050;
  overflow: hidden;
}

.feature-wrapper {
  background: rgba(4, 202, 27, 1);
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  top: 137px;
  left: 121px;
}

.feature-wrapper-second {
  background: rgba(4, 202, 27, 1);
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  top: 46px;
  right: -29px;
}

.feature-logo {
  width: 7vh;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .feature-logo-wrapper {
    width: 60px;
    height: 60px;
  }

  .feature-logo {
    width: 70%;
  }
}

@media (max-width: 425px) {
  .about-feature-right.pe-5 {
    padding-right: 2px !important;
  }

  .about-feature-right h2 {
    font-size: 22px;
  }

  .about-feature-right p {
    font-size: 12px;
  }

  .about-feature-right ul li p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 976px) {
  .about-feature-right h2 {
    font-size: 22px;
  }

  .about-feature-right p {
    font-size: 13px;
  }

  .about-feature-right ul li p {
    font-size: 13px;
  }
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-icon {
  width: 90px;
  height: 90px;
  border-radius: 70%;
  background-color: #000;
  border: 1px solid #000;
}

.feature-icon img {
  width: 53px;
}

.feature-icon i {
  font-size: 40px;
  color: #000;
}

.DownloadApp {
  position: relative;
  background-image: url("/images/circle.png");
  padding-bottom: 110px;
}

@media (min-width: 924px) {
  .DownloadApp {
    margin-top: 90px !important;
  }
}

.cta-banner {
  max-width: 80%;
  background:
    url("/images/circle.png"),
    radial-gradient(73.78% 136.67% at 73.78% 50%, #005928 0%, #000000 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-radius: 25px;
  padding: 76px 57px !important;
}

@media (max-width: 924px) {
  .cta-banner {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .cta-button img {
    flex-direction: row;
    width: 140px;
    height: 42px;
  }

  .cta-banner h2 {
    font-size: 16px;
  }

  .cta-banner p {
    font-size: 17px;
  }
}

@media (max-width: 924px) {
  .DownloadApp {
    padding-bottom: 0px !important;
  }
}

.cta-mobile-banner {
  position: absolute;
  top: 13%;
  left: 50%;
}

.cta-mobile-banner img {
  max-width: 100vh;
}

@media (min-width: 1440px) {
  .cta-mobile-banner img {
    max-width: 850px;
  }

  .cta-mobile-banner {
    position: absolute !important;
    top: 13% !important;
    left: 46%;
  }

  /* 
  .DownloadApp {
    padding-bottom: 110px;
  } */
}

@media (max-width: 976px) {
  .cta-mobile-banner {
    display: none;
  }
}

.resource-main {
  margin-bottom: 40px;
}

@media (max-width: 924px) {
  .contact-area.mt-5 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 924px) {
  .map-container {
    margin-bottom: 60px;
  }
}

.contact-header {
  background-image: url(/images/contactus-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;

  height: auto;
  min-height: 70vh;

  padding: 60px 20px;
  margin-top: 88px;
}

@media (max-width: 976px) {
  .contact-header {
    margin-top: 72px !important;
  }
}

@media (min-width: 1440px) {
  .contact-header {
    min-height: 70vh;
    padding: 40px 15px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .contact-header {
    min-height: 55vh;
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  .contact-header {
    min-height: 45vh;
    padding: 30px 10px;
  }
}

.contact-header h3 {
  font-size: 40px;
  font-weight: 700px;
}

.contact-header p {
  font-size: 17px;
}

.contact-section {
  background: #fff;
  margin: 74px 0px 30px 0px;
}

.contact-section h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 374px) {
  .contact-section h2 {
    font-size: 30px;
  }
}

.contact-section .form-control {
  box-shadow: none;
  border-radius: 7px;
  padding: 11px 13px;
}

/* .contact-section .btn-success {
  background-color: #28a745;
  border-radius: 0;
  padding: 12px;
} */

@media (min-width: 768px) {
  .contact-header p {
    font-weight: 600;
  }

  .contact-area p {
    font-weight: 600;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .contact-section {
    margin: 37px 0px;
  }

  .contact-section p {
    text-align: justify;
  }
}

/* .map-container {
  width: 95%;
  height: 100%;

  border-radius: 8px;
  margin-left: 14px;

} */

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-section p {
  margin-bottom: 0.5rem;
}

.address-area img {
  width: 33px;
  height: 33px;
  /* padding-top: 5px; */
}

.address-area a {
  color: rgba(0, 105, 48, 1);
  font-size: small;
}

.address-area h5 {
  font-size: 13px;
}

.resource-detail-header {
  /* background: url("/images/resource-bg.jpg") no-repeat center center/cover; */
  margin-top: 85px;

  display: flex;
  align-items: center;

  justify-content: center;

  height: auto;

  margin-bottom: 20px;

  padding: 60px 0px;
}

.resource-detail-header img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (min-width: 1440px) {
  .resource-detail-header {
    min-height: 70vh;
    padding: 40px 15px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .resource-detail-header {
    min-height: 55vh;
    padding: 30px 10px 20px 10px !important;
  }
}

@media (max-width: 480px) {
  .resource-detail-header {
    min-height: 20vh;
    padding: 30px 10px;
  }
}

@media (max-width: 976px) {
  .resource-detail-header {
    margin-top: 56px !important;
  }
}

.resource-info-img img {
  width: 100%;
  height: auto;
}

/* .resource-info-inner {
  padding-right: 67px;
} */

@media only screen and (max-width: 576px) {
  .resource-info-inner {
    padding-right: 0px !important;
  }

  .resource-info {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .resource-info-inner {
    padding-right: 0px !important;
  }

  .resource-info-inner h3 {
    font-size: 20px;
  }

  .resource-info {
    padding: 0px !important;
  }

  .resource-info p {
    text-align: justify;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .resource-card h5 {
    font-size: 12px !important;
  }

  .resource-card p {
    font-size: 10px !important;
  }
}

.resource-info h2 {
  color: #333;
  text-transform: uppercase;
}

.resource-info p {
  line-height: 25px;
  color: #555;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.resource-info p a {
  /* text-decoration: none; */
  color: rgb(61, 59, 59);
}

/* Registartion form */
.signup-form-bg {
  margin-top: 88px;
  background-image: url("/images/signup-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: -40px;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .signup-form-bg {
    margin-top: 70px;
    background-size: cover;
    background-position: center;
  }
}

.signup-left {
  background:
    linear-gradient(180deg, rgba(0, 176, 80, 0.5) -54.9%, #000000 100%),
    url("/images/signup.webp");
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  color: white;
  z-index: 0;
}

.signup-right {
  padding: 25px 78px;
}

.right-col .header-bg {
  height: 100%;
}

.signup-right .Button-text {
  font-size: 11px;
}

@media (max-width: 375px) {
  .signup-right .Button-text {
    font-size: 8px;
  }
}

@media (max-width: 576px) {
  .signup-right {
    padding: 25px 20px !important;
    border-radius: 0.375rem !important;
  }
}

.signup-left h2 {
  font-weight: 800;
  /* padding-top: 70%; */
}

/* Right Panel Form */
.signup-right h1 {
  font-weight: 800;
  color: rgb(33, 151, 72);
  text-align: center;
  padding-top: 5px;
  font-family: "Poppins", sans-serif;
}

.signup-left p {
  font-family: "Poppins", sans-serif;
}

.signup-right {
  background: #fff;
}

@media (max-width: 991px) {
  .signup-left {
    border-radius: 0.375rem !important;
  }

  .signup-left p {
    font-size: 14px;
  }

  .signup-steps {
    margin-top: 20px !important;
  }

  .step-row {
    margin-bottom: 30px !important;
  }

  .step-content h6 {
    font-size: 16px !important;
    margin: 0px 0 0 !important;
  }
}

/* Social Buttons */
.btn-google {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.btn-google:hover {
  background: #dc3545;
  color: #fff;
}

.btn-facebook {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}

.btn-facebook:hover {
  background: #0d6efd;
  color: #fff;
}

/* Checkbox Link */
.form-check-label a {
  color: #198754;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

.form-label {
  font-size: 12px !important;
  font-weight: bold !important;
}

.signup-right .form-control {
  font-size: 12px !important;
  font-weight: bold !important;
}

.signup-form .form-control .form-label .form-check-label {
  font-family: "Roboto", sans-serif !important;
}

/* Verification code  */
/* .verify-code-area {
  margin-top: 89px;
  background-image: url("/images/signup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;

} */

/* Left Panel */
.verify-left {
  background-image:
    linear-gradient(180deg, rgba(0, 176, 80, 0.5) 0%, #000000 100%),
    url("/images/verify.webp");

  background-repeat: no-repeat;
  background-size: cover;

  color: white;

  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: center;
}

/* Right Panel */
.verify-right {
  min-height: 100%;
  padding: 90px 75px !important;
  text-align: center;
}

.verify-right h2 {
  font-weight: 800;
  color: rgb(0, 176, 80);
  font-size: 38px;
}

.verify-right p {
  padding: 0px 20px;
}

@media (max-width: 576px) {
  .verify-right {
    padding: 40px 11px !important;
    border-radius: 0.375rem !important;
  }
}

@media (max-width: 375px) {
  .verify-right h2 {
    font-size: 31px;
  }

  .verify-right p {
    padding: 0px 0px;
  }
}

/* OTP Inputs */

@media (min-width: 576) {
  .otp-container {
    padding: 0px 36px;
  }
}

.otp-input {
  width: 43px !important;
  height: 44px;
  font-size: 22px !important;
  border-radius: 8px !important;
  border: 1px solid #ced4da !important;
  outline: none;
  transition: 0.2s;
  font-weight: 600 !important;
}

@media (max-width: 424px) {
  .otp-input {
    width: 35px !important;
    height: 38px;
    font-size: 14px !important;
  }
}

.otp-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .verify-left {
    display: none;
  }
}

/* Quiz css */

/* .quiz-start-section {
  margin-top: 89px;
  background-image: url("/images/signup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
} */

.quiz-start-content-area {
  /* margin-top: 57px !important; */
  /* margin-bottom: 57px; */
  background: white;
}

.quiz-start-content h1 {
  font-weight: bold;
  font-size: 2.5rem;
}

.quiz-start-content h2 {
  font-weight: 500;
  font-size: 1.8rem;
}

.quiz-content-info img {
  width: 40px;
  height: 40px;
}

@media (max-width: 375px) {
  .quiz-start-content h3 {
    font-size: 15px;
  }

  .quiz-start-content p {
    font-size: 13px;
  }

  .quiz-content-info {
    font-size: 11px;
  }
}

/* Quiz-section */
/* .quiz-section {
  margin-top: 89px !important;
  background-image: url("/images/signup-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto; */

@media (max-width: 425px) {
  .quiz-section h5 {
    font-size: 13px;
  }
}

.quiz-options {
  padding-bottom: 130px;
  color: black;
}

@media (max-width: 425px) {
  .quiz-options {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .quiz-options {
    max-width: 80%;
  }
}

.resource-header {
  background: linear-gradient(180deg, #000000 0%, #00b050 100%);
  height: 17vh;
  margin-top: 88px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .resource-header {
    margin-top: 50px;
    height: 17vh;
    text-align: center;
  }

  .resource-header h1 {
    font-size: 25px;
    padding-left: 5px;
    /* padding-bottom: 15px !important; */
  }

  .resource-header p {
    padding-left: 5px;
  }

  .resource-main {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 576px) {
  .resource-detail-header h1 {
    font-size: 21px;
    text-align: center;
  }
}

/* Style carousel dots */
#testimonialCarousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 176, 80, 0.3);
  border: none;
  margin: 0 5px;
}

/* Active dot */
#testimonialCarousel .carousel-indicators .active {
  background-color: rgba(0, 176, 80, 1);
}

.pagination-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin-top: 20px;
}

.pagination-dots li {
  list-style: none;
}

/* Hide the default page numbers */
.pagination-dots .dot a {
  font-size: 0;
  color: transparent;
}

/* Create custom dots */
.pagination-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-dots .dot:hover {
  background: #999;
}

.self-exclusion-content ol li {
  font-size: "17px";
}

.self-exclusion-content {
  font-size: "14px";
}

.venue-card {
  background: rgba(0, 176, 80, 0.06) !important;
  border: 1.2px solid rgba(0, 176, 80, 1) !important;
}

.venue-cards {
  background: rgba(0, 176, 80, 0.06) !important;
  border: 1.2px dashed rgba(0, 176, 80, 1) !important;
  padding: 33px !important;
}

.self-exclusion-content .form-check-label {
  font-size: 12px;
}

@media (max-width: 425px) {
  .self-exclusion-content h4 {
    font-size: 15px;
  }

  .self-exclusion-content ol li {
    font-size: 13px !important;
  }

  .self-exclusion-content h5 {
    font-size: 17px;
  }

  .self-exclusion-content .form-check-label {
    font-size: 11px !important;
  }
}

.camera-testing p {
  font-size: 11px;
}

@media (max-width: 475px) {
  .camera-testing p {
    font-size: 11px !important;
  }
}

@media (max-width: 425px) {
  .self-exclusion-form h2 {
    font-size: 19px;
    /* padding-top: 5px; */
  }

  .self-exclusion-form p {
    font-size: 13px;
  }
}

.self-exclusion-form .accordion-button {
  background: rgba(0, 176, 80, 0.06) !important;
  box-shadow: none !important;
}

.self-exclusion-form .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

.self-exclusion-form .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.gradient-text {
  background: linear-gradient(92.27deg, #00b050 46.31%, #006930 76.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.custom-font {
  font-family: "Poppins", sans-serif;
}

@media (max-wdith: 375px) {
  .self-exclusion-img {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .self-exclusion-venues .bg-light {
    padding: 32px 92px !important;
  }
}

.gradient-btn {
  background: linear-gradient(92.41deg, #00b050 5.86%, #006930 92.19%);
  color: #fff !important;
  border: none !important;
  width: 231px;
  font-size: 13px !important;
  height: 41px;
  font-weight: 500 !important;
  cursor: pointer !important;
}

.gradient-btn-white {
  background: linear-gradient(92.41deg, #fff 5.86%, #fff 92.19%);
  color: #000 !important;
  border: solid rgb(34, 33, 33) 1px !important;
  width: 215px;
  font-size: 13px !important;
  height: 41px;
  font-weight: 500 !important;
  cursor: pointer !important;
}

@media (min-width: 576px) {
  .photo-check-btn {
    margin-top: 3rem !important;
  }
}

@media (max-width: 576px) {
  .photo-check-content {
    padding: 14px !important;
  }
}

@media (min-width: 976px) {
  .photo-check {
    padding-left: 5rem !important;
  }

  .photo-check-btn {
    margin-top: 6rem !important;
  }
}

@media (min-width: 1025px) {
  .retake-btn {
    margin-top: 102px !important;
  }
}

@media (max-width: 576px) {
  .photo-quality h5 {
    padding-top: 15px;
  }

  .photo-quality ul li {
    padding-left: 10px;
  }

  .retake-btn {
    margin-bottom: 10px;
  }
}

.self-exclusion-msg {
  font-size: 15px;
}

@media (max-width: 425px) {
  .self-exclusion-msg {
    font-size: 11px !important;
  }
}

/* Container for the select */
.custom-select-container {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  width: 50%;
  max-width: 300px;
}

/* Control (the main input box) */
.custom-select-container .select__control {
  border: 1px solid #9d9fa1;
  border-radius: 0.375rem;
  min-height: 38px;
  font-size: 14px;
}

/* Options in the dropdown */
.custom-select-container .select__option {
  font-size: 14px;
  color: #212529;
}

/* Selected option */
.custom-select-container .select__option--is-selected {
  background-color: #5f5f5fff;
  color: white;
}

/* Focused option */
.custom-select-container .select__option--is-focused {
  background-color: #f8f9fa;
}

/* Dropdown menu */
.custom-select-container .select__menu {
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive width for smaller screens */
@media (max-width: 768px) {
  .custom-select-container {
    max-width: 100%;
  }
}

.self-exclusion-submit-msg .bg-light {
  padding: 150px;
}

@media (max-width: 425px) {
  .self-exclusion-submit-msg .bg-light {
    padding: 30px;
  }
}

.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-dots .previous {
  display: none;
}

.pagination-dots .next {
  display: none;
}

.pagination-dots li {
  cursor: pointer;
}

.pagination-dots li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: lightgray;
  text-indent: -9999px;
}

.pagination-dots li.active a {
  background-color: green;
  /* border-radius: 50%; */
}

@media (max-width: 576px) {
  .pagination-dots {
    display: none !important;
  }
}

@media (min-width: 976px) {
  .gambling-knowledge {
    margin-top: 4rem;
  }
}

.form-check-input:focus {
  outline: none !important;
  border-color: #ccc !important;
  box-shadow: none !important;
}

.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: #ccc !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-info-item img {
  margin-right: 15px;
  margin-left: 28px;
  margin-bottom: 9px;
}

@media (max-width: 576px) {
  .contact-info-item img {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 0px;
  }
}

.ehnicities-content {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 576px) {
  .ehnicities-content {
    flex-wrap: wrap;
  }
}

.self-exclusion-inner-content {
  font-size: 16px;
}

@media (max-width: 425px) {
  .self-exclusion-inner-content {
    font-size: 13px !important;
  }
}

.ehnicities-content button {
  font-size: 12px;
  white-space: normal;
  word-break: break-word;
  max-width: 167px;
}

@media (max-width: 576px) {
  .ehnicities-content button {
    font-size: 10px !important;
    word-break: none !important;
    /* max-width: 180px !important; */
  }
}

/* .privacy-policy-section {
  margin-top: 125px;
} */

.privacy-policy-inner p {
  text-align: justify;
}

.privacy-policy-inner ul li {
  text-align: justify;
}

/* .terms-conditions-section {
  margin-top: 125px;
} */

.terms-conditions-inner p {
  text-align: justify;
}

.terms-conditions-inner ul li {
  text-align: justify;
}

/* .faq-section {
  margin-top: 107px;
} */

.faq-section h2 {
  font-weight: 500;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #00b050;
  box-shadow: none !important;
  color: #000000 !important;
}

/* .other-faq-section {
  margin-top: 137px;
} */

.other-faq-section h2 {
  text-align: center;
  font-weight: 500;
}

.other-faq-section .accordion-button:not(.collapsed) {
  background-color: #00b050;
  box-shadow: none !important;
  color: #000000 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  width: 0.95rem !important;
  height: 0.95rem !important;
  background-size: 0.95rem !important;
  color: black;
}

.faq-accordion-list li {
  margin-bottom: 6px;
}

/* mobile responsive */
@media (max-width: 576px) {
  .footer-heading {
    margin-bottom: 10px;
  }

  .cta-button {
    justify-content: center;
  }

  .statscard h5 {
    font-size: 15px !important;
  }

  .statscard p {
    font-size: 13px !important;
  }

  .stats-card span {
    font-size: 13px;
  }

  .swiper-pagination {
    text-align: center !important;
    padding-bottom: 0px !important;
  }

  .feature-wrapper {
    display: none;
  }

  .gambling-knowledge h1 {
    font-size: 22px !important;
  }

  .signup-form-bg {
    margin-top: 56px !important;
  }

  .cta-banner {
    padding: 0px 30px 35px !important;
  }

  .resource-main {
    margin-bottom: 24px !important;
  }

  .box {
    width: 100% !important;
  }

  .header-bg {
    min-height: 30vh !important;
  }

  .footer-section {
    background-size: cover !important;
  }

  .consent-modal-content {
    padding: 15px !important;
    width: 100% !important;
    max-width: 95% !important;
    height: 600px;
    overflow-y: scroll;
  }

  .consent-modal-overlay {
    z-index: 999999 !important;
  }
}

#about {
  scroll-margin-top: 100px;
}

/* media query for tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Your styles here */
  .resource-header {
    margin-top: 56px !important;
    height: 17vh !important;
  }

  .contact-section {
    margin: 21px 0px !important;
  }

  .cta-banner {
    padding: 10px 57px 40px 57px !important;
  }

  .nav-links .nav-link {
    margin: 0px;
  }

  .exclusive-btn {
    margin-bottom: 10px;
  }

  .main-section {
    margin-top: 56px !important;
    padding: 12px 0px;
    font-size: 18px;
  }

  .header-bg {
    min-height: 40vh !important;
  }

  .swiper-pagination {
    text-align: left !important;
    padding-left: 42px !important;
    padding-bottom: 2px !important;
  }

  .resource-detail-header {
    min-height: 50vh;
  }

  .resource-info-inner {
    padding-right: 0px !important;
  }

  .signup-form-bg {
    margin-top: 56px !important;
  }

  .signup-right {
    padding: 28px 44px;
    border-radius: 0.375rem !important;
  }

  .verify-left {
    display: none;
  }

  .verify-right {
    border-radius: 0.375rem !important;
  }

  .feature-logo-wrapper {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 7vh !important;
    height: 7vh !important;
  }

  .feature-logo {
    width: 4vh;
  }

  .feature-wrapper {
    display: none;
  }

  .credit-text {
    margin-top: -10px !important;
  }
}

.credit-text {
  margin-top: -58px !important;
}

/* body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f6f7fb;
} */

.calendar-container {
  display: flex;
  gap: 8px;
  width: 100%;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.label {
  margin-bottom: 5px;
  font-size: 15px;
  color: #444;
}

.box {
  padding: 13px 30px;
  background: #fff;
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  width: 100%;
  color: #313131;
  transition: 0.2s;
  border: 1px solid #6c757d;
}

.box.selected {
  background-color: #00b050;
  color: #fff;
  border-color: #00b050;
}

.box:hover {
  background: #00b050;
  color: #fff;
}

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

.popup {
  background: #fff;
  border-radius: 12px;
  width: 350px;
  height: 350px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-content {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.popup::-webkit-scrollbar {
  display: none;
}

@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
  margin-top: 10px;
  flex-grow: 1;
}

.grid div {
  padding: 10px;
  border-radius: 8px;
  background: #f1f1f1;
  cursor: pointer;
  transition: 0.2s;
}

.grid div:hover {
  background: #00b050;
  color: #fff;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 10px;
  text-align: center;
  flex-grow: 1;
}

.calendar div {
  padding: 8px;
  border-radius: 6px;
  background: #f1f1f1;
  cursor: pointer;
  transition: 0.2s;
}

.calendar div:hover {
  background: #00b050;
  color: #fff;
  /* linear-gradient(92.41deg, #00b050 5.86%, #006930 92.19%) */
}

.calendar .day-name {
  background: none;
  font-weight: bold;
  cursor: default;
}

.css-1u9des2-indicatorSeparator {
  display: none;
}

@media screen and (min-width: 1517px) {
  .cta-mobile-banner img {
    max-width: 100vh !important;
  }
}

@media screen and (min-width: 1707px) {
  .cta-mobile-banner img {
    max-width: 90vh !important;
  }
}

@media screen and (min-width: 1821px) {
  .cta-mobile-banner img {
    max-width: 800px !important;
  }
}

@media screen and (min-width: 2732px) {
  .cta-mobile-banner img {
    max-width: 48vh !important;
  }
}

@media screen and (min-width: 4098px) {
  .cta-mobile-banner img {
    max-width: 33vh !important;
  }
}

@media screen and (min-width: 5464px) {
  .cta-mobile-banner img {
    max-width: 24vh !important;
  }
}

@media screen and (min-width: 2049px) {
  .DownloadApp {
    margin-bottom: 150px !important;
  }
}

.overlay-bg {
  position: relative;
  overflow: hidden;
}

.overlay-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 100), rgba(0, 0, 0, 0));
  z-index: 1;
}

.contact-overlay {
  bottom: 0;
  z-index: 2;
}

.slick-dots {
  background-color: #f7f4ff !important;
}

.slick-dots li {
  margin: 0 0px 3px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) -6px !important;
}

.consent-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.consent-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  width: 750px;
  max-width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.consent-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.agree-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

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

.toggle-section {
  margin: 20px 0;
  text-align: center;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-bottom: 10px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider background */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 26px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* When checked */
.toggle-switch input:checked + .slider {
  background-color: #28a745;
}

.toggle-switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* Toggle text */
.toggle-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.d-block.d-md-none .card {
  margin-bottom: 40px;
  min-height: 370px;
}

.bg-success,
.btn-success {
  background: linear-gradient(
    92.41deg,
    #00b050 5.86%,
    #006930 92.19%
  ) !important;
  background-color: unset !important;
}

.btn-check:checked + .btn-outline-secondary img {
  filter: brightness(0) invert(1) !important;
}

.btn-success img {
  filter: brightness(0) invert(1);
}

/* This will apply ONLY when popup is open */
.popup-active .footer-section {
  position: fixed;
  bottom: 0;
  color: #fff;
}

.grecaptcha-badge {
  right: 0 !important;
}

/* ===== Modal Overlay ===== */
.modal.show {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease-in-out;
}

/* ===== Modal Box ===== */
.modal-dialog {
  margin-top: 6rem;
  transition: transform 0.3s ease-out;
}

.modal-content {
  border-radius: 16px;
  max-height: 100vh;
  /* padding: 5px; */
  border: none;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  animation: popup 0.25s ease;
}

.custom-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}

@media (max-width: 320px) {
  .custom-modal {
    border-radius: 8px;
    max-height: 80vh;
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: column;
    background: #fff !important;
    /* width: 45vh; */
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 45% !important; */
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .custom-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
  }
}

@media (max-width: 420px) {
  .custom-modal {
    border-radius: 8px;
    max-height: 80vh;
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: column;
    background: #fff !important;
    /* width: 45vh; */
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 45% !important; */
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .custom-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
  }
}

@media (max-width: 576px) {
  .custom-modal {
    border-radius: 8px;
    max-height: 80vh;
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: column;
    background: #fff !important;
    /* width: 45vh; */
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 50% !important; */
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .custom-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
  }
}

/* ========================= */
/* 📱 Larger Mobiles (≤ 768px) */
/* ========================= */
@media (max-width: 768px) {
  .modal-content {
    width: 85%;
    max-height: 80vh;
    border-radius: 12px;
  }
}

/* ========================= */
/* 💻 Tablets (≤ 992px)       */
/* ========================= */
@media (max-width: 992px) {
  .modal-content {
    width: 75%;
    max-height: 95vh;
  }
}

/* ========================= */
/* 🖥 Small Laptops (≤ 1200px) */
/* ========================= */
@media (max-width: 1200px) {
  .modal-content {
    width: 70%;
  }
}

.modal-body {
  overflow-y: hidden;
}

/* Popup Animation */
@keyframes popup {
  from {
    opacity: 0;
    transform: translateY(-15px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== Header ===== */
.modal-header {
  /* background: #eef2ff; */
  padding: 18px 25px;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
  font-size: 18px;
  color: #1e293b;
}

/* Custom Close Button */
.btn-close {
  background-color: #ffffff !important;
  color: #004620 !important;
  padding: 10px !important;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}

.btn-close:hover {
  /* transform: rotate(90deg); */
  /* background: #f1f5f9 !important; */
}

/* ===== Modal Body ===== */
.modal-body {
  padding: 25px;
  /* background: #fafbff; */
  border-radius: 0px 0px 6px 6px;
}

/* Labels */
.modal-body .form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #475569;
}

/* Inputs & Selects */
.modal-body .form-control,
.modal-body .form-select {
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #d4d7dd;
  transition: 0.2s ease;
  font-size: 12px;
}

.modal-body .form-control:focus,
.modal-body .form-select:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.18);
}

/* ===== Table Styling ===== */

/* Scroll only inside table area */
.table-scroll {
  max-height: 62vh;
  overflow-y: auto;
  margin-top: 10px;
  /* border: 1px solid #dee2e6; */
  border-radius: 6px;
}

/* Sticky table header */
.table-scroll thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
}

/* Nice scrollbar */
.table-scroll::-webkit-scrollbar {
  width: 6px;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border-radius: 8px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #eee;
}

.table {
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

.table thead {
  background: #e5e7ff;
}

.table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #4338ca;
  padding: 12px;
}

.table tbody td {
  padding: 12px;
  font-size: 14px;
  color: #475569;
}

.table tbody tr:hover {
  background: #f1f5f9;
  transition: 0.2s ease;
}

/* No Data Row */
.table tbody tr td.text-center {
  font-weight: 500;
  color: #64748b;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 2rem;
  }
}

/* Fullscreen dark overlay */
.gm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
  z-index: 9999;
}

/* Modal container */
.gm-modal {
  width: 420px;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.35s ease;
}

/* Close icon */
.gm-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #444;
}

.gm-close-btn:hover {
  color: #000;
}

.gm-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.gm-list {
  margin-left: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Footer buttons */
.gm-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Buttons */
.gm-btn {
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.gm-close {
  background: #e0e0e0;
}

.gm-close:hover {
  background: #d0d0d0;
}

.gm-proceed {
  background: #007bff;
  color: white;
}

.gm-proceed:hover {
  background: #0069d9;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.signup-steps {
  position: relative;
  color: #fff;
  margin-top: 40px;
}

/* Each row */
.step-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 43px;
  position: relative;
}

/* Left icon + line */
.step-left {
  position: relative;
  width: 45px;
  display: flex;
  justify-content: center;
}

/* Vertical line */
.step-line {
  position: absolute;
  top: 45px;
  width: 3px;
  height: calc(100% + 28px);
  background: #2fd37b;
}

/* Icon */
.step-left img {
  width: 45px;
  height: 45px;
  z-index: 1;
}

/* Text content */
.step-content {
  flex: 1;
}

.step-label {
  font-size: 13px;
  margin: 0;
  opacity: 0.85;
}

.step-content h6 {
  font-size: 18px;
  margin: 2px 0 0;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.49) 0px 4px 4px;
}

.optional {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.8;
}

/* Guidelines button */
.step-action {
  margin-left: auto;
}

.guidelines-btn {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.toggle-option {
  cursor: pointer;
  padding: 8px;
  font-weight: 600;
  color: #999;
  transition: color 0.3s ease;
}

.toggle-option.active {
  color: #00b050;
}

/* .toggle-option:not(.active):first-child {
  color: #ff0000;

/* Optional hover effect */
.toggle-option:hover {
  opacity: 0.8;
}

.OnlineGambling img {
  width: 100%;
  height: auto;
  display: block;
  height: 300px;
}

.online-gambling-img {
  width: 100%;

  height: auto;
  display: block;
}

.OnlineGamblingTop {
  position: relative;
}

.safer-gambling {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 90px;
  height: 90px;
  z-index: 5;
}

.safer-gambling::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 0, 117, 1);
  width: 110px;
  border-radius: 0px 50px 50px 0px;
  z-index: 0;
}

.safer-gambling-img {
  position: absolute;
  width: 80px;
  left: 22px;
  top: 5px;
  z-index: 1;
}

.OnlineGamnlineContent {
  position: absolute;
  left: 0;
  right: 0;

  /* bottom: -140px; */
  /* padding: 0 20px; */
}

.OnlineGamnlineContentInner {
  background: rgba(91, 199, 195, 1);
  padding: 30px 20px;
  border-bottom: 2px solid black;
}

.OnlineGamnlineContent h5 {
  font-weight: 700;
}

.OnlineGamnlineContent p {
  color: rgb(43, 42, 42);
}

.OnlineGamblingTop {
  /* margin-bottom: 220px !important; */
}

.btn-close-modal {
  background-color: white;
  color: green;
  padding: 10px !important;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none !important;
  transition: 0.25s ease;
}

.online-gambling-text {
  border-top: 2px solid black;
  font-size: 14px !important;
  color: black !important;
  padding-top: 28px;
  padding-bottom: 0px;
}

.btn-small-text {
  font-size: 13px !important;
}

.credit-note {
  font-size: 16px;
}

@media (max-width: 576px) {
  .credit-note {
    font-size: 13px !important;
  }
}

.fs-7 {
  font-size: 14px;
}

.faq-section {
  position: relative;
}

.faq-card {
  position: relative;
  z-index: 2;
  width: 40%;
  background: #00b050b5;
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.faq-title {
  font-size: 25px;
  font-weight: 700 !important;
  margin-bottom: 18px;
}

/* Accordion reset */
.faq-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #fafafa;
  font-weight: 500;
  padding: 14px 0;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fafafa !important;
  font-weight: 400 !important;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Remove default focus */
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 0px 0 10px 10px;
  font-size: 14px;
  color: #fafafa;
}

.faq-accordion .accordion-body p {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #fafafa;
}

/* View More button */
.faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 8px 25px;
  background: linear-gradient(267.71deg, #2f925c 15.64%, #000000 66.26%);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  float: right;
}

/* .faq-btn:hover {
  background: #111;
  color: #fff;
} */

.faq-bg-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px 30px;
  background-image: url("/images/Faq_bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.faq-bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 193.45%);
  z-index: 1;
}

@media (min-width: 575px) and (max-width: 991px) {
  .faq-card {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .faq-card {
    width: 100%;
  }
  .faq-bg-wrapper {
    padding: 20px;
    margin-bottom: 40px;
  }
}
