
#overview-15 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-15 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-15 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#overview-15 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-15 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-15 .content-block-wrapper {
  padding: 15px;
}
#overview-15 .tilted-content-block {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: left;
}
#overview-15 .row > div:nth-child(odd) .tilted-content-block {
  transform: rotate(-1.5deg);
}
#overview-15 .row > div:nth-child(even) .tilted-content-block {
  transform: rotate(1.5deg);
}
#overview-15 .content-block-wrapper:hover .tilted-content-block {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
}
#overview-15 .tilted-content-block h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
}
#overview-15 .tilted-content-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.9;
}
#overview-15 .tilted-content-block p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
#overview-15 .cta-wrapper {
  text-align: center;
  margin-top: 3rem;
}



#terms-conditions-3 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#terms-conditions-3 .header {
  text-align: center;
  margin-bottom: 40px;
}
#terms-conditions-3 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#terms-conditions-3 .header p {
  font-size: 1.1rem;
  color: #777;
}
#terms-conditions-3 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#terms-conditions-3 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#terms-conditions-3 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#policy-9 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-9 .header {
  text-align: center;
  margin-bottom: 20px;
}
#policy-9 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-9 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-9 .scrollable-box {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}


