/* RTB-style.css*/
.rtb-hero {
  padding: 48px 0;
}

.rtb-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.rtb-hero-eyebrow {
  margin: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  opacity: 0.85;
}

.rtb-hero-title {
  margin: 0 0 18px 0;
  font-weight: 700;
  line-height: 1.15;
}

.rtb-hero-media {
  margin: 14px 0 10px 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.rtb-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.rtb-hero-caption {
  margin: 10px 0 8px 0;
  opacity: 0.85;
}

.rtb-hero-cta {
  margin: 0;
}

.rtb-hero-link {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rtb-cta {
  margin-top: 28px;
}

.rtb-cta-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  /*background-color: #2c7be5;*/ /* adjust to match your theme */
  /*color: #4b4848 !important; */  /* FORCE IT */
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.rtb-cta-btn:hover {
  background-color: #1f5fbf;
  transform: translateY(-1px);
}

/* Optional: tighten spacing on small screens */
@media (max-width: 576px) {
  .rtb-hero { padding: 34px 0; }
  .rtb-hero-title { font-size: 1.7rem; }
}
.rtb-cta-button {
  font-size: 1.15rem;        /* bigger text */
  padding: 14px 32px;        /* bigger button */
  font-weight: 600;
  border-radius: 8px;
}
.rtb-cta-button {
  font-size: 1.2rem;
  font-weight: 600;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer {
  background-color: #3aa169;
}
.footer.bg-dark {
  background-color: #35694d !important;
}
/*.footer {
  background-color: #13cf68;
  color: #e6e6e6;
}8*/
.footer {
  background-color: #244b35;
  color: #e6e6e6;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

