@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Raleway", sans-serif;
  color: #0c1115;
  font-display: swap;
}

a {
  color: #412c76;
}

a:hover {
  text-decoration: none;
}

a:not(main p a):not(li a) {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  color: #1e2f5c;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
.bg-img {
  background-size: cover !important;
}
.bg-position-right {
  background-position: right !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-20 {
  font-size: 20px !important;
}
/**************Button**************/

.btn {
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
}
.btn-primary {
  color: #ffffff;
  background: #fa6742 !important;
  border-style: solid;
  border: 4px solid #fff !important;
  border-radius: 8px;
  font-weight: 600;
  padding: 14px 20px;
  font-size: 22px;
  min-width: 320px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #fa6742 !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.btn-purple,
.btn-purple:hover,
.btn-purple:focus {
  background: #412c77 !important;
  color: #fff !important;
}
.text-primary {
  color: #412c76 !important;
}
.btn-lg {
  font-size: 24px;
}
.btn-col {
  margin-top: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #412c76;
  font-weight: 500;
}

.blog-desc :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0.8em;
}

h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}
.sec-title {
  font-weight: 700;
}

/* Header */

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
header.header-inner {
  position: relative;
  background: #412c76;
}

header a.navbar-brand {
  max-width: 302px;
}
.top-wp-icon img {
  max-width: 200px;
  margin-left: 6px;
}
.dropdown a:before,
.menu-item-has-children a:before {
  content: "" !important;
  position: absolute;
  height: 7px;
  width: 7px;
  border: 1px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(134deg);
  top: 10px;
  right: 0;
}
li.nav-item.dropdown,
li.menu-item-has-children a {
  padding-right: 16px;
}
.dropdown-toggle::after {
  display: none;
}

ul.dropdown-menu a:before,
ul.menu-item-has-children a:before {
  display: none;
}
.navbar-nav {
  align-items: center;
}

.nav-link,
.menu-item a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

header .container {
  max-width: 1240px;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff !important;
}
li.nav-item,
.menu-item {
  margin: 0px 14px;
  position: relative;
}
header .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 130%;
  display: none;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 230px;
  padding: 20px;
  border: 0;
  left: -39px;
  background: #fff;
  border-radius: 4px;
}

ul.menu-links li {
  position: relative;
}

header .sub-menu li {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 !important;
}
/* 
header .dropdown.dropdown li a:before,
header .sub-menu li a:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #17782f;
    border-radius: 50%;
    left: 0;
    top: 18px;
} 
*/
li.nav-item.top-wp-icon {
  margin-right: 0;
}
header .dropdown.dropdown li a,
header .sub-menu li a {
  position: relative;
  padding: 3px 10px;
  font-size: 15px;
  color: #212529;
  font-weight: 600;
  display: block;
  margin: 0 !important;
  line-height: 28px;
}
header .dropdown.dropdown li a:hover,
header .sub-menu li a:hover {
  color: #412c77 !important;
}
@media (min-width: 992px) {
  header .sub-menu {
    position: absolute;
  }

  header .dropdown:hover .dropdown-menu,
  header .menu-item-has-children:hover .sub-menu {
    visibility: visible !important;
    top: 100%;
    opacity: 1;
    display: block;
  }
  header .sub-menu .sub-menu {
    display: none !important;
  }

  ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
  }

  ul.sub-menu ul.sub-menu {
    left: 100%;
    top: -20px !important;
  }

  header .sub-menu .menu-item-has-children a:before {
    content: "" !important;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(46deg);
    top: 10px;
    right: 0;
    z-index: 4;
  }
  header .sub-menu .menu-item-has-children .sub-menu a:before {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .dropdown a:before,
  .menu-item-has-children a:before {
    display: none;
  }
  .offcanvas {
    padding-bottom: 100px;
    overflow-y: auto;
  }
}

/* Banner Sec */

section.banner-sec {
  background-size: cover !important;
  min-height: 100vh;
}
section.banner-sec {
  padding: 200px 0px 100px;
}

.banner-text h1 {
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -1.5px;
  text-shadow: -13px 0px 11px rgba(0, 0, 0, 0.99);
  padding-right: 0px;
  padding-bottom: 0;
}
.banner-text .lead-text {
  color: #ffffff;
  font-size: 37px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2em;
  letter-spacing: -1.3px;
  max-width: 600px;
  padding-bottom: 12px;
}
.banner-text p span {
  color: #fa6742;
}
.banner-text ul li {
  list-style: none;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 39px !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  padding-bottom: 0 !important;
}
.banner-text ul li i {
  font-size: 31px;
  position: relative;
  top: 4px;
  margin-right: 13px;
  color: #fa6742;
}
.banner-text ul {
  padding: 0;
}

.banner-text .btn {
  padding: 11px 33px;
  font-size: 36px;
  font-weight: 800;
  margin-top: 28px;
}
.note-text {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
}
p.note-text a {
  color: #fff;
}

button.active {
  background-color: #ffffff;
  top: 50%;
  left: 0px;
  position: absolute;
  width: 22%;
  padding: 0px;
  margin: -11% 37%;
  z-index: 1;
  color: #000;
  font-size: 38px;
  width: 97px;
  height: 77px;
  outline: 0;
  border: 0;
}
video {
  position: absolute;
  top: -2px;
  left: 11px;
  right: 0;
  bottom: 0;
  min-width: 94%;
  min-height: 100%;
  z-index: 0;
  transition: all 1s;
}
.pp-device-body {
  position: relative;
  margin-top: 100px;
}
.banner-text .btn-col {
  margin-top: 40px;
}

button.close {
  position: absolute;
  right: 8px;
  top: 11px;
  background: transparent;
  border: 0;
  font-size: 40px;
}

#exampleModal3 .modal-body h2 {
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway" !important;
  margin-top: 20px;
}
.modal-body {
  max-height: 85vh;
  overflow-y: auto;
}

.sec-space {
  padding: 60px 0px;
}

section.tp-sec {
  background: #412c76;
  padding: 50px 0px;
}

section.help-sec {
  background: #31053d;
}
p.lead-text1 {
  font-size: 36px;
  line-height: 41px;
  max-width: 1000px;
  margin: 0px auto 6px;
}
p.lead-text2 {
  font-size: 21px;
  max-width: 1000px;
  margin: 21px auto 0px;
}
p.lead-text3 {
  font-size: 42px;
  margin: 55px 0px 14px;
  font-weight: 500;
}

.help-text {
  text-align: center;
}

.features-box {
  margin-top: 31px;
  text-align: center;
}

.features-icon span {
  font-size: 63px;
  width: 106px;
  height: 106px;
  background: #fa6742;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 106px;
  color: #fff;
  border: 3px solid #fff;
  margin-bottom: 20px;
}

.features-box h3 {
  color: #fff;
  font-size: 18px;
  max-width: 238px;
  margin: 0px auto;
  font-weight: 700;
  text-transform: uppercase;
}

.info-box {
  color: #fff;
  max-width: 868px;
  margin: 23px auto 0px;
  text-align: center;
  font-size: 20px;
}

.info-box p {
  margin: 0;
}

.debt-sec {
  background: #fa6742;
}
.debt-text,
.debt-text h2 {
  color: #fff;
}
.debt-text {
  font-size: 15px;
  line-height: 24px;
}

.text1 h2 {
  margin-bottom: 0;
  color: #f8f8f8;
  font-family: "Raleway", Sans-serif;
  font-size: 84px;
  font-weight: 500;
  letter-spacing: -1.9px;
}

.text2 h2 {
  color: #412c76;
  font-family: "Raleway", Sans-serif;
  font-size: 122px;
  font-weight: 800;
  letter-spacing: -1.9px;
  margin-bottom: 0;
  line-height: 97px;
  padding-bottom: 0 !important;
}

.text2 h3 {
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 63px;
  font-weight: 800;
  letter-spacing: -1.9px;
  line-height: 90px;
}

.text2 {
  text-align: center;
}
.text1 {
  display: flex;
  align-items: center;
  height: 100%;
}
.for-row {
  margin-top: 65px;
}
.ptext p {
  margin: 0;
  padding: 0;
}

p.text-purple {
  margin: 0;
}

.ptext {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.lead-text-new {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 9px !important;
  padding-bottom: 0;
}
.ptext .btn-purple {
  margin-bottom: 8px;
}
.font-18 {
  font-size: 18px !important;
}

.app-section {
  position: relative;
  /* position: relative; */
  color: #212529 !important;
}

.app-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.app-text h2 {
  font-weight: 900;
  font-size: 44px;
  margin-bottom: 30px;
  color: #2043a9;
  max-width: 540px;
  line-height: 53px;
  padding-bottom: 0 !important;
}

.app-text .lead {
  font-size: 23px;
}

.lead {
  font-weight: 300;
}

.app-text ul {
  margin: 0px 0px 40px !important;
  /* padding: 0; */
  list-style: none;
  background: rgba(0, 0, 0, 0.08);
  padding: 20px !important;
  box-sizing: inherit !important;
}

.app-text ul li {
  font-size: 22px !important;
  position: relative;
  padding-left: 44px;
  top: 0;
  font-style: italic;
  font-weight: 500 !important;
  margin-bottom: 16px !important;
  color: #212529 !important;
  margin-left: 0 !important;
  padding-bottom: 5px !important;
}

.app-text ul li:hover i {
  color: #068600;
}

.app-text ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #fa6742;
  font-size: 30px;
}

.app-text p {
  font-size: 20px;
}

.app-section .container {
  position: relative;
}

.app-section a.btn.btn-primary {
  padding: 11px 33px;
  font-size: 36px;
  font-weight: 800;
}

.what-section {
  background: #000000;
}
.what-section h2 {
  color: #ffffff;
  font-size: 92px;
  font-weight: 800;
  letter-spacing: -1.9px;
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 9px 0px 0px 0px;
  border-color: #fa6742;
  margin-bottom: 30px;
  line-height: 95px;
}

.what-text {
  color: #fff;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}
.what-section .btn-col {
  margin-top: 60px;
}
.bg-purple {
  background: #412c76;
}
.bg-purple-light {
  background: #f2effb;
}
.bg-orange {
  background: #fa6742;
}

.we-section p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.we-text {
  margin-bottom: 20px;
}
section.ad-section {
  background: #c6c6c6;
}

section.ad-section a {
  color: #412c76;
}
.step-box h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.step-box {
  text-align: center;
  margin: 40px 0px 0;
}

.step-sec h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 16px;
}
footer {
  background: #412c76;
  padding: 50px 0px;
}

footer p {
  color: #fff;
  font-size: 12px !important;
  line-height: 20px;
}

.f-text a {
  color: #f8e90b;
}

footer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-weight: 700;
}

.f-text1 h5 {
  font-size: 13px;
  margin-bottom: 9px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 0;
}

.mid-logo {
  text-align: center;
}

.f-text2 {
  margin-bottom: 42px;
}
.footer-menu ul li {
  display: inline-block;
  padding: 3px 2px 0 !important;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 12px;
  margin: 0px 16px;
}
.footer-menu {
  margin-top: 40px;
}

/* FAQ */

/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  width: 30px !important;
  height: 30px !important;
  background-size: contain; 
}
.accordion-button:before {content: "";width: 44px;height: 44px;background: transparent;left: 0;position: absolute;border-radius: 50%;} */

button.accordion-button {
  background: #ffffff !important;
  font-size: 18px;
  color: #3e4a59 !important;
  font-weight: 700;
  min-height: 66px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07) !important;
  border-radius: 0px !important;
}
.accordion-item {
  margin-bottom: 6px;
  border: 0;
  border-radius: 4px !important;
}

button.accordion-button {
  border-radius: 4px;
  padding-right: 18px;
  /* padding-left: 39px !important; */
}
button:focus:not(:focus-visible) {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07) !important;
}

.accordion-button::after {
  display: none;
}
.accordion-header {
  line-height: 22px;
}
.faq-sec h2.section-title {
  color: #ffffff;
  font-size: 84px;
  font-weight: 800;
  margin-bottom: 60px;
}

/* All Inner Pages */

.sec-title {
  margin-bottom: 40px;
}

.sec-title h1 {
  font-size: 59px;
  line-height: 60px;
}
.intro-media-text {
  font-size: 20px;
  line-height: 30px;
}

.intro-media-text .btn-lg {
  min-width: 256px;
  font-size: 24px;
}
.text-sm,
.text-sm p {
  font-size: 14px !important;
  line-height: 20px !important;
}

.text-white p a {
  color: #fff !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white p a,
.text-white ul li,
.text-white h1 {
  color: #fff !important;
}

.text-white .blue-label-heading {
  color: #fff;
}
.btn-white {
  background: #fff !important;
  color: #412c76 !important;
}

.cta-bottom h3 {
  font-size: 35px;
  line-height: 40px;
  color: #0c1115;
  margin-bottom: 21px;
}

.full-bg-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

section {
  position: relative;
}

.full-bg-head + .container {
  margin-top: 120px;
}

.full-bg-head h2 {
  margin: 0;
  font-weight: 700;
}

.list-style ul {
  margin: 0;
  padding: 0;
}

.list-style ul li {
  list-style: none;
  /* padding: 8px 0px; */
}

.list-style ul li a {
  color: #1e1e1e;
}

.list-style ul li a {
  position: relative;
  padding-left: 20px;
  display: block;
  padding: 10px 110px 10px 23px;
}
.list-style ul li a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 1px solid #1e1e1e;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 19px;
  left: 6px;
}

.list-style ul li a:hover {
  background: #f2effb;
}
.card-bg-head h3 {
  margin: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.card-plane {
  padding: 0;
  border: 0;
  margin-top: 20px;
}

.text-col-bg-purple-light {
  padding: 20px;
  background: #f2effb;
  margin: 15px 0px;
}
.text-col-bg-gray {
  padding: 20px;
  background: #f8f8f8;
  margin: 15px 0px;
}
.bg-gray {
  background: #f8f8f8;
}
.card-body-main {
  display: flex;
}

.card-icon-col {
  width: 77px;
}

.card-body-main {
  padding: 22px;
  border: 0;
}

.card-icon {
  width: 70px;
  height: 70px;
  background: #f2effb;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-height-card .card {
  height: 100%;
}
.card-icon svg {
  fill: #412c76;
  width: 25px;
  height: 25px;
}

.card-content {
  padding-left: 19px;
  flex: 1;
}
.card-content h3 {
  -webkit-margin-before: 0.3em;
  margin-block-start: 0.3em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
}

.card.left-icon-card {
  margin: 30px 0px;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 12px 0px;
  border: 3px solid rgba(255, 255, 255, 0.85) !important;
  background-color: rgb(255, 255, 255) !important;
}

.icon-style-box {
  display: flex;
}

.icon-left {
  width: 35px;
  min-width: 35px;
}

.icon-text {
  flex: 1;
  padding-left: 16px;
}

.icon-left svg {
  fill: #412c76;
}
.card-content [class*="col-"] {
  margin-bottom: 20px;
  margin-top: 0;
}

.app-text-left {
  border-top-right-radius: 80px;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px;
  background-color: rgb(255, 255, 255) !important;
  padding: 60px 44px;
}

.app-text-left h3 {
  font-size: 40px;
  margin-bottom: 33px;
  line-height: 1em;
}

.app-text-left p {
  margin: 0.5em 0px;
  font-size: 20px;
  line-height: 36px;
}

.app-row-bg li {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.app-row-bg {
  background: #f1f0f5;
}

.app-row-bg {
  padding: 50px 60px;
}
.style-box-bg-purple .icon-text {
  background: #f2effb;
  padding: 10px;
}

.style-box-bg-purple .icon-text h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.style-box-bg-purple span.icon-check {
  width: 26px;
  height: 26px;
  background: #412c77;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding-bottom: 5px;
}

.style-box-bg-purple span.icon-check:has(svg[data-id^="icon-numeric"]) {
  background: transparent;
}

.apply-module {
  margin-top: 50px;
}
.text-col-bg-purple-light .icon-left {
  width: 35px;
  min-width: 35px;
}
.icon-text h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600 !important;
  padding-left: 10px;
}

.list-style-arrow ul {
  margin: 0;
  padding: 0;
}
.list-style-arrow ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
}
.list-style-arrow ul li a {
  color: #412c77;
  font-size: 20px;
}
.list-style-arrow ul li:before {
  display: block;
  width: 25px;
  height: 25px;
  max-height: 25px;
  margin: 0;
  z-index: 5;
  top: 1px;
  position: absolute;
  left: 0px;
  float: left;
  content: " ";
  /* background: url('../images/arrow-right.png') no-repeat; */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" viewBox="0 0 512 512" fill="currentcolor"><path d="M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6 l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z"/></svg>');
  background-size: contain;
}

.step-box-list.text-col-bg-purple-light span.icon-check {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 30px;
  font-weight: 500;
}

.step-box-list.text-col-bg-purple-light .icon-left {
  width: 40px;
  min-width: 40px;
}

.step-box-list .style-box-bg-purple h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.step-box-list.style-box-bg-purple .icon-text {
  padding-left: 22px;
}

.step-box-list .style-box-bg-purple .icon-text {
  padding-left: 24px;
  padding-top: 0;
}

.ac-box button.accordion-button,
button.accordion-button:focus {
  background: #ebe7f4 !important;
  box-shadow: none !important;
  margin: 0 !important;
  color: #412c76 !important;
}

.ac-box .accordion-item {
  margin: 0 !important;
}

.accordion-body {
  background: #ebe7f485 !important;
}

.card-col .card-header {
  background: #f2effb;
  color: #412c76;
  border: 0;
  font-weight: 700;
  padding: 15px 20px;
}

.card-col .card-header {
  background: #f2effb;
  color: #412c76;
  border: 0;
  font-weight: 700;
  font-size: 20px;
}

.card-col .card {
  border: 2px solid #f2effb !important;
  padding: 0;
  box-shadow: none !important;
}

.features-lg .icon-text {
  padding-left: 45px;
}
.cm-head {
  border-bottom: 2px solid #412c76;
  margin-bottom: 40px;
  padding-bottom: 18px;
}
.cm-head p {
  font-size: 18px;
  font-weight: 600;
}

.cm-head h2 {
  font-weight: 700;
}
.cm-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cm-icon svg {
  fill: #412c76;
  width: 36px;
}
.cm-box h4 {
  margin: 24px 0px 20px;
  font-weight: 600;
}
.row.cm-row {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 21px;
}
.quote-left ol li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.quote-left ol {
  margin-top: 29px;
}

.quote-box span.quote-icon {
  width: 58px;
  display: inline-block;
  margin-bottom: 12px;
}

.quote-box {
  background: #d7d3e1;
  padding: 40px;
  margin-left: 67px;
}

.quote-box p {
  font-size: 30px;
  line-height: 31px;
  color: #0c1115;
  margin-top: 20px;
}
.bottom-nav {
  padding: 0;
}

.inner-bg {
  height: 100%;
  background-size: cover !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav li a {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .pp-device-body {
    max-width: 445px;
    float: right;
    position: relative;
  }
  .banner-text h1 br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .sticky-wp-icon {
    position: fixed !important;
    bottom: 14px;
    right: 0 !important;
    z-index: 999999999;
    display: block !important;
    max-width: 200px;
  }
  footer {
    padding: 50px 0px 100px;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    width: auto;
    padding: 0;
  }

  .navbar-toggler-icon {
    background: transparent !important;
    width: 100%;
    height: auto;
    display: block;
  }

  .navbar-toggler-icon svg {
    width: 44px;
    fill: #fff;
    position: relative;
    top: -7px;
  }

  .navbar-nav {
    width: 100%;
  }

  .dropdown a:before {
    right: -9px;
  }
  .sub-menu-toggle:before {
    content: "" !important;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(134deg);
    top: 27px;
    right: 23px;
  }
  .dropdown a:before {
    display: none;
  }

  .sub-menu-toggle {
    width: 40px;
    height: 2px;
  }

  .sub-menu-toggle.popped ~ .sub-menu,
  .sub-menu-toggle.popped ~ .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
    width: 100%;
    padding: 0px 0px 0px 20px;
    box-shadow: none !important;
    border: 0;
  }
  .nav-link {
    margin-right: 27px;
  }
  header ul li {
    border-bottom: 1px solid #fb876a;
    width: 100%;
    padding: 10px 23px;
    margin: 0;
  }
  .navbar-nav .dropdown-menu li,
  .navbar-nav .sub-menu li {
    border: 0;
    padding-left: 0;
    padding: 0;
  }
  header .dropdown.dropdown li a,
  header .sub-menu li a {
    color: #ffff;
  }

  header .dropdown.dropdown li a,
  header .sub-menu li a {
    padding-left: 0;
  }
  .offcanvas {
    max-width: 309px;
    background: #fa6742 !important;
  }
  header ul li {
    width: 100%;
  }

  span.navbar-toggler-icon span {
    color: #ffff;
    font-size: 14px;
    display: block;
  }

  section.banner-sec {
    padding: 123px 0px 40px;
    text-align: center;
  }

  .banner-text h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .banner-text {
    max-width: 360px;
    margin: 0px auto;
  }

  .banner-text .lead-text {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .banner-text ul {
    text-align: left;
  }

  .banner-text ul li {
    font-weight: 500;
    font-size: 16px !important;
    display: flex;
    line-height: 20px !important;
    align-items: center;
  }
  .banner-text ul {
    text-align: left;
    max-width: 285px;
    margin: 10px auto 70px !important;
  }

  .banner-text ul li i {
    top: 0;
  }
  .pp-device-body {
    margin-top: 0;
  }

  section.vid-se-sm {
    padding: 31px 0px;
  }

  .text2 h2 {
    font-size: 47px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 10px;
  }
  .text2 h3 {
    font-size: 36px;
    text-align: center;
    line-height: 30px;
  }
  .text1 h2 {
    font-size: 33px;
    padding-bottom: 0;
  }

  .text1 {
    justify-content: center;
  }
  .banner-text .btn {
    padding: 24px 22px !important;
    margin-top: 0px;
  }
  p.lead-text1 {
    font-size: 20px;
    line-height: 30px;
  }
  p.lead-text3 {
    font-size: 36px;
    margin: 36px 0px 11px;
  }
  p.lead-text2 {
    font-size: 18px;
    margin: 10px 0px 0px;
  }

  .sec-space {
    padding: 40px 0px;
  }

  .debt-text h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  .for-row {
    border-top: 1px solid #ff8668;
    padding-top: 20px;
    margin-top: 32px;
  }

  .app-text h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 35px;
    margin-bottom: 13px;
  }
  .app-text .lead {
    text-align: center;
    line-height: 24px;
  }
  .app-text ul li {
    line-height: 26px !important;
  }

  .app-text ul {
    margin: 0px 0px 22px !important;
  }

  .app-section .btn-col {
    margin-top: 6px;
  }
  .app-section a.btn.btn-primary {
    font-size: 22px;
    min-width: 291px;
    margin: 0px auto;
  }
  .what-section h2 {
    max-width: 280px;
    margin: 0px auto;
    font-size: 36px;
    text-align: center;
    line-height: 53px;
    margin-bottom: 0 !important;
  }

  .what-section .btn-col {
    display: none;
  }

  .what-head {
    margin-bottom: 12px;
  }

  h2,
  h2.sec-title,
  .step-sec h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .we-section .row.mt-5 {
    margin-top: 0 !important;
  }
  .media-col {
    margin-bottom: 25px;
  }
  .row.mt-5 .media-col {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .faq-sec h2.section-title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  footer * {
    text-align: center;
  }

  .footer-menu ul li a {
    margin: 0px 7px;
  }

  .bottom-nav {
    padding: 0;
  }
  li.nav-item.top-wp-icon {
    padding-left: 10px;
  }

  .pp-device-body {
    max-width: 400px;
    margin: 0px auto;
  }
  header a.navbar-brand {
    width: 80%;
    max-width: 302px;
  }

  .quote-box {
    margin-left: 0;
  }

  .ab-row-prime {
    margin: 0;
    padding: 20px !important;
  }

  .card-col {
    margin-bottom: 30px;
  }

  .app-row-bg {
    padding: 26px 0px;
  }

  .app-text-left {
    padding: 30px;
  }

  .cta-bottom h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .row.card-block-row.mt-5 {
    margin-top: 30px !important;
  }

  .quote-left ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .app-text-left h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .app-text-left p {
    margin: 12px 0px;
    font-size: 16px;
    line-height: 30px;
  }

  .intro-media-text {
    font-size: 16px;
  }

  .apply-bg {
    min-height: 383px;
  }
  .apply-img-sm {
    display: none !important;
  }

  .card-body-main {
    display: block !important;
  }

  .card-content {
    padding: 0;
    margin-top: 22px;
  }

  .icon-style-box.features-lg {
    display: block;
  }
  .icon-style-box.features-lg .icon-text {
    padding: 20px 0px 0px;
  }

  .cm-box {
    margin-bottom: 34px;
  }

  .quote-box p {
    font-size: 23px;
  }

  img.footer-logo {
    max-width: 269px;
  }
  .row.intro-side-row {
    flex-direction: column-reverse;
  }

  .inner-bg {
    min-height: 300px;
    margin-top: 18px;
  }
}

/* max 991px */

/******Ek css*************/
.sec-custom .tcb-style-wrap h1 {
  font-size: 40px;
  color: #0c1115;
  font-weight: 400;
  padding-bottom: 14px !important;
  margin-bottom: 0px !important;
}
.sec-custom .intro-media-text a {
  color: #412c77;
}

.sec-custom .intro-media-text .btn-lg {
  min-width: 305px;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 2px;
  padding: 14px 22px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 300px;
}
.sec-custom .inner-bg {
  background-position: 50% 50% !important;
}
.sec-custom .inner-bg.bg-link {
  background-position: 94% 50% !important;
}
.sec-custom .text-sm.mt-2 {
  color: #000;
}
.sec-custom .full-bg-head.bg-purple h2 {
  font-size: 40px !important;
}
@media (min-width: 300px) {
  .bg-height {
    min-height: 520px !important;
  }
}
.sec-custom .card-bg-head h3 {
  letter-spacing: 2px;
  font-size: 20px !important;
  font-weight: 700;
}
.sec-custom .left-style {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.sec-custom .right-style {
  padding-left: 10px;
}
.sec-custom .card-body .list-style ul li a {
  padding: 10px 0px 10px 23px;
}
.sec-custom .tcb-col p {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.sec-custom .text-col-bg-gray h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.sec-custom .text-col-bg-purple-light h4 {
  padding-bottom: 15px;
  margin-bottom: 0px;
  font-size: 20px;
}
section.bg-purple-light.sec-space.sec-custom a {
  color: #412c77;
}
.sec-custom .text-col-bg-purple-light .btn.btn-purple.btn-lg {
  font-size: 18px;
}
.sec-custom .text-col-bg-purple-light {
  margin: 10px 0px;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.sec-custom .card.left-icon-card h4 {
  font-size: 20px;
}
.sec-custom .tcb-col .ico-text-debts {
  color: #412c77;
  font-size: 20px;
}
.sec-custom .icon-style-box li {
  font-size: 15px;
}
.sec-custom .tcb-col li {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 8px;
}

.page-template-template-debt-collectors-and-baliffs-acf
  .sec-custom
  .tcb-col
  li {
  padding-bottom: 0;
}

.sec-custom .tcb-col li:last-child {
  padding-bottom: 0px;
}
.sec-custom .apply-module {
  margin-top: 0px;
  padding: 20px;
}
.apply-module .app-row-bg {
  background: #ebeaf1;
}
/* .apply-module .app-row-bg:hover {
  background: transparent;
} */
.apply-module .btn.btn-purple.btn-lg {
  font-weight: 700;
}
.app-row-bg .info {
  text-align: center;
  font-size: 14px !important;
  line-height: 20px !important;
  max-width: 330px;
  margin: 0 auto;
  padding-top: 25px;
}
.icon-style-box .thrv_wrapper.thrv_text_element {
  padding-right: 40px;
  min-height: 110px;
}
.box-li {
  padding-top: 10px;
  padding-left: 15px;
}
.box-li .icon-style-box {
  padding-bottom: 13px;
}
.box-li .icon-style-box svg.tcb-icon {
  width: 30px;
}
.cta-bottom a.btn.btn-white.btn-lg {
  padding: 14px 22px;
  letter-spacing: 2px;
  font-weight: 700;
  min-width: 281px;
  text-decoration: none !important;
}
.cta-bt-main {
  max-width: 900px;
  margin: 0 auto;
}
.cta-bt-main p {
  font-size: 18px;
}
.cta-bt-main p.disclaimer {
  font-size: 16px;
}
section.cta-bottom.cta-light-bg.sec-space p {
  font-size: 15px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
section.cta-bottom.cta-light-bg.sec-space h3 {
  font-weight: 400;
}
@media (min-width: 992px) {
  .inner-bg img {
    display: none;
  }
}
@media (max-width: 991px) {
  .inner-bg {
    background-image: none !important;
    min-height: auto !important;
  }
  .bg-height {
    height: auto !important;
  }
  .bg-height {
    min-height: auto !important;
  }
}
.intro-media-text.font-16 p {
  font-size: 15px;
}
.font-16 li {
  font-size: 15px;
}
.sec-custom a {
  color: #412c77;
}
.intro-bottom {
  padding-top: 40px;
}
section.light-grey {
  padding: 60px 0px;
  background: #f8f8f8;
}
.tcb-style-wrap h2 {
  font-weight: 400;
  color: #0c1115;
}
.font-16 p {
  font-size: 15px !important;
}
.tcb-excluded-from-group-item p {
  color: #412c77;
}
.tcb-excluded-from-group-item p a {
  color: #412c77;
  font-weight: 300;
}
.tcb-excluded-from-group-item li {
  color: #412c77;
}
.tcb-excluded-from-group-item {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.list-style-custom a {
  color: #412c76;
  font-size: 18px;
}
.list-style-custom li {
  margin-bottom: 20px !important;
}
.sec-custom .card-bg-head h3.head-34 {
  font-size: 34px !important;
}
.full-height-card {
  height: 100%;
}
.cta-bt-main h2 {
  color: #000;
}
.list-style-custom svg {
  fill: #412c76;
  margin-right: 10px;
}
.sec-custom .card-bg-head h3.head-34 {
  font-size: 22px !important;
  letter-spacing: 0;
}
.cta-bottom a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.cta-bottom p > a,
.cta-bottom p span a {
  text-decoration: underline;
}
.text-col-bg-purple-light [class*="col-"] {
  margin-bottom: 0;
}

.card-space {
  margin-bottom: 30px;
}
.sec-custom .step-box-list.text-col-bg-purple-light h4 {
  padding-bottom: 9px !important;
  font-size: 15px;
}
.card-text ul li {
  margin: 10px 0px;
}
.rotate-icon {
  transition: transform 0.3s ease;
  fill: #412c76;
}
.accordion-button.collapsed .rotate-icon {
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.num-box span.icon-check {
  background: transparent;
  width: 30px;
  position: relative;
  top: 13px;
}
span.icon-check.icon-size-sm svg {
  width: 21px;
}
.num-space.num-box span.icon-check {
  top: 0 !important;
}

.card.card-ac-custom {
  border: 0 !important;
  background: #f8f8f8 !important;
  padding: 15px 15px 10px;
}

.card.card-ac-custom .card-body {
  padding: 0;
  background: #f8f8f8 !important;
}

.card.card-ac-custom .accordion-body {
  background: #f8f8f8 !important;
}

.card.card-ac-custom button.accordion-button {
  background: #f8f8f8 !important;
  box-shadow: none !important;
  border-bottom: 2px solid #412c76;
  padding-left: 0;
  padding-right: 0;
}

.scroll-list a {
  display: block;
  padding: 6px 10px;
  font-weight: 600;
}

.scroll-list br {
  display: none;
}

.scroll-list a:hover {
  background: #412c76;
  color: #ffff !important;
}
.card.left-icon-card.card-primary {
  border: 0 !important;
}

.card.left-icon-card.card-primary .card-body-main {
  background: #f2effb;
}

.card.left-icon-card.card-primary .card-icon {
  background: #fff;
}

/*blog*/

.blog-media img {
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-media {
  margin-bottom: 20px;
}

.blog-box {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  height: 100%;
}

.blog-text {
  padding: 3px 20px;
}

.blog-meta {
  margin-bottom: 4px;
  color: #412c76;
  font-weight: 600;
}

.blog-text h3 {
  margin-bottom: 14px;
}

.blog-text,
.blog-text h3 {
  color: #212020;
}

.blog-col {
  margin-bottom: 30px;
}
.blog-media img {
  width: 100%;
}
section.blog-simgle-top,
div.blog-simgle-top {
  background: #ebe9f1;
}

.cta-box {
  border: 8px solid #3e267a;
  padding: 2rem;
  background-color: #fff;
}
.cta-button {
  background-color: #3e267a;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
}
.cta-button:hover {
  background-color: #2d1e5a;
}

@media (max-width: 991px) {
  .list-row .col {
    margin-top: 0;
  }
  .icon-style-box {
    display: block;
  }

  .icon-text {
    margin-top: 21px;
    padding-left: 0;
  }
  .list-row {
    margin-top: 10px !important;
  }
  .sec-custom .tcb-style-wrap h1 {
    font-size: 28px;
  }
  .sec-custom .full-bg-head.bg-purple h2 {
    font-size: 26px !important;
  }
  .icon-style-box.full-icon-style {
    display: flex;
    align-items: center !important;
  }

  .icon-style-box.full-icon-style .icon-text {
    margin-top: 0;
  }
}
.innerpage header {
  background: rgb(65, 44, 119) !important;
  position: relative;
}

.thank-section .thank-text h2 {
  background: #455981;
  color: #fff !important;
  text-align: center;
  border-radius: 17px;
  padding: 8px 10px;
  margin: -1px -1px 15px;
  padding-bottom: 11px !important;
  padding-top: 13px !important;
  font-size: 33px;
  font-style: italic;
}

.thank-section .thank-text {
  background: #dbf4ff;
  border: 2px solid #cccccc;
  border-radius: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 40px;
}
.thank-section .thank-media {
  padding: 17px 30px !important;
  background: #455981;
  margin: 0 !important;
  text-align: center;
  border-radius: 17px;
  margin-top: -42px !important;
}
.thank-section .thank-media img {
  max-width: 300px !important;
  height: auto !important;
}

.thank-section {
  margin: 40px 0px;
}

.thank-section .thank-text p {
  padding: 20px 20px;
  color: #000;
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
}

.page-id-234 #site-content {
  background: url("../images/thanks-bg.jpg") no-repeat;
  background-size: cover !important;
  border: 0 !important;
  height: 100vh;
  padding: 50px 0px 100px;
  background-repeat: no-repeat !important;
}

.page-logo {
  max-width: 300px;
  margin: 0px auto;
}

.th-all {
  padding: 22px 0px;
  text-align: center;
}
.th-all h1 {
  color: #fff;
  margin: 30px 0px;
  font-weight: 700;
}
.th-all ul {
  max-width: 322px;
  margin: 20px auto 10px !important;
  float: none;
  text-align: left;
  position: relative;
  left: 14px;
  color: #fff;
  font-weight: 600;
}

.page-id-234 header {
  display: none;
}
.page-id-916 hr,
.page-id-4806 hr {
  display: none;
}

.page-id-916 .thank-section .thank-media {
  margin-top: 0 !important;
}

.page-id-916 .thank-section .thank-text {
  padding-bottom: 0 !important;
}
.thank-section .thank-text p:empty {
  display: none;
}

.page-id-18863 .thank-section p:empty {
  display: none;
}

.page-id-18863 .thank-section .thank-text p {
  display: none;
}

.page-id-18863 .thank-section .thank-text h2 + p {
  display: block;
}

.page-id-18863 .thank-section .thank-media {
  margin-top: 0 !important;
}

.page-id-18863 .thank-section .thank-text {
  padding-bottom: 0;
}

.page-id-18863 hr {
  display: none;
}

@media (max-width: 360px) {
  .thank-section .thank-media img {
    max-width: 230px !important;
  }
}

/* === WHD Edits === */

/* Header menu dropdowns */
.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 400px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 12px 0px;
}

.menu-item-has-children > .sub-menu a {
  white-space: normal;
  word-break: break-word;
  display: block;
}

@media (max-width: 768px) {
  .menu-item-has-children > .sub-menu {
    background: #fa6742 !important;
    & a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
    }
  }
}

/* New Homepage */

#home-new .banner-text h1,
#home-new .we-section h2,
#home-new .what-section h2,
#home-new .debt-sec .debt-text h2,
#ivas-ds .banner-text h1 {
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  text-shadow: none;
  letter-spacing: 0.03em;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#home-new .banner-text h2,
#home-new .help-text h2,
#home-new .features-row h2,
#home-new .debt-sec h2,
#home-new .we-section h3,
#home-new .what-section,
#home-new .lead-text2 a,
#home-new .ad-section .ad-text .btn-row .btn-orange,
#home-new .help-text,
#home-new .faq-sec h2,
#ivas-ds .banner-text h2 {
  color: #ffffff;
}

#home-new .help-text h2,
#home-new .features-row h2,
#home-new .debt-sec h2,
#home-new .we-section h3,
#home-new .ad-section h2,
#home-new .step-sec h2,
#home-new .faq-sec h2,
#home-new .blog-sec h2,
#ivas-ds .iva-benefits-sec h2,
#ivas-ds .full-sec h2,
#ivas-ds .faq-sec h2 {
  font-weight: 700 !important;
}

#home-new .banner-text h2,
#home-new .help-text h2,
#home-new .features-row h2,
#home-new .debt-sec h2,
#home-new .we-section h3,
#home-new .ad-section h2,
#home-new .step-sec h2,
#home-new .faq-sec h2,
#home-new .blog-sec h2,
#ivas-ds .banner-text h2 {
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

#home-new .banner-text h2,
#ivas-ds .banner-text h2 {
  line-height: 1.1em;
  font-weight: 800 !important;
  text-shadow: -13px 0px 11px rgba(0, 0, 0, 0.99);
  padding-right: 0px;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: uppercase;
}

#home-new .banner-text h2 {
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

#home-new .help-text h2,
#home-new .features-row h2,
#home-new .debt-sec h2,
#home-new .we-section h3,
#home-new .ad-section h2,
#home-new .step-sec h2,
#home-new .faq-sec h2,
#home-new .blog-sec h2 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.3em;
}

#home-new .we-section h2,
#home-new .what-section .what-head,
#home-new .text2 h3,
#home-new .what-section h2 {
  margin-bottom: 0;
}

#home-new .we-section h3,
#home-new .blog-sec h2,
#home-new .ad-section .sec-title {
  margin-bottom: 2rem;
}

#home-new .banner-text h2 span,
#home-new .app-text h2 span,
#ivas-ds .banner-text h2 span {
  color: #fa6742;
}

#home-new .banner-text .lead-text {
  font-size: clamp(1.7rem, 3vw, 2.85rem);
}

#home-new .features-row {
  text-align: center;
  margin: 60px 0px;
}

#home-new .info-box,
#home-new .step-sec .step-head p {
  padding-top: 2rem;
}

#home-new .btn-orange,
.solutions .btn-orange,
.single-post .btn-orange {
  background: #fa6742 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}

#home-new .debt-sec .debt-text h2,
#home-new .debt-sec .debt-text h3,
#home-new .step-sec .step-head,
#home-new .faq-sec h2,
.solutions .faq-sec h2,
.ivas-qualify .debt-summary .col-lg-6,
.iva-benefits-sec h2,
#ivas-ds .full-sec h2,
#ivas-ds .included-iva-debts .btn-col,
#ivas-ds .iva-process-sec h2 {
  text-align: center;
}

#home-new .debt-sec .debt-text h3 {
  font-size: 3.5rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.99);
  font-weight: 800;
  color: #ffffff;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

#home-new .what-section h2 {
  padding-top: 1rem;
  line-height: 2.5rem;
}

#home-new .what-section h3 {
  line-height: 5.1rem;
  padding: 0.3em 0em 0.3em 0em;
  margin: 0;
  font-size: clamp(2.7rem, 5.1vw, 5.3rem);
  color: #ffffff;
}

#home-new .what-section .btn-col {
  margin-top: 1.5rem;
  margin-bottom: 1.9rem;
}

#home-new .what-section .what-head .btn-col {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

#home-new .what-section .what-head .btn-col .btn {
  font-size: 1.4rem;
}

#home-new .what-section .what-head .btn-col .btn-white:hover,
#home-new .ad-section .ad-text .btn-row .btn-white:hover {
  background-color: #ffffff !important;
}

#home-new .we-section p,
#home-new .what-section .what-text {
  font-size: 1.1rem;
}

#home-new .debt-sec .debt-text p,
#home-new .what-section,
#home-new .we-section .we-text p,
#home-new .we-section .full-text p,
#home-new .ad-section p,
#home-new .step-sec .step-head p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

#home-new .we-section .full-text {
  text-align: center;
  margin-top: 2rem;
}

#home-new .debt-sec .debt-text a,
#home-new .what-section a,
#home-new .we-section a {
  color: #ffffff;
  text-decoration: underline;
}

#home-new .text1 h2,
#home-new .text2 h2 {
  font-weight: 400 !important;
}

#home-new .text2 h2 {
  color: #412c76;
  font-size: 7.4rem;
  font-size: clamp(4rem, 7.1vw, 7.4rem);
  letter-spacing: -1.9px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
#home-new .text1 h2 {
  font-size: clamp(2.5rem, 5vw, 4.9rem);
}

#home-new .app-text h2 {
  text-transform: uppercase;
}

#home-new .app-text ul li {
  font-style: normal;
}

#home-new .for-row {
  margin-top: 0px;
  padding-top: 0px;
  align-items: center;
  border-top: 0;
}

#home-new .ad-section .ad-text .btn-row,
#home-new .step-sec .step-head p {
  padding-top: 1.3rem;
}

#home-new .step-sec .step-head span {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

#home-new .step-sec h2,
#home-new .faq-sec h2 {
  margin-bottom: 1rem;
}

#home-new .faq-sec .accordion-body a {
  text-decoration: underline;
}

#home-new .blog-text {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

#home-new .banner-sec .col-lg-5 {
  justify-items: stretch;
}

#home-new .banner-sec .col-lg-5 .trustpilot-widget,
#ivas-ds .banner-sec .trustpilot-widget {
  margin-top: 1em;
  width: 100%;
}

#ivas-ds .banner-text .btn-col {
  margin-top: 0;
}

#home-new .banner-sec .col-lg-5 .trustpilot-widget {
  float: right;
  max-width: 400px;
}

@media (max-width: 991px) {
  #home-new .what-section h3 {
    text-align: center;
    line-height: 3rem;
    padding: 0.1em 0em 0.5em 0em;
  }

  #home-new .we-section h3,
  #home-new .blog-sec h2,
  #home-new .ad-section .sec-title {
    margin-bottom: 1rem;
  }

  #home-new .text2 h3 {
    margin-bottom: 1rem;
  }
  #home-new .text2 h2 {
    margin-bottom: 0.5rem;
  }

  #home-new .we-section .full-text {
    margin-top: 0.5rem;
    text-align: left;
  }

  #home-new .blog-sec .col-lg-4 {
    margin-bottom: 2em;
  }

  #home-new .banner-sec .col-lg-5 .trustpilot-widget {
    float: none;
    margin-top: 1em;
    width: 100%;
    justify-self: center;
  }

  #home-new .app-text .lead {
    line-height: 28px;
  }

  #home-new .app-text p {
    text-align: center;
  }

  #home-new .banner-text .btn-col {
    margin-top: 10px;
  }

  #home-new .banner-text ul {
    margin: 10px auto 40px !important;
  }

  #home-new .banner-text h2,
  #ivas-ds .banner-text h2 {
    margin-top: 7px;
  }
}

.btn-fw {
  max-width: 100% !important;
  width: 100%;
}

.sec-bailiffs h2 {
  font-size: clamp(1.7rem, 2vw, 1.9rem);
  line-height: 2.4rem;
  text-wrap: balance;
}

.sec-bailiffs h3 {
  font-size: clamp(1.3rem, 1.4vw, 1.3rem);
  text-wrap: balance;
}

.sec-bailiffs .bailiff-contact,
.sec-universal .sidebar {
  background-color: #ffffff;
  padding: 1em 2em;
}

.sec-bailiffs .bailiff-contact h2 {
  font-size: 1.7rem;
  line-height: 1.2;
}

.sec-bailiffs .app-text-left h2,
.sec-universal .app-text-left h2 {
  /* font-size: clamp(1.3rem, 1.4vw, 1.3rem); */
  font-weight: 500 !important;
}

.sec-bailiffs .full-height-card h3 {
  font-size: clamp(1.1rem, 1.3vw, 1.2rem);
  font-weight: 700 !important;
}

.sec-bailiffs .breadcrumbs,
.sec-universal .breadcrumbs {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.1vw, 1.2rem);
}

.sec-bailiffs .breadcrumbs p,
.sec-universal .breadcrumbs p {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.sec-pad {
  padding: 1em 1.5em;
}

.sec-lr-pad {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.sec-bailiffs .call-out,
.sec-universal .call-out {
  margin-top: 1.5rem;
}

.sec-bailiffs .call-out .btn,
.sec-universal .call-out .btn {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.sec-bailiffs .call-out h3,
.sec-universal .call-out h3 {
  font-weight: 700;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.custom-list i {
  padding-right: 0.2em;
}

ul.custom-list i.fa-check-circle,
ul.custom-list i.fa-check,
.green-icon {
  color: #07b67a;
}

ul.custom-list i.fa-circle-xmark,
.red-icon {
  color: #ff7575;
}

.col-lg-6:has(> .custom-list) {
  margin-bottom: 0;
}

.col-lg-12:has(> .text-col-bg-purple-light:only-of-type) {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sec-bailiffs .bailiff-contact,
  .sec-universal .sidebar {
    background-color: transparent;
    padding: 1.5em 1em 0em;
  }
}

.solutions .col-lg-12 .row {
  margin-top: 1rem;
}

.solutions .card-text ul li {
  margin: 0;
}

.standout-text p,
.standout-text ul {
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
}

.standout-text ul li,
.solutions .why-switch h3 {
  margin-bottom: 0.8rem;
}

.solutions-app .container h2,
.ivas-qualify .container h2 {
  font-weight: 700 !important;
}

.solutions-app .standout-text ul,
.ivas-qualify .col-lg-5 .text-col-inner {
  padding: 1em !important;
  box-sizing: inherit !important;
}
.solutions-app .standout-text ul {
  background: rgba(255, 255, 255, 0.05);
}

.ivas-qualify .col-lg-5 .text-col-inner {
  background: #412c760a;
}

.solutions-app .standout-text ul {
  margin: 0px 0px 40px !important;
}

.solutions table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #212529;
}

.solutions table thead {
  background-color: #f8f8f8;
}

.solutions table tr {
  border: 1px solid #212529;
}

.solutions table th:nth-child(odd),
.solutions table td:nth-child(odd) {
  border: 1px solid #212529;
}

.solutions table.pros-cons th,
.solutions table.pros-cons td,
.sec-bailiffs table th,
.sec-bailiffs table td,
.sec-universal table th,
.sec-universal table td {
  width: 50%;
}

.sec-bailiffs table td,
.sec-universal table td {
  vertical-align: top;
}

.solutions .call-out p,
.solutions .call-out ul li {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.9rem;
}

.solutions .call-out .app-text-left {
  padding: 2.5em 2em;
}

.solutions table.comparison td,
.solutions table.pros-cons th {
  width: 33%;
}

.solutions table.comparison td:nth-child(1) {
  font-weight: 700;
  background-color: #f8f8f8;
}

.solutions table.comparison,
.sec-bailiffs table,
.sec-universal table {
  margin-bottom: 1em;
}

.sec-bailiffs table ol,
.sec-bailiffs table ul,
.sec-universal table ol,
.sec-universal table ul {
  margin-top: 0.5rem;
  padding-left: 1.3rem;
}

.sec-bailiffs table h3,
.sec-bailiffs table h4,
.sec-universal table h3,
.sec-universal table h4 {
  padding-inline: 0.8em;
}

.why-switch .btn-col,
.solutions .text-col-bg-purple-light .btn-col {
  margin-top: 0.2em;
}

.solutions .app-text-left h2,
.solutions .why-switch h3,
.solutions .text-col-bg-purple-light h3,
.solutions .text-col-bg-gray h3,
.solutions .text-col-bg-white h3,
#ivas-ds .iva-process-sec h2,
#ivas-ds .iva-process-sec h3 {
  font-weight: 700 !important;
}

.solutions .why-switch {
  margin-top: 0;
}

.solutions .why-switch h3,
.solutions .text-col-bg-purple-light h3,
.solutions .text-col-bg-gray h3 {
  font-size: 1.25rem;
}

.solutions .text-col-bg-gray {
  margin-bottom: 0em;
}

.solutions .tp-right {
  align-content: center;
}

@media (max-width: 991px) {
  .solutions .tp-right {
    margin-top: 3em;
  }
}

.blog .post-thumbnail {
  margin-bottom: 1em;
  height: 300px;
  overflow: hidden;
}

.blog .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog #site-content h1 {
  margin: 1.2em 0em;
  text-align: center;
}

.blog #site-content h2 {
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
  line-height: 2rem;
  font-weight: 500 !important;
  margin-bottom: 1.25rem;
}

.blog .col-lg-4 {
  margin-bottom: 1rem;
}

.blog .pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 0.5em;
}

.blog .blog-feed {
  margin-block: 3rem;
}

@media (max-width: 991px) {
  .blog #site-content h2 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .blog .blog-feed {
    margin-top: 1rem;
  }
}

#ivas-ds .banner-text h2 {
  font-size: clamp(2.35rem, 4vw, 4rem);
}

#ivas-ds .banner-text .lead-text {
  font-size: clamp(1.55rem, 2vw, 2.2rem);
}

#ivas-ds .banner-text .btn {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

#ivas-ds .ivas-qualify .container h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
  line-height: 1.3em;
}

.ivas-qualify .row {
  margin-bottom: 1rem;
}

.ivas-qualify .standout-text ul.custom-list {
  margin-top: 1.5rem;
}

.ivas-qualify .standout-text ul.custom-list li {
  padding-bottom: 0.7rem;
}

.ivas-qualify .btn-col {
  margin-top: 2rem;
}

.ivas-qualify .trustpilot-widget {
  margin-top: 2rem;
}

.ivas-qualify .col-lg-5 .text-col-inner {
  margin-bottom: 0.7rem !important;
}

.ivas-qualify p.disclaimer {
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
}

.ivas-qualify h3 {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  margin-top: 0.2rem;
  text-align: center;
}

.ivas-qualify table.debt-table tr,
.ivas-qualify table.debt-table td {
  border: 0 !important;
  padding: 0.5rem 0em;
}

.ivas-qualify table.debt-table td:nth-child(even) {
  text-align: right;
  font-weight: 600;
}

.ivas-qualify table.debt-table {
  border-top: 1px solid #412c76;
  border-bottom: 1px solid #412c76;
  border-left: 0px;
  border-right: 0px;
  margin: 0.8rem 0rem 1rem 0rem;
}

.ivas-qualify .debt-summary h4 {
  text-align: center;
  margin: 1.1rem 0rem 1rem 0rem;
  color: #0c1115;
}

.ivas-qualify .debt-summary h5 {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  margin-bottom: 1rem;
  color: #0c1115;
}

.ivas-qualify .debt-summary p.debt-amount {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 700;
  margin-top: 0.3rem;
}

.ivas-qualify table.debt-table tr.total-row,
.ivas-qualify .debt-summary h4 {
  font-weight: 600;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}

.ivas-qualify p.estimated-debt-written-off,
.ivas-qualify p.monthly-saving {
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  padding: 0.1rem 0.5rem;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff !important;
}

.ivas-qualify p.estimated-debt-written-off {
  background-color: #07b67a;
}

.ivas-qualify p.monthly-saving {
  background-color: #412c76;
}

#ivas-ds .sec-custom .text-col-bg-purple-light {
  margin: 0px;
}

.iva-benefits-sec .benefits-icon {
  text-align: center;
  color: #412c76 !important;
  font-size: clamp(2rem, 2vw, 3rem);
  margin-bottom: 1rem;
}

.benefits-iva {
  margin-bottom: 2rem;
}

.benefits-iva .col-lg-4 .text-col-bg-gray,
.benefits-iva .col-lg-4 .text-col-bg-purple-light,
.benefits-iva .col-lg-4 .text-col-bg-white {
  height: 100%;
  margin: 0;
}

.benefits-iva .text-col-bg-gray h3,
.benefits-iva .text-col-bg-purple-light h3,
.benefits-iva .text-col-bg-white h3 {
  font-size: clamp(1rem, 1.2vw, 1.3rem) !important;
  text-align: center;
}

.text-col-bg-white {
  background-color: #ffffff;
  padding: 20px;
}

#ivas-ds .included-iva-debts h2 {
  margin-bottom: 0.5rem;
}

#ivas-ds .included-iva-debts p {
  margin-bottom: 2rem;
}

#ivas-ds .included-iva-debts .text {
  margin-top: 1rem;
}

#ivas-ds .iva-process-sec .card.left-icon-card {
  margin: 0.7rem 0;
}

#ivas-ds .iva-process-sec .card.left-icon-card .card-icon {
  font-weight: 800;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #412c76;
  padding: 16px;
  font-family: sans-serif;
}

#ivas-ds .app-text-left p,
#ivas-ds .app-text-left ul li {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.7rem;
}

#ivas-ds .app-text-left ul li {
  padding-bottom: 0.5rem;
}

#ivas-ds .solutions table.comparison td,
#ivas-ds .solutions table.pros-cons th {
  width: 25%;
}

#ivas-ds .solutions table.comparison td:first-of-type,
#ivas-ds .solutions table.pros-cons th:first-of-type {
  width: 18%;
}

@media (max-width: 991px) {
  #ivas-ds .banner-text,
  #ivas-ds .banner-text ul {
    max-width: 380px;
  }

  #ivas-ds .banner-text .btn-col {
    margin: 0.5rem auto 1rem;
  }

  #ivas-ds .banner-text ul {
    margin: 10px auto 30px !important;
  }

  #ivas-ds .banner-sec .col-lg-5 {
    margin-top: 1rem;
  }

  #ivas-ds .row .col-lg-7 {
    margin-bottom: 2rem;
  }

  .ivas-qualify .debt-summary .row .col-lg-6 {
    width: 50%;
  }

  .ivas-qualify p.disclaimer {
    text-align: center;
  }

  .benefits-iva,
  #ivas-ds .included-iva-debts .text {
    margin: 0;
  }

  .benefits-iva .col-lg-4,
  .included-iva-debts .col-lg-6 {
    margin-bottom: 1rem;
  }

  #ivas-ds .iva-process-sec .card.left-icon-card .card-icon {
    width: 50px;
    height: 50px;
  }

  #ivas-ds .iva-process-sec .card-icon-col {
    width: 60px;
    float: left;
  }

  #ivas-ds .iva-process-sec .card-content {
    margin-top: 12px;
  }

  #ivas-ds .iva-process-sec .tcb-col p {
    clear: both;
    margin-top: 1.3rem;
  }

  #ivas-ds .solutions .tp-right {
    margin-top: 0;
  }
}

/* Page to post transition (.full-width-wrapper) */

.blog-desc > .container:has(.full-width-wrapper) {
  max-width: unset !important;
  padding: 0;
}
.blog-desc:has(.full-width-wrapper) {
  padding: 0;
}

/* Post Archives */

.posts-archive .post-item {
  display: flex;
  &:target {
    outline: 3px solid #412c77;
    outline-offset: -5px;
    scroll-margin-top: 20px;
    outline-style: auto;
  }

  & article {
    display: flex;
    flex-direction: column;
    margin: calc(var(--bs-gutter-x) * 0.5) 0;
    background: #f2effb;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 12px 0px;
    padding: 22px;
  }
  & .post-excerpt {
    height: 100%;
  }

  & .read-more-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.category-archive .card-ac-custom {
  margin-top: 80px;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.cta-block {
  display: contents;
  & .apply-module {
    margin-bottom: 50px;
  }
}

.archive-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}

.category-description {
  font-size: 1.25rem;
}

.archive-image img,
.responsive-image-wrapper img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .apply-module .responsive-image-wrapper img {
    aspect-ratio: 1;
  }
}

@media (min-width: 992px) {
  .archive-image,
  .responsive-image-wrapper {
    contain: size;
    height: 100%;
    & img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
}

@media (min-width: 1200px) {
  .category-archive > .container {
    max-width: 1240px;
  }
}

/* Trustpilot */

.trustpilot-widget[data-template-id="539ad60defb9600b94d7df2c"] {
  height: 100%;
}

/* Blog */

.single-post table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  border: none;
  margin: 2rem 0;
  font-size: 0.95rem;
}

.single-post table table {
  min-width: 600px;
}

.single-post th,
.single-post td {
  padding: 12px 16px;
  text-align: left;
}

.single-post table :is(h2, h3, h4) {
  margin-block: 0;
}

.single-post table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.single-post table tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.single-post table tr:first-child td,
.single-post table tr:first-child td span,
.single-post table tr:first-child th,
.single-post table tr:first-child th span {
  background: #ebe9f1;
  font-weight: 600 !important;
  font-size: 1.1rem;
  color: #412c76;
}
.single-post table tr:first-child td,
.single-post table tr:first-child th {
  padding-block: 1em;
}

.single-post table tr {
  border-bottom: 1px solid #eee;
}

.single-post table tr:nth-child(odd):not(:first-child) {
  background: #fafafa;
}

.page-toc .list-style ul li a {
  text-align: left;
  padding: 10px 23px 10px 23px !important;
}

@media (min-width: 769px) {
  .page-toc .left-style .list-style ul li a {
    text-align: right;
    padding: 10px 23px 10px 110px !important;
    &::before {
      display: none;
    }
    &::after {
      content: "";
      position: absolute;
      height: 7px;
      width: 7px;
      border: 1px solid #1e1e1e;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(-135deg);
      top: 19px;
      right: 6px;
    }
  }
}

.page-toc.bg-purple {
  & .left-style {
    border-right-color: color-mix(in srgb, #ddd 50%, transparent);
    @media (max-width: 768px) {
      border: none;
    }
  }
  & .list-style ul li a {
    color: #fff;
    &::before,
    &::after {
      border-color: #fff;
    }
    &:hover {
      background: #392767;
    }
  }
}

hr {
  width: 100%;
  border-width: 2px;
  border-color: #f2effb;
  opacity: 1;
}

/* === Universal Template === */

.page-template-template-universal .sec-universal h1,
.page-template-template-universal .sec-universal h2 {
  font-weight: 400 !important;
}

.page-template-template-universal .sec-universal h3,
.page-template-template-universal .sec-universal h4 {
  font-weight: 500 !important;
}

.page-template-template-universal .sec-universal p:not(.standout-text p):not(p.monthly-saving):not(p.estimated-debt-written-off) {
  font-size: 1rem;
  line-height: 1.5;
}
.page-template-template-universal .sec-universal .font-20 p {
  font-size: 1.125rem;
}

.page-template-template-universal .sec-universal h1 {
  font-size: clamp(2.1rem, 1.922rem + 0.771vw, 2.5rem);
}

.page-template-template-universal .sec-universal h2 {
  font-size: clamp(1.8rem, 1.655rem + 0.627vw, 2.125rem);
}

.page-template-template-universal .sec-universal h3 {
  font-size: clamp(1.375rem, 1.319rem + 0.241vw, 1.5rem);
}

.page-template-template-universal .uni-hero .btn {
  font-size: 1.2rem;
}

.page-template-template-universal .btn:hover,
.page-template-template-universal .btn:focus {
  color: #fff !important;
  background: #fa6742 !important;
}
.page-template-template-universal .btn-orange {
  background: #fa6742 !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}

.page-template-template-universal .btn-orange:hover {
  background: #412c76 !important;
}

.page-template-template-universal .sec-universal li:not(:last-of-type) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-template-template-universal .disclaimer {
  font-size: 0.85rem !important;
}

.page-template-template-universal li:has(img) {
  list-style: none;
  padding-left: 0;
}

.page-template-template-universal ul:has(li > img) {
  padding-left: 0;
}

/* Layouts */

.uni-basic-card.first-section,
.uni-cta-image.first-section {
  padding-top: 60px;
}
.uni-basic-card.last-section,
.uni-faq.last-section,
.uni-cta-image.last-section {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .uni-basic-card.first-section,
  .uni-cta-image.first-section {
    padding-top: 40px;
  }
  .uni-basic-card.last-section,
  .uni-faq.last-section,
  .uni-cta-image.last-section {
    padding-bottom: 40px;
  }
}

.inner-card-icon svg {
  margin-top: 0;
  width: 32px;
  height: 32px;
}

.icon-text h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600 !important;
}

.card-content .uni-basic-grid h3,
.card-content .uni-basic-list h3 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.card-content .uni-basic-grid:has(.card-header) h3 {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.uni-basic-regular:has(.sidebar) .col-lg-8 {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}

.uni-basic-regular
  > .container
  > .row
  > .col-lg-12:not(:has(.uni-basic-grid)):not(:has(.uni-basic-list)):not(:has(.uni-basic-list-plain)):not(:has(.uni-basic-2columns)) {
  max-width: 900px;
  margin-inline: auto;
}

.uni-basic-card .step-box-list {
  border-radius: 0.375rem;
}

/* .uni-basic-card .card-text > p {
  margin-bottom: 1em;
} */

.uni-basic-list-plain .icon-text {
  margin-top: 20px;
}

.uni-basic-grid .full-height-card p:last-child {
  padding-bottom: 0;
}

.uni-faq button {
  border-bottom: solid 1px #fff;
}

.uni-faq .accordion-item {
  border-bottom: solid 2px #fff !important;
}

.uni-basic-regular:has(.card) .col-lg-12 {
  margin-bottom: 1em;
}

.uni-basic-regular:has(.card) .col-lg-12 > p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
}

.uni-cta-image .apply-module {
  margin-top: 0;
}

.uni-cta-simple:not(.uni-cta-trustpilot) h2,
.uni-cta-simple:not(.uni-cta-trustpilot) p {
  text-align: center;
}

.page-template-template-universal-php .card.left-icon-card {
  margin: 15px 0px;
}

.page-template-template-universal-php .sec-custom .text-col-bg-purple-light {
  margin: 0px 0px 10px 0px;
}

.page-template-template-universal-php
  .icon-style-box
  .icon-text
  > p:last-of-type {
  padding-bottom: 0;
}

.learning-hub-cta.sec-space {
  padding: 60px 0px 80px 0px;
}

.learning-hub-cta h2,
.learning-hub-cta p {
  text-align: center;
}

/* 2 col inner section lists */

.inner-blocks .uni-basic-2columns h3:first-child {
  margin-top: 0;
}

.inner-blocks .uni-basic-2columns ul li {
  padding-bottom: 0;
}
.inner-blocks .uni-basic-2columns ul li:not(:last-of-type) {
  margin-bottom: 0;
}

.uni-basic-2columns > .row:not(:has(h3)) .col-lg-6,
.uni-basic-2columns > .row:not(:has(h3)) .col-lg-6 ul,
.uni-basic-2columns
  > .row:not(:has(h3))
  .col-lg-6
  ul:first-of-type
  li:last-of-type {
  margin-bottom: 0;
}

/* Yes bullets - green checkmarks */
.uni-basic-2columns [style*="--list-bullets: yes"] ul {
  list-style: none;
  padding-left: 0;
}
.uni-basic-2columns [style*="--list-bullets: yes"] ul li {
  padding-left: 1.5em;
  position: relative;
}
.uni-basic-2columns [style*="--list-bullets: yes"] ul li::before {
  content: "\f058"; /* fa-check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #07b67a;
  position: absolute;
  left: 0;
}

/* No bullets - red x marks */
.uni-basic-2columns [style*="--list-bullets: no"] ul {
  list-style: none;
  padding-left: 0;
}
.uni-basic-2columns [style*="--list-bullets: no"] ul li {
  padding-left: 1.5em;
  position: relative;
}
.uni-basic-2columns [style*="--list-bullets: no"] ul li::before {
  content: "\f057"; /* fa-circle-xmark */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ff7575;
  position: absolute;
  left: 0;
}

/* Text inner block */

.text-block {
  display: flex;
  flex-direction: column;
}

.uni-basic-card:has(.step-box-list) .text-block {
  padding-top: 0.5rem;
}

.uni-basic-card:has(.step-box-list) .text-block .btn {
  margin-inline: auto;
}

.text-block .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* CTA */
.sec-universal .cta-bottom .tp-right {
  display: flex;
  align-items: center;
  padding: 40px 0 0 0;
  @media (min-width: 992px) {
    padding: 0 0 40px 0;
  }
}

.sec-universal .cta-bottom .trustpilot-widget {
  width: 100%;
}

/* === Blog CTA === */

.blog-cta {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 8px solid #3e267a;
  background-color: #fff;
}

.blog-cta,
.blog-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-cta__content {
  padding: 32px 32px 36px 32px;
  text-align: center;
}

.blog-cta__text {
  width: 100%;
}

.blog-cta__media {
  margin: 0;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.blog-cta__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-cta h1:first-child,
.blog-cta h2:first-child,
.blog-cta h3:first-child {
  font-size: clamp(1.8rem, 1.655rem + 0.627vw, 2.125rem) !important;
  font-weight: 500 !important;
}

.blog-cta h1,
.blog-cta h2,
.blog-cta h3,
.blog-cta h4 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}
.blog-cta p {
  margin-bottom: 0.5em;
}

.blog-cta__button {
  font-size: 1.125rem;
  margin-top: 1rem;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (min-width: 768px) {
  .blog-cta {
    flex-direction: row;
    align-items: stretch;
  }

  .blog-cta__content {
    align-items: flex-start;
  }

  .blog-cta:not(:has(figure)) .blog-cta__content {
    align-items: flex-start;
    flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .blog-cta:not(:has(figure)) .blog-cta__button {
    margin-top: 0;
    margin-bottom: 0.5em;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .blog-cta__content,
  .blog-cta__media {
    width: 100%;
  }

  .blog-cta__content {
    padding: 2rem;
    text-align: left;
  }

  .blog-cta__media {
    aspect-ratio: unset;
    height: auto;
    min-height: 100%; /* Key fix */
    display: flex; /* Make figure a flex container */
  }

  .blog-cta__media img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .blog-cta__media {
    width: 40%;
  }
  .blog-cta .blog-cta__content {
    align-items: flex-start;
    flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .blog-cta .blog-cta__button {
    margin-top: 0;
    margin-bottom: 0.5em;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

@media (min-width: 1200px) {
  .blog-cta__content {
    gap: 24px;
  }
}

/* === Calculator Page Hero Grid Layout === */

.calculator-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.calculator-hero__content {
  order: 1;
}
.calculator-hero__widget {
  order: 2;
}
.calculator-hero__disclaimer {
  order: 3;
}

@media (min-width: 992px) {
  .calculator-hero__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
  }
  .calculator-hero__content {
    grid-column: 1;
    grid-row: 1;
    order: unset;
  }
  .calculator-hero__widget {
    grid-column: 2;
    grid-row: 1 / 3; /* spans both rows */
    order: unset;
    align-self: start;
  }
  .calculator-hero__disclaimer {
    grid-column: 1;
    grid-row: 2;
    order: unset;
    align-self: end;
  }
}

/* === Blog Feed Section (Universal Template) === */

.uni-blog-feed h2 {
  margin-bottom: 2rem;
}

.uni-blog-feed .blog-box a {
  text-decoration: none;
  color: inherit;
}

.uni-blog-feed .blog-box img {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .uni-blog-feed .blog-col {
    margin-bottom: 1.5rem;
  }

  .uni-blog-feed h2 {
    margin-bottom: 1rem;
  }
}
.f-text2 a {
    color: #fff !important;
}
.f-text2 h5 {
    color: #fff;
}
.f-text2 h4 {
    color: #fff;
}
.f-text1 h4 {
    color: #fff;
}