.section-header h2 {
  font-family: Muli, sans-serif;
  font-size: 40px;
  line-height: 100%;
  margin-top: 0;
}
.e_container {
  max-width: 1320px;
  margin: auto;
  padding: 0 45px;
}
body {
  background: #fff;
}
/* Banner */
.support-banner {
  margin-top: 129px;
  position: relative;
}
.support-content{
  padding: 127px 0 90px 0;
  position: relative;
  max-width: 650px;
}
.bg_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.support-content h1 {
  font-family: Muli, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
}
.support-content span {
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #000;
}
/* features */
.tenant-features-section {
  padding: 80px 0 110px 0;
  position: relative;
}
.tenant-features-section .section-header {
  text-align: left;
  z-index: 1;
  position: relative;
}
.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.tenant-features-section .container {
  position: relative;
}
.feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 110px);
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #000;
  padding: 16px;
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.feature-card:hover h4,.feature-card:hover p,.feature-card:hover span {
  color: #fff;
}
.feature-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  aspect-ratio: 1.5/1;
}
.feature-card h4 {
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  color: #000;
}

.feature-card p {
  color: #000;
  margin-bottom: 15px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.feature-card .read-more {
  font-weight: 600;
  color: #6C2BD9;
  display: inline-block;
  font-size: 18px;
  margin-top: auto;
}

.feature-card:hover {
  background: #6C2BD9;
  color: #fff;
  transform: translateY(-4px);
}

.feature-card:hover .read-more {
  color: #fff;
}

/* Marquee Section */
div.marquee_sec {
  background: #5721FA;
  color: #fff;
  padding: 40px 0;
}

.marquee_sec {
  overflow: hidden;
}

.marquee_inner {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee_path {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}

.marquee_path span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 20px;
  font-weight: 400;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Optional: Pre-highlighted cards (like the purple ones in screenshot) */
.feature-card.active {
  background: #6C2BD9;
  color: #fff;
}

.feature-card.active .read-more {
  color: #fff;
}
.section-header {
  text-align: center;
  margin-bottom: 30px;
}
.section-header .highlight {
  color: #6C2BD9;
  font-weight: 800;
}
.section-header p {
  color: #000;
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

/* Road graphic */
.road-graphic {
  text-align: center;
  margin: 40px 0 35px;
}

.road-graphic img {
  max-width: 100%;
  height: auto;
}

/* Steps Grid */
.steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  text-align: center;
  max-width: 85%;
  margin: auto;
}

.step-box {
  flex: 1;
  border: 2px solid;
  border-radius: 10px;
  padding: 18px 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.step-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  color: inherit;
}

.step-box p {
  font-size: 18px;
  color: #000;
  margin: 0;
}

/* Color Variants */
.magenta {
  border-color: #EC008C;
  color: #EC008C;
}
.orange  {
  border-color: #F7941D;
  color: #F7941D;
}
.yellow  {
  border-color: #FECB2F;
  color: #FECB2F;
}
.cyan    {
  border-color: #00BCD4;
  color: #00BCD4;
}
.purple  {
  border-color: #A084DC;
  color: #A084DC;
}
.inner-feature-sec {
  padding: 30px 0 40px 0;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 18px 0px #00000014;
}

.inner-feature-sec .section-header p {
  max-width: 970px;
  margin: auto;
}

.inner-feature-sec .road-graphic img {
  width: 100%;
}

section.credit-feature-section {
  padding: 84px 0 50px 0;
}

/* Map CSS */
.main_map_sec{
  position: relative;
}
.main_map_sec svg {
  width: 110%;
  height: auto;
  background: transparent;
  margin-top: -2%;
}
.main_map_sec path {
  stroke-width: 1.3px;
}
.m_tooltip {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  max-width: 395px;
  max-height: 390px; /* allow room but scroll if exceeded */
  overflow-y: auto;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  z-index: 1000;
  font-family: Muli,sans-serif;
  overflow-wrap: break-word;
  box-shadow: 0px 0px 26px 0px #0000004D;
}
.m_tooltip h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: Muli;
  margin-bottom: 5px;
  color: #6634FB;
}

.m_tooltip  p {
  margin-bottom: 15px !important;
}

.m_tooltip a.readmore_btn {
  color: #6634FB;
  font-family: Muli,sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.m_tooltip a::after {
  content: "";
  width: 28px;
  height: 16px;
  display: inline-block;
  background: url('/images/p-arrow-right.svg');
  background-repeat: no-repeat;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
}
.m_tooltip h4 {
  margin-top: 0;
  font-size: 18px;
  color: #6634fb;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: Muli,sans-serif;
}
.m_tooltip p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  color: #555;
  font-family: 'Muli',sans-serif;
  color: #000;
}
.m_tooltip::-webkit-scrollbar {
  width: 8px;
}
.m_tooltip::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}
.m_tooltip::-webkit-scrollbar-thumb {
  background-color: #5721fa4f;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
}
.m_tooltip .close-btn {
  position: absolute;
  top: 13px;
  right: 10px;
  background: url('/images/cross.svg');
  border: none;
  font-size: 0;
  cursor: pointer;
  font-weight: 100;
  padding: 0;
  width: 25px;
  color: #999;
  background-size: contain;
  height: 25px;
  background-repeat: no-repeat;
}
.main_map_sec {
  position: relative;
}
g:hover path {
  fill: #b299fd !important;
}
g:hover tspan {
  fill: #fff !important;
  stroke: #b299fd;
  stroke-width: 9px !important;
  paint-order: stroke fill;
}
g.m_highlight path {
  fill: #5721fa !important;
}
g.m_highlight tspan {
  fill: #fff !important;
  stroke: #5721fa;
  stroke-width: 9px !important;
  paint-order: stroke fill;
}
section.map-service-sec {
  padding-top: 40px;
  position: relative;
}

section.map-service-sec::before {
  content: "";
  position: absolute;
  background: #5721FA;
  width: 100%;
  height: 63%;
  z-index: -1;
  top: 0;
  left: 0;
}

.section-header.white * {
  color: #fff;
}

.section-header.white h2 {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 18px;
}

.map-service-sec .section-header {
  text-align: left;
  margin-bottom: 0;
}

.section-header.white  p {
  font-weight: 600;
}
hr.gradient_separator {
  border: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #313131 48%, rgba(102, 102, 102, 0) 100%);
  max-width: 60%;
  height: 1px;
  margin-top: 0;
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width:1025px) {
  .map-service-sec .section-header.white p {
    max-width: 80%;
  }
}
@media (max-width:1024px) {
  .main_map_sec{
    overflow: visible;
  }
  .step-box {
    flex: unset;
    width: calc(100%/3 - 10px);
  }
  
  .steps-grid {
    justify-content: center;
  }
}
@media (max-width:991px) {
  .support-content {
    max-width: 75%;
  }
  .feature-card {
    flex: unset;
    width: calc(100% / 2 - 10px);
  }
  .features-container {
    justify-content: start;
  }
}
@media (max-width:767px) {
  .support-content {
    max-width: 100%;
    padding: 65px 0;
  }
  .support-banner {
    margin-top: 60px !important;
  }
  .support-content h1 {
    font-size: 24px;
  }
  .support-content span {
    font-size: 16px;
    line-height: 1.6;
  }
  .section-header h2 {
    font-size: 24px;
  }
  .section-header p {
    font-size: 16px;
    line-height: 1.6;
  }
  .e_container {
    padding: 0 30px;
  }
  .tenant-features-section {
    padding: 60px 0 60px 0;
  }
  .feature-card {
    width: 100%;
  }
  .section-header {
    margin-bottom: 20px;
  }
  div.marquee_sec {
    padding: 16px 0;
  } 
  .marquee_path span {
    font-size: 16px;
  }
  section.credit-feature-section {
    padding: 60px 0;
  }
  .step-box {
    width: 100%;
  }
  .inner-feature-sec .section-header {
    padding: 0 15px;
  }
  section.map-service-sec::before {
    height: 77%;
  }
  .main_map_sec svg {
    width: 127%;
    margin-left: -7%;
  }
  .feature-bg {
    object-fit: cover;
    object-position: top left;
  }
}

/* Home Buying Resources Section */
.m_tooltip.hm_tooltip {
  padding: 0;
  max-height: 460px;
}
.m_tooltip.hm_tooltip h4 {
  font-size: 24px;
  padding: 16px 20px;
  background: #5721FA;
  color: #fff;
  font-weight: 800;
  margin: 0;
}
.m_tooltip.hm_tooltip .close-btn {
  filter: invert(1);
  height: 30px;
  width: 30px;
}
.m_tooltip.hm_tooltip .hm_tip_subhead {
  background: #8258F9;
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 600;
}
.m_tooltip.hm_tooltip .hm_tip_desc {
  color: #000;
  padding: 10px 20px;
  border-bottom: 1px solid #0000001F;
}
.hm_tio_rules {
  padding: 20px 20px 25px 20px;
}
.hm_tio_rules h5 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.m_tooltip .hm_tio_rules p {
  margin-bottom: 12px !important;
}
.m_tooltip .hm_tio_rules a.readmore_btn {
  background: #EDE5FF;
  width: max-content;
  padding: 12px 16px;
  color: #18171A;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}
.m_tooltip .hm_tio_rules a.readmore_btn::after {
  filter: brightness(0);
}
.m_tooltip .hm_tio_rules a.readmore_btn:hover {
  background: #6634FB;
  color: #fff;
}
.m_tooltip .hm_tio_rules a.readmore_btn:hover::after {
  filter: brightness(0) invert(1);
}

/* Budgeting Tools */
section.top_tools {
  background: #F4E7FE;
  padding: 70px 0;
}
.top_tools .section-header h2 {
  color: #000;
  font-weight: 700;
}
span.tool_nav_itm {
  font-size: 24px;
  display: inline-block;
  padding: 14px;
  background: transparent;
  color: #696969;
  border-radius: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
span.tool_nav_itm.active {
  background: #fff;
  color: #000;
}
.top_tools_txt {
  background: #E8CEFF;
  padding: 55px 0 0 40px;
  border-radius: 15px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.tools_key_feature {
  padding: 30px;
  background: #fff;
  border-radius: 14px 14px 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.top_tools_tab {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.2fr 1fr;
}
.top_tools_nav {
  margin-bottom: 50px;
}
.top_tools_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.top_tools_txt h2 {
  margin-top: 0;
  font-size: 34px;
  color: #000;
}
.top_tools_txt p {
  font-size: 24px;
  margin: 0;
}
.tools_key_feature h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 30px;
}
.tools_key_feature  ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
.tools_key_feature ul li {
  font-size: 24px;
  padding-left: 6px;
  padding-bottom: 17px;
  border-bottom: 1px solid #00000029;
  padding-top: 18px;
  display: flex;
  line-height: 1.2;
  align-items: top;
  font-weight: 400;
  gap: 10px;
}
.tools_key_feature ul li:first-child {
  padding-top: 0;
}
.tools_key_feature ul li:last-child {
  border: none;
}
.tools_key_feature ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('/images/budget/tick.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
a.top_tool_btn {
  display: inline-block;
  background: #F4E7FE;
  padding: 16px 24px;
  font-size: 24px;
  color: #000000;
  border-radius: 9px;
  margin-top: auto;
  font-weight: 400;
  transition: 0.3s;
}
a.top_tool_btn::after {
  content: "";
  width: 30px;
  height: 16px;
  display: inline-block;
  background-image: url('/images/p-arrow-right.svg');
  filter: brightness(0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 11px;
}
.top_tools .section-header {
  margin-bottom: 60px;
}
.top_tool_tab_title {
  padding-right: 15px;
  margin-bottom: 80px;
}
a.top_tool_btn:hover {
  background: #6c2bd9;
  color: #fff;
}
a.top_tool_btn:hover::after {
  filter: brightness(0) invert(1);
}
.top_tools_img {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.top_tools_nav .swiper-wrapper {
  width: max-content;
  margin: auto;
}
.top_tools_main .swiper_btn {
  width: 40px;
  height: 40px;
  background: #B488FF !important;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_tools_main .swiper_btn svg {
  width: 12px;
  height: 100%;
}
.top_tools_nav_wrap {
  position: relative;
}
.top_tools_nav_wrap .swiper-button-next:after,.top_tools_nav_wrap .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.top_tools_nav {
  max-width: calc(100% - 120px);
  margin-left: auto;
  margin-right: auto;
}
.top_tools_main .owl-nav button {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.top_tools_main .owl-nav button.owl-prev {
  left: -50px;
}
.top_tools_main button.disabled {
  opacity: 0.4;
  cursor: context-menu !important;
}
.top_tools_nav .swiper-slide {
  width: auto !important;
}
.tool_nav_itm {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.top_tools_nav {
  width: 100%;
}
.dark_bg_banner .banner-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.dark_bg_banner .support-content {
  z-index: 2;
  position: relative;
}
.dark_bg_banner .support-content * {
  color: #fff;
}
.under_construction img {
  max-width: 940px;
  margin: auto;
  display: block;
  width: 100%;
}
.under_construction {
  padding-top: 40px;
}
@media (max-width:1950px) {
  .top_tools .section-header{
    margin-bottom: 40px;
  }
  span.tool_nav_itm {
    /* font-size: 18px; */
  }
  .top_tools_txt {
    padding: 30px 0 0 25px;
  }
  .top_tools_txt h2 {
    font-size: 26px;
  }
  .top_tools_txt p {
    font-size: 20px;
  }
  .top_tool_tab_title {
    margin-bottom: 40px;
  }
  .tools_key_feature h3 {
    font-size: 32px;
  }
  .tools_key_feature ul li {
    font-size: 20px;
  }
  a.top_tool_btn {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  a.top_tool_btn::after {
    width: 26px;
  }
  .top_tools_nav {
    margin-bottom: 20px;
  }
  .tools_key_feature {
    padding: 24px;
  }
}
@media (max-width:991px) {
  .top_tools_tab {
    grid-template-columns: 1fr;
  }
  .top_tools_tab .top_tools_img {
    min-height: 540px;
    /* grid-row: 1; */
  }
  .top_tool_tab_title {
    margin-bottom: 30px;
  }
  .tools_key_feature {
    padding: 24px;
  }
  .under_construction {
    padding-top: 70px;
  }
}
@media (max-width:767px) {
  .under_construction {
    padding-top: 30px;
  }
}
@media (max-width:567px) {
  section.top_tools {
    padding: 50px 0;
  }
  span.tool_nav_itm {
    font-size: 14px;
    padding: 12px 16px;
  }
  .top_tools_main .swiper_btn {
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .top_tools_nav_wrap .swiper-butto  .under_construction {
    padding-top: 30px;
  }n-next:after, .top_tools_nav_wrap .swiper-button-prev:after {
    font-size: 14px;
  }
  .top_tools_nav {
    max-width: calc(100% - 70px);
  }
  .top_tools_tab .top_tools_img {
  min-height: 420px;
  }
  .swiper_btn.swiper-button-next {
  right: 0;
  }
  .swiper_btn.swiper-button-prev {
  left: 0;
  }
  .top_tools_txt {
    padding: 20px 0 0 15px;
  }
  .top_tools_txt h2 {
    font-size: 23px;
  }
  .top_tools_txt p {
    font-size: 16px;
  }
  .top_tool_tab_title {
    margin-bottom: 20px;
  }
  .tools_key_feature h3 {
    font-size: 22px;
    margin-bottom: 23px;
  }
  .tools_key_feature ul li {
    font-size: 16px;
  }
  .tools_key_feature ul li::before {
    width: 20px;
    min-width: 20px;
  }
  .tools_key_feature ul li {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .tools_key_feature {
    padding: 17px;
  }
  a.top_tool_btn {
    padding: 11px 18px;
    font-size: 16px;
  }
  .m_tooltip.hm_tooltip h4 {
    font-size: 20px;
  }
  .m_tooltip.hm_tooltip .hm_tip_subhead {
    font-size: 14px;
  }
  .under_construction img {
    width: 100%;
  }
}
