body {
  font-family: 'Poppins', sans-serif;
}

/* Typography */
h1, h2, h3, h4 {
  color: #222;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  border-bottom: 2px solid #e1e4e8;
  padding-bottom: 10px;
}

h2 {
  font-size: 22px;
  margin-top: 30px;
}

h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #555;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

ul, ol {
  margin-left: 20px;
  padding-left: 10px;
}

li {
  margin-bottom: 10px;
}

/* Links */
a {
  color: #0066cc;
  text-decoration: underline;
}

a.custom-btn {
  background-color: #0096d6;
  border: 1px solid #0096d6;
}

a.custom-btn:hover {
  background-color: #1485b5;
  border-color: #1485b5;
  color: #fff;
}

a.highlight-cta {
  background-color: #181818;
  color: #fff;
}

a.highlight-cta:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

/* Sections */
.main-banner h3,
.second-section h4,
.thrid-section h3 {
  font-weight: bold;
}

section.disclaimer {
  border-bottom: 1px solid #3f3f3f;
  padding: 25px !important;
}

footer.bg-dark ul {
  margin: 0;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  max-width: 500px;
  margin: 5% auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.close-btn {
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Form Styles */
label {
  display: block;
  margin: 0.5rem 0 0.2rem;
  font-weight: bold;
}

input {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}

button.submit-btn {
  width: 100%;
  background: #0096d6;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

button.submit-btn:hover {
  background-color: #1485b5;
  border-color: #1485b5;
}


div#modal.modal.popup_form h2{margin:0px;}

/* Overlay */
.custom-bg {
  background-color: #0096d6 !important;
}

.custom-bg h3{color:#FFF; font-size:28px;}

.help::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.help .thrid-section {
  position: relative;
  z-index: 2;
  color: #fff;
}

.help .thrid-section h3{color:#FFF; font-size:28px;}

.how_we_can h3{color:#000; font-size:28px;}




.spinner-border{position: absolute; right: 0; left: 86px; bottom:46px; color: #FFF; width: 18px; height: 18px; margin: 0 auto; border: 2px solid #FFF;}

/* Containers */
.policy-wrapper,
.privacy-policy,
.terms-wrapper,
.disclaimer-container {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.policy-wrapper {
  padding: 40px 30px;
}

.terms-wrapper {
  padding: 40px;
  max-width: 960px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.disclaimer-container {
  margin: 40px auto;
  padding: 30px 25px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Disclaimer */
.disclaimer {
  margin-top: 40px;
  font-size: 14px;
  color: #888;
}

/* Responsive */
@media (max-width: 768px) {
  .policy-wrapper,
  .terms-wrapper,
  .disclaimer-container {
    padding: 20px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }
}
