/*!
Theme Name: Trusted Home Buyers
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trustedhomebuyers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Trusted Home Buyers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background-color: #1c1c1c;
}
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* clear: both; */
  margin: 0;
  font-family: 'Nunito', sans-serif;
}
p {
  margin: 0;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0 !important;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
  min-height: 100vh;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  display: block;
  margin: auto;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.flex.phone-sec {
    display: flex;
    align-items: center;
}
.number {
    font-size: 20px;
    font-weight: 700;
}

img.phone-icon {
    width: 25px;
    margin-top: 5px;
    margin-right: 5px;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*footer dropdown */

.menu-wrap-drop {
  display: none; /* hide by default */
}

.dropdown-toggle {
  cursor: pointer; /* show clickable pointer */
}

/* If you want a different arrow when opened */
.dropdown-toggle.open .arrow-icon {
  transform: rotate(-180deg);
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 12px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  /* min-width: 3em;
  max-width: 21em; */
  /* white-space: nowrap;
  overflow: hidden; */
  /* text-overflow: ellipsis; */
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  width: 300px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^='up']::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::before,
[tooltip][flow^='up']::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^='down']::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^='down']::after {
  top: calc(100% + 5px);
}
[tooltip][flow^='down']::before,
[tooltip][flow^='down']::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^='left']::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^='left']::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^='right']::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^='right']::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^='up']:hover::before,
[tooltip][flow^='up']:hover::after,
[tooltip][flow^='down']:hover::before,
[tooltip][flow^='down']:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^='left']:hover::before,
[tooltip][flow^='left']:hover::after,
[tooltip][flow^='right']:hover::before,
[tooltip][flow^='right']:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.container {
  width: 100%;
  max-width: 1380px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1 {
  font-size: 48px;
  line-height: 113.636%;
  font-weight:700;
}
h2 {
  font-size: 40px;
  line-height: 113.636%;
}
h3 {
  font-size: 36px;
  line-height: 113.636%;
}
h4 {
  font-size: 30px;
  line-height: 113.636%;
}
h5 {
  font-size: 25px;
  line-height: 113.636%;
}
h6 {
  font-size: 18px;
  line-height: 113.636%;
}
video {
  width: 100%;
  height: auto;
  box-shadow: -2px 2px 30px 0px rgba(32, 29, 82, 0.04);
  border-radius: 22px;
  overflow: hidden;
}
.g-text {
  background: linear-gradient(90deg, #4f4d93 4.06%, #8c41fe 71.31%, #6e5dff 96.18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-fill {
  border-radius: 10000px;
     background: linear-gradient(90deg, #4f4d93 4.06%, #8c41fe 71.31%, #6e5dff 96.18%);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  height: 47px;
  padding: 5px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in;
}
.btn-bordered {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  gap: 8px;
  border: 2px solid #fe37a1;
  transition: all 0.3s ease-in;
  display: inline-flex;
  border: double 2px transparent;
  border-radius: 95px;
  background-image: linear-gradient(#f2f4f7, #f2f4f7),
    radial-gradient(circle at top left, #4f4d93, #8c41fe, #6e5dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.btn-bordered span {
  padding: 0.5em 40px;
}
.btn-fill:hover,
.btn-bordered:hover {
  transform: scale(1.05) !important;
}
body:not(.home) div#page {
  padding-top: 111px;
}
section {
  position: relative;
  z-index: 2;
}
/* =============== Header =============== */
header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 15px 0;
  z-index: 9999;
  transition: all 0.3s ease-in;
  left: 0;
}
header.site-header.fixed {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(28, 28, 28, 0.05);
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
header.site-header .left .site-branding {
  width: 120px;
}
header.site-header .left .site-branding a {
  display: flex;
}
header.site-header .left .site-branding a img {
  width: 100%;
  height: auto;
}
header.site-header .left nav.main-navigation {
  position: relative;
}
header.site-header .left nav.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site-header .left nav.main-navigation ul#primary-menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
header.site-header .left nav.main-navigation ul#primary-menu li {
  position: relative;
}
header.site-header .left nav.main-navigation ul#primary-menu li a {
  font-family: 'Inter', system-ui;
  color: #20283c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  padding: 10px 0;
  display: inline-block;
  transition: all 0.3s ease-in;
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  background-color: #fff;
  padding: 15px 20px;
  width: 200px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: grid;
  top: 30px;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children.mega-menu
  ul.sub-menu {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 450px;
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu
  a {
  padding: 5px 0;
  font-weight: 500;
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children {
  padding-right: 13px;
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children
  .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header.site-header
  .left
  nav.main-navigation
  ul#primary-menu
  li.menu-item-has-children:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 44px;
}
header.site-header .left nav.main-navigation ul#primary-menu li a:hover {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header.site-header .button {
  font-size: 16px;
  padding: 5px 20px;
}
header.site-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-phone {
    margin-top: 11px;
}
button.menu-trigger {
  background: linear-gradient(
    90deg,
    #fe37a1c4 4.06%,
    #c531d8b8 37.69%,
    #8c41feb0 71.31%,
    #669cfec7 96.18%
  );
  border-radius: 4px;
  height: 40px;
  width: 40px;
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
button.menu-trigger span {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 5px;
  background-color: #fff;
  top: 47%;
  transition: all 0.3s ease-in;
}
button.menu-trigger span:first-child {
  top: 24%;
}
button.menu-trigger span:last-child {
  top: 70%;
}
button.menu-trigger.active span:nth-child(2) {
  left: 50px;
}
button.menu-trigger.active span:first-child {
  transform: rotate(45deg);
  top: 46%;
}
button.menu-trigger.active span:last-child {
  transform: rotate(-45deg);
  top: 49%;
}
.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: calc(100vh - 110px);
  background-color: #fff;
  z-index: 999;
  padding: 30px 20px 50px;
  top: 110px;
  left: 0;
  overflow: auto;
}
body.mobile-nav-activated {
  overflow: hidden;
}
.mobile-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-wrapper ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu-wrapper ul li.menu-item-has-children span.icon {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 1;
}
.mobile-menu-wrapper ul li.menu-item-has-children ul.sub-menu {
  padding: 0 0 0 15px;
  display: none;
}
.mobile-menu-wrapper ul li a {
  color: #25272d;
  font-size: 18px;
  padding: 5px 0;
  display: inline-block;
  margin: 2px 0;
}
.text-center {
    text-align: center;
}
body.mobile-nav-activated header.site-header {
  background-color: #fff;
}
.mobile-menu-wrapper ul li.menu-item-has-children span.icon svg {
  width: 13px;
  height: auto;
}
.mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}
body.fixed .mobile-menu-wrapper {
  height: calc(100vh - 71px);
  top: 71px;
}
.mobile-menu-wrapper .button {
  margin-top: 50px;
}
.logged-in .mobile-menu-wrapper {
  height: calc(100vh - 142px);
  top: 142px;
}
body.fixed.logged-in .mobile-menu-wrapper {
  height: calc(100vh - 103px);
  top: 103px;
}
/* =============== Header =============== */
/* =============== Footer =============== */
footer.site-footer {
  background-color: #25272d;
  position: relative;
  overflow: hidden;
}
footer.site-footer .top-area {
  display: flex;
  flex-wrap: wrap;
  padding: 108px 20px;
}
footer.site-footer .top-area .left {
  width: 45%;
  padding-right: 30px;
}
footer.site-footer .top-area .right {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
footer.site-footer .top-area .right .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
footer.site-footer .top-area .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
  display: grid;
}
footer.site-footer .top-area .right ul a {
  color: #cacdd3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  display: inline-block;
  padding: 5px 0;
  transition: all 0.3s ease-in;
}
footer.site-footer .top-area .left .footer-logo {
  display: block;
}
footer.site-footer .top-area .left .footer-logo img {
  width: 100%;
  max-width: 250px;
}
footer.site-footer .top-area .left .footer-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  max-width: 370px;
  margin-top: 24px;
}
footer.site-footer .border {
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
  width: 100%;
}
footer.site-footer .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding: 27px 20px;
}
footer.site-footer .bottom-area .copyright {
  margin: 0;
}
footer.site-footer .bottom-area .site-by {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
footer.site-footer .top-area .right ul a:hover {
  color: #fff;
}
/* =============== Footer =============== */
/* =============== Home Hero =============== */
section.home-hero {
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2024/09/Grid.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: auto;
}
section.home-hero .container {
    display: flex;
    padding-right: 0;
    padding: 200px 20px 120px;
}
section.home-hero .left {
  width: 50%;
}
section.home-hero .right {
  width: 50%;
}
section.home-hero .right img {
  width: 100%;
  object-fit: contain;
  object-position: right bottom;
  align-items: center;
}
section.home-hero .left .headline {
    color: #363654;
    font-size: 52px;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.28px;
    margin-bottom: 10px;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline::before {
  position: absolute;
  content: '';
  height: 5px;
  transform: rotate(0.897deg);
  /* background-image: url(/wp-content/uploads/2024/09/shape.png); */
  width: 100%;
  bottom: 0;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: contain; */
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
}
/* .sub-headline span {
  position: relative;
  display: inline-block;
}
.sub-headline span::before {
  position: absolute;
  content: '';
  height: 6px;
  transform: rotate(0.897deg);
  background-image: url(/wp-content/uploads/2024/09/shape.png);
  width: 100%;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */
section.home-hero .left .contents-wrap {
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 40px;
}
section.home-hero .left .contents-wrap p {
  max-width: 644px;
}
section.home-hero .left .contents-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: #3c4763;
  font-size: 14px;
  font-weight: 700;
  gap: 5px;
  margin-top: -10px;
}
section.home-hero .left .contents-wrap ul li {
  position: relative;
  padding-left: 34px;
}
section.home-hero .left .contents-wrap ul li::before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  background-image: url(/wp-content/uploads/2025/08/pruple-tick-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.home-hero .left .button {
  height: 59px;
}
section.home-hero .left .label-title {
  color: #25272d;
  text-shadow: -2px 2px 30px rgba(34, 45, 47, 0.11);
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  padding: 35px 0 19px;
}
section.home-hero .left .form-code {
  max-width: 608px;
}
/* =============== Home Hero =============== */
/* =============== Quote Section =============== */
section.quote-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 130px;
}
section.quote-section .container {
  max-width: 770px;
  position: relative;
}
section.quote-section svg {
  position: absolute;
}
section.quote-section .quote-wrap {
  color: #25272d;
  font-size: 28px;
  font-weight: 400;
  line-height: 165%; /* 46.2px */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
section.quote-section .author-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
}
section.quote-section .author-wrap h4 {
  color: #3c2d25;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}
section.quote-section .author-wrap p {
  color: #878c91;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
section.quote-section svg.left {
  left: -90px;
  top: -80px;
}
section.quote-section svg.right {
  right: -75px;
  top: 70px;
}
/* =============== Quote Section =============== */
/* =============== Steps With Image =============== */
section.steps-section-with-image {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
section.steps-section-with-image .top-area {
  text-align: center;
  padding-bottom: 50px;
}
section.steps-section-with-image .top-area .sub-headline {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin: auto;
  margin-bottom: 10px;
}
section.steps-section-with-image .top-area .headline {
  color: #25272d;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.04px;
}
.steps-with-image {
  display: grid;
  gap: 53px;
}
.steps-with-image-item {
  border-radius: 40px;
  background: #f2f4f7;
  overflow: hidden;
  padding: 35px 135px 0 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 545px;
  gap: 40px;
  position: relative;
}
.steps-with-image-item .left {
  width: calc(55% - 40px);
  position: relative;
  z-index: 2;
}
.steps-with-image-item .right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: flex-end;
}
.steps-with-image-item .right.video-wrap {
  align-items: center;
}
.steps-with-image-item .left .count {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  width: max-content;
}
.steps-with-image-item .left .headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.88px;
  color: #25272d;
  margin-bottom: 16px;
}
.steps-with-image-item .left .contents-wrap {
  color: #667085;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.32px;
}
.steps-with-image-item .left .contents-wrap a {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #c531d8;
}
.steps-with-image-item .left .button-wrap:has(*) {
  margin-top: 16px;
}
.steps-with-image-item:nth-child(even) {
  flex-flow: row-reverse;
}
.steps-with-image-item:nth-child(even) .right {
  justify-content: flex-start;
}
.steps-with-image-item::before,
.steps-with-image-item::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.steps-with-image-item:nth-child(even)::before {
  right: auto;
  left: 19%;
  top: -9%;
}
.steps-with-image-item:nth-child(even)::after {
  left: -10.2%;
  right: auto;
  bottom: -16%;
}
section.steps-section-with-image ul.faq-tabs {
  justify-content: center;
  margin-bottom: 60px;
}
section.steps-section-with-image ul.faq-tabs a {
  border-radius: 12px;
}
/* =============== Steps With Image =============== */
/* =============== Our Programs Grid =============== */
section.our-programs-grid {
  position: relative;
  overflow: hidden;
  padding: 123px 0;
  z-index: auto;
}
section.our-programs-grid .top-area {
  padding-bottom: 50px;
  color: #25272d;
  text-align: center;
}
section.our-programs-grid .top-area .tag {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  margin: auto;
  padding-bottom: 9px;
  width: max-content;
}
section.our-programs-grid .top-area .headline {
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.96px;
}
section.our-programs-grid .top-area .sub-headline {
  font-size: 36px;
  letter-spacing: -0.72px;
}
section.our-programs-grid .our-programs {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: center;
}
section.our-programs-grid .our-programs .program-item {
  border-radius: 40px;
  background: #f2f4f7;
  text-align: center;
  padding: 0 20px 38px;
  width: calc(33.33% - 12px);
}
section.our-programs-grid .our-programs .program-item .icon {
  display: flex;
  justify-content: center;
  margin-top: -50px;
}
section.our-programs-grid .our-programs .program-item .headline {
  color: #25272d;
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin: 24px 0 12px;
}
section.our-programs-grid .our-programs .program-item .descriptions {
  color: #25272d;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  margin: auto;
  margin-bottom: 22px;
  max-width: 336px;
}
section.our-programs-grid .our-programs .program-item .program-quick-video {
  margin: 14px 0 0;
  color: #25272d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  font-family: 'Inter', system-ui;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* =============== Our Programs Grid =============== */
/* =============== Why Sell With Us =============== */
section.why-sell-with-us {
  position: relative;
}
section.why-sell-with-us .container {
  padding-top: 36px;
  padding-bottom: 130px;
  border-bottom: 1px solid #20283c2b;
}
section.why-sell-with-us .left {
  float: left;
  position: sticky;
  top: 200px;
  width: 50%;
  padding-right: 30px;
}
section.why-sell-with-us .why-us {
  display: grid;
  gap: 55px;
}
section.why-sell-with-us .left .headline {
  color: #25272d;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.04px;
  margin-bottom: 35px;
  max-width: 500px;
}
section.why-sell-with-us .left .button {
  height: 59px;
}
section.why-sell-with-us .why-us .headline {
  color: #0a272e;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
section.why-sell-with-us .why-us .contents-wrap {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  max-width: 577px;
}
/* =============== Why Sell With Us =============== */
/* =============== Testimonials =============== */
section.testimonials-slide {
  position: relative;
  z-index: 1;
  padding: 80px 0 124px;
  overflow: hidden;
}
section.testimonials-slide .wrapper {
  padding-left: calc(50% - 690px);
  display: flex;
  align-items: center;
}
section.testimonials-slide .wrapper .left {
  padding-left: 20px;
  width: 465px;
  padding-right: 48px;
}
section.testimonials-slide .wrapper .testimonials-owl-slide {
  width: calc(100% - 465px);
}
section.testimonials-slide .wrapper .left .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.88px;
  margin-bottom: 20px;
  color: #0d0c17;
}
section.testimonials-slide .wrapper .left .descriptions {
  color: #667085;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.36px;
}
.testimonial-item {
  width: 500px;
  padding: 40px 40px 138px;
  box-shadow: -2px 2px 30px 0px rgba(34, 45, 47, 0.11);
  border-radius: 16px;
  margin: 20px 28px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.testimonial-item .star {
  padding-bottom: 24px;
}
.testimonial-item .contents-wrap {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.testimonial-item .bottom-details {
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.testimonial-item .bottom-details .thumbnail {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  border-radius: 10000px;
}
.testimonial-item .bottom-details .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .bottom-details .title {
  color: #0a272e;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}
.testimonial-item .bottom-details .location {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
section.testimonials-slide::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2024/09/testimonials-bg.png);
  height: 150%;
  width: 100%;
  top: -35%;
  right: 0;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
	    pointer-events: none;
}
.testimonials-owl-slide .owl-nav {
  position: absolute;
  right: 8px;
  bottom: -43px;
  display: flex;
  gap: 15px;
}
.testimonials-owl-slide .owl-nav button {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  filter: drop-shadow(-2px 2px 30px rgba(34, 45, 47, 0.11));
  border-radius: 5px;
  transition: all 0.3s ease-in;
}
.testimonials-owl-slide .owl-nav button.owl-next svg {
  transform: rotate(180deg);
}
.testimonials-owl-slide .owl-nav button:hover {
  background-color: #fe37a1;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  ) !important;
}
button.owl-next:hover svg,
button.owl-prev:hover svg {
  fill: #fff;
}
/* =============== Testimonials =============== */
/* =============== CTA Section =============== */
section.cta-section {
  position: relative;
  padding: 60px 0 50px;
  z-index: 9;
}
section.cta-section .wrapper {
  border-radius: 40px;
  background: #f2f4f7;
  min-height: 545px;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 100px;
  position: relative;
  background-image: url(/wp-content/uploads/2024/09/cta-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.cta-section .wrapper .left {
  width: 56%;
  padding: 30px 0;
}
section.cta-section .wrapper .left .sub-headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin-bottom: 15px;
}
section.cta-section .wrapper .left .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%; /* 50.6px */
  letter-spacing: -0.88px;
  color: #25272d;
}
section.cta-section .wrapper .left .contents-wrap {
  color: #323743;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.32px;
  margin: 16px 0;
}
section.cta-section .wrapper .left .contents-wrap a {
  text-decoration: underline;
}
section.cta-section .wrapper .right {
  width: 44%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 2%;
}
.cta-popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  padding: 30px 20px;
  overflow: auto;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cta-popup-form.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.cta-popup-form .inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  background-color: #fff;
  padding: 70px 20px;
  border-radius: 66px;
  position: relative;
}
.cta-popup-form::-webkit-scrollbar {
  display: none;
}
.cta-popup-form .inner .close-popup-form {
  position: absolute;
  right: 50px;
  top: 40px;
  display: flex;
  cursor: pointer;
}
.cta-popup-form .inner .enquiries-form {
  margin: auto;
  max-width: 1085px;
}
.cta-popup-form .inner .headline {
  color: #25272d;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 115% !important;
  letter-spacing: -0.48px !important;
  position: relative !important;
  z-index: 2 !important;
  max-width: 1085px !important;
  margin: auto !important;
}
/* =============== CTA Section =============== */
/* =============== Location Hero =============== */
section.location-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  min-height: 720px;
  display: flex;
  align-items: center;
  z-index: auto;
}
section.location-hero::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/2024/09/Grid.png);
  z-index: 1;
}
section.location-hero .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.location-hero .left {
  width: 100%;
}
section.location-hero .left .headline {
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.28px;
  position: relative;
  z-index: 2;
}
/* section.location-hero::after {
  position: absolute;
  content: '';
  width: 1275px;
  height: 1261px;
  border-radius: 630.5px;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  opacity: 0.9;
} */
section.location-hero .left .sub-headline {
  font-size: 28px;
  font-weight: 600;
  line-height: 146%;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
section.location-hero .left .contents-wrap {
  text-shadow: -2px 2px 30px rgba(34, 45, 47, 0.11);
  font-size: 16px;
  line-height: 165%;
  max-width: 1200px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
section.location-hero .left .contents-wrap p {
  font-weight: 400;
	font-size: 18px;
}
section.location-hero .left .contents-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 2;
}
section.location-hero .left .contents-wrap ul li {
  position: relative;
  padding-left: 34px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}
section.location-hero .left .contents-wrap ul li::before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2024/09/checkmark-fill.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.location-hero .button {
  position: relative;
  z-index: 2;
}
section.location-hero .right {
  padding-left: 80px;
  position: relative;
  z-index: 2;
  width: 50%;
}
section.location-hero .right .headline {
  font-size: 32px;
  font-weight: 600;
  line-height: 165%;
}
section.location-hero .right .label-title {
  color: #fff;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  margin-bottom: 15px;
}
.program-hero .program-quick-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  border-radius: 10000px;
  border: 1px solid #fff;
  height: 59px;
  padding: 6px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 2;
}
section.program-hero .button-wrap {
  margin-top: 22px;
}
section.program-hero .button-wrap .button {
  height: 59px;
}
.trusted-clients {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.program-quick-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 30px 20px;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.program-quick-video-popup .inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.program-quick-video-popup .space {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.program-quick-video-popup .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
}
.program-quick-video-popup.activated {
  opacity: 1;
  visibility: visible;
}
body.video-pop-active {
  overflow: hidden;
}
/* =============== Location Hero =============== */
/* =============== Why Homeowners =============== */
section.why-choose-this-program {
  position: relative;
  overflow: hidden;
}
section.why-choose-this-program .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 130px 20px;
}
section.why-choose-this-program .left {
  width: 40%;
  padding-right: 50px;
}
section.why-choose-this-program .why-choose-program {
  width: 60%;
  display: grid;
  gap: 55px 45px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section.why-choose-this-program .left .headline {
  color: #25272d;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.96px;
}
section.why-choose-this-program .left .sub-headline {
  font-size: 36px;
  color: #25272d;
}
section.why-choose-this-program .left .button {
  height: 59px;
  margin-top: 35px;
}
section.why-choose-this-program .why-choose-program .item {
  position: relative;
  padding-bottom: 44px;
}

section.why-choose-this-program .why-choose-program .item .headline {
  color: #25272d;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.44px;
  padding: 22px 0;
}
section.why-choose-this-program .why-choose-program .item .descriptions {
  color: #4d4d66;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}
.bottom-button-mobile {
  display: none;
}

section.why-choose-this-program.four-col .container {
    display: block;
	padding: 75px 20px;
}

section.why-choose-this-program.four-col .why-choose-program {
    width: 100%;
    display: grid;
    gap: 55px 45px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

section.why-choose-this-program.three-col .why-choose-program {
    width: 100%;
    display: grid;
    gap: 55px 45px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

section.why-choose-this-program.four-col .why-choose-program .item {
    position: relative;
    padding-bottom: 44px;
    text-align: center;
    margin-top: 3em;
}
section.why-choose-this-program .left.vertical {
    width: 100%;
    padding-right: 0;
	text-align: center;
}

section.why-choose-this-program.four-col .sub-headline {
	display: block;
}

section.why-choose-this-program.four-col .item::after {
	display: none;
}

section.why-choose-this-program.four-col .left .sub-headline {
    font-size: 26px;
    color: #25272d;
}

/* =============== Landing Page =============== */

.page-id-1943 .testimonials-slide {
	background: #F2F4F7;
}

.page-id-1943 section.testimonials-slide {
    padding: 40px 0 60px;
}

.page-id-1943 .testimonial-item .star {
    padding-bottom: 0;
}

.page-id-1943 .testimonial-item .bottom-details {
    position: relative;
    align-items: center;
    bottom: 0;
    margin-top: 1em;
}

.page-id-1943 .testimonial-item .bottom-details .title {
    font-size: 16px;
}

.page-id-1943 .testimonial-item .contents-wrap {
    font-size: 14px;
}
.page-id-1943 .testimonial-item {
    width: 500px;
    padding: 40px;
	max-width: 350px;
}

.page-id-1943 img.review-star {
    width: 100px !important;
    margin-left: -.5rem;
}

section.testimonials-slide.t-s-2 .wrapper .left {
    padding-left: 20px;
    padding-right: 48px;
}


section.testimonials-slide.t-s-2 .wrapper .left .headline {
	font-size: 32px;
}

/* .page-id-1943 .container {
    max-width: 1450px;
}

.page-id-1943 section.home-hero .container {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 0;
}

.page-id-1943 section.home-hero h3 {
    font-size: 26px;
    line-height: 113.636%;
    margin-bottom: 1rem;
}

.page-id-1943 .home-hero .right img {
    height: 100%;
    width: 85%;
    margin: 0 auto;
    object-fit: contain;
    object-position: top !important;
    position: relative !important;
    top: 0 !important;
	margin-top: -40px;
}

.page-id-1943 section.testimonials-slide .wrapper .left {
    padding-left: 0;
    width: auto;
    flex-shrink: 0;
    padding-right: 0;
}
.page-id-1943 section.testimonials-slide .wrapper .testimonials-owl-slide {
	width: 100%;
}

.page-id-1943 .testimonials-owl-slide .owl-nav {
    position: absolute;
    left: 28px;
}
.page-id-1943  section.home-hero .left {
    width: 50%;
    padding: 60px 0 120px;
} */

/* .page-id-1943 section.testimonials-slide .wrapper {
    padding-left: 0;
    padding: 0 20px;
    display: flex
;
    align-items: center;
	    max-width: 1450px;
    margin: 0 auto;
} */

/* .page-id-1943 section.home-hero .right {
    width: 50%;
    display: flex
;
    position: relative;
    justify-content: end;
    right: 0;
    height: auto;
    align-items: flex-end;
} */

/* =============== Why Homeowners =============== */
/* =============== Our Calculator =============== */
section.our-calculator {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
section.our-calculator svg.top {
  top: 0;
  right: 0;
  position: absolute;
}
section.our-calculator svg.bottom {
  left: 40%;
  bottom: 0;
  position: absolute;
}
section.our-calculator .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
section.our-calculator .left {
  width: 42%;
  color: #25272d;
  padding-right: 20px;
}
section.our-calculator .left .tag {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin: 0 0 9px;
}
section.our-calculator .left .headline {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.88px;
  max-width: 560px;
}
section.our-calculator .left .sub-headline {
  font-size: 26px;
}
section.our-calculator .left .contents-wrap {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.32px;
  max-width: 490px;
  padding-top: 16px;
}
section.our-calculator .right {
  width: 58%;
  border-radius: 50px;
  background: #fff;
  box-shadow: -1px 1px 20px -1px rgba(50, 55, 67, 0.15);
}
section.our-calculator .right .wrap {
  padding: 40px 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 50px;
}
section.our-calculator .right .wrap .headline {
  color: #25272d;
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
}
section.our-calculator .right .wrap .headline .tooltip {
  line-height: 1;
  position: relative;
  top: -15px;
}
section.our-calculator .right .wrap p.tag {
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.24px;
  margin: 0;
}
section.our-calculator .right .wrap .input {
  position: relative;
  margin-top: 14px;
}
section.our-calculator .right .wrap .input input {
  border-radius: 16px;
  border: 2.5px solid rgba(102, 112, 133, 0.14);
  background: #fff;
  box-shadow: -1px 1px 20px -3px rgba(34, 45, 47, 0.11);
  height: 56px;
  width: 100%;
  padding-left: 35px;
}
section.our-calculator .right .wrap .input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  pointer-events: none;
  color: #25272d;
  font-size: 16px;
  font-weight: 600;
}
section.our-calculator .right .wrap .bottom {
  grid-column: span 2 / span 2;
  border-top: 1px solid rgb(102 112 133 / 9%);
  padding-top: 20px;
  margin-top: 10px;
}
section.our-calculator .right .wrap .bottom .t-text {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}
section.our-calculator .right .wrap .bottom .t-text h3 {
  color: #25272d;
  font-size: 24px;
  font-weight: 600;
  line-height: 165%;
}
section.our-calculator .right .wrap .bottom .t-text .total-amount {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}
section.our-calculator .right .wrap .bottom p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.28px;
}
section.our-calculator .right .wrap .bottom .button {
  height: 59px;
  margin-top: 18px;
}
/* =============== Our Calculator =============== */
/* =============== FAQs Section =============== */
section.faqs-section {
  padding: 80px 0 80px;
}
section.faqs-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.faqs-section .left {
  width: 45%;
  color: #25272d;
  padding-right: 20px;
}
section.faqs-section .left .headline {
  font-size: 52px;
  font-weight: 600;
  line-height: 115%; /* 59.8px */
  letter-spacing: -1.04px;
}
section.faqs-section .left .sub-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: -0.72px;
}
section.faqs-section .left .button {
  height: 59px;
  margin-top: 35px;
}
section.faqs-section .right {
  width: 55%;
}
.faq-item {
  border-bottom: 1px solid rgba(103, 135, 192, 0.3);
}
.faq-item:first-child {
  border-top: 1px solid rgba(103, 135, 192, 0.3);
}
section.faqs-section .left .sub-headline {
    font-size: 16px;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: -0.72px;
    margin-top: 1em;
    width: 95%;
}
.faq-item .faq-question {
  color: #0a272e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3; /* 187.5% */
  letter-spacing: -0.32px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 12px 0;
}
.faq-item .faq-answers {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  padding-bottom: 25px;
  display: none;
}
.faq-item .faq-question span.icon {
  display: flex;
  transition: all 0.3s ease-in;
}
.faq-item .faq-question.active span.icon {
  transform: rotate(90deg);
}
ul.faq-tabs {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
ul.faq-tabs li a {
  border-radius: 10000px;
  background: rgba(37, 39, 45, 0.2);
  display: flex;
  height: 60px;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 124%; /* 17.36px */
  letter-spacing: -0.28px;
}
ul.faq-tabs li.active a {
  background: #25272d;
}
/* =============== FAQs Section =============== */
/* =============== Get Offer Form =============== */
.get-offer-form
  .wpforms-container
  .wpforms-page-indicator.progress
  .wpforms-page-indicator-page-progress-wrap {
  height: 8px;
  margin: 0;
}
.get-offer-form .wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 18px;
}
body .get-offer-form .wpforms-container .wpforms-field input[type='text'] {
  max-width: 100%;
  outline: none !important;
  border-radius: 30px;
  height: 60px;
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(315deg, #fe37a1, #c531d8, #8c41fe);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.get-offer-form .wpforms-container .wpforms-form .wpforms-field-label {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.get-offer-form .wpforms-container .wpforms-field.wpforms-field-radio ul {
  display: flex !important;
  flex-wrap: wrap;
}
.get-offer-form div.wpforms-container-full input[type='radio']:checked:after {
  background-color: #fe37a1;
}
.get-offer-form div.wpforms-container-full input[type='radio']:checked:before {
  border-color: #fe37a1;
  box-shadow: 0 0 0 1px #fe37a1, 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.get-offer-form .wpforms-container .wpforms-field.wpforms-field-radio ul label {
  color: #000 !important;
  font-size: 14px;
  padding-top: 2px;
}
.get-offer-form .wpforms-container .wpforms-field.wpforms-field-radio ul input {
  padding: 0;
  height: auto;
  background-color: transparent !important;
}
.get-offer-form .wpforms-container .wpforms-field:last-child {
  margin-bottom: 0;
}
body .get-offer-form button.wpforms-page-button,
body
  .get-offer-form
  .wpforms-container
  .wpforms-submit-container
  button.wpforms-submit {
  display: inline-flex;
  height: 55px;
  padding: 0 62px 0 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10000px;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  ) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease-in;
  position: relative;
}
.get-offer-form button.wpforms-page-button::before,
body
  .get-offer-form
  .wpforms-container
  .wpforms-submit-container
  button.wpforms-submit::before {
  position: absolute !important;
  content: '' !important;
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/uploads/2024/10/Arrow-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.get-offer-form .wpforms-container {
  margin: 0 !important;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-field
  input[type='text'] {
  color: #000;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(315deg, #fe37a1, #c531d8, #8c41fe);
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-field
  input[type='text']::placeholder {
  color: #fff;
  opacity: 1;
}
section.location-hero .get-offer-form span.wpforms-page-indicator-steps {
  color: #fff;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-page-indicator.progress {
  margin-bottom: 14px;
}
section.location-hero .get-offer-form .wpforms-page-indicator-page-progress {
  background-color: #fff !important;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-form
  .wpforms-field-label {
  color: #fff;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-field.wpforms-field-radio
  ul
  label {
  color: #fff !important;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-form
  .wpforms-field-label {
  color: #fff;
}
section.location-hero
  .get-offer-form
  .wpforms-container
  .wpforms-field.wpforms-field-radio
  ul
  label {
  color: #fff !important;
}
/* body .get-offer-form div.wpforms-container {
  margin: 0;
  border: double 2px transparent;
  border-radius: 95px;
  background-image: linear-gradient(#f2f4f7, #f2f4f7),
    radial-gradient(circle at top left, #fe37a1, #8c41fe, #669cfe);
  background-origin: border-box;
  background-clip: content-box, border-box;
  overflow: hidden;
}
body .get-offer-form .wpforms-container form {
  background-color: #fff;
  position: relative;
}
body .get-offer-form .wpforms-container form .wpforms-submit-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
}
body .get-offer-form .wpforms-container form .wpforms-field {
  padding: 0;
}
body .get-offer-form .wpforms-container form .wpforms-field label {
  display: none;
}
body .get-offer-form .wpforms-container form .wpforms-field input {
  width: 100%;
  height: 66px;
  border: none !important;
  outline: none !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  color: #000 !important;
  box-shadow: none !important;
  max-width: calc(100% - 220px);
}
body .get-offer-form .wpforms-container form .wpforms-field em {
  display: none !important;
}
body .get-offer-form .wpforms-container form .wpforms-submit-container button {
  border-radius: 10000px;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  height: calc(100% - 12px);
  padding: 5px 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in;
  margin-top: 6px;
  margin-right: 6px;
  outline: none !important;
  border: none !important;
}
body
  .get-offer-form
  .wpforms-container
  form
  .wpforms-submit-container
  button:hover {
  transform: scale(1.03);
}
body
  .get-offer-form
  .wpforms-container
  form
  .wpforms-submit-container
  button::after {
  display: none;
} */
/* =============== Get Offer Form =============== */
/* =============== Partners Hero =============== */
section.partners-hero {
  overflow: hidden;
  background-image: url(/wp-content/uploads/2024/09/Grid.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -111px;
  padding-top: 70px;
  position: relative;
}
section.partners-hero svg.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.partners-hero svg.top {
  position: absolute;
  top: 0;
  right: 0;
}
section.partners-hero .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
section.partners-hero .left {
  flex: 1;
  padding: 50px 0;
}
section.partners-hero .left .headline {
  color: #25272d;
  font-size: 52px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: -1.04px;
  margin-bottom: 20px;
  max-width: 750px;
}
section.partners-hero .left .contents-wrap {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  max-width: 718px;
}
section.partners-hero .left .button-wrap {
  margin-top: 30px;
}
section.partners-hero .right {
  display: flex;
  align-items: flex-end;
  width: 514px;
}
section.partners-hero .right img {
  object-fit: contain;
  object-position: bottom;
}
.btn-bordered2 {
  border-radius: 10000px;
  border: 1.5px solid #20283c;
  height: 59px;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: #20283c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
section.partners-hero .left .button-wrap a {
  height: 59px;
}
.btn-bordered2:hover {
  transform: scale(1.05);
}
/* =============== Partners Hero =============== */
/* =============== Contents Right Image =============== */
section.contents-right-image {
  overflow: hidden;
  margin: 80px 0;
}
section.contents-right-image .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.contents-right-image .left {
  width: 58%;
  padding-right: 70px;
}
section.contents-right-image .right {
  width: 42%;
  display: flex;
  justify-content: center;
}
section.contents-right-image .right img {
  width: 100%;
}
section.contents-right-image .left .tag {
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  margin: 0 0 15px;
}
section.contents-right-image .left .headline {
  color: #25272d;
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.88px;
  margin-bottom: 16px;
  max-width: 606px;
}
section.contents-right-image .left .contents-wrap {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.32px;
  max-width: 606px;
}
section.contents-right-image .left .contents-wrap a {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #fe37a1;
}
section.contents-right-image .left .contents-wrap p {
  margin-bottom: 16px;
}
section.contents-right-image .container.reverse-column {
  flex-flow: row-reverse;
}
section.contents-right-image .container.reverse-column .left {
  padding-left: 70px;
  padding-right: 0;
}
/* =============== Contents Right Image =============== */
/* =============== Why partners choose us! =============== */
section.why-partners-choose-us {
  overflow: hidden;
  padding: 90px 0 100px;
  text-align: center;
}
section.why-partners-choose-us .top .headline {
  color: #25272d;
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.88px;
  margin-bottom: 50px;
}
section.why-partners-choose-us .why-partners-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
section.why-partners-choose-us .why-partners-wrap .item {
  position: relative;
  padding-bottom: 40px;
}
section.why-partners-choose-us .why-partners-wrap .item::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  bottom: 0;
  left: 0;
}
section.why-partners-choose-us .why-partners-wrap .item .headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
section.why-partners-choose-us .why-partners-wrap .item .descriptions {
  color: #4d4d66;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  margin-top: 20px;
}
/* =============== Why partners choose us! =============== */
/* =============== ABout Hero =============== */
section.about-hero {
  overflow: hidden;
  min-height: 720px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}
section.about-hero .tag {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
section.about-hero .headline {
  text-shadow: -2px 2px 30px rgba(34, 45, 47, 0.11);
  font-size: 56px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -1.12px;
  max-width: 804px;
  margin-bottom: 25px;
}
.button-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
section.about-hero .button,
section.location-hero .button {
  color: #fff;
  border-color: #fff;
  height: 59px;
}
.trusted-clients-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.about-hero svg.bg-logo {
  position: absolute;
  left: 10%;
  top: 0;
}
section.about-hero .container {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  max-width: 1442px;
}
section.about-text-block {
  padding: 110px 0 120px;
}
section.about-text-block .text-block-top {
  color: #667085;
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.4px;
  max-width: 759px;
  margin-bottom: 70px;
}
section.about-text-block .text-block-bottom {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: -0.32px;
  max-width: 759px;
  margin-left: auto;
}
/* =============== ABout Hero =============== */
/* =============== Blog Filer Section =============== */
section.blog-grid-hero {
  overflow: hidden;
  margin-top: -110px;
  padding-top: 165px;
  padding-bottom: 30px;
}
section.blog-grid-hero svg.bg {
  position: absolute;
  width: 100%;
  height: auto;
}
section.blog-grid-hero .container {
  position: relative;
  z-index: 2;
}
section.blog-grid-hero .top {
  text-align: center;
}
section.blog-grid-hero .top .tag {
  width: max-content;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
}
section.blog-grid-hero .top .headline {
  color: #25272d;
  font-size: 56px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: -1.12px;
  max-width: 764px;
  margin: auto;
  padding: 10px 0 50px;
}
section.blog-grid-hero .all-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 10px;
}
section.blog-grid-hero .works-filter {
  margin-bottom: 65px;
}
section.blog-grid-hero .all-buttons-wrap p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 8px;
  transition: all 0.3s ease-in;
  display: inline-flex;
  border: double 2px transparent;
  border-radius: 95px;
  background-image: linear-gradient(#f2f4f7, #f2f4f7),
    radial-gradient(circle at top left, #fe37a1, #8c41fe, #669cfe);
  background-origin: border-box;
  background-clip: content-box, border-box;
  cursor: pointer;
}
section.blog-grid-hero .all-buttons-wrap p span {
  padding: 8px 25px;
  display: inline-block;
}
section.blog-grid-hero .all-buttons-wrap p.active {
  border-radius: 10000px;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  border: none;
  color: #fff;
}
.works-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
.works-content .blog-pagination {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 10px;
  flex-wrap: wrap;
}
.works-content .blog-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  opacity: 0.6;
}
.works-content .blog-pagination .page-numbers.current {
  opacity: 1;
}
.works-content .blog-grid-item {
  position: relative;
}
.works-content .blog-grid-item .whole-div-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.works-content .blog-grid-item .thumbnail {
  display: flex;
  height: 263px;
  width: 100%;
  overflow: hidden;
}
.works-content .blog-grid-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.works-content .blog-grid-item h3 {
  color: #25272d;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  padding: 17px 0 10px;
  transition: all 0.3s ease-in;
}
.works-content .blog-grid-item .excerpt {
  color: #667085;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: -0.27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.works-content .blog-grid-item .date-author {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 20px;
  color: #25272d;
  font-size: 13.5px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.works-content .blog-grid-item .date-author div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.works-content .blog-grid-item:hover h3 {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.works-content .blog-grid-item:hover .thumbnail img {
  transform: scale(1.06);
}
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
#loader-wrapper .loader {
  width: 50px;
  height: 50px;
  border: 3px solid #fe37a1;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* =============== Blog Filer Section =============== */
/* =============== Contact Page =============== */
section.contact-hero {
  overflow: hidden;
  background-image: url(/wp-content/uploads/2024/09/Grid.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 175px;
  padding-bottom: 50px;
  margin-top: -110px;
  color: #25272d;
}
section.contact-hero .tag {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin: auto;
}
section.contact-hero .headline {
  font-size: 56px;
  font-weight: 600;
  line-height: 151%;
  letter-spacing: -1.12px;
}
section.contact-hero .sub-headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.72px;
}
section.contact-hero .descriptions {
  font-size: 20px;
  font-weight: 400;
  line-height: 165%;
  color: #000;
  padding-bottom: 70px;
  padding-top: 20px;
}
section.contact-hero .arrow {
  display: flex;
  width: max-content;
  margin: auto;
}
section.get-in-touch {
  overflow: hidden;
  padding: 70px 0;
}
section.get-in-touch .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.get-in-touch .acf-map-wrap {
  height: 475px;
  width: 48%;
}
section.get-in-touch .left {
  width: 52%;
  color: #25272d;
  padding-right: 60px;
}
section.get-in-touch .left .tag {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin: 0;
}
section.get-in-touch .left .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.88px;
  margin-top: 15px;
}
section.get-in-touch .left .sub-headline {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.48px;
  margin-top: 50px;
  margin-bottom: 25px;
}
section.get-in-touch .left ul.contact-tabs {
  padding-top: 30px;
}
section.get-in-touch .left .contact-tab a {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 16px;
  color: #25272d;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.44px;
  text-decoration-line: underline;
  max-width: 425px;
}
section.get-in-touch .left a span.icon {
  width: 34px;
}
section.get-in-touch .left a span.text {
  flex: 1;
}
section.get-in-touch .left a:last-child {
  margin: 0;
}
section.enquiries-form-section {
  overflow: hidden;
  background-color: #f7f7f7;
}
section.enquiries-form-section .container {
  position: relative;
  padding: 70px 20px 30px;
}
section.enquiries-form-section .headline {
  color: #25272d;
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.48px;
  position: relative;
  z-index: 2;
}
.enquiries-form {
  position: relative;
  z-index: 2;
  max-width: 930px;
}
.home-hero .enquiries-form .wpforms-field-container,
.tax-lien-hero .enquiries-form .wpforms-field-container{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.home-hero .enquiries-form .wpforms-field-container .wpforms-field-textarea,
.tax-lien-hero .enquiries-form .wpforms-field-container .wpforms-field-textarea{
  grid-column: span 1 / span 1;
}
.enquiries-form .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}
.enquiries-form .wpforms-field-container .wpforms-field-textarea {
  grid-column: span 2 / span 2;
}
.enquiries-form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.enquiries-form .wpforms-field-container .wpforms-field label {
  margin-bottom: 8px;
  text-shadow: -2px 2px 30px rgba(34, 45, 47, 0.11);
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  color: #25272d;
}
.enquiries-form .wpforms-field-container .wpforms-page {
  display: grid;
  gap: 25px;
}
.enquiries-form .wpforms-field-container .wpforms-field input,
.enquiries-form .wpforms-field-container .wpforms-field textarea,
.enquiries-form .wpforms-field-container .wpforms-field select {
  outline: none !important;
  border-radius: 16px;
  height: 66px;
  position: relative;
  background: #fff;
  display: block;
  /* border: 2px solid #fe37a1 !important; */
  padding: 0 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  color: #000;
  box-shadow: none !important;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(315deg, #4f4d93, #8c41fe, #6e5dff); 

  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.enquiries-form .wpforms-field-container .wpforms-field input::placeholder,
.enquiries-form .wpforms-field-container .wpforms-field textarea::placeholder {
  opacity: 0.4;
  color: #000;
}
.enquiries-form .wpforms-field-container .wpforms-field textarea {
  padding: 20px 20px;
  height: 180px !important;
}
.enquiries-form .wpforms-submit-container {
  display: flex;
  gap: 15px;
  margin: 30px 0 0 !important;
}
.enquiries-form .wpforms-submit-container button.wpforms-submit,
.enquiries-form button.wpforms-page-button.wpforms-page-next {
  display: inline-flex;
  height: 59px;
  padding: 0 62px 0 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10000px;
    background: linear-gradient(90deg, #4f4d93 4.06%, #8c41fe 71.31%, #6e5dff 96.18%);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease-in;
  position: relative;
}
.enquiries-form .wpforms-submit-container button.wpforms-submit:hover,
.enquiries-form button.wpforms-page-button.wpforms-page-next:hover {
  transform: scale(1.05);
}
.enquiries-form .wpforms-submit-container button.wpforms-submit::before,
.enquiries-form button.wpforms-page-button.wpforms-page-next::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/uploads/2024/10/Arrow-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
section.enquiries-form-section .right {
  width: 660px;
  position: absolute;
  bottom: 0;
  display: flex;
  left: 848px;
}
/* =============== Contact Page =============== */
/* =============== Tax Lien Hero =============== */
section.partners-hero.tax-lien-hero {
  min-height: 660px;
  display: flex;
}
section.partners-hero.tax-lien-hero .left {
  width: 46%;
  flex: initial;
}
section.partners-hero.tax-lien-hero .left .headline {
  font-size: 62px;
}
section.partners-hero.tax-lien-hero .right {
  position: absolute;
  width: 62%;
  right: -80px;
  bottom: 0;
}
section.partners-hero.tax-lien-hero .left .contents-wrap {
  max-width: 600px;
}
section.partners-hero.tax-lien-hero .left .contents-wrap a {
  color: #000;
  text-decoration: underline;
}
/* =============== Tax Lien Hero =============== */
/* =============== What’s in it for you =============== */
section.whats-in-it-for-you {
  overflow: hidden;
  padding: 80px 0 100px;
}
section.whats-in-it-for-you svg.top-shape {
  position: absolute;
  right: 0;
  top: -50%;
}
section.whats-in-it-for-you .top {
  text-align: center;
  padding-bottom: 30px;
}
section.whats-in-it-for-you .top .tag {
  margin: auto;
  width: max-content;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  margin-bottom: 9px;
}
section.whats-in-it-for-you .top .headline {
  color: #25272d;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.96px;
}
section.whats-in-it-for-you .whats-for-you {
  text-align: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 60px;
}
section.whats-in-it-for-you .whats-for-you .headline {
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.44px;
  color: #25272d;
  max-width: 400px;
  margin: auto;
  margin-bottom: 22px;
}
section.whats-in-it-for-you .whats-for-you .descriptions {
  color: #4d4d66;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}
section.whats-in-it-for-you .whats-for-you .icon {
  width: max-content;
  margin: auto;
  margin-bottom: 15px;
}
section.whats-in-it-for-you .whats-for-you .headline span::before {
  opacity: 0;
}
section.whats-in-it-for-you .whats-for-you .headline span {
  background: linear-gradient(
    90deg,
    #fe37a1 4.06%,
    #c531d8 37.69%,
    #8c41fe 71.31%,
    #669cfe 96.18%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* =============== What’s in it for you =============== */
section.how-it-all-works {
  padding: 90px 0 100px;
}
section.how-it-all-works svg.top-shape {
  position: absolute;
  top: -400px;
  left: 0;
  width: 26%;
}
section.how-it-all-works .container {
  position: relative;
  z-index: 2;
}
section.how-it-all-works .top {
  text-align: center;
  padding-bottom: 30px;
}
section.how-it-all-works .top .tag {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.4px;
  width: max-content;
  margin: auto;
  margin-bottom: 8px;
}
section.how-it-all-works .top .headline {
  color: #25272d;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.04px;
}
/* section.how-it-all-works .process-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} */
section.how-it-all-works .process-wrap .left {
  width: 50%;
  padding-right: 30px;
  position: sticky;
  top: 200px;
  float: left;
}
section.how-it-all-works .process-wrap .right {
  width: 50%;
  display: grid;
  gap: 40px;
}
section.how-it-all-works .process-wrap .left .headline {
  color: #25272d;
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.72px;
  max-width: 450px;
  margin-bottom: 8px;
}
section.how-it-all-works .process-wrap .left span {
  background: var(
    --grad-2,
    linear-gradient(
      90deg,
      #fe37a1 4.06%,
      #c531d8 37.69%,
      #8c41fe 71.31%,
      #669cfe 96.18%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.how-it-all-works .process-wrap .left span::before {
  opacity: 0;
}
section.how-it-all-works .process-wrap .left .desc {
  color: #25272d;
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: -0.4px;
  max-width: 580px;
}
section.how-it-all-works .process-wrap .right .headline {
  color: #25272d;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
section.how-it-all-works .process-wrap .right .contents-wrap {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.32px;
}
section.how-it-all-works .process-wrap .right .contents-wrap p {
  margin-bottom: 15px;
}
section.how-it-all-works .process-wrap.with-us {
  flex-flow: row-reverse;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #20283c14;
}
section.how-it-all-works .process-wrap.with-us .left {
  padding-left: 100px;
  padding-right: 0px;
  float: right;
}
section.blog-single-hero .wrapper {
  padding-left: calc(50% - 690px);
  display: flex;
  flex-wrap: wrap;
}
section.blog-single-hero .wrapper .left {
  width: 55%;
  padding: 50px 30px 50px 20px;
  display: flex;
  align-items: center;
}
section.blog-single-hero .wrapper .right {
  width: 45%;
  display: flex;
  min-height: 512px;
}
section.blog-single-hero .wrapper .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-single-hero {
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.04) 0%,
    rgba(17, 17, 17, 0) 100%
  );
}
section.blog-single-hero .wrapper .left .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
section.blog-single-hero .wrapper .left .headline {
  font-size: 48px;
  font-weight: 600;
  line-height: 100%; /* 54px */
  padding: 20px 0 30px;
}
section.blog-single-hero .wrapper .left .excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
section.blog-single-hero .wrapper .left .bottom-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  padding-top: 30px;
}
section.blog-single-hero .wrapper .left .bottom-info .line {
  width: 1px;
  height: 68px;
  background: #000;
}
section.blog-single-hero .wrapper .left .bottom-info .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.blog-single-hero .wrapper .left .bottom-info .author img {
  width: 60px;
}
section.blog-single-hero .wrapper .left .bottom-info .author h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 122%; /* 19.52px */
}
section.blog-single-hero .wrapper .left .bottom-info .author .info {
  flex: 1;
}
section.blog-single-hero .wrapper .left .bottom-info .author p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
section.blog-single-hero .wrapper .left .bottom-info .date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
section.blog-single-contents {
  padding: 70px 0 0px;
  overflow: hidden;
}
section.blog-single-contents .container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  align-items: flex-start;
}
section.blog-single-contents .right {
  width: 450px;
  padding: 35px;
  background-color: #f2f4f7;
  color: #fff;
}
section.blog-single-contents .left {
  width: calc(100% - 450px);
  padding-right: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
section.blog-single-contents .right h4 {
  font-size: 27px;
  font-weight: 600;
  line-height: 122%;
  margin: 0;
  color: #111111;
}
section.blog-single-contents .right .social-share {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0 30px;
  margin-bottom: 30px;
  position: relative;
}
section.blog-single-contents .right .social-share::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #000000;
}
section.blog-single-contents .right .social-share a {
  display: flex;
}
section.blog-single-contents .right h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 122%; /* 24.4px */
  margin: 0;
  color: #111;
}
.related-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 16px;
}
.related-item .thumbnail {
  width: 136px;
  height: 94px;
  display: flex;
}
.related-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-item .desc {
  flex: 1;
}
.whole-div-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.related-item .desc h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 122%; /* 19.52px */
  color: #111;
  margin: 0;
}
.related-item .desc .see {
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: -0.28px;
  border-bottom: 1px solid;
  width: max-content;
  padding-right: 10px;
  padding-top: 5px;
  color: #111;
}
.related-blogs-posts {
  display: grid;
  gap: 16px;
  padding-top: 16px;
  width: 105%;
}
.blog-single-contents h3 {
    font-size: 26px;
}

.blog-single-contents h1,
.blog-single-contents h2,
.blog-single-contents h3,
.blog-single-contents h4,
.blog-single-contents h5,
.blog-single-contents h6 {
  margin-bottom: 24px;
  font-weight: 600;
}
section.blog-single-contents .left ul,
section.blog-single-contents .left ol {
  margin-left: 0;
}
section.blog-single-contents .left a {
  color: #fe37a1;
  text-decoration: underline;
}
blockquote {
  margin: 0 0 30px;
  background-color: #fe37a10f;
  padding: 20px 10px 20px 20px;
  border-left: 3px solid #fe37a1;
}
section.blog-single-hero::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/uploads/2024/11/about-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
section.blog-single-hero .wrapper .left .categories .tagline {
  background-color: #25272d;
  color: #fff;
  font-size: 14px;
  padding: 4.5px 15px;
  border-radius: 25px;
}
.single header.site-header {
  background-color: #fff;
}

section.pl-why-choose {
    padding: 70px 0;
    background-color: rgba(249, 249, 249, 1);
    position: relative;
    overflow: hidden;
}
section.pl-why-choose .top {
    text-align: center;
    padding-bottom: 30px;
}
section.pl-why-choose .top .g-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.8px;
    letter-spacing: -0.02em;
    margin: 0;
	display: inline-block;
}
section.pl-why-choose .top .headline {
    styleName: H3;
    font-family: Sora;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}
section.pl-why-choose .top .sub-headline {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
section.pl-why-choose .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 970px;
    margin: auto;
}
section.pl-why-choose svg.top-icon {
    height: auto;
    width: 12vw;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
section.pl-why-choose svg.bottom-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13vw;
    height: auto;
}
section.pl-why-choose .wrapper .traditional-home-selling {
    border: 1px solid rgba(102, 112, 133, 1);
    border-radius: 15px;
    padding: 32px;
}
section.pl-why-choose .wrapper .headline {//
    styleName: title large;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
section.pl-why-choose .wrapper .descriptions ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 16px;
}
section.pl-why-choose .wrapper .descriptions ul li {
    position: relative;
    padding-left: 30px;
}
section.pl-why-choose .wrapper .descriptions ul li::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background-image: url(/wp-content/uploads/2025/01/Vector1.png);url(
    section.pl-why-choose .wrapper .descriptions ul li);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    left: 0;
}
section.pl-why-choose .wrapper .trusted-home-buyers .descriptions ul li::before {
    background-image: url(/wp-content/uploads/2025/01/Vector2.png);
}
section.pl-why-choose .wrapper .trusted-home-buyers {
    box-shadow: -2px 2px 30px 0px rgba(34, 45, 47, 0.11);
    background: rgba(255, 255, 255, 0.45);
    padding: 32px;
    border-radius: 15px;
}
section.pl-why-choose .wrapper .button {
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
}

section.testimonials-slide.t-s-2 .wrapper {
    padding-left: 5%;
}
section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 {
    width: calc(100% - 330px);
}
section.testimonials-slide.t-s-2 .wrapper .left {
    padding: 0;
    width: 330px;
}
section.testimonials-slide.t-s-2 .wrapper .left .headline {
    font-size: 36px;
}
section.testimonials-slide.t-s-2 .wrapper .left .headline .g-text {
    font-size: 20px;
}
section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 .testimonial-item {
    width: 436px;
    margin: 20px 15px;
    padding-bottom: 40px;
    box-shadow: -2px 2px 18px 0px rgba(34, 45, 47, 0.11);
}
section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 .testimonial-item .bottom-details {
    position: relative;
    bottom: 0;
    padding-top: 20px;
}
section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 .testimonial-item .star {
    padding-bottom: 10px;
}
section.testimonials-slide.t-s-2 .wrapper .left .test2-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.testimonials-slide.t-s-2 .wrapper .left .test2-nav button {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 5px;
    height: 43px;
    width: 43px;
    background: linear-gradient(90deg, #FE37A1 4.06%, #C531D8 37.69%, #8C41FE 71.31%, #669CFE 96.18%);
    cursor: pointer;
}
section.testimonials-slide.t-s-2 .wrapper .left .test2-nav button svg {
    fill: white;
}
section.testimonials-slide.t-s-2 .wrapper .left .test2-nav button.owl-next svg {
    transform: rotate(180deg);
}
section.testimonials-slide.t-s-2::before {
    opacity: 0;
}
section.testimonials-slide.t-s-2 {
    padding: 40px 0;
}

section.home-hero.pl-hero .container {
    align-items: initial;
}
section.home-hero.pl-hero .left {
   padding: 60px 0 0;
}
section.home-hero.pl-hero .right {
    position: relative;
    height: auto;
}
section.home-hero.pl-hero .left .review-top {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 19px;
}
section.home-hero.pl-hero .right .review-overlay-wrap {
    position: absolute;
    bottom: 0;
    display: grid;
    gap: 10px;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 349px;
    border-radius: 16px;
    position: relative;
    padding: 20px 10px 20px 20px;
    font-size: 12.5px;
	display: none;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay:has(*) {
    display: block;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay.pl-r-2 {right: 20%;}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay img {
    position: relative !important;
    width: auto;
    height: 30px;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay .bottom {
    display: flex;
    gap: 5px;
    color: rgba(102, 112, 133, 1);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20.25px;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay .review {
    margin-bottom: 10px;
}
section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay .bottom p.name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 17.82px;
    color: rgba(10, 39, 46, 1);
    margin: 0;
}
section.home-hero.pl-hero {
    padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  button.menu-trigger {
    display: none;
  }
  .mobile-menu-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
      section.home-hero .container {
    display: flex
;
    padding-right: 0;
    padding: 0px 20px 20px;
}
.home-hero .right {
    display: none;
}
  section.home-hero .left .headline {
    font-size: 58px;
  }
  section.home-hero .left {
    padding: 160px 0 90px;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .left {
    gap: 25px;
  }
  .number {
      font-size: 20px;
      font-weight: 700;
  }
  
  header.site-header .left nav.main-navigation ul#primary-menu {
    gap: 20px;
  }
  section.home-hero .left {
    padding: 140px 0 45px;
  }
  section.home-hero .left .headline {
    font-size: 46px;
  }
  section.home-hero .left .contents-wrap {
    font-size: 17px;
  }
  section.home-hero .left .contents-wrap ul {
    gap: 10px;
  }
  section.home-hero .left .label-title {
    font-size: 14px;
    padding: 20px 0 10px;
  }
  body .get-offer-form .wpforms-container form .wpforms-field input {
    height: 50px;
  }
  body
    .get-offer-form
    .wpforms-container
    form
    .wpforms-submit-container
    button {
    height: calc(100% - 4px);
    margin-top: 2px;
    margin-right: 2px;
  }
  section.steps-section-with-image .top-area .headline {
    font-size: 37px;
  }
  .steps-with-image-item {
    padding: 35px 50px 0 50px;
    min-height: 480px;
  }
  .steps-with-image-item .right {
    width: 40%;
  }
  .steps-with-image-item .left {
    width: calc(60% - 40px);
    padding-bottom: 20px;
  }
  .steps-with-image-item::before {
    width: 134px;
    height: 143px;
    top: -5%;
  }
  .steps-with-image-item::after {
    width: 200px;
    height: 200px;
    right: 35%;
    bottom: -15%;
  }
  section.our-programs-grid .top-area .headline {
    font-size: 40px;
  }
  section.our-programs-grid .top-area .sub-headline {
    font-size: 28px;
  }
  section.our-programs-grid .our-programs .program-item {
    padding: 0 10px 38px;
  }
  section.our-programs-grid .our-programs .program-item .headline {
    font-size: 30px;
  }
  section.our-programs-grid .our-programs .program-item .descriptions {
    font-size: 15px;
  }
  section.our-programs-grid .our-programs .program-item .program-quick-video {
    font-size: 16px;
  }
  section.our-programs-grid {
    padding: 100px 0;
  }
  section.why-choose-this-program .left .headline {
    font-size: 37px;
  }
  section.why-choose-this-program .left .sub-headline {
    font-size: 30px;
  }
  section.why-choose-this-program .left .button,
  section.faqs-section .left .button {
    height: 52px;
    margin-top: 25px;
  }
  section.why-choose-this-program .why-choose-program {
    gap: 30px 20px;
  }
  section.why-choose-this-program .why-choose-program .item .headline {
    font-size: 20px;
    padding: 10px 0;
  }
  section.why-choose-this-program .why-choose-program .item {
    padding-bottom: 20px;
  }
  section.why-choose-this-program .container {
    padding: 100px 20px;
  }
  section.testimonials-slide .wrapper .left {
    width: 360px;
    padding-right: 0;
  }
  section.testimonials-slide .wrapper .left .headline {
    font-size: 37px;
  }
  section.testimonials-slide .wrapper .left .descriptions {
    font-size: 16px;
  }
  section.testimonials-slide .wrapper .testimonials-owl-slide {
    width: calc(100% - 360px);
  }
  .testimonial-item {
    width: 350px;
    padding: 25px 20px 100px;
    margin: 20px 20px;
    box-shadow: -2px 2px 20px 0px rgba(34, 45, 47, 0.11);
  }
  .testimonial-item .star {
    padding-bottom: 10px;
  }
  .testimonial-item .bottom-details {
    bottom: 20px;
  }
  .testimonial-item .bottom-details .title {
    font-size: 16px;
  }
  .testimonial-item .bottom-details .location {
    font-size: 14px;
  }
  section.cta-section .wrapper {
    padding: 20px 30px 20px 50px;
    min-height: 445px;
  }
  section.cta-section .wrapper .right {
    right: 0;
  }
  section.cta-section .wrapper .left .headline {
    font-size: 37px;
  }
  section.cta-section .wrapper .left .contents-wrap {
    font-size: 15px;
  }
  section.cta-section .wrapper .left .sub-headline {
    font-size: 18px;
  }
  section.cta-section .wrapper .right img {
    width: 390px;
  }
  section.location-hero {
    min-height: 600px;
  }
  section.location-hero .left .headline {
    font-size: 56px;
  }
  section.location-hero .left .sub-headline {
    font-size: 24px;
  }
  section.location-hero .right .headline {
    font-size: 28px;
  }
  section.faqs-section .left .headline {
    font-size: 42px;
  }
  section.faqs-section .left .sub-headline {
    /*font-size: 30px;*/
  }
  section.our-calculator .left .headline {
    font-size: 37px;
  }
  section.our-calculator .left .sub-headline {
    font-size: 22px;
  }
  section.our-calculator .left .contents-wrap {
    font-size: 15px;
  }
  section.our-calculator .left .tag {
    font-size: 18px;
  }
  footer.site-footer .top-area {
    padding: 80px 20px;
  }
  footer.site-footer .top-area .left .footer-logo img {
    max-width: 260px;
  }
  footer.site-footer .top-area .left .footer-description {
    font-size: 16px;
  }
  footer.site-footer .top-area .right ul a {
    font-size: 15px;
    padding: 4px 0;
  }
  footer.site-footer .bottom-area {
    font-size: 14px;
    padding: 25px 20px 20px;
  }
  footer.site-footer .bottom-area .site-by {
    font-size: 14px;
  }
  footer.site-footer .bottom-area .site-by svg {
    width: auto;
    height: 18px;
  }
  section.partners-hero .left .headline {
    font-size: 40px;
  }
  section.partners-hero .left .contents-wrap {
    font-size: 17px;
  }
  section.partners-hero .right {
    width: 415px;
  }
  section.contents-right-image .left .headline {
    font-size: 30px;
  }
  section.contents-right-image .left .tag {
    font-size: 18px;
  }
  section.contents-right-image .left .contents-wrap {
    font-size: 15px;
  }
  section.why-partners-choose-us .why-partners-wrap .item .headline {
    font-size: 22px;
  }
  section.why-partners-choose-us .top .headline {
    font-size: 37px;
  }
  section.why-partners-choose-us .why-partners-wrap .item .descriptions {
    font-size: 15px;
  }
  section.about-hero .headline {
    font-size: 47px;
    max-width: 700px;
  }
  section.about-hero .tag {
    font-size: 18px;
  }
  section.about-hero {
    min-height: 600px;
  }
  .trusted-clients-bar {
    left: 10px;
  }
  section.partners-hero svg.top {
    width: 260px;
    height: auto;
  }
  section.partners-hero svg.bottom {
    height: auto;
    width: 400px;
    bottom: -8%;
  }
  section.contact-hero .headline {
    font-size: 47px;
  }
  section.contact-hero .sub-headline {
    font-size: 32px;
  }
  section.contact-hero .descriptions {
    font-size: 18px;
  }
  section.contact-hero .tag {
    font-size: 18px;
  }
  section.get-in-touch .left .tag {
    font-size: 18px;
  }
  section.get-in-touch .left .headline {
    font-size: 37px;
  }
  section.get-in-touch .left .sub-headline {
    font-size: 20px;
  }
  section.get-in-touch .left a {
    font-size: 18px;
  }
  .enquiries-form {
    max-width: 780px;
  }
  section.enquiries-form-section .right {
    left: 560px;
  }
  section.blog-grid-hero .top .headline {
    font-size: 47px;
  }
  section.blog-grid-hero .all-buttons-wrap p {
    font-size: 15px;
  }
  section.blog-grid-hero .top .tag {
    font-size: 18px;
  }
  .works-content {
    gap: 25px;
  }
  section.our-calculator .right .wrap {
    gap: 20px 25px;
    padding: 40px 30px;
  }
  section.our-calculator .right {
    border-radius: 30px;
  }
  section.partners-hero.tax-lien-hero .left .headline {
    font-size: 45px;
  }
  section.partners-hero.tax-lien-hero {
    min-height: 510px;
  }
  section.partners-hero .left .button-wrap a {
    padding: 5px 30px;
    font-size: 16px;
  }
  section.blog-single-hero .wrapper .left .headline {
    font-size: 40px;
    padding: 20px 0 20px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 16px;
  }
  section.blog-single-contents .right {
    width: 360px;
    padding: 35px 20px;
  }
  section.blog-single-contents .right h4 {
    font-size: 22px;
  }
  section.blog-single-contents .right h5 {
    font-size: 18px;
  }
  section.blog-single-contents .left {
    width: calc(100% - 360px);
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
	section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 .testimonial-item {
		width: 330px;
	}
	section.testimonials-slide.t-s-2 .wrapper .left .headline {
		font-size: 28px;
	}
	section.testimonials-slide.t-s-2 .wrapper .left {
		width: 260px;
	}
	section.testimonials-slide.t-s-2 .wrapper {
		padding-left: 20px;
	}
	section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 {
		width: calc(100% - 260px);
	}
  .btn-fill,
  section.partners-hero .left .button-wrap a,
  .btn-bordered,
  section.about-hero .button,
  section.program-hero .button-wrap .button,
  .program-hero .program-quick-video,
  section.location-hero .button,
  section.home-hero .left .button {
    font-size: 16px;
    height: 44px;
  }
  header.site-header .left nav.main-navigation {
    display: none;
  }
  section.home-hero .left {
    width: 100%;
    padding: 130px 0 30px 0;  
  }
  
  header.site-header .left .site-branding {
    width: 100px;
}
  section.home-hero .right {
    width: 100%;
    position: relative;
    height: 100%;
  }
  section.home-hero .right img {
    max-width: 600px;
  }
 	section.home-hero.pl-hero .right img {
    	position: relative !important;!i;!;
		max-width: 100%;
	}
	section.home-hero.pl-hero .right {
		display: none !important;
		min-height: 450px;
	}
	section.home-hero.pl-hero .container {
		padding-right: 20px;
	}
  section.home-hero .left .headline {
        max-width: 100%;
        font-size: 60px;
    }
  section.quote-section .container {
    max-width: 660px;
  }
  section.quote-section .quote-wrap {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.quote-section {
    padding: 90px 0;
  }
  section.quote-section .author-wrap .head {
    display: flex;
    width: 70px;
  }
  section.quote-section .author-wrap h4 {
    font-size: 16px;
    line-height: 140%;
  }
  section.quote-section .author-wrap p {
    font-size: 14px;
  }
  section.quote-section svg {
    width: 120px;
    height: auto;
  }
  section.quote-section svg.left {
    left: -65px;
    top: -40px;
  }
  section.quote-section svg.right {
    right: 0;
    top: 35px;
  }
  section.steps-section-with-image .top-area {
    padding-bottom: 30px;
  }
  section.steps-section-with-image {
    padding-top: 70px;
  }
  section.steps-section-with-image .top-area .sub-headline {
    font-size: 16px;
  }
  section.steps-section-with-image .top-area .headline {
    font-size: 35px;
  }
  .steps-with-image {
    gap: 30px;
  }
  .steps-with-image-item {
    padding: 20px 20px 0 20px;
    min-height: 380px;
  }
  .steps-with-image-item .left .headline {
    font-size: 28px;
  }
  .steps-with-image-item .left .count {
    font-size: 16px;
  }
  section.our-programs-grid {
    padding: 70px 0;
  }
  section.our-programs-grid .our-programs .program-item {
    width: calc(50% - 12px);
  }
  section.our-programs-grid .our-programs {
    row-gap: 55px;
    padding-top: 40px;
  }
  section.our-programs-grid .top-area .headline {
    font-size: 35px;
  }
  section.our-programs-grid .top-area .sub-headline {
    font-size: 22px;
  }
  section.our-programs-grid .our-programs .program-item .headline {
    font-size: 25px;
  }
  section.our-programs-grid .our-programs .program-item .icon img {
    width: 80px;
  }
  section.our-programs-grid .our-programs .program-item .icon {
    margin-top: -40px;
  }
  section.our-programs-grid .top-area {
    padding-bottom: 30px;
  }
  section.why-choose-this-program .container {
    padding: 70px 20px;
  }
  section.why-choose-this-program .left {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  section.why-choose-this-program .why-choose-program {
    width: 100%;
    gap: 40px;
  }
	section.why-choose-this-program.four-col .why-choose-program {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 45px;
	}
	section.why-choose-this-program.four-col .why-choose-program .item {
		margin: 0;
		padding: 0;
	}
  section.why-choose-this-program .left .button,
  section.faqs-section .left .button {
    height: 47px;
    margin-top: 15px;
  }
  section.why-choose-this-program .left .headline {
    font-size: 35px;
  }
  section.why-choose-this-program .left .sub-headline {
    font-size: 22px;
  }
  section.why-choose-this-program .why-choose-program .item {
    text-align: center;
  }
  section.testimonials-slide {
    padding: 50px 0 90px;
  }
  section.testimonials-slide .wrapper .left .headline {
    font-size: 35px;
  }
  section.testimonials-slide .wrapper .left .descriptions {
    font-size: 15px;
  }
  section.testimonials-slide .wrapper .left {
    width: 320px;
  }
  section.testimonials-slide .wrapper .testimonials-owl-slide {
    width: calc(100% - 320px);
  }
  .testimonial-item {
    width: 330px;
    margin: 20px 15px;
  }
  .testimonial-item .contents-wrap {
    font-size: 14px;
  }
  section.cta-section .wrapper {
    padding: 20px 0px 20px 30px;
  }
  section.cta-section .wrapper .left .sub-headline {
    font-size: 16px;
  }
  section.cta-section .wrapper .left .headline {
    font-size: 35px;
  }
  section.location-hero .left {
    width: 100%;
  }
  section.location-hero .right {
    width: 100%;
    padding: 70px 0 0;
    text-align: center;
  }
  section.location-hero::after {
    transform: translateX(-50%);
    border-radius: 40%;
    top: calc(100% - 200px);
    opacity: 0;
  }
  section.location-hero {
    padding-bottom: 30px;
  }
  section.location-hero .right * {
    max-width: 600px;
    margin: auto;
  }
  section.location-hero .left .headline {
    font-size: 52px;
  }
  section.location-hero .left .sub-headline {
    font-size: 20px;
  }
  section.location-hero .left .contents-wrap {
    font-size: 15px;
  }
  section.faqs-section .left .headline {
    font-size: 35px;
  }
  /*section.faqs-section .left .sub-headline {*/
  /*  font-size: 25px;*/
  /*}*/
  .faq-item .faq-answers {
    font-size: 15px;
  }
  ul.faq-tabs li a {
    height: 48px;
  }
  section.faqs-section {
    padding: 60px 0;
  }
  section.our-calculator {
    padding: 70px 0;
  }
  section.our-calculator .left {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
  section.our-calculator .container {
    flex-wrap: wrap;
  }
  section.our-calculator .right {
    width: 100%;
    min-height: 300px;
  }
  section.our-calculator .left .tag {
    font-size: 16px;
    margin: auto;
    padding-bottom: 9px;
  }
  section.our-calculator .left .headline {
    font-size: 35px;
    margin: auto;
  }
  section.our-calculator .left .sub-headline {
    font-size: 18px;
  }
  section.our-calculator .left .contents-wrap {
    margin: auto;
  }
  footer.site-footer .top-area {
    padding: 60px 20px;
  }
  footer.site-footer .top-area .left {
    width: 40%;
  }
  footer.site-footer .top-area .right {
    width: 60%;
  }
  footer.site-footer .top-area .left .footer-logo img {
    max-width: 210px;
  }
  footer.site-footer .top-area .left .footer-description {
    font-size: 15px;
  }
  section.partners-hero .left {
    width: 65%;
    flex: initial;
    padding: 80px 0 100px;
  }
  section.partners-hero .right {
    position: absolute;
    right: 0;
    width: 350px;
    bottom: 0;
  }
  section.partners-hero .left .headline {
    font-size: 33px;
  }
  section.partners-hero .left .contents-wrap {
    font-size: 16px;
  }
  section.partners-hero .left .button-wrap {
    z-index: 2;
    position: relative;
  }
  section.partners-hero .left .button-wrap a {
    font-size: 16px;
  }
  section.contents-right-image .container.reverse-column .left {
    padding-left: 40px;
  }
  section.contents-right-image .left {
    padding-right: 40px;
  }
  section.contents-right-image .right {
    align-items: flex-start;
  }
  section.contents-right-image .container {
    align-items: flex-start;
  }
  section.why-partners-choose-us {
    padding: 70px 0;
  }
  section.why-partners-choose-us .top .headline {
    font-size: 32px;
  }
  section.why-partners-choose-us .why-partners-wrap .item .headline {
    font-size: 20px;
  }
  section.why-partners-choose-us .why-partners-wrap {
    gap: 30px;
  }
  section.why-partners-choose-us .why-partners-wrap .item .descriptions {
    font-size: 14px;
  }
  section.why-partners-choose-us .why-partners-wrap .item {
    padding-bottom: 20px;
  }
  section.about-hero .headline {
    font-size: 35px;
    max-width: 450px;
  }
  section.about-hero .tag {
    font-size: 16px;
  }
  section.about-hero {
    min-height: 500px;
  }
  section.about-text-block .text-block-top {
    font-size: 18px;
    margin-bottom: 50px;
  }
  section.about-text-block {
    padding: 70px 0;
  }
  section.contact-hero .headline {
    font-size: 35px;
  }
  section.contact-hero .tag {
    font-size: 16px;
  }
  section.contact-hero .sub-headline {
    font-size: 24px;
  }
  section.contact-hero .descriptions {
    font-size: 16px;
    padding-bottom: 35px;
  }
  section.contact-hero {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  section.get-in-touch .left .tag {
    font-size: 16px;
  }
  section.get-in-touch .left .headline {
    font-size: 30px;
  }
  section.get-in-touch .left .sub-headline {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  section.get-in-touch .left a {
    font-size: 16px;
  }
  section.get-in-touch .left {
    padding-right: 30px;
  }
  .enquiries-form {
    max-width: 580px;
  }
  section.enquiries-form-section .right {
    left: 400px;
    width: 575px;
  }
  .enquiries-form .wpforms-field-container .wpforms-field input,
  .enquiries-form .wpforms-field-container .wpforms-field textarea,
  .enquiries-form .wpforms-field-container .wpforms-field select {
    height: 48px;
    /* border: 2px solid #fe37a1 !important; */
  }
  .enquiries-form .wpforms-field-container .wpforms-field label {
    font-size: 14px;
  }
  .enquiries-form .wpforms-field-container .wpforms-field textarea {
    height: 150px !important;
  }
  .enquiries-form .wpforms-submit-container button.wpforms-submit {
    font-size: 16px;
    height: 48px;
  }
  .works-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works-content .blog-pagination {
    grid-column: span 2 / span 2;
  }
  section.blog-grid-hero {
    padding-top: 150px;
  }
  section.blog-grid-hero .top .headline {
    font-size: 35px;
    max-width: 600px;
  }
  section.partners-hero.tax-lien-hero .left .headline {
    font-size: 34px;
  }
  section.partners-hero.tax-lien-hero .right {
    width: 70%;
  }
  section.partners-hero.tax-lien-hero {
    min-height: 429px;
  }
  section.partners-hero.tax-lien-hero .left {
    padding: 60px 0;
  }
  section.whats-in-it-for-you {
    padding: 70px 0;
  }
  section.whats-in-it-for-you .top .tag {
    font-size: 16px;
  }
  section.whats-in-it-for-you .top .headline {
    font-size: 35px;
  }
  section.whats-in-it-for-you .whats-for-you .headline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.whats-in-it-for-you .whats-for-you .descriptions {
    font-size: 15px;
  }
  section.whats-in-it-for-you .whats-for-you .icon {
    margin-bottom: 10px;
  }
  section.how-it-all-works {
    padding: 70px 0;
  }
  section.how-it-all-works .top .tag {
    font-size: 16px;
  }
  section.how-it-all-works .top .headline {
    font-size: 35px;
  }
  section.how-it-all-works .process-wrap .right .headline {
    font-size: 16px;
  }
  section.how-it-all-works .process-wrap .right .contents-wrap {
    font-size: 15px;
  }
  section.how-it-all-works .process-wrap .right {
    gap: 20px;
  }
  section.how-it-all-works .process-wrap .left .headline {
    font-size: 30px;
  }
  section.how-it-all-works .process-wrap .left .desc {
    font-size: 16px;
  }
  section.how-it-all-works .process-wrap.with-us .left {
    padding-left: 50px;
  }
  section.how-it-all-works .process-wrap.with-us {
    margin-top: 50px;
    padding-top: 50px;
  }
  .mobile-menu-wrapper .button {
    display: none;
  }
  .get-offer-form .wpforms-container .wpforms-field input[type='text'] {
    height: 48px;
    /* border: 1px solid #fe37a1 !important; */
    font-size: 14px;
  }
  body .get-offer-form button.wpforms-page-button,
  body
    .get-offer-form
    .wpforms-container
    .wpforms-submit-container
    button.wpforms-submit {
    height: 48px;
    font-size: 16px;
  }
  section.blog-single-hero .wrapper .left .headline {
    font-size: 34px;
  }
  section.blog-single-hero .wrapper .left .bottom-info {
    padding-top: 20px;
    gap: 10px 20px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .author img {
    width: 45px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .author h5 {
    font-size: 15px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .author p {
    font-size: 15px;
  }
  section.blog-single-contents .right .social-share a svg {
    width: 28px;
    height: auto;
  }
  section.blog-single-contents .right .social-share {
    gap: 10px;
    padding: 14px 0 20px;
    margin-bottom: 25px;
  }
  section.blog-single-contents .right {
    padding: 25px 14px;
    width: 300px;
  }
  section.blog-single-contents .right h4 {
    font-size: 20px;
  }
  section.blog-single-contents .left {
    width: calc(100% - 300px);
    padding-right: 20px;
    font-size: 15px;
    line-height: 160%;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 15px;
  }
  section.blog-single-contents {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
    
    section.home-hero .container {
    display: flex
;
    padding-right: 0;
    padding: 0px 20px 20px;
}
	section.pl-why-choose {
		padding: 50px 0;
	}
	section.pl-why-choose .top .g-text {
		font-size: 16px;
	}
	section.pl-why-choose .top .headline {
		font-size: 30px;
	}
	section.pl-why-choose .top .sub-headline {
		font-size: 20px;
	}
	section.pl-why-choose .wrapper {
		flex-wrap: wrap;
	}
	section.pl-why-choose .wrapper .traditional-home-selling {
		padding: 20px;
	}
	section.pl-why-choose .wrapper .headline {
		font-size: 20px;
		padding-bottom: 10px;
	}
	section.pl-why-choose .wrapper .trusted-home-buyers {
		padding: 20px;
	}
	section.testimonials-slide.t-s-2 .wrapper .left {
		width: 100%;
		padding: 0 20px;
	}
	section.testimonials-slide.t-s-2 .wrapper .testimonials-owl-slide2 {
		width: 100%;
	}
	section.testimonials-slide.t-s-2 .wrapper {
		padding: 0;
	}
  .button-wrap {
    gap: 10px;
  }
  .btn-fill,
  section.partners-hero .left .button-wrap a,
  .btn-bordered,
  section.about-hero .button,
  .program-hero .program-quick-video,
  section.location-hero .button,
  section.home-hero .left .button {
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  header.site-header .right .button {
    display: none;
  }
  section.home-hero .left .headline {
    font-size: 32px;
  }
  section.home-hero .left .contents-wrap {
    font-size: 16px;
  }
  section.home-hero .left .contents-wrap p {
    margin-bottom: 14px;
  }
  body
    .get-offer-form
    .wpforms-container
    form
    .wpforms-submit-container
    button {
    padding: 5px 20px;
    font-size: 14px;
  }
  body .get-offer-form .wpforms-container form .wpforms-field input {
    padding: 0 15px;
  }
  section.quote-section .quote-wrap {
    font-size: 18px;
  }
  section.quote-section {
    padding: 50px 0 70px;
  }
  section.quote-section svg {
    width: 80px;
  }
  section.quote-section svg.left {
    left: -20px;
    top: -20px;
  }
  section.quote-section svg.right {
    top: 65px;
  }
  section.steps-section-with-image {
    padding-top: 50px;
  }
  .steps-with-image-item .left {
    width: 100%;
  }
  .steps-with-image-item .right {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: auto;
  }
  .steps-with-image-item {
    gap: 0;
    border-radius: 16px;
    padding: 30px 20px 0 20px;
  }
  .steps-with-image-item:nth-child(even) {
    flex-flow: column;
  }
  .steps-with-image-item .left .headline {
    font-size: 22px;
  }
  .steps-with-image-item .left .contents-wrap {
    font-size: 14px;
  }
  section.steps-section-with-image .top-area .headline {
    font-size: 28px;
  }
  section.steps-section-with-image .top-area .headline br {
    display: none;
  }
  .steps-with-image-item .left .count {
    font-size: 14px;
  }
  .steps-with-image-item .right.video-wrap {
    padding-bottom: 30px;
  }
  section.our-programs-grid .our-programs .program-item {
    width: 100%;
    padding: 0 20px 30px;
  }
  section.our-programs-grid .top-area .headline {
    font-size: 28px;
  }
  section.our-programs-grid .top-area .headline br {
    display: none;
  }
  section.our-programs-grid .top-area .sub-headline {
    font-size: 18;
    font-size: 18px;
  }
  section.our-programs-grid .our-programs .program-item .headline {
    font-size: 22px;
    margin: 20px 0 10px;
  }
  section.our-programs-grid .our-programs .program-item .descriptions {
    font-size: 14px;
  }
  section.our-programs-grid {
    padding: 50px 0;
  }
  section.our-programs-grid .our-programs .program-item .program-quick-video {
    font-size: 14px;
  }
  section.why-choose-this-program .left .headline {
    font-size: 28px;
  }
  section.why-choose-this-program .left .sub-headline {
    font-size: 18px;
  }
  section.why-choose-this-program .why-choose-program,
  section.why-choose-this-program.four-col .why-choose-program{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 30px;
  }
  section.why-choose-this-program.three-col .why-choose-program {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

  section.why-choose-this-program .why-choose-program .item .headline {
    font-size: 18px;
    padding: 5px 0;
  }
  section.why-choose-this-program .left {
    padding: 0 0 30px;
  }
  section.why-choose-this-program .why-choose-program .item::after {
    height: 2px;
  }
  section.why-choose-this-program .why-choose-program .item {
    padding-bottom: 10px;
  }
  section.why-choose-this-program .left .button,
  section.faqs-section .left .button {
    height: 44px;
  }
  section.testimonials-slide .wrapper .left {
    width: 100%;
    padding-right: 20px;
  }
  section.testimonials-slide .wrapper {
    flex-wrap: wrap;
  }
  section.testimonials-slide .wrapper .left .headline {
    font-size: 28px;
    max-width: 280px;
    margin-bottom: 10px;
  }
  section.testimonials-slide .wrapper .left .descriptions {
    font-size: 14px;
  }
  section.testimonials-slide .wrapper .testimonials-owl-slide {
    width: 100%;
  }
  .testimonial-item {
    padding: 25px 15px 90px 9px;
    width: 300px;
  }
  .testimonial-item .bottom-details .thumbnail {
    width: 45px;
    height: 45px;
  }
  .testimonial-item .bottom-details .title {
    font-size: 15px;
  }
  .testimonial-item .bottom-details {
    gap: 8px;
  }
  section.cta-section .wrapper {
    padding: 30px 30px 0;
    border-radius: 16px;
    flex-wrap: wrap;
  }
  section.cta-section .wrapper .left {
    width: 100%;
    padding: 0 0 30px;
  }
  section.cta-section {
    padding: 40px 0 50px;
    overflow: hidden;
  }
  section.cta-section .container {
    padding: 0;
  }
  section.cta-section .wrapper .right {
    position: initial;
    width: 100%;
  }
  section.cta-section .wrapper .right img {
    width: 200px;
    margin: auto;
  }
  section.cta-section .wrapper .left .headline {
    font-size: 28px;
  }
  section.cta-section .wrapper .left .contents-wrap {
    font-size: 14px;
  }
  section.cta-section .wrapper .left .contents-wrap p {
    margin-bottom: 10px;
  }
  section.location-hero .left .headline {
    font-size: 35px;
  }
  section.location-hero .left .headline br {
    display: none;
  }
  section.location-hero .left .sub-headline {
    font-size: 18px;
  }
  section.location-hero .left .contents-wrap {
    font-size: 14px;
  }
  section.location-hero {
    padding-top: 60px;
  }
  section.location-hero .right .headline {
    font-size: 22px;
  }
  section.location-hero .right .label-title {
    font-size: 15px;
  }
  section.location-hero::after {
    border-radius: 50%;
  }
  section.faqs-section .left {
    width: 100%;
    padding: 0 0 30px;
  }
  section.faqs-section .left .headline {
    font-size: 28px;
  }
  section.faqs-section .left .sub-headline {
    font-size: 18px;
  }
  section.faqs-section .right {
    width: 100%;
  }
  .faq-item .faq-question span.icon svg {
    width: 18px;
    height: auto;
  }
  .faq-item .faq-question {
    font-size: 15px;
  }
  .faq-item .faq-answers {
    font-size: 14px;
  }
  .faq-item .faq-answers p {
    margin-bottom: 12px;
  }
  section.faqs-section {
    padding: 40px 0;
  }
  section.our-calculator {
    padding: 50px 0;
  }
  section.our-calculator .left .headline {
    font-size: 28px;
  }
  section.our-calculator .left .sub-headline {
    font-size: 16px;
  }
  section.our-calculator .left .contents-wrap {
    font-size: 14px;
  }
  footer.site-footer .top-area {
    padding: 40px 20px;
  }
  footer.site-footer .top-area .left {
    width: 100%;
    padding: 0 0 30px;
  }
  footer.site-footer .top-area .right {
    width: 100%;
  }
  footer.site-footer .top-area .left .footer-logo {
    text-align: center;
  }
  footer.site-footer .top-area .left .footer-description {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  footer.site-footer .top-area .right .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer.site-footer .top-area .right ul a {
    font-size: 14px;
    padding: 2px 0;
  }
  footer.site-footer .bottom-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  footer.site-footer .bottom-area .copyright {
    width: 100%;
    text-align: center;
  }
  section.partners-hero .left {
    width: 100%;
    padding: 50px 0 10px;
  }
  section.partners-hero .right {
    position: initial;
    width: 100%;
  }
  section.partners-hero .right img {
    max-width: 330px;
    margin: auto;
  }
  section.partners-hero .left .headline {
    font-size: 28px;
  }
  section.partners-hero .left .contents-wrap {
    font-size: 15px;
  }
  section.contents-right-image .container.reverse-column {
    flex-flow: column-reverse;
  }
  section.contents-right-image .left {
    width: 100%;
    padding: 0 !important;
  }
  section.contents-right-image .container {
    flex-flow: wrap-reverse;
  }
  section.contents-right-image .right {
    width: 100%;
    margin-bottom: 30px;
  }
  section.contents-right-image .left .tag {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section.contents-right-image .left .headline {
    font-size: 25px;
  }
  section.contents-right-image .left .contents-wrap {
    font-size: 14px;
  }
  section.contents-right-image {
    margin: 50px 0;
  }
  section.steps-section-with-image ul.faq-tabs li {
    width: 100%;
  }
  section.why-partners-choose-us {
    padding: 50px 0;
  }
  section.why-partners-choose-us .top .headline {
    font-size: 28px;
    margin-bottom: 40px;
  }
  section.why-partners-choose-us .why-partners-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.why-partners-choose-us .why-partners-wrap .item .descriptions {
    margin-top: 10px;
  }
  section.why-partners-choose-us .why-partners-wrap .item::before {
    height: 2px;
  }
  section.why-partners-choose-us .why-partners-wrap .item {
    padding-bottom: 10px;
  }
  section.about-hero .headline {
    font-size: 27px;
  }
  section.about-hero {
    min-height: 400px;
  }
  section.about-hero svg.bg-logo {
    width: 85px;
    height: auto;
  }
  section.about-text-block .text-block-top {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section.about-text-block {
    padding: 50px 0;
  }
  section.about-text-block .text-block-bottom {
    font-size: 14px;
  }
  section.partners-hero svg.top {
    width: 120px;
  }
  section.contact-hero {
    padding-top: 115px;
  }
  section.contact-hero .headline {
    font-size: 30px;
    line-height: 120%;
  }
  section.contact-hero .sub-headline {
    font-size: 18px;
    padding-top: 10px;
  }
  section.contact-hero .descriptions {
    font-size: 14px;
    padding-bottom: 20px;
  }
  section#get-in-touch {
    padding: 50px 0;
  }
  section.get-in-touch .left {
    width: 100%;
    padding: 0 0 40px;
  }
  section.get-in-touch .left .headline {
    font-size: 25px;
  }
  section.get-in-touch .left .sub-headline {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section.get-in-touch .left a {
    font-size: 15px;
    margin-bottom: 15px;
  }
  section.get-in-touch .left a svg {
    width: 25px;
    height: auto;
  }
  section.get-in-touch .left a span.icon {
    display: flex;
  }
  section.get-in-touch .acf-map-wrap {
    width: 100%;
  }
  .enquiries-form .wpforms-field-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .enquiries-form .wpforms-field-container .wpforms-field-textarea {
    grid-column: span 1 / span 1;
  }
  .enquiries-form .wpforms-field-container .wpforms-field input,
  .enquiries-form .wpforms-field-container .wpforms-field textarea,
  .enquiries-form .wpforms-field-container .wpforms-field select {
    /* border: 1px solid #fe37a1 !important; */
    font-size: 14px;
  }
  section.enquiries-form-section .container {
    padding: 50px 20px 20px;
  }
  section.blog-grid-hero .all-buttons-wrap p {
    font-size: 14px;
    height: 36px;
    border: double 1px transparent;
  }
  section.blog-grid-hero .all-buttons-wrap {
    gap: 5px;
  }
  section.blog-grid-hero .works-filter {
    margin-bottom: 50px;
  }
  section.blog-grid-hero .top .tag {
    font-size: 16px;
  }
  section.blog-grid-hero .top .headline {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .works-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .works-content .blog-pagination {
    grid-column: span 1 / span 1;
  }
  .works-content .blog-grid-item h3 {
    font-size: 18px;
  }
  section.our-calculator .right .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 40px 20px;
  }
  section.our-calculator .right .wrap .bottom {
    grid-column: span 1 / span 1;
  }
  section.partners-hero.tax-lien-hero .left {
    padding: 50px 0 10px;
    width: 100%;
  }
  section.partners-hero.tax-lien-hero .right {
    width: 100%;
    position: relative;
    right: -20px;
  }
  section.partners-hero.tax-lien-hero .left .headline {
    font-size: 28px;
  }
  section.partners-hero .right img {
    max-width: 100%;
  }
  section.whats-in-it-for-you {
    padding: 50px 0;
  }
  section.whats-in-it-for-you .top .tag {
    font-size: 15px;
    margin-bottom: 0;
  }
  section.whats-in-it-for-you .top .headline {
    font-size: 28px;
  }
  section.whats-in-it-for-you .whats-for-you {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
  section.whats-in-it-for-you .whats-for-you .headline span {
    display: inline;
  }
  section.how-it-all-works {
    padding: 50px 0;
  }
  section.how-it-all-works .top .tag {
    font-size: 15px;
    margin-bottom: 0;
  }
  section.how-it-all-works .top .headline {
    font-size: 28px;
  }
  section.how-it-all-works .process-wrap .left {
    width: 100%;
    padding: 0 0 30px;
    position: relative;
    top: 0;
    float: none;
  }
  section.how-it-all-works .process-wrap .left .headline {
    font-size: 22px;
  }
  section.how-it-all-works .process-wrap .left .desc {
    font-size: 14px;
  }
  section.how-it-all-works .process-wrap .right {
    width: 100%;
  }
  section.how-it-all-works .process-wrap .right .contents-wrap {
    font-size: 14px;
  }
  section.how-it-all-works .process-wrap.with-us {
    flex-flow: column;
    margin-top: 40px;
    padding-top: 40px;
  }
  section.how-it-all-works .process-wrap.with-us .left {
    padding-left: 0;
  }
  .mobile-menu-wrapper .button {
    display: flex;
  }
  .cta-popup-form .inner {
    border-radius: 25px;
    padding: 40px 15px 20px;
  }
  .cta-popup-form .inner .close-popup-form svg {
    width: 25px;
    height: auto;
  }
  .cta-popup-form .inner .close-popup-form {
    right: 20px;
    top: 20px;
  }
  .bottom-button-mobile {
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  section.why-choose-this-program .left .button {
    display: none;
  }
  section.blog-single-hero .wrapper .left {
    width: 100%;
    padding: 50px 20px 40px;
  }
  section.blog-single-hero .wrapper .right {
    width: 100%;
    min-height: auto;
  }
  section.blog-single-hero .wrapper .left .headline {
    font-size: 24px;
    padding: 20px 0 10px;
    line-height: 1.13;
  }
  section.blog-single-hero .wrapper .left .excerpt {
    font-size: 15px;
    line-height: 150%;
  }
  section.blog-single-hero .wrapper .left .bottom-info {
    padding-top: 15px;
    gap: 10px 15px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .author h5 {
    font-size: 14px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .author p {
    font-size: 14px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .date svg {
    width: 25px;
    height: auto;
  }
  section.blog-single-hero .wrapper .left .bottom-info .date {
    font-size: 14px;
  }
  section.blog-single-hero .wrapper .left .bottom-info .line {
    height: 50px;
  }
  section.blog-single-contents .container {
    padding: 0;
  }
  section.blog-single-contents {
    padding: 50px 0 0;
  }
  section.blog-single-contents .left {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 150%;
  }
  section.blog-single-contents .right {
    width: 100%;
  }
  h2 {
    font-size: 25px;
  }
	
	.cta-popup-form .inner::before {
    background-image: url(/wp-content/uploads/2024/09/shape1.svg);
    top: -2% !important;
    right: -12% !important;
    width: 50vw !important;
    height: 35vw !important;
}
	
	.cta-popup-form .inner::after {
    background-image: url(/wp-content/uploads/2024/09/shape2.svg);
    width: 49vw !important;
    height: 56vw !important;
    left: -11% !important;
    bottom: -24% !important;
    transform: rotate(-90deg) !important;
}
}

.mobile-foot {
	display: none;
}
@media screen and (max-width: 480px) {
	section.home-hero.pl-hero .right .review-overlay-wrap .pl-review-overlay.pl-r-2 {
		right: 0;
	}
}

@media screen and (max-width: 768px) {
	
	.location-hero .trusted-clients {
		display: none;
	}
	
	header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 9999;
    transition: all 0.3s ease-in;
    left: 0;
}
	
	body:not(.home) div#page {
    padding-top: 80px;
}
	
	.mobile-foot{
		background: linear-gradient(90deg, #fe37a1 4.06%, #c531d8 37.69%, #8c41fe 71.31%, #669cfe 96.18%);
        color: white;
        font-weight: 600 !important;
        display: block;
        position: fixed;
        width: 100%;
        padding: 1em;
        z-index: 9999;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        filter: drop-shadow(-1px -1px 7px rgba(10, 39, 46, 0.3));
}
	
 .mobile-foot .flex {
		display: flex;
		gap: 6px;
	    align-items:center;
		flex-wrap: wrap;
	 justify-content:center
	}
	
	.mobile-foot img {
		width: 24px;
	}

	.mobile-foot a {
		color: white;
		text-decoration: underline;
	}
	
	section.location-hero .left .contents-wrap ul li {
    position: relative;
    padding-left: 34px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 165%;
}
}

img.review-star {
    width: 135px !important;
    margin-left: -.5rem;
}

img.quote-stars {
    position: relative;
    margin-left: -0.7rem;
    width: 9em;
	margin-bottom: .5em;
}


.cta-popup-form .inner .enquiries-form .t-text {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    flex-wrap: wrap;
}
.cta-popup-form .inner .enquiries-form .t-text h3 {
    color: #25272d;
    font-size: 24px;
    font-weight: 600;
    line-height: 165%;
}
.cta-popup-form .inner .enquiries-form .t-text .total-amount {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
    min-height: 36px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fe37a1 4.06%, #c531d8 37.69%, #8c41fe 71.31%, #669cfe 96.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 600;
    line-height: 140%;
}
.cta-popup-form .inner .enquiries-form p.descriptions {
    margin: 0;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: -0.28px;
    margin-top: 10px;
}
body.calculation-popup .enquiries-form .descriptions {
    display: block !important;
}
body.calculation-popup .enquiries-form .t-text {
  display: flex !important;
}