@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF) format('opentype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.OTF) format('opentype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/sf-pro-display/SFPRODISPLAYBOLD.OTF) format('opentype');
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/sf-pro-display/SFPRODISPLAYBOLD.OTF) format('opentype');
}

:root {
    --primary-gradient-color: linear-gradient(180deg, rgba(187, 137, 78, 1) 0%, rgba(94, 69, 39, 1) 100%);
    --primary-color: #BB894E;
    --secondary-color: #0A2748;
    --bg-black-gradient: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(94, 94, 94, 1) 100%);
    --bg-secondary-gradient: linear-gradient(90deg, rgba(187, 137, 78, 1) 0%, rgba(94, 69, 39, 1) 100%);
}

body {
    margin: 0;
    font-family: 'SF Pro Display', sans-serif;
    background: #fff;
}

.btn:hover {
    opacity: .8;
    color: #fff;
}

input::placeholder {
    font-size: 12px;
    color: #000;
}

.form-control:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
    color: inherit;
}


/* HERO */

section.hero {
    border-radius: 0;
}

.hero {
    background: url(../images/banner-hero.png) center/cover no-repeat;
    height: calc(100vh - 40px);
    position: relative;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.main-menu .nav-link {
    color: #707070;
    margin-right: 10px;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active,
.main-menu .nav-link:focus {
    color: var(--secondary-color);
}

.btn-pay,
.btn-claim,
.btn-payment,
.btn-black {
    color: #fff;
    padding: 8px 22px;
    border-radius: 17px;
}

.btn-black,
.btn-black:hover {
    background-color: #000000;
}

.btn-pay,
.btn-pay:hover {
    background: var(--secondary-color);
}

.btn-claim,
.btn-claim:hover {
    background: var(--bg-secondary-gradient);
}

.btn-payment {
    background: transparent;
    border: 2px solid #FFFFFF;
}

.btn-payment:hover {
    background: var(--bg-secondary-gradient);
}

.hero-content {
    margin-top: 100px;
    text-align: center;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: bold;
}

.hero-content p {
    font-size: 20px;
    margin-top: 1rem;
}

.hero-buttons {
    margin-top: 25px;
}


/* MOBILE MENU */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .4s;
    z-index: 9999;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.menu-inner {
    max-width: 380px;
    margin: auto;
    padding: 40px 30px;
    text-align: center;
}

.menu-logo {
    margin-bottom: 20px;
}

.mobile-menu .sm-navlinks ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.mobile-menu .sm-navlinks ul li {
    padding: .5rem 0;
    border-bottom: 1px solid #70707060;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu .sm-navlinks ul li a {
    color: #00000090;
}

.menu-buttons {
    margin: 2rem 0 1rem 0;
}

.menu-buttons .btn {
    font-weight: 500;
}

.menu-buttons .btn:first-child {
    margin-bottom: .5rem;
}

.close-menu {
    border: none;
    background: none;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.close-menu i {
    color: #000;
}

.additional-details h6 {
    font-size: 20px;
    color: var(--primary-color);
    text-align: start;
}

.additional-details p {
    text-align: start;
}

.additional-details ul {
    text-align: start;
    color: #000;
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.additional-details ul li,
.additional-details ul li a {
    text-decoration: none;
    color: #00000090;
}

.additional-details .sm-services-links,
.additional-details .sm-quick-links {
    padding-top: 1rem;
}

.additional-details .sm-newsletter h6 {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.additional-details .sm-newsletter .form-control {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 20px 50px #00000029;
    border-radius: 8px;
    border: none;
}

.additional-details .sm-newsletter .form-control,
.additional-details .sm-newsletter .btn {
    min-height: 40px;
    margin-bottom: .5rem;
}

.additional-details .sm-newsletter .btn {
    background: var(--primary-gradient-color);
    color: #fff;
}

.additional-details .sm-newsletter,
.additional-details .sm-social-links {
    padding-top: 1rem;
}

.additional-details .sm-social-links ul {
    list-style: none;
    padding: 0;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.additional-details .sm-social-links ul li {
    padding: .5rem 0;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.additional-details .sm-social-links ul li a {
    color: #000;
}

.additional-details .copy-right {
    text-align: center;
    padding-top: 1rem;
    font-size: 15px;
}

.additional-details .copy-right p {
    text-align: center;
    margin-bottom: 0;
}

.form-control {
    font-size: 12px;
    border: 1px solid #70707030;
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

section {
    padding: 3rem 0;
    border-radius: 60px 60px 0px 0px;
    box-shadow: 0px -20px 50px #0000001A;
    background: #fff;
}

.section-title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.card-primary {
    box-shadow: 0px 20px 50px #0000001A;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    background-color: #fff;
}

.help .card-primary {
    min-height: 420px;
    position: relative;
}

.help .card-primary .tagline {
    color: #A97C46;
    font-size: 14px;
}

.help .card-primary .note {
    color: #00000060;
    letter-spacing: 0.4px;
}

.help .card-primary ul.card-list {
    padding-left: 1rem;
    letter-spacing: 0.4px;
}

.help .img-wrapper {
    position: relative;
    text-align: center;
}

.help .img-wrapper img {
    max-width: 90%;
    margin: 0 auto;
}

.help .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #BB894E;
    position: absolute;
    bottom: 0;
    right: 2%;
}


/* Footer */

footer {
    background-color: #fff;
    color: #000;
    padding: 3rem 0;
    box-shadow: 0px -20px 50px #0000001A;
}

.footer-text {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #00000070;
    line-height: 22px;
}

.footer-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.footer-links {
    padding-left: 18px;
    letter-spacing: 0.4px;
}

.footer-links li {
    font-size: 16px;
}

.footer-links li a:hover,
footer .contact-box a:hover {
    color: var(--primary-color);
}

.footer-links li::marker {
    color: #A57944;
}

.borderline {
    border-left: 1px solid #3E3E3E;
    padding-left: 3rem;
}

footer .newsletter-box {
    display: flex;
    overflow: hidden;
    box-shadow: 0px 20px 50px #00000029;
    border-radius: 16px;
    width: 50%;
    margin: 2rem auto;
}

footer .newsletter-box .form-control {
    background-color: transparent;
    border-radius: 16px 0 0 16px;
    border: none;
}

footer .newsletter-box .form-control::placeholder {
    color: #00000050;
    padding-left: .75rem;
    font-size: 14px;
}

footer .newsletter-box button {
    background: var(--primary-gradient-color);
    border: 0;
    color: #fff;
    padding: 0 1rem;
    border-radius: 16px;
    height: 50px;
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 1.5rem;
}

footer .social-icons i {
    font-size: 18px;
}

footer .copy-right {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 1.5rem;
}


/* Cookie consent */

.dear-cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    color: #fff;
}

.dear-cookie-consent[hidden] {
    display: none;
}

.dear-cookie-consent__content {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 18px 20px;
    background: #0a2748;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .28);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dear-cookie-consent h2 {
    margin: 0 0 4px;
    font-size: 20px;
}

.dear-cookie-consent p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.dear-cookie-consent a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.dear-cookie-consent__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.dear-cookie-consent__actions .btn {
    min-width: 82px;
    border-radius: 9px;
    font-weight: 600;
}

.dear-cookie-no {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
}

.dear-cookie-yes {
    color: #fff;
    background: var(--primary-gradient-color);
    border: 0;
}

.recovery-journey,
.faq {
    background-image: url(../images/banner-recovery.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recovery-journey .section-title,
.faq .section-title {
    color: #fff;
}

.faq .section-title {
    text-align: start;
    width: 100%;
    margin-bottom: 0;
}

.recovery-journey .section-title p,
.faq .section-title p {
    color: #FFFFFF70;
}

.recovery-journey .card-primary {
    position: relative;
    text-align: center;
    padding: 3rem 1rem;
}

.recovery-journey .card-primary img {
    max-width: 35px;
    margin: 1rem 0;
}

.counter {
    position: absolute;
    top: 15%;
    right: 20%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.recovery-journey .card-primary.bg-gradient-brown {
    background: var(--primary-gradient-color);
    color: #fff;
}

.recovery-journey .card-primary.bg-gradient-brown .counter {
    background: #fff;
    color: var(--primary-color);
}

.recovery-journey .card-primary .recovery-step-content {
    min-height: 120px;
}

.recovery-journey .card-primary .recovery-step-content p {
    color: #00000070;
}

.recovery-journey .card-primary.bg-gradient-brown .recovery-step-content p {
    color: #FFFFFF70;
}

.start-recovery {
    background: var(--primary-gradient-color);
    color: #fff;
}

.start-recovery .section-title p {
    color: #FFFFFF70;
}

.start-recovery .form-control {
    height: 45px;
}

.start-recovery textarea.form-control {
    height: 106px;
}


/* Match CF7's generated markup to the reference Bootstrap form at every size. */

.start-recovery .wpcf7,
.start-recovery .wpcf7-form,
.start-recovery .wpcf7-form p {
    margin: 0;
    padding: 0;
}

.start-recovery .wpcf7-form-control-wrap {
    display: block;
}

.start-recovery .wpcf7-form-control-wrap .form-control {
    display: block;
    width: 100%;
}

.start-recovery .wpcf7-form .row.g-3 {
    --bs-gutter-y: 0;
    row-gap: 1rem;
}

.start-recovery .wpcf7-form .row.g-3>* {
    margin-top: 0;
}

.start-recovery .wpcf7-response-output:empty {
    display: none;
}


/* ============================================
   Why Choose Us
   ============================================ */

.why-choose-us p {
    color: #00000070;
}

.wcu-features {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.wcu-feature-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0px 20px 50px #0000001A;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    cursor: default;
}

.wcu-feature-card:hover {
    transform: translateX(6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
    border-color: rgba(187, 137, 78, .25);
}

.wcu-feature-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(187, 137, 78, .12), rgba(94, 69, 39, .06));
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: transform .25s ease;
}

.wcu-feature-card:hover .wcu-feature-icon {
    transform: scale(1.12) rotate(-5deg);
}

.wcu-feature-text {
    flex: 1;
}

.wcu-feature-text h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #0A2748;
    margin-bottom: .25rem;
}

.wcu-feature-text p {
    font-size: .88rem;
    color: #00000065;
    margin: 0;
    line-height: 1.55;
}


/* ============================================
        Estimate Recovery Costs
   ============================================ */

.estimate-recovery .section-title p {
    color: #00000070;
}

.estimate-card {
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.estimate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
}


/* Dark card */

.estimate-card--dark {
    background: var(--bg-black-gradient);
    color: #fff;
    box-shadow: 0px 20px 50px #00000029;
    border-radius: 20px;
}

.estimate-card .title {
    font-size: 1.25rem;
    margin-bottom: .4rem;
    color: #fff;
}

.estimate-card .title--dark {
    color: #1a1a1a;
}

.estimate-card .subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.estimate-label {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: .5rem;
}


/* Input group */

.estimate-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 19px;
    padding: 0 1.5rem;
    height: 50px;
}

.estimate-currency {
    font-size: 18px;
    font-weight: 500;
    color: #707784;
    margin-right: .6rem;
}

.estimate-number-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.estimate-number-input::-webkit-outer-spin-button,
.estimate-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.estimate-currency-right {
    font-size: 13px;
    color: #707784;
}


/* Range Slider */

.estimate-slider-wrapper {
    margin-top: 1.25rem;
}

.estimate-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    --slider-pct: 23%;
    background: linear-gradient(to right, #5E4527 0%, #BB894E var(--slider-pct), rgba(255, 255, 255, 0.25) var(--slider-pct), rgba(255, 255, 255, 0.25) 100%);
}

.estimate-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary-gradient-color);
    box-shadow: 0 0 0 4px rgba(187, 137, 78, 0.3);
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.estimate-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 7px rgba(187, 137, 78, 0.35);
}

.estimate-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    border: none;
}

.estimate-slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
    font-size: 12px;
    color: #fff;
}


/* Footnote */

.estimate-footnote {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.estimate-footnote i {
    flex-shrink: 0;
    margin-top: 1px;
    color: #fff;
}


/* Light card */

.estimate-card--light {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    color: #1a1a1a;
}

.estimate-card--light .title {
    color: #000;
    font-weight: 500;
}

.estimate-steps {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.estimate-steps hr {
    margin: .5rem 0;
}

.estimate-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.estimate-step__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 1px;
}

.estimate-step strong {
    display: block;
    font-weight: 600;
    color: #00000090;
    margin-bottom: .25rem;
}

.estimate-step p {
    color: #00000070;
    margin-bottom: 0;
    line-height: 1.5;
}


/* Gold card */

.estimate-card--gold {
    background: var(--primary-gradient-color);
    color: #fff;
}

.estimate-card--gold .estimate-card__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.estimate-result-item {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.estimate-result-item:last-of-type {
    border-bottom: none;
    margin-bottom: .5rem;
    padding-bottom: 0;
}

.estimate-result-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: .3rem;
}

.estimate-result-value {
    display: block;
    font-size: 24px;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
}


/* ============================================
   Testimonies – Owl Carousel
   ============================================ */

.testimonies {
    overflow: hidden;
}

.testimonies .section-title p {
    color: #00000070;
}

.testimonies .testimonies-slider {
    padding-bottom: 1.5rem;
}

.testimonies .testimonies-slider .testimony-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #A2A2A2;
}


/* Gold highlight — dynamically applied to the center card by Owl Carousel */

.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card {
    background: var(--primary-gradient-color);
    color: #fff;
}

.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card img.testimony-quote {
    filter: invert(1);
}

.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card .testimony p,
.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card .testimony-name,
.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card .testimony-role {
    color: #fff !important;
}

.testimonies .testimonies-slider .owl-carousel .owl-item img.testimony-quote {
    width: 25px;
    flex-shrink: 0;
}

.testimonies .testimonies-slider .testimony p {
    color: #00000070;
    margin: 0;
    flex: 1;
}

.testimonies .testimonies-slider .testimony-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: .75rem;
}

.testimonies .testimonies-slider .owl-carousel .owl-item .testimony-profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonies .testimonies-slider .testimony-name {
    display: block;
    font-size: 0.82rem;
    color: #00000070;
    letter-spacing: 0.03em;
}

.testimonies .testimonies-slider .testimony-role {
    display: block;
    font-size: 0.78rem;
    color: #00000070;
}

.testimonies .testimonies-slider .testimony-owl .owl-item.center .testimony-card .testimony-name {
    color: #fff;
}


/* Owl Carousel dot customisation */

.testimonies .testimonies-slider .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1.75rem;
}

.testimonies .testimonies-slider .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #d0cdc9 !important;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.testimonies .testimonies-slider .owl-carousel button.owl-dot.active {
    background: var(--primary-color) !important;
    width: 28px;
    border-radius: 10px;
}

.follow-up .card-primary {
    padding: 0;
}

.follow-up .card-primary .follow-up-content {
    padding: 1.25rem 1.5rem;
}

.follow-up .card-primary .section-tag {
    display: inline-block;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 500;
}

.follow-up .card-primary h2 {
    font-size: 1.5rem;
}

.follow-up .card-primary p {
    color: #00000070;
}

.follow-up .follow-up-img img {
    border-radius: 20px 20px 0 0;
}


/* ============================================
                FAQ 
   ============================================ */

.faq .section-title p {
    margin-bottom: .5rem;
}

.faq .faq-list .accordion-item {
    background: var(--primary-gradient-color);
    color: #fff;
    border: none;
    margin-bottom: 1rem;
    box-shadow: 0px 20px 50px #00000029;
    border-radius: 20px;
    font-weight: 500;
}

.faq .faq-list .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .faq-list .accordion-item .accordion-button {
    background-color: #454545;
    border-radius: 20px;
    color: #fff;
}

.faq .faq-list .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 20px;
}

.faq .faq-list .accordion-item .accordion-button::after {
    filter: invert(1);
}

.faq .faq-list .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--primary-gradient-color);
    color: #fff;
    box-shadow: none;
    padding: .5rem 1rem 0 1rem;
}

.faq .faq-list .accordion-item .accordion-body {
    color: #FFFFFF70;
    padding: .5rem 1rem .5rem 1rem;
}

.faq .contact-card {
    background: var(--primary-gradient-color);
    color: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: 25px;
}

.faq .contact-card h3 {
    padding: .6rem 0;
    margin-bottom: 0;
}

.faq .contact-card .contact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0px 20px 50px #00000029;
    border-radius: 8px;
    padding: .5rem .75rem;
    color: #000;
}

.faq .contact-card .contact-details span,
.faq .contact-card p {
    color: #FFFFFF70;
}

.faq .contact-card .contact-details .location h6 {
    margin-bottom: 0;
}


/* ============================================
   AI-Assisted Recovery 
   ============================================ */

.ai-assisted-recovery p {
    color: #00000070;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(187, 137, 78, .12) 0%, rgba(94, 69, 39, .08) 100%);
    border: 1px solid rgba(187, 137, 78, .35);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: .04em;
    margin-bottom: 1rem;
}

.ai-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    animation: ai-pulse 1.8s ease-in-out infinite;
}

@keyframes ai-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(187, 137, 78, .6);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(187, 137, 78, 0);
    }
}


/* --- 2×2 Feature Cards Grid --- */

.ai-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .ai-features-grid {
        grid-template-columns: 1fr;
    }
}

.ai-feature-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0px 20px 50px #0000001A;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.ai-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .13);
}

.ai-feature-card:hover::before {
    opacity: 1;
}

.ai-feature-card--accent {
    background: var(--primary-gradient-color);
    color: #fff;
    border: none;
}

.ai-feature-card--accent::before {
    background: rgba(255, 255, 255, .35);
    opacity: 1;
}

.ai-feature-card--accent .ai-feature-content h5,
.ai-feature-card--accent .ai-feature-content p {
    color: #fff;
}

.ai-feature-card--accent .ai-feature-content p {
    opacity: .75;
}

.ai-feature-card--accent .ai-feature-icon-wrap {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.ai-feature-card--accent .ai-feature-tag {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

.ai-feature-card--dark {
    background: var(--bg-black-gradient);
    color: #fff;
    border: none;
}

.ai-feature-card--dark .ai-feature-content h5 {
    color: #fff;
}

.ai-feature-card--dark .ai-feature-content p {
    color: #FFFFFF70;
}

.ai-feature-card--dark .ai-feature-icon-wrap {
    background: rgba(255, 255, 255, .12);
    color: var(--primary-color);
}

.ai-feature-card--dark .ai-feature-tag {
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .8);
}

.ai-feature-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(187, 137, 78, .12), rgba(94, 69, 39, .06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: transform .3s ease;
}

.ai-feature-card:hover .ai-feature-icon-wrap {
    transform: scale(1.1) rotate(-5deg);
}

.ai-feature-content h5 {
    font-weight: 700;
    margin-bottom: .4rem;
}

.ai-feature-content p {
    color: #00000070;
    margin: 0;
}


/* Floating tag */

.ai-feature-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: rgba(187, 137, 78, .1);
    color: var(--primary-color);
    padding: 3px 10px;
    border-radius: 20px;
}


/* --- Highlight Banner --- */

.ai-highlight-banner {
    position: relative;
    background: var(--bg-black-gradient);
    border-radius: 28px;
    padding: 2.5rem 3rem;
    overflow: hidden;
    color: #fff;
}

.ai-highlight-glow {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(187, 137, 78, .35) 0%, transparent 70%);
    pointer-events: none;
}

.ai-highlight-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.ai-highlight-left {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1;
    min-width: 260px;
}

.ai-highlight-icon {
    font-size: 2.4rem;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.ai-highlight-left h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.ai-highlight-left p {
    color: rgba(255, 255, 255, .65);
    margin: 0;
    font-size: .95rem;
    line-height: 1.65;
}

.ai-highlight-btn {
    flex-shrink: 0;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
}


/* Decorative floating nodes */

.ai-node {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(187, 137, 78, .3);
    animation: ai-float 5s ease-in-out infinite;
    pointer-events: none;
}

.ai-node--1 {
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 15%;
    animation-delay: 0s;
}

.ai-node--2 {
    width: 35px;
    height: 35px;
    bottom: 50px;
    left: 35%;
    animation-delay: 1.5s;
}

.ai-node--3 {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 55%;
    animation-delay: 3s;
}

@keyframes ai-float {
    0%,
    100% {
        transform: translateY(0);
        opacity: .5;
    }
    50% {
        transform: translateY(-12px);
        opacity: 1;
    }
}


/* Remove old minimal rules */

.no-win-no-fee .section-title p {
    color: #00000070;
}

.no-win-no-fee .guarantee-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 50px #0000001A;
}

.no-win-no-fee .guarantee-item:last-child {
    margin-bottom: 0;
}

.no-win-no-fee .guarantee-item i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f5efe6;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-win-no-fee .image-wrapper img {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .12);
    border-radius: 20px;
}

.no-win-no-fee .step-card {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.no-win-no-fee .step-card i {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 20px;
}


/* ============================================
                Privacy Policy
   ============================================ */

section.page-title-section {
    border-radius: 0;
    padding-bottom: 8rem;
}

.page-title-section {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-privacy.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

.page-title-section.cookie-policy {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-cookies.jpg');
    background-size: cover;
    background-position: top center;
}

.page-title-section.terms-of-business {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-terms.jpg');
    background-size: cover;
    background-position: top center;
}

.page-title-section.make-complaint {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-make-complaint.jpg');
    background-size: cover;
    background-position: top center;
}

.page-title-section.about-us {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-about.jpg');
    background-size: cover;
    background-position: top center;
}

.page-title-section.contact-us {
    background: linear-gradient(rgba(15, 32, 55, .85), rgba(15, 32, 55, .85)), url('../images/bg-contact.jpg');
    background-size: cover;
    background-position: top center;
}

.page-title-section h1 {
    padding-top: 3rem;
}

.page-title-section p {
    opacity: .8;
}

.policy-details {
    margin-bottom: 1rem;
    border: 1px solid #A2A2A270;
    border-radius: 12px;
    padding: 1rem;
}

.policy-details:last-child {
    margin-bottom: 0;
}

.policy-details p {
    margin-bottom: 0;
    color: #00000070;
}

.policy-details a {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
}

.policy-details a:hover {
    color: var(--secondary-color);
}

.policy-title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    position: relative;
    padding-left: 18px;
}

.policy-title:before {
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.policy-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.policy-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: #00000070;
}

.policy-list li:last-child {
    margin-bottom: 0;
}

.policy-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: rgba(212, 175, 55, .15);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.complaint-procedure .step-card {
    background: #fff;
    border: 1px solid #00000050;
    box-shadow: 0px 20px 50px #0000001A;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    height: 100%;
    transition: .3s;
    position: relative;
}

.complaint-procedure .step-card:hover {
    transform: translateY(-5px);
}

.complaint-procedure .step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.complaint-procedure .step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.complaint-procedure .step-card p {
    color: #00000070;
    margin-bottom: 0;
}

.complaint-procedure .contact-box {
    background: #f4f5f7;
    border-left: 5px solid var(--primary-color);
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
}

.complaint-procedure .contact-box a,
.complaint-procedure .contact-box span {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
}


/* ============================================
   About Us
   ============================================ */

.our-story p {
    color: #00000070;
}

.our-story img {
    border-radius: 20px;
}

.mission-vision-values .info-card,
.mission-vision-values .value-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    height: 100%;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--primary-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-values .value-card {
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
}

.mission-vision-values .info-card:hover,
.mission-vision-values .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.12);
}

.mission-vision-values .info-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mission-vision-values .info-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--primary-gradient-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.mission-vision-values .info-card h3 {
    margin: 0;
}

.mission-vision-values .info-card p,
.mission-vision-values .value-card p {
    color: #00000070;
    margin: 0;
}

.mission-vision-values .value-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--primary-gradient-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0px 10px 20px rgba(187, 137, 78, 0.3);
}

.mission-vision-values .value-card h4 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}


/*=========================
        Contact Us
=========================*/

.contact .card-primary h3 {
    font-size: 1.5rem;
}

.contact .card-primary {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact .card-primary > span {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.contact .card-primary h3 {
    font-weight: 500;
}

.contact .card-primary .contact-item {
    display: flex;
    align-items: center;
}

.contact .card-primary .icon-box {
    width: 50px;
    height: 50px;
    background: var(--primary-gradient-color);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    margin-right: 18px;
    flex-shrink: 0;
}

.contact .card-primary .contact-item h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .card-primary .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.contact .btn-send {
    background: var(--primary-gradient-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855l-.453.18a.5.5 0 0 0-.082.887l.411.262 4.995 3.178 3.178 4.995.262.411a.5.5 0 0 0 .886-.082zM14.131 2.576 6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471z'/%3E%3C/svg%3E"), var(--primary-gradient-color);
    background-repeat: no-repeat;
    background-position: 1.5rem center, center;
    background-size: 16px 16px, auto;
    color: white;
    padding: 1rem 1.5rem 1rem 3.25rem;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    transition: .3s;
}

.contact .dear-contact-submit {
    position: relative;
}

.contact .btn-send:hover {
    transform: translateY(-3px);
    opacity: .8;
}


/* Media Query */

@media(min-width:1400px) {
    .ai-feature-card {
        min-height: 185px;
    }
    .faq .faq-list .accordion-item .accordion-button:not(.collapsed) {
        padding: 1rem 1rem 0 1rem;
    }
    .faq .faq-list .accordion-item .accordion-body {
        padding: 1rem;
    }
    .faq .contact-card .contact-header {
        margin: 1.1rem 0;
    }
    .no-win-no-fee .image-wrapper img {
        max-height: 367px;
        object-fit: cover;
        width: 100%;
    }
    .our-story .card-primary {
        min-height: 300px;
    }
    .our-story img {
        max-height: 300px;
        object-fit: cover;
        width: 100%;
    }
}

@media(min-width:992px) {
    .navbar {
        padding: 1rem;
        background-color: #fff;
        border-radius: 22px;
    }
    section.why-choose-us,
    section.estimate-recovery {
        margin-top: -3rem;
        padding-bottom: 7rem;
    }
    footer {
        border-radius: 60px 60px 0px 0px;
        margin-top: -5rem;
    }
    section.faq {
        margin-top: -3rem;
        padding-top: 4rem;
        padding-bottom: 9rem;
    }
    section.start-recovery {
        border-radius: 0;
        padding-bottom: 7rem;
    }
    section.testimonies {
        margin-top: -3rem;
        padding-bottom: 5rem;
    }
    section.follow-up,
    section.no-win-no-fee {
        margin-top: -3rem;
        padding-bottom: 7rem;
    }
    section.ai-assisted-recovery {
        position: relative;
        z-index: 4;
        margin-top: -3rem;
        padding-bottom: 4rem;
    }
    .follow-up .card-primary {
        min-height: 460px;
    }
    .follow-up .follow-up-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .policy-wrapper,
    section.our-story,
    section.mission-vision-values {
        margin-top: -5rem;
        padding-bottom: 8rem;
    }
    .wcu-features .row .col-lg-6:nth-child(1) .wcu-feature-card,
    .wcu-features .row .col-lg-6:nth-child(4) .wcu-feature-card,
    .wcu-features .row .col-lg-6:nth-child(5) .wcu-feature-card {
        background: var(--primary-gradient-color);
        border: none;
        color: #fff;
    }
    .wcu-features .row .col-lg-6:nth-child(1) .wcu-feature-card .wcu-feature-text h6,
    .wcu-features .row .col-lg-6:nth-child(4) .wcu-feature-card .wcu-feature-text h6,
    .wcu-features .row .col-lg-6:nth-child(5) .wcu-feature-card .wcu-feature-text h6,
    .wcu-features .row .col-lg-6:nth-child(1) .wcu-feature-card .wcu-feature-text p,
    .wcu-features .row .col-lg-6:nth-child(4) .wcu-feature-card .wcu-feature-text p,
    .wcu-features .row .col-lg-6:nth-child(5) .wcu-feature-card .wcu-feature-text p {
        color: #fff;
    }
    .wcu-features .row .col-lg-6:nth-child(1) .wcu-feature-card .wcu-feature-text p,
    .wcu-features .row .col-lg-6:nth-child(4) .wcu-feature-card .wcu-feature-text p,
    .wcu-features .row .col-lg-6:nth-child(5) .wcu-feature-card .wcu-feature-text p {
        color: #FFFFFF70;
    }
    .wcu-features .row .col-lg-6:nth-child(1) .wcu-feature-card .wcu-feature-icon,
    .wcu-features .row .col-lg-6:nth-child(4) .wcu-feature-card .wcu-feature-icon,
    .wcu-features .row .col-lg-6:nth-child(5) .wcu-feature-card .wcu-feature-icon {
        background: rgba(255, 255, 255, .18);
        color: #fff;
    }
}

@media(max-width:1399px) {
    .help .card-primary {
        min-height: 450px;
    }
    .our-story img {
        max-height: 285px;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .section-title {
        width: 90%;
    }
    .follow-up .card-primary {
        min-height: auto;
    }
    .our-story img {
        max-height: none;
        min-height: 310px;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .no-win-no-fee .guarantee-item {
        padding: 11px 15px;
    }
    .recovery-journey .card-primary .recovery-step-content {
        min-height: 100px;
    }
    .recovery-journey .card-primary {
        padding: 1rem;
    }
    .faq .contact-card .contact-header {
        margin: 2.5rem 0;
    }
}

@media(min-width:768px) {
    section.help {
        margin-top: -40px;
        background: #fff;
        position: relative;
        z-index: 2;
        padding-bottom: 7rem;
    }
    .help .card-primary .btn-claim {
        position: absolute;
        bottom: 6%;
        left: 6%;
        width: 60%;
    }
    section.recovery-journey {
        padding-bottom: 7.5rem;
        margin-top: -3rem;
        position: relative;
        z-index: 3;
    }
}

@media(max-width:991px) {
    section.hero {
        height: 100vh;
        padding: 2rem 0;
    }
    section,
    footer {
        padding: 2rem 0;
        border-radius: 0;
    }
    .hero .navbar {
        align-items: start;
    }
    .hero .navbar .navbar-toggler i {
        color: #fff;
    }
    .logo img {
        padding-top: 0;
    }
    .hero-content {
        text-align: center;
        margin-top: 20px;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .footer-text,
    .footer-title {
        font-size: 16px;
    }
    .borderline {
        padding-left: 1.5rem;
    }
    .help .card-primary,
    .our-story img {
        min-height: auto;
    }
    .help .card-primary ul.card-list {
        height: 120px;
    }
    .help .img-wrapper img {
        max-width: 50%;
    }
    .recovery-journey .card-primary {
        padding: 2rem 1rem;
    }
    .start-recovery .section-title {
        padding-top: 0;
    }
    .why-choose-us .traditional-recovery-wrapper {
        padding: 1rem 2rem;
    }
    .testimonies .testimonies-slider {
        padding-bottom: 0;
    }
    .ai-assisted-recovery .card-primary {
        min-height: auto;
    }
    section.page-title-section {
        border-radius: 0;
        padding-bottom: 2rem;
    }
    section.page-title-section,
    .page-title-section.terms-of-business,
    .page-title-section.cookie-policy,
    .page-title-section.make-complaint,
    .page-title-section.about-us,
    .page-title-section.contact-us {
        background: linear-gradient(rgba(220, 229, 241, 0.85), rgba(15, 32, 55, .85)), url('../images/bg-privacy.jpg');
        background-size: cover;
        background-position: center;
    }
    .page-title-section h1 {
        padding-top: 1rem;
    }
    .no-win-no-fee .guarantee-item {
        margin-bottom: .75rem;
    }
    .wcu-features .row .col-lg-6:nth-child(even) .wcu-feature-card {
        background: var(--primary-gradient-color);
        border: none;
        color: #fff;
    }
    .wcu-features .row .col-lg-6:nth-child(even) .wcu-feature-card .wcu-feature-text h6 {
        color: #fff;
    }
    .wcu-features .row .col-lg-6:nth-child(even) .wcu-feature-card .wcu-feature-text p {
        color: #FFFFFF70;
    }
    .wcu-features .row .col-lg-6:nth-child(even) .wcu-feature-card .wcu-feature-icon {
        background: rgba(255, 255, 255, .18);
        color: #fff;
    }
}

@media(max-width:767px) {
    .hero-buttons a {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    footer .copy-right {
        text-align: center;
    }
    .section-title {
        width: 100%;
        margin-bottom: 1rem;
    }
    .card-primary {
        padding: 1rem;
        border-radius: 8px;
    }
    section.hero {
        height: 100%;
    }
    .help .img-wrapper img {
        max-width: 100%;
    }
    .help .card-primary {
        min-height: auto;
    }
    .help .card-primary ul.card-list {
        height: 90px;
    }
    footer .newsletter-box,
    .contact .btn-send,
    .help .card-primary .btn-claim,
    .btn-black,
    .ai-highlight-btn {
        width: 100%;
    }
    .recovery-journey .card-primary {
        padding: 1rem;
    }
    .recovery-journey .card-primary .recovery-step-content {
        min-height: 70px;
    }
    .counter {
        position: absolute;
        top: 10%;
        right: 33%;
    }
    .recovery-journey .card-primary .recovery-step-content p {
        margin-bottom: 0;
    }
    .footer-link-row {
        padding: 1rem .25rem 0 .25rem;
    }
    .footer-link-row .borderline {
        padding: 0 .25rem;
    }
    .footer-links {
        margin-bottom: 0;
    }
    .borderline {
        border-left: none;
        padding-left: 0;
    }
    .form-control,
    .btn-pay,
    .btn-claim,
    .btn-payment,
    .policy-details,
    .why-choose-us .card-primary,
    .why-choose-us .traditional-recovery-wrapper,
    .estimate-card,
    .estimate-card--dark,
    .testimonies .testimonies-slider .testimony-card,
    .faq .faq-list .accordion-item,
    .faq .faq-list .accordion-item .accordion-button,
    .faq .faq-list .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
    .faq .contact-card,
    .btn-black,
    .estimate-input-group,
    footer .newsletter-box,
    footer .newsletter-box button,
    .no-win-no-fee .guarantee-item,
    .no-win-no-fee .guarantee-item i,
    .complaint-procedure .step-card,
    .complaint-procedure .contact-box,
    .ai-feature-card,
    .ai-highlight-banner,
    .wcu-feature-card,
    .no-win-no-fee .image-wrapper img,
    .our-story img,
    .mission-vision-values .info-card,
    .mission-vision-values .value-card,
    .contact .card-primary .icon-box,
    .contact .btn-send {
        border-radius: 8px;
    }
    footer .newsletter-box {
        margin: 0;
    }
    footer .newsletter-box .form-control {
        border-radius: 8px 0 0 8px;
    }
    .why-choose-us .traditional-recovery-wrapper,
    .estimate-card,
    .faq .contact-card,
    .complaint-procedure .step-card,
    .ai-feature-card,
    .ai-highlight-banner,
    .follow-up .card-primary .follow-up-content,
    .wcu-feature-card,
    .mission-vision-values .info-card,
    .mission-vision-values .value-card {
        padding: 1rem;
    }
    .follow-up .follow-up-img img {
        border-radius: 8px 8px 0 0;
    }
    .testimonies .testimonies-slider .owl-carousel .owl-item img.testimony-quote {
        width: 25px;
    }
    .follow-up .card-primary h2 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .policy-title {
        font-size: 1.25rem;
    }
    .mission-vision-values {
        padding: 3rem 0;
    }
    .dear-cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
    .dear-cookie-consent__content {
        padding: 16px;
        display: block;
        border-radius: 10px;
    }
    .dear-cookie-consent__actions {
        margin-top: 14px;
    }
    .dear-cookie-consent__actions .btn {
        width: 50%;
    }
}


/* Contact Form 7 wrappers styled to retain the supplied floating-label layout. */

.contact .wpcf7-form p,
.contact .wpcf7-form {
    margin: 0;
}

.contact .form-floating>p {
    position: relative;
    height: 100%;
}

.contact .form-floating .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 0;
    color: inherit;
    text-transform: none;
}

.contact .wpcf7-form span {
    margin-bottom: 0;
    text-transform: none;
}

.contact .form-floating .form-control {
    width: 100%;
    height: calc(3.5rem + 2px);
    padding: 1.625rem .75rem .625rem;
}

.contact .form-floating .form-control::placeholder {
    color: transparent;
}

.contact .form-floating .dear-contact-message {
    height: 100px;
}

.contact .form-floating label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    color: rgba(0, 0, 0, .65);
    pointer-events: none;
    transform: none;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.contact .form-floating>p:has(.form-control:focus) label,
.contact .form-floating>p:has(.form-control:not(:placeholder-shown)) label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    opacity: .65;
}

.contact .wpcf7-response-output:empty {
    display: none;
}
