.elementor-2499 .elementor-element.elementor-element-89fc86f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2499 .elementor-element.elementor-element-218a1ff > .elementor-widget-container{padding:30px 0px 40px 0px;}.elementor-2499 .elementor-element.elementor-element-218a1ff{text-align:center;}.elementor-2499 .elementor-element.elementor-element-218a1ff .elementor-heading-title{font-family:"Urbanist", Sans-serif;font-size:60px;font-weight:800;color:#072C47;}.elementor-2499 .elementor-element.elementor-element-9dc046b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:768px){.elementor-2499 .elementor-element.elementor-element-218a1ff > .elementor-widget-container{padding:20px 0px 30px 0px;}.elementor-2499 .elementor-element.elementor-element-218a1ff .elementor-heading-title{font-size:34px;}}/* Start custom CSS for wd_blog, class: .elementor-element-bdb1ca0 *//* === Blog Read More Button Highlight === */
.btn-read-more.more-link {
  display: inline-block;
  background-color: #072C47; /* your theme blue */
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 rgba(7, 44, 71, 0); /* subtle base */
  text-decoration: none !important;
}

/* Hover effect – gentle glow */
.btn-read-more.more-link:hover {
  background-color: #0a3a5e; /* slightly lighter tone on hover */
  color: #fff;
  box-shadow: 0 0 12px rgba(7, 44, 71, 0.45); /* glowing halo */
  transform: translateY(-2px);
}

/* Optional: focus ring for accessibility */
.btn-read-more.more-link:focus {
  outline: 2px solid rgba(7, 44, 71, 0.5);
  outline-offset: 3px;
}/* End custom CSS */