:root {
    --fmr-orange: #f3631a;
    --fmr-orange-dark: #d9500a;
    --fmr-dark: #111827;
    --fmr-text: #374151;
    --fmr-muted: #6b7280;
    --fmr-light: #f8fafc;
    --fmr-border: #e5e7eb;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0;
    border-top: 0 !important;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

body::before,
body::after {
    display: none !important;
    content: none !important;
}

.container {
    width: 100%;
    max-width: 1400px !important;
    padding-left: 28px;
    padding-right: 28px;
}

/* MODERN FLOATING HEADER */

.fmr-modern-header {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 32px;
}

.fmr-modern-nav {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    min-height: 86px;
    padding: 0 22px;
    border-radius: 24px;
    background: rgba(8, 12, 18, 0.78);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fmr-modern-logo img {
    max-height: 66px;
    width: auto;
    display: block;
}

.fmr-modern-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fmr-modern-links a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 13px 15px;
    border-radius: 999px;
    transition: .25s ease;
}

.fmr-modern-links a:hover,
.fmr-modern-links a.active {
    color: #fff;
    background: rgba(243,99,26,0.18);
}

.fmr-modern-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fmr-modern-email {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.fmr-login-link,
.fmr-join-link {
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
}

.fmr-login-link {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.22);
}

.fmr-join-link {
    color: #fff;
    background: linear-gradient(135deg, #ff7a1a, #f3631a);
    box-shadow: 0 14px 30px rgba(243,99,26,0.35);
}

.fmr-login-link:hover,
.fmr-join-link:hover,
.fmr-modern-email:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* MOBILE FRIENDLY HEADER */

.fmr-mobile-toggle {
    display: none;
}

@media (max-width: 1100px) {
    .fmr-modern-header {
        top: 14px;
        padding: 0 16px;
    }

    .fmr-modern-nav {
        min-height: 76px;
        border-radius: 20px;
        padding: 0 16px;
        flex-wrap: wrap;
    }

    .fmr-modern-logo img {
        max-height: 56px;
    }

    .fmr-modern-links {
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 16px 0 18px;
    }

    .fmr-modern-links.open {
        display: flex;
    }

    .fmr-modern-links a {
        width: 100%;
        padding: 14px 18px;
        border-radius: 14px;
        background: rgba(255,255,255,.06);
    }

    .fmr-modern-actions {
        margin-left: auto;
    }

    .fmr-mobile-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 50%;
        background: rgba(255,255,255,.12);
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 640px) {
    .fmr-modern-header {
        top: 10px;
        padding: 0 10px;
    }

    .fmr-modern-nav {
        min-height: 68px;
        border-radius: 18px;
    }

    .fmr-modern-logo img {
        max-height: 46px;
    }

    .fmr-modern-email {
        display: none;
    }

    .fmr-login-link {
        display: none;
    }

    .fmr-join-link {
        height: 38px;
        padding: 0 16px;
        font-size: 13px;
    }

    .fmr-mobile-toggle {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

/* Push hero up under floating nav */
.fmr-hero {
    padding-top: 180px !important;
    min-height: 780px;
}

/* PAGE */

.fmr-page {
    background: #fff;
    color: var(--fmr-text);
}

/* HERO */

.fmr-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.35), transparent 35%),
        linear-gradient(135deg, #0f172a 0%, #111827 55%, #1f2937 100%);
    color: #fff;
    padding: 70px 0 80px;
}

.fmr-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    background: rgba(243,99,26,.18);
    border-radius: 50%;
}

.fmr-hero .row {
    display: flex;
    align-items: center;
    min-height: 540px;
}

.fmr-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    margin-bottom: 22px;
}

.fmr-hero h1 {
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -1.4px;
}

.fmr-hero h1 span {
    color: var(--fmr-orange);
}

.fmr-hero p {
    max-width: 720px;
    color: #d1d5db;
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 32px;
}

.fmr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.fmr-btn-primary,
.fmr-btn-secondary {
    display: inline-block;
    border-radius: 999px;
    padding: 15px 30px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    transition: .25s;
}

.fmr-btn-primary {
    background: var(--fmr-orange);
    color: #fff;
    box-shadow: 0 14px 30px rgba(243,99,26,.28);
}

.fmr-btn-primary:hover {
    background: var(--fmr-orange-dark);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.fmr-btn-secondary {
    color: #fff;
    border: 2px solid rgba(255,255,255,.65);
}

.fmr-btn-secondary:hover {
    background: #fff;
    color: var(--fmr-dark);
    text-decoration: none;
}

.fmr-trust-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: #e5e7eb;
    font-size: 15px;
}

.fmr-trust-row span i {
    color: var(--fmr-orange);
    margin-right: 6px;
}

.fmr-quote-card {
    position: relative;
    z-index: 2;
    background: #fff;
    color: var(--fmr-dark);
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 30px 80px rgba(0,0,0,.32);
}

.fmr-quote-card h3 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 18px;
}

.fmr-quote-card p {
    color: var(--fmr-muted);
    font-size: 16px;
    margin-bottom: 18px;
}

.fmr-quote-list {
    margin: 0;
    padding: 0;
}

.fmr-quote-list li {
    list-style: none;
    padding: 13px 0;
    border-bottom: 1px solid var(--fmr-border);
    font-size: 16px;
}

.fmr-quote-list li:last-child {
    border-bottom: none;
}

.fmr-quote-list i {
    color: var(--fmr-orange);
    margin-right: 8px;
}

/* SECTIONS */

.fmr-section {
    padding: 76px 0;
}

.fmr-section-light {
    background: var(--fmr-light);
}

.fmr-section-title {
    text-align: center;
    margin-bottom: 46px;
}

.fmr-section-title h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: var(--fmr-dark);
    margin-bottom: 12px;
    letter-spacing: -.6px;
}

.fmr-section-title h2 span {
    color: var(--fmr-orange);
}

.fmr-section-title p {
    color: var(--fmr-muted);
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

/* FEATURE CARDS */

.fmr-feature-card,
.fmr-service-card {
    background: #fff;
    border: 1px solid var(--fmr-border);
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 14px 36px rgba(15,23,42,.07);
    transition: .25s;
}

.fmr-feature-card:hover,
.fmr-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 50px rgba(15,23,42,.12);
}

.fmr-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(243,99,26,.12);
    color: var(--fmr-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.fmr-feature-card h3,
.fmr-service-card h3 {
    font-size: 22px;
    font-weight: 900;
    color: var(--fmr-dark);
    margin-bottom: 14px;
}

.fmr-feature-card p {
    color: var(--fmr-muted);
    line-height: 1.7;
}

/* STEPS */

.fmr-steps img {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.fmr-section {
    padding: 120px 0;
}

/* SERVICES */

.fmr-service-card {
    min-height: 360px;
    margin-bottom: 30px;
}

.fmr-service-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: var(--fmr-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.fmr-service-icon img {
    max-width: 50px;
    max-height: 50px;
}

.fmr-service-card ul {
    padding-left: 18px;
    margin: 0;
}

.fmr-service-card li {
    color: var(--fmr-muted);
    margin-bottom: 8px;
}

/* AWARDS */

.fmr-awards img {
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 14px 35px rgba(15,23,42,.08);
    max-width: 100%;
    margin-bottom: 20px;
}

/* CTA */

.fmr-cta {
    background: linear-gradient(135deg, var(--fmr-orange), var(--fmr-orange-dark));
    color: #fff;
    border-radius: 32px;
    padding: 52px 34px;
    text-align: center;
}

.fmr-cta h2 {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    margin-bottom: 12px;
}

.fmr-cta p {
    color: rgba(255,255,255,.9);
    font-size: 18px;
    margin-bottom: 24px;
}

.fmr-cta .fmr-btn-secondary {
    border-color: #fff;
}

.fmr-cta .fmr-btn-secondary:hover {
    color: var(--fmr-orange-dark);
}

/* MODAL SAFETY */

#service_modal {
    display: none;
}

#service_modal.in,
#service_modal.show {
    display: block !important;
}

.fmr-quote-modal .modal-dialog {
    max-width: 760px;
    width: 95%;
    margin: 30px auto;
}

.fmr-quote-modal .modal-content {
    display: block !important;
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
}

#form_quote {
    display:block;
    opacity:1;
    visibility:visible;
}

#service_modal.in,
#service_modal.show {
    display: block;
}

#quote_step_2,
#quote_step_3,
#login_box {
    display: none;
}

.modal.get-fixed fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width: 1200px) {
    .fmr-navbar ul li a {
        padding: 22px 10px;
        font-size: 12px;
    }

    .btn-login,
    .btn-register {
        padding: 0 24px;
    }
}

@media(max-width: 991px) {
    .fmr-header-top {
        flex-direction: column;
        text-align: center;
    }

    .fmr-header-right {
        justify-content: center;
    }

    .fmr-navbar {
        flex-direction: column;
    }

    .fmr-navbar ul {
        justify-content: center;
        padding: 0;
    }

    .fmr-buttons {
        width: 100%;
    }

    .btn-login,
    .btn-register {
        flex: 1;
    }

    .fmr-hero .row {
        display: block;
        min-height: auto;
    }

    .fmr-quote-card {
        margin-top: 40px;
    }
}

@media(max-width: 640px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .fmr-logo img {
        max-height: 78px;
    }

    .fmr-navbar ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .fmr-navbar ul li a {
        text-align: center;
        padding: 16px 8px;
        font-size: 12px;
    }

    .btn-login,
    .btn-register {
        min-height: 54px;
    }

    .fmr-hero {
        padding: 54px 0 62px;
    }

    .fmr-hero p {
        font-size: 17px;
    }

    .fmr-actions {
        flex-direction: column;
    }

    .fmr-btn-primary,
    .fmr-btn-secondary {
        text-align: center;
        width: 100%;
    }

    .fmr-section {
        padding: 54px 0;
    }
}

.fmr-promo-slider{
    margin:80px auto;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.15);
}

.fmr-promo-slide{
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:60px 80px;
    gap:60px;
}

.fmr-promo-slide.active{
    display:flex;
}

/* NEDBANK */

.fmr-promo-slide:first-child{
    background:
    linear-gradient(135deg,#ffffff 0%,#eef8f2 100%);
}

.fmr-promo-slide:first-child .fmr-promo-content h2{
    color:#006341;
}

/* SUPA QUICK */

.fmr-promo-slide:last-child{
    background:
    linear-gradient(135deg,#081120 0%,#152238 100%);
}

.fmr-promo-slide:last-child .fmr-promo-content h2{
    color:#ffffff;
}

.fmr-promo-slide:last-child p{
    color:#d1d5db;
}

/* LOGOS */

.fmr-promo-slide img{
    width:auto;
    max-width:420px;
    max-height:180px;
    object-fit:contain;
    flex-shrink:0;
}

/* CONTENT */

.fmr-promo-content{
    flex:1;
    max-width:700px;
}

.fmr-promo-content h2{
    font-size:64px;
    font-weight:900;
    line-height:1;
    margin-bottom:25px;
    letter-spacing:-2px;
}

.fmr-promo-content p{
    font-size:24px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:0;
}

/* ADVERT EFFECT */

.fmr-promo-slide{
    position:relative;
}

.fmr-promo-slide::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    right:-150px;
    bottom:-150px;
    opacity:.08;
}

.fmr-promo-slide:first-child::before{
    background:#00a651;
}

.fmr-promo-slide:last-child::before{
    background:#f3631a;
}

/* MOBILE */

@media(max-width:991px){

    .fmr-promo-slide{
        flex-direction:column;
        text-align:center;
        padding:50px 30px;
    }

    .fmr-promo-slide img{
        max-width:300px;
    }

    .fmr-promo-content h2{
        font-size:42px;
    }

    .fmr-promo-content p{
        font-size:18px;
    }
}

.fmr-ad-section {
    padding: 90px 0;
    background: #f8fafc;
}

.fmr-ad-card {
    position: relative;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    align-items: center;
    min-height: 360px;
    padding: 55px 70px;
    margin-bottom: 34px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15,23,42,.14);
}

.fmr-ad-logo img {
    max-width: 320px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.fmr-ad-content {
    position: relative;
    z-index: 2;
}

.fmr-ad-content span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.fmr-ad-content h2 {
    font-size: 54px;
    line-height: 1.05;
    font-weight: 950;
    margin: 0 0 18px;
}

.fmr-ad-content p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 780px;
}

.fmr-ad-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fmr-ad-tags b {
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
}

/* Nedbank */
.fmr-ad-nedbank {
    background: linear-gradient(135deg, #ffffff, #eef8f3);
}

.fmr-ad-nedbank h2,
.fmr-ad-nedbank span {
    color: #006b3f;
}

.fmr-ad-nedbank p {
    color: #243447;
}

.fmr-ad-nedbank .fmr-ad-tags b {
    background: rgba(0,116,73,.10);
    color: #006b3f;
}

/* Supa Quick */
.fmr-ad-supaquick {
    background: linear-gradient(135deg, #07111f, #111827 65%, #1f2937);
}

.fmr-ad-supaquick h2,
.fmr-ad-supaquick span {
    color: #fff;
}

.fmr-ad-supaquick p {
    color: #e5e7eb;
}

.fmr-ad-supaquick .fmr-ad-tags b {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.fmr-ad-comingsoon {
    background: linear-gradient(135deg, #07111f, #111827 65%, #1f2937);
}

.fmr-ad-comingsoon h2,
.fmr-ad-comingsoon span {
    color: #fff;
}

.fmr-ad-comingsoon span {
    color: #f45b16;
}

.fmr-ad-comingsoon p {
    color: #e5e7eb;
}

.fmr-ad-comingsoon .fmr-ad-tags b {
    background: rgba(255,255,255,.12);
    color: #fff;
}

/* Mobile */
@media(max-width: 900px) {
    .fmr-ad-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 28px;
        gap: 30px;
    }

    .fmr-ad-logo img {
        max-width: 260px;
        margin: auto;
    }

    .fmr-ad-content h2 {
        font-size: 34px;
    }

    .fmr-ad-content p {
        font-size: 17px;
    }

    .fmr-ad-tags {
        justify-content: center;
    }
}

.fmr-process-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(243,99,26,.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}

.fmr-process-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: -160px;
    border-radius: 50%;
    background: rgba(243,99,26,.08);
}

.fmr-process-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.fmr-process-line {
    position: absolute;
    top: 70px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(243,99,26,.35), transparent);
    z-index: 0;
}

.fmr-process-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.92);
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 34px 28px;
    min-height: 320px;
    box-shadow: 0 24px 60px rgba(15,23,42,.08);
    transition: .3s ease;
}

.fmr-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 80px rgba(15,23,42,.14);
    border-color: rgba(243,99,26,.35);
}

.fmr-process-number {
    position: absolute;
    top: 22px;
    right: 24px;
    font-size: 42px;
    font-weight: 950;
    color: rgba(243,99,26,.14);
    line-height: 1;
}

.fmr-process-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ff7a1a, #f3631a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 26px;
    box-shadow: 0 18px 35px rgba(243,99,26,.28);
}

.fmr-process-card h3 {
    font-size: 23px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 14px;
}

.fmr-process-card p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.fmr-process-cta {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 50px;
}

@media(max-width: 1100px) {
    .fmr-process-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .fmr-process-line {
        display: none;
    }
}

@media(max-width: 640px) {
    .fmr-process-section {
        padding: 70px 0;
    }

    .fmr-process-wrap {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .fmr-process-card {
        min-height: auto;
        padding: 30px 24px;
    }
}

.fmr-services-modern {
    position: relative;
    padding: 110px 0;
    background: #fff;
}

.fmr-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 55px;
}

.fmr-service-modern-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 32px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.08), transparent 28%),
        #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 55px rgba(15,23,42,.08);
    text-decoration: none !important;
    overflow: hidden;
    transition: .3s ease;
}

.fmr-service-modern-card:hover {
    transform: translateY(-10px) scale(1.02);

    box-shadow:
        0 30px 80px rgba(15,23,42,.18);

    border-color: #f3631a;
    box-shadow: 0 34px 85px rgba(15,23,42,.14);
    border-color: rgba(243,99,26,.35);
}

.fmr-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.fmr-service-modern-card .fmr-service-icon {
    width: 110px;
    height: 110px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    border-radius: 24px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fmr-service-modern-card .fmr-service-icon img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.fmr-service-top span {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(243,99,26,.10);
    color: #f3631a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.fmr-service-modern-card h3 {
    color: #111827;
    font-size: 25px;
    font-weight: 950;
    margin: 0 0 12px;
}

.fmr-service-modern-card p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.fmr-service-modern-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fmr-service-modern-card li {
    color: #374151;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.fmr-service-modern-card li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #f3631a;
}

.fmr-service-link {
    margin-top: auto;
    color: #f3631a;
    font-weight: 900;
    font-size: 15px;
    padding-top: 24px;
}

.fmr-service-link i {
    margin-left: 8px;
    transition: .25s ease;
}

.fmr-service-modern-card:hover .fmr-service-link i {
    transform: translateX(5px);
}

@media(max-width: 1100px) {
    .fmr-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 640px) {
    .fmr-services-modern {
        padding: 70px 0;
    }

    .fmr-services-grid {
        grid-template-columns: 1fr;
    }

    .fmr-service-modern-card {
        min-height: auto;
        padding: 28px;
    }
}

.fmr-service-modern-card .fmr-service-icon {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    background: linear-gradient(
        135deg,
        #ff7a1a,
        #f3631a
    );
    box-shadow: 0 15px 35px rgba(243,99,26,.25);
}

.fmr-services-modern {
    position: relative;
    background:
        radial-gradient(circle at top left,
        rgba(243,99,26,.08),
        transparent 30%),
        radial-gradient(circle at bottom right,
        rgba(243,99,26,.05),
        transparent 30%),
        #f8fafc;
}

.fmr-service-modern-card {
    background: #ffffff;
    border: none;
    box-shadow:
        0 10px 40px rgba(15,23,42,.08);
}

.fmr-trust-section{
    padding:100px 0;
    background:
    radial-gradient(circle at top right,
    rgba(243,99,26,.08),
    transparent 30%),
    #ffffff;
}

.fmr-trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:50px;
}

.fmr-stat-card{
    background:#fff;
    border-radius:28px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    transition:.3s ease;
}

/* TABLET */

@media (max-width: 1100px) {

    .fmr-trust-section {
        padding: 80px 0;
    }

    .fmr-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .fmr-stat-card {
        padding: 35px 20px;
    }

    .fmr-stat-card h3 {
        font-size: 42px;
    }

    .fmr-stat-card p {
        font-size: 15px;
    }
}

/* MOBILE */

@media (max-width: 640px) {

    .fmr-trust-section {
        padding: 60px 0;
    }

    .fmr-trust-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 35px;
    }

    .fmr-stat-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .fmr-stat-card h3 {
        font-size: 38px;
        margin-bottom: 8px;
    }

    .fmr-stat-card p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.fmr-stat-card:hover{
    transform:translateY(-8px);
}

.fmr-stat-card h3{
    font-size:52px;
    font-weight:900;
    color:#f3631a;
    margin:0 0 10px;
}

.fmr-stat-card p{
    color:#6b7280;
    font-size:16px;
    margin:0;
}

.fmr-final-cta{
    padding:120px 0;
    background:
    linear-gradient(
    135deg,
    #0f172a,
    #111827,
    #1f2937
    );
}

.fmr-final-cta-box{
    max-width:1000px;
    margin:auto;
    text-align:center;
    color:#fff;
}

.fmr-final-cta-box span{
    color:#f3631a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2px;
}

.fmr-final-cta-box h2{
    font-size:68px;
    font-weight:900;
    margin:20px 0;
}

.fmr-final-cta-box p{
    font-size:22px;
    color:#d1d5db;
    max-width:700px;
    margin:auto auto 40px;
}

.fmr-footer {
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.14), transparent 25%),
        linear-gradient(135deg, #050505, #111827);
    color: #fff;
    padding: 80px 0 0;
}

.fmr-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 45px;
}

.fmr-footer-brand img {
    max-width: 230px;
    margin-bottom: 22px;
}

.fmr-footer-brand p {
    color: #d1d5db;
    line-height: 1.8;
    max-width: 360px;
}

.fmr-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.fmr-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.fmr-footer-social a:hover {
    background: #f3631a;
    color: #fff;
}

.fmr-footer-col h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 22px;
    color: #fff;
}

.fmr-footer-col a,
.fmr-footer-col p {
    display: block;
    color: #d1d5db;
    margin-bottom: 12px;
    text-decoration: none;
}

.fmr-footer-col a:hover {
    color: #f3631a;
}

.fmr-footer-col i {
    color: #f3631a;
    margin-right: 8px;
}

.fmr-footer-cta {
    margin-top: 18px;
    display: inline-block !important;
    background: #f3631a;
    color: #fff !important;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
}

.fmr-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 60px;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #9ca3af;
}

.fmr-footer-bottom p {
    margin: 0;
}

@media(max-width: 900px) {
    .fmr-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px) {
    .fmr-footer {
        padding-top: 55px;
    }

    .fmr-footer-grid {
        grid-template-columns: 1fr;
    }

    .fmr-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.fmr-quote-modal .modal-dialog {
    max-width: 560px;
    width: 95%;
}

.fmr-quote-modal .modal-content {
    border-radius: 6px;
    border: 0;
    overflow: hidden;
}

.fmr-quote-modal-header {
    padding: 18px 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fmr-quote-modal-header h2 {
    margin: 0;
    font-size: 24px;
    color: #999;
}

.fmr-quote-modal-header h2 span {
    color: #aaa;
    font-weight: 800;
}

.fmr-quote-modal-header .close {
    font-size: 34px;
    color: #aaa;
    opacity: 1;
}

.fmr-quote-modal-body {
    padding: 24px 18px;
}

.fmr-form-row {
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 13px;
}

.fmr-form-row label {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.fmr-form-row input,
.fmr-form-row select,
.fmr-form-row textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    height: 54px;
    padding: 0 14px;
    font-size: 15px;
    color: #555;
    background: #fff;
}

.fmr-form-row textarea {
    height: 95px;
    padding-top: 14px;
    resize: none;
}

.fmr-modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    margin-top: 15px;
}

.fmr-modal-footer button {
    background: #f3631a;
    color: #fff;
    border: 0;
    padding: 12px 55px;
    font-weight: 800;
}

.fmr-modal-footer span {
    color: #999;
    font-size: 13px;
    order: 2;
}

@media(max-width: 600px) {
    .fmr-form-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .fmr-quote-modal-header h2 {
        font-size: 20px;
    }
}

.fmr-upload-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fmr-upload-box input[type="file"] {
    display: none;
}

.fmr-upload-btn {
    background: #f3631a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    transition: .25s;
}

.fmr-upload-btn:hover {
    background: #d9500a;
}

.fmr-upload-btn i {
    margin-right: 8px;
}

#file-name-display {
    color: #666;
    font-size: 14px;
}

/* MODERN QUOTE MODAL */

#service_modal .modal-dialog {
    width: 95%;
    max-width: 720px;
    margin: 30px auto;
}

#service_modal .modal-content {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 35px 100px rgba(0,0,0,.35);
}

#service_modal .modal-header,
.get-fixed .modal-header {
    background: linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
    padding: 24px 28px;
    border: 0;
}

#service_modal .modal-header h2,
.get-fixed .modal-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
}

#service_modal .close {
    color: #fff;
    opacity: 1;
    font-size: 34px;
    text-shadow: none;
}

#service_modal .modal-body {
    padding: 28px;
    background: #f8fafc;
}

#form_quote fieldset {
    background: #fff;
    border: 1px solid #e5e7eb !important;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

#form_quote .form-group {
    margin-bottom: 18px;
}

#form_quote label {
    color: #374151;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

#form_quote input,
#form_quote select,
#form_quote textarea {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    box-shadow: none;
}

#form_quote textarea {
    height: 110px;
    padding-top: 14px;
    resize: vertical;
}

#form_quote input:focus,
#form_quote select:focus,
#form_quote textarea:focus {
    border-color: #f3631a;
    outline: none;
    box-shadow: 0 0 0 4px rgba(243,99,26,.12);
}

#form_quote .next,
#form_quote .previous,
#form_quote input[type="submit"],
#form_quote button {
    background: #f3631a;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 13px 34px;
    font-weight: 900;
    transition: .25s ease;
}

#form_quote .previous {
    background: #111827;
}

#form_quote .next:hover,
#form_quote .previous:hover,
#form_quote input[type="submit"]:hover,
#form_quote button:hover {
    transform: translateY(-2px);
    background: #d9500a;
}

#form_quote .help-block {
    color: #dc2626;
    font-size: 13px;
    margin-top: 6px;
}

#form_quote .has-error input,
#form_quote .has-error select,
#form_quote .has-error textarea {
    border-color: #dc2626;
}

/* File upload polish */
#form_quote input[type="file"] {
    height: auto;
    padding: 14px;
    background: #fff7ed;
    border: 1px dashed #f3631a;
    cursor: pointer;
}

/* Step counter/progress if present */
#progressbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}

#progressbar li {
    flex: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #9ca3af;
}

#progressbar li.active {
    color: #f3631a;
}

@media(max-width: 600px) {
    #service_modal .modal-dialog {
        width: 96%;
        margin: 12px auto;
    }

    #service_modal .modal-header,
    .get-fixed .modal-header {
        padding: 20px;
    }

    #service_modal .modal-body {
        padding: 18px;
    }

    #form_quote fieldset {
        padding: 20px;
    }

    #service_modal .modal-header h2,
    .get-fixed .modal-header h2 {
        font-size: 22px;
    }
}

#quote_step_2,
#quote_step_3 {
    display: none;
}

.fmr-map-box {
    margin-top: 18px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

#map {
    width: 100%;
    height: 260px;
    background: #e5e7eb;
}

.fmr-agree-box {
    background: #fff7ed;
    border: 1px solid rgba(243,99,26,.25);
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 12px;
}

.fmr-agree-box input {
    width: auto !important;
    height: auto !important;
    margin-top: 4px;
}

.fmr-agree-box label {
    margin: 0;
    font-weight: 600 !important;
    color: #374151;
}

/* QUOTE WIZARD FIX */

#quote_step_1 {
    display:block;
}

#quote_step_2,
#quote_step_3 {
    display:none;
}

#form_quote fieldset {
    position: relative;
    width: 100%;
}

#map {
    width: 100%;
    height: 350px;
    min-height: 350px;
}

.pac-container {
    z-index: 9999999 !important;
}

/* =========================================
   ABOUT PAGE V2
========================================= */

.fmr-about-hero{
    padding:220px 0 140px;
    text-align:center;
    color:#fff;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.25), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
}

.fmr-about-hero-content{
    max-width:900px;
    margin:auto;
}

.fmr-section-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(243,99,26,.15);
    color:#f3631a;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
}

.fmr-about-hero h1{
    font-size:72px;
    line-height:1;
    font-weight:900;
    margin:25px 0;
    letter-spacing:-2px;
}

.fmr-about-hero p{
    font-size:22px;
    color:#d1d5db;
    max-width:760px;
    margin:auto;
    line-height:1.8;
}

.fmr-about-story{
    padding:120px 0;
    background:#fff;
}

.fmr-about-row{
    display:flex;
    align-items:center;
}

.fmr-about-copy h2{
    font-size:52px;
    font-weight:900;
    color:#111827;
    margin:20px 0;
}

.fmr-about-copy p{
    font-size:18px;
    line-height:1.9;
    color:#6b7280;
}

.fmr-about-image-card{
    background:
        linear-gradient(135deg,#ff7a1a,#f3631a);
    border-radius:32px;
    padding:80px 40px;
    text-align:center;
    color:#fff;
    box-shadow:0 30px 80px rgba(243,99,26,.25);
}

.fmr-about-image-card i{
    font-size:90px;
    margin-bottom:25px;
}

.fmr-about-image-card h3{
    font-size:34px;
    font-weight:900;
    margin-bottom:20px;
}

.fmr-about-image-card p{
    color:#fff;
    font-size:18px;
}

.fmr-about-values{
    padding:120px 0;
    background:#f8fafc;
}

.fmr-value-card{
    background:#fff;
    border-radius:30px;
    padding:45px 35px;
    text-align:center;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    transition:.3s ease;
    height:100%;
}

.fmr-value-card:hover{
    transform:translateY(-10px);
}

.fmr-value-card i{
    width:90px;
    height:90px;
    border-radius:24px;
    background:rgba(243,99,26,.12);
    color:#f3631a;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:38px;
}

.fmr-value-card h3{
    font-size:28px;
    font-weight:900;
    color:#111827;
}

.fmr-value-card p{
    color:#6b7280;
    line-height:1.8;
}

.fmr-about-mission{
    padding:120px 0;
    background:#fff;
}

.fmr-mission-card{
    background:#fff;
    border-radius:30px;
    padding:45px;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    height:100%;
}

.fmr-mission-card span{
    color:#f3631a;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
}

.fmr-mission-card h3{
    font-size:32px;
    font-weight:900;
    margin:15px 0;
    color:#111827;
}

.fmr-mission-card p{
    color:#6b7280;
    line-height:1.8;
}

.fmr-about-stats{
    padding:120px 0;
    background:
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
}

.fmr-stat{
    color:#fff;
}

.fmr-stat h2{
    font-size:70px;
    font-weight:900;
    color:#f3631a;
    margin-bottom:10px;
}

.fmr-stat span{
    color:#d1d5db;
    font-size:18px;
}

.fmr-about-cta{
    padding:120px 0;
    text-align:center;
    background:#fff;
}

.fmr-about-cta h2{
    font-size:58px;
    font-weight:900;
    color:#111827;
    margin:20px 0;
}

.fmr-about-cta p{
    max-width:700px;
    margin:auto auto 35px;
    color:#6b7280;
    font-size:20px;
}

@media(max-width:991px){

    .fmr-about-hero{
        padding:180px 0 100px;
    }

    .fmr-about-hero h1{
        font-size:48px;
    }

    .fmr-about-copy h2{
        font-size:40px;
    }

    .fmr-about-cta h2{
        font-size:42px;
    }

    .fmr-stat h2{
        font-size:50px;
    }

    .fmr-about-row{
        display:block;
    }

    .fmr-about-visual{
        margin-top:40px;
    }
}

/* =========================================
   MEMBERS PAGE
========================================= */

.fmr-members-hero{
    padding:220px 0 140px;
    text-align:center;
    color:#fff;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.25), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
}

.fmr-members-hero-content{
    max-width:900px;
    margin:auto;
}

.fmr-members-hero h1{
    font-size:72px;
    font-weight:900;
    line-height:1;
    margin:25px 0;
    letter-spacing:-2px;
}

.fmr-members-hero p{
    max-width:750px;
    margin:0 auto 40px;
    color:#d1d5db;
    font-size:22px;
    line-height:1.8;
}

.fmr-member-intro{
    padding:100px 0;
    background:#fff;
}

.fmr-members-benefits{
    padding:100px 0;
    background:#f8fafc;
}

.fmr-member-benefit-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    text-align:center;
    height:100%;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
    transition:.3s;
}

.fmr-member-benefit-card:hover{
    transform:translateY(-10px);
}

.fmr-member-benefit-card i{
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    border-radius:24px;
    background:rgba(243,99,26,.12);
    color:#f3631a;
    font-size:38px;
}

.fmr-member-benefit-card h3{
    font-size:28px;
    font-weight:900;
    color:#111827;
}

.fmr-member-benefit-card p{
    color:#6b7280;
    line-height:1.8;
}

.fmr-member-directory{
    padding:120px 0;
    background:#fff;
}

.fmr-member-search-wrap{
    max-width:600px;
    margin:40px auto 60px;
}

.fmr-member-search-wrap input{
    width:100%;
    height:65px;
    border:none;
    border-radius:18px;
    padding:0 25px;
    font-size:18px;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
}

.fmr-member-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    gap:30px;
}

.fmr-member-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
    transition:.3s ease;

    display:flex;
    flex-direction:column;
    min-height:360px;
}

.fmr-member-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(243,99,26,.15);
}

.fmr-member-icon{
    width:80px;
    height:80px;
    background:rgba(243,99,26,.12);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.fmr-member-icon i{
    font-size:34px;
    color:#f3631a;
}

.fmr-member-card h3{
    font-size:24px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
}

.fmr-member-card p{
    color:#6b7280;
    line-height:1.8;
    min-height:60px;
}

.fmr-member-card span{
    display:block;
    margin-top:20px;
    color:#f3631a;
    font-weight:700;
}

.fmr-member-categories{
    padding:120px 0;
    background:#f8fafc;
}

.fmr-category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:50px;
}

.fmr-category-grid div{
    background:#fff;
    border-radius:18px;
    padding:22px;
    font-weight:700;
    color:#111827;
    box-shadow:0 10px 25px rgba(15,23,42,.06);
}

.fmr-category-grid i{
    color:#f3631a;
    margin-right:8px;
}

.fmr-members-stats{
    padding:120px 0;
    background:
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
}

.fmr-members-cta{
    padding:120px 0;
    text-align:center;
    background:#fff;
}

.fmr-members-cta h2{
    font-size:58px;
    font-weight:900;
    color:#111827;
    margin:20px 0;
}

.fmr-members-cta p{
    max-width:700px;
    margin:0 auto 40px;
    color:#6b7280;
    font-size:20px;
}

@media(max-width:991px){

    .fmr-members-hero{
        padding:180px 0 100px;
    }

    .fmr-members-hero h1{
        font-size:48px;
    }

    .fmr-category-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .fmr-members-cta h2{
        font-size:42px;
    }
}

@media(max-width:767px){

    .fmr-category-grid{
        grid-template-columns:1fr;
    }

    .fmr-member-grid{
        grid-template-columns:1fr;
    }
}

.fmr-member-card h3{
    min-height:90px;
}

.fmr-member-card span{
    margin-top:auto;
}

.fmr-member-count{
    text-align:center;
    margin-bottom:40px;
    font-size:20px;
    color:#6b7280;
}

.fmr-member-count strong{
    color:#f3631a;
    font-size:34px;
    font-weight:900;
}

.fmr-member-logo-box {
    width: 100%;
    height: 120px;
    background: #f8fafc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.fmr-member-logo-box img {
    width: auto;
    max-width: 90%;
    max-height: 90px;
    object-fit: contain;
}

.fmr-member-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: #fff3eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b00;
    font-size: 28px;
}

.fmr-member-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.fmr-member-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(15,23,42,.08);
    transition: .3s ease;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    height: 100%;
}

.fmr-member-logo-box {
    width: 100%;
    height: 145px;
    background: #f8fafc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
}

.fmr-member-logo-box img {
    width: auto;
    max-width: 90%;
    max-height: 110px;
    object-fit: contain;
}

.fmr-google-rating {
    margin: 10px 0 15px;
    color: #f3631a;
    font-weight: 700;
}

.fmr-google-rating span {
    font-size: 18px;
    color: #f3631a;
}

.fmr-google-rating small {
    display: block;
    color: #6b7280;
    font-size: 13px;
    margin-top: 3px;
}

.fmr-google-rating{
    margin:12px 0 18px;
}

.fmr-stars{
    display:flex;
    align-items:center;
    gap:3px;
}

.star-filled{
    color:#fbbf24;
    font-size:18px;
}

.star-empty{
    color:#d1d5db;
    font-size:18px;
}

.fmr-rating-number{
    margin-left:8px;
    font-weight:700;
    color:#111827;
}

.fmr-google-rating small{
    display:block;
    margin-top:4px;
    color:#6b7280;
    font-size:13px;
}

.star-filled {
    color: #fbbf24;
}

.star-empty {
    color: #d1d5db;
}

.fmr-rating-number {
    margin-left: 8px;
    font-weight: 900;
    color: #111827;
}

/* =========================================
   FOR WORKSHOPS PAGE
========================================= */

.fmr-workshop-hero {
    padding: 220px 0 140px;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.28), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-workshop-hero-row {
    display: flex;
    align-items: center;
}

.fmr-workshop-copy h1 {
    font-size: 66px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 25px 0;
}

.fmr-workshop-copy p {
    font-size: 21px;
    line-height: 1.8;
    color: #d1d5db;
    max-width: 680px;
    margin-bottom: 35px;
}

.fmr-workshop-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fmr-workshop-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 32px;
    padding: 45px;
    box-shadow: 0 30px 80px rgba(0,0,0,.22);
    backdrop-filter: blur(14px);
}

.fmr-workshop-card h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 25px;
}

.fmr-workshop-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fmr-workshop-card li {
    color: #e5e7eb;
    font-size: 17px;
    margin-bottom: 18px;
}

.fmr-workshop-card li i {
    color: #f3631a;
    margin-right: 10px;
}

.fmr-workshop-benefits,
.fmr-workshop-process,
.fmr-workshop-pricing,
.fmr-workshop-services,
.fmr-workshop-final {
    padding: 120px 0;
}

.fmr-workshop-benefits,
.fmr-workshop-services {
    background: #f8fafc;
}

.fmr-workshop-process,
.fmr-workshop-pricing,
.fmr-workshop-final {
    background: #fff;
}

.fmr-workshop-price-row {
    display: flex;
    align-items: center;
}

.fmr-workshop-price-copy h2,
.fmr-workshop-final h2 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 900;
    color: #111827;
    margin: 20px 0;
}

.fmr-workshop-price-copy p,
.fmr-workshop-final p {
    color: #6b7280;
    font-size: 19px;
    line-height: 1.8;
}

.fmr-pricing-card {
    background: #111827;
    color: #fff;
    border-radius: 34px;
    padding: 50px;
    box-shadow: 0 30px 80px rgba(15,23,42,.18);
}

.fmr-pricing-card span {
    color: #f3631a;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fmr-pricing-card h3 {
    font-size: 52px;
    font-weight: 900;
    margin: 15px 0;
}

.fmr-pricing-card p {
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.7;
}

.fmr-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.fmr-pricing-card li {
    margin-bottom: 14px;
    color: #e5e7eb;
}

.fmr-pricing-card li i {
    color: #f3631a;
    margin-right: 10px;
}

.fmr-workshop-final {
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.18), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-workshop-final h2 {
    color: #fff;
}

.fmr-workshop-final p {
    max-width: 720px;
    margin: 0 auto 35px;
    color: #d1d5db;
}

@media(max-width: 991px) {
    .fmr-workshop-hero {
        padding: 180px 0 100px;
    }

    .fmr-workshop-hero-row,
    .fmr-workshop-price-row {
        display: block;
    }

    .fmr-workshop-copy h1,
    .fmr-workshop-price-copy h2,
    .fmr-workshop-final h2 {
        font-size: 44px;
    }

    .fmr-workshop-card,
    .fmr-pricing-card {
        margin-top: 40px;
    }
}

/* =========================================
   FINANCE PAGE
========================================= */

.fmr-finance-hero {
    padding: 220px 0 140px;
    background:
        radial-gradient(circle at top right, rgba(22,93,255,.25), transparent 30%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.18), transparent 35%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-finance-hero-row {
    display: flex;
    align-items: center;
}

.fmr-finance-copy h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 25px 0;
}

.fmr-finance-copy p {
    font-size: 20px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 35px;
    max-width: 650px;
}

.fmr-finance-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    padding: 45px;
    backdrop-filter: blur(15px);
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.fmr-finance-card h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
}

.fmr-finance-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fmr-finance-card li {
    margin-bottom: 18px;
    font-size: 17px;
    color: #e5e7eb;
}

.fmr-finance-card li i {
    color: #22c55e;
    margin-right: 10px;
}

.fmr-finance-intro {
    padding: 100px 0 40px;
    background: #fff;
}

.fmr-finance-details {
    padding: 120px 0;
    background: #ffffff;
}

.fmr-finance-benefit {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}

.fmr-finance-benefit i {
    font-size: 40px;
    color: #f3631a;
    margin-bottom: 20px;
}

.fmr-finance-benefit h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.fmr-finance-benefit p {
    color: #6b7280;
    line-height: 1.8;
}

.fmr-finance-stats {
    padding: 120px 0;
    background: #f8fafc;
}

.fmr-finance-stat-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}

.fmr-finance-stat-card h2 {
    font-size: 48px;
    font-weight: 900;
    color: #f3631a;
    margin-bottom: 10px;
}

.fmr-finance-stat-card span {
    color: #6b7280;
    font-size: 16px;
}

.fmr-finance-cta {
    padding: 140px 0;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(22,93,255,.20), transparent 30%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.18), transparent 35%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-finance-cta h2 {
    font-size: 58px;
    font-weight: 900;
    margin-bottom: 25px;
}

.fmr-finance-cta p {
    max-width: 750px;
    margin: 0 auto 35px;
    color: #d1d5db;
    font-size: 20px;
    line-height: 1.8;
}

.fmr-finance-highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    margin-bottom: 30px;
    font-weight: 700;
}

.fmr-finance-highlight i {
    color: #22c55e;
}

.fmr-loan-card {
    background: linear-gradient(135deg,#f3631a,#ff7a1a);
    border-radius: 30px;
    padding: 50px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(243,99,26,.25);
}

.fmr-loan-card h3 {
    font-size: 54px;
    font-weight: 900;
    margin: 10px 0;
}

.fmr-loan-card p {
    font-size: 18px;
    line-height: 1.8;
    opacity: .95;
}

.fmr-loan-card small {
    display: block;
    margin-top: 20px;
    opacity: .9;
}

@media (max-width: 991px) {

    .fmr-finance-hero {
        padding: 180px 0 100px;
    }

    .fmr-finance-hero-row {
        display: block;
    }

    .fmr-finance-copy h1 {
        font-size: 42px;
    }

    .fmr-finance-card {
        margin-top: 40px;
    }

    .fmr-finance-cta h2 {
        font-size: 42px;
    }

    .fmr-loan-card h3 {
        font-size: 40px;
    }
}

.fmr-finance-image-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmr-finance-image-card img {
    width: 100%;
    max-width: 750px;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    transition: all .3s ease;
}

.fmr-finance-image-card img:hover {
    transform: translateY(-5px);
}

.fmr-finance-gallery img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.fmr-finance-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* ===================================
   FINANCE PARTNER SECTION
=================================== */

.fmr-finance-partner-section {
    padding: 120px 0;
    background: #f8fafc;
}

.fmr-finance-partner-card {
    background: #fff;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 30px 80px rgba(15,23,42,.08);
}

.fmr-partner-logo {
    max-width: 220px;
    width: 100%;
}

.fmr-finance-partner-card h2 {
    font-size: 48px;
    font-weight: 800;
    margin: 20px 0;
    color: #0f172a;
}

.fmr-finance-partner-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 30px;
}

.fmr-partner-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.fmr-partner-feature {
    font-weight: 600;
    color: #0f172a;
}

.fmr-partner-feature i {
    color: #22c55e;
    margin-right: 10px;
}

.fmr-partner-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media(max-width:991px){

    .fmr-finance-partner-card {
        padding: 40px;
        text-align: center;
    }

    .fmr-finance-partner-card h2 {
        font-size: 34px;
    }

    .fmr-partner-features {
        grid-template-columns: 1fr;
    }

    .fmr-partner-buttons {
        justify-content: center;
    }

    .fmr-partner-logo {
        margin-bottom: 30px;
    }
}

/* ===================================
   FINANCE SHOWCASE
=================================== */

.fmr-finance-partner-section{
    padding:120px 0;
    background:#f8fafc;
}

.fmr-finance-showcase{
    background:#fff;
    border-radius:32px;
    padding:70px;
    box-shadow:0 25px 80px rgba(15,23,42,.08);
    text-align:center;
    position:relative;
    overflow:hidden;
}

.fmr-finance-showcase:before{
    content:'';
    position:absolute;
    top:-180px;
    left:-180px;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(0,104,55,.06);
}

.fmr-finance-showcase:after{
    content:'';
    position:absolute;
    bottom:-180px;
    right:-180px;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(243,99,26,.06);
}

.fmr-finance-showcase-top{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:0 auto 60px;
}

.fmr-partner-logo{
    width:220px;
    margin-bottom:25px;
}

.fmr-finance-showcase-top h2{
    font-size:54px;
    font-weight:800;
    line-height:1.1;
    margin:25px 0;
    color:#0f172a;
}

.fmr-finance-showcase-top p{
    font-size:20px;
    color:#64748b;
    line-height:1.8;
}

.fmr-showcase-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:35px 25px;
    height:100%;
    transition:.3s;
}

.fmr-showcase-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.fmr-showcase-item i{
    font-size:42px;
    color:#006837;
    margin-bottom:20px;
}

.fmr-showcase-item h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.fmr-showcase-item p{
    color:#64748b;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

    .fmr-finance-showcase{
        padding:40px;
    }

    .fmr-finance-showcase-top h2{
        font-size:36px;
    }

    .fmr-showcase-item{
        margin-bottom:20px;
    }
}

/* =========================================
   CLEAN FINANCE PAGE
========================================= */

.fmr-finance-hero {
    padding: 210px 0 130px;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.18), transparent 32%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-finance-hero-row,
.fmr-workshop-price-row {
    display: flex;
    align-items: center;
}

.fmr-finance-copy h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin: 24px 0;
}

.fmr-finance-copy p {
    font-size: 19px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 32px;
    max-width: 650px;
}

.fmr-finance-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmr-finance-image-card img {
    width: 100%;
    max-width: 820px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.fmr-finance-trust-row {
    margin-top: 28px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.fmr-finance-trust-row span {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 700;
}

.fmr-finance-trust-row i {
    color: #22c55e;
    margin-right: 7px;
}

.fmr-finance-highlights {
    padding: 0 0 80px;
    background: #fff;
    margin-top: -55px;
    position: relative;
    z-index: 5;
}

.fmr-highlight-box {
    background: #fff;
    border-radius: 22px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(15,23,42,.12);
    margin-bottom: 25px;
}

.fmr-highlight-box h3 {
    color: #f3631a;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 8px;
}

.fmr-highlight-box p {
    color: #64748b;
    margin: 0;
    font-weight: 700;
}

.fmr-finance-partner-section,
.fmr-finance-intro,
.fmr-finance-details,
.fmr-loan-examples {
    padding: 110px 0;
}

.fmr-finance-partner-section,
.fmr-workshop-benefits,
.fmr-workshop-services {
    background: #f8fafc;
}

.fmr-finance-showcase {
    background: #fff;
    border-radius: 32px;
    padding: 70px;
    box-shadow: 0 25px 80px rgba(15,23,42,.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fmr-finance-showcase:before,
.fmr-finance-showcase:after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    z-index: 1;
}

.fmr-finance-showcase:before {
    top: -210px;
    left: -210px;
    background: rgba(0,104,55,.07);
}

.fmr-finance-showcase:after {
    bottom: -210px;
    right: -210px;
    background: rgba(243,99,26,.07);
}

.fmr-finance-showcase-top,
.fmr-showcase-item {
    position: relative;
    z-index: 2;
}

.fmr-finance-showcase-top {
    max-width: 900px;
    margin: 0 auto 55px;
}

.fmr-partner-logo {
    width: 210px;
    margin-bottom: 25px;
}

.fmr-finance-showcase-top h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.08;
    color: #0f172a;
    margin: 25px 0;
}

.fmr-finance-showcase-top p {
    font-size: 19px;
    line-height: 1.8;
    color: #64748b;
}

.fmr-showcase-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px 25px;
    height: 100%;
    transition: .3s ease;
}

.fmr-showcase-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.fmr-showcase-item i {
    font-size: 40px;
    color: #006837;
    margin-bottom: 20px;
}

.fmr-showcase-item h4 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #0f172a;
}

.fmr-showcase-item p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.fmr-loan-card {
    background: linear-gradient(135deg,#006837,#004d2f);
    border-radius: 32px;
    padding: 55px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(0,104,55,.25);
}

.fmr-loan-card span {
    color: #9ee8b3;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fmr-loan-card h3 {
    font-size: 48px;
    font-weight: 900;
    margin: 18px 0;
}

.fmr-loan-card p {
    color: #e5e7eb;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.fmr-loan-example-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    transition: .3s ease;
}

.fmr-loan-example-card:hover {
    transform: translateY(-8px);
}

.fmr-loan-example-card i {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background: rgba(0,104,55,.1);
    color: #006837;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.fmr-loan-example-card h3 {
    font-size: 25px;
    font-weight: 900;
    color: #0f172a;
}

.fmr-loan-example-card span {
    display: block;
    color: #f3631a;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
}

.fmr-loan-example-card p {
    color: #64748b;
    line-height: 1.7;
}

.fmr-nedbank-cta {
    padding: 120px 0;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.25), transparent 30%),
        linear-gradient(135deg,#003d25,#006837);
    color: #fff;
    text-align: center;
}

.fmr-nedbank-cta img {
    max-width: 220px;
    margin-bottom: 30px;
}

.fmr-nedbank-cta h2 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 22px;
}

.fmr-nedbank-cta p {
    max-width: 760px;
    margin: 0 auto 35px;
    color: #e5e7eb;
    font-size: 19px;
    line-height: 1.8;
}

@media(max-width:991px) {
    .fmr-finance-hero {
        padding: 180px 0 90px;
    }

    .fmr-finance-hero-row,
    .fmr-workshop-price-row {
        display: block;
    }

    .fmr-finance-copy h1,
    .fmr-finance-showcase-top h2,
    .fmr-nedbank-cta h2 {
        font-size: 38px;
    }

    .fmr-finance-image-card {
        margin-top: 45px;
    }

    .fmr-finance-showcase {
        padding: 40px;
    }

    .fmr-showcase-item,
    .fmr-loan-example-card {
        margin-bottom: 25px;
    }

    .fmr-loan-card {
        margin-top: 40px;
        padding: 40px;
    }
}

/* =========================================
   SHORT FINANCE PAGE
========================================= */

.fmr-finance-hero {
    padding: 210px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.18), transparent 32%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-finance-hero-row,
.fmr-finance-qualify-row {
    display: flex;
    align-items: center;
}

.fmr-finance-copy h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin: 24px 0;
}

.fmr-finance-copy p {
    font-size: 19px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 32px;
    max-width: 620px;
}

.fmr-finance-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.fmr-finance-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmr-finance-image-card img {
    width: 100%;
    max-width: 850px;
    height: auto;
    border-radius: 26px;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.fmr-finance-trust-row {
    margin-top: 28px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.fmr-finance-trust-row span {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 700;
}

.fmr-finance-trust-row i {
    color: #22c55e;
    margin-right: 7px;
}

.fmr-finance-benefits,
.fmr-finance-how,
.fmr-finance-qualify {
    padding: 95px 0;
}

.fmr-finance-benefits,
.fmr-finance-qualify {
    background: #f8fafc;
}

.fmr-finance-how {
    background: #fff;
}

.fmr-finance-short-card,
.fmr-finance-step-card {
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    transition: .3s ease;
}

.fmr-finance-short-card:hover,
.fmr-finance-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(15,23,42,.12);
}

.fmr-finance-short-card i,
.fmr-finance-step-card > i {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background: rgba(0,104,55,.10);
    color: #006837;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.fmr-finance-short-card h3,
.fmr-finance-step-card h3 {
    font-size: 25px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 14px;
}

.fmr-finance-short-card p,
.fmr-finance-step-card p {
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.fmr-finance-step-card {
    position: relative;
    overflow: hidden;
}

.fmr-step-number {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(243,99,26,.13);
}

.fmr-finance-qualify-copy h2 {
    font-size: 48px;
    font-weight: 900;
    color: #0f172a;
    margin: 18px 0;
}

.fmr-finance-qualify-copy p {
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
    max-width: 560px;
}

.fmr-finance-qualify-list {
    background: #fff;
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

.fmr-finance-qualify-list div {
    color: #0f172a;
    font-weight: 800;
    font-size: 15px;
}

.fmr-finance-qualify-list i {
    color: #22c55e;
    margin-right: 8px;
}

.fmr-finance-final {
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.25), transparent 30%),
        linear-gradient(135deg,#003d25,#006837);
    color: #fff;
    text-align: center;
}

.fmr-finance-final h2 {
    font-size: 54px;
    font-weight: 900;
    margin: 22px 0;
}

.fmr-finance-final p {
    max-width: 760px;
    margin: 0 auto 34px;
    color: #e5e7eb;
    font-size: 19px;
    line-height: 1.8;
}

@media(max-width:991px) {
    .fmr-finance-hero {
        padding: 175px 0 90px;
    }

    .fmr-finance-hero-row,
    .fmr-finance-qualify-row {
        display: block;
    }

    .fmr-finance-copy h1,
    .fmr-finance-qualify-copy h2,
    .fmr-finance-final h2 {
        font-size: 38px;
    }

    .fmr-finance-image-card {
        margin-top: 45px;
    }

    .fmr-finance-short-card,
    .fmr-finance-step-card {
        margin-bottom: 25px;
    }

    .fmr-finance-qualify-list {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }
}

/* =========================================
   CLEAN FINANCE PAGE
========================================= */

.fmr-finance-hero {
    padding: 210px 0 130px;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.22), transparent 28%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.18), transparent 32%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
}

.fmr-finance-hero-row,
.fmr-workshop-price-row {
    display: flex;
    align-items: center;
}

.fmr-finance-copy h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -1.8px;
    margin: 24px 0;
}

.fmr-finance-copy p {
    font-size: 19px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 32px;
    max-width: 650px;
}

.fmr-finance-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fmr-finance-image-card img {
    width: 100%;
    max-width: 820px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.fmr-finance-trust-row {
    margin-top: 28px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.fmr-finance-trust-row span {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 700;
}

.fmr-finance-trust-row i {
    color: #22c55e;
    margin-right: 7px;
}

.fmr-finance-highlights {
    padding: 0 0 80px;
    background: #fff;
    margin-top: -55px;
    position: relative;
    z-index: 5;
}

.fmr-highlight-box {
    background: #fff;
    border-radius: 22px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(15,23,42,.12);
    margin-bottom: 25px;
}

.fmr-highlight-box h3 {
    color: #f3631a;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 8px;
}

.fmr-highlight-box p {
    color: #64748b;
    margin: 0;
    font-weight: 700;
}

.fmr-finance-partner-section,
.fmr-finance-intro,
.fmr-finance-details,
.fmr-loan-examples {
    padding: 110px 0;
}

.fmr-finance-partner-section,
.fmr-workshop-benefits,
.fmr-workshop-services {
    background: #f8fafc;
}

.fmr-finance-showcase {
    background: #fff;
    border-radius: 32px;
    padding: 70px;
    box-shadow: 0 25px 80px rgba(15,23,42,.08);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fmr-finance-showcase:before,
.fmr-finance-showcase:after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    z-index: 1;
}

.fmr-finance-showcase:before {
    top: -210px;
    left: -210px;
    background: rgba(0,104,55,.07);
}

.fmr-finance-showcase:after {
    bottom: -210px;
    right: -210px;
    background: rgba(243,99,26,.07);
}

.fmr-finance-showcase-top,
.fmr-showcase-item {
    position: relative;
    z-index: 2;
}

.fmr-finance-showcase-top {
    max-width: 900px;
    margin: 0 auto 55px;
}

.fmr-partner-logo {
    width: 210px;
    margin-bottom: 25px;
}

.fmr-finance-showcase-top h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.08;
    color: #0f172a;
    margin: 25px 0;
}

.fmr-finance-showcase-top p {
    font-size: 19px;
    line-height: 1.8;
    color: #64748b;
}

.fmr-showcase-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 35px 25px;
    height: 100%;
    transition: .3s ease;
}

.fmr-showcase-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.fmr-showcase-item i {
    font-size: 40px;
    color: #006837;
    margin-bottom: 20px;
}

.fmr-showcase-item h4 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #0f172a;
}

.fmr-showcase-item p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.fmr-loan-card {
    background: linear-gradient(135deg,#006837,#004d2f);
    border-radius: 32px;
    padding: 55px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(0,104,55,.25);
}

.fmr-loan-card span {
    color: #9ee8b3;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fmr-loan-card h3 {
    font-size: 48px;
    font-weight: 900;
    margin: 18px 0;
}

.fmr-loan-card p {
    color: #e5e7eb;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.fmr-loan-example-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    transition: .3s ease;
}

.fmr-loan-example-card:hover {
    transform: translateY(-8px);
}

.fmr-loan-example-card i {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background: rgba(0,104,55,.1);
    color: #006837;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.fmr-loan-example-card h3 {
    font-size: 25px;
    font-weight: 900;
    color: #0f172a;
}

.fmr-loan-example-card span {
    display: block;
    color: #f3631a;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
}

.fmr-loan-example-card p {
    color: #64748b;
    line-height: 1.7;
}

.fmr-nedbank-cta {
    padding: 120px 0;
    background:
        radial-gradient(circle at top right, rgba(0,104,55,.25), transparent 30%),
        linear-gradient(135deg,#003d25,#006837);
    color: #fff;
    text-align: center;
}

.fmr-nedbank-cta img {
    max-width: 220px;
    margin-bottom: 30px;
}

.fmr-nedbank-cta h2 {
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 22px;
}

.fmr-nedbank-cta p {
    max-width: 760px;
    margin: 0 auto 35px;
    color: #e5e7eb;
    font-size: 19px;
    line-height: 1.8;
}

@media(max-width:991px) {
    .fmr-finance-hero {
        padding: 180px 0 90px;
    }

    .fmr-finance-hero-row,
    .fmr-workshop-price-row {
        display: block;
    }

    .fmr-finance-copy h1,
    .fmr-finance-showcase-top h2,
    .fmr-nedbank-cta h2 {
        font-size: 38px;
    }

    .fmr-finance-image-card {
        margin-top: 45px;
    }

    .fmr-finance-showcase {
        padding: 40px;
    }

    .fmr-showcase-item,
    .fmr-loan-example-card {
        margin-bottom: 25px;
    }

    .fmr-loan-card {
        margin-top: 40px;
        padding: 40px;
    }
}

/* =========================================
   CONTACT US PAGE
========================================= */

.fmr-contact-hero {
    padding: 220px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(122,0,38,.20), transparent 28%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.15), transparent 32%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
    text-align: center;
}

.fmr-contact-hero h1 {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.05;
    margin: 25px 0;
}

.fmr-contact-hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
    color: #d1d5db;
}

.fmr-contact-section {
    padding: 110px 0;
    background: #f8fafc;
}

.fmr-contact-info-card {
    background: #0f172a;
    color: #fff;
    padding: 45px;
    border-radius: 30px;
    height: 100%;
    box-shadow: 0 25px 70px rgba(15,23,42,.25);
}

.fmr-contact-info-card h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0 35px;
}

.fmr-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
}

.fmr-contact-info-item i {
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f3631a;
}

.fmr-contact-info-item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.fmr-contact-info-item p,
.fmr-contact-info-item a {
    margin: 0;
    color: #cbd5e1;
    text-decoration: none;
}

.fmr-contact-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 25px 70px rgba(15,23,42,.08);
}

.fmr-contact-form-card h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin: 20px 0 35px;
}

.fmr-contact-form-card .form-group {
    margin-bottom: 25px;
}

.fmr-contact-form-card label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #334155;
}

.fmr-contact-form-card .form-control {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dbe3ec;
    box-shadow: none;
    padding: 0 18px;
    font-size: 15px;
}

.fmr-contact-form-card textarea.form-control {
    height: auto;
    padding: 18px;
    resize: vertical;
}

.fmr-contact-form-card .form-control:focus {
    border-color: #f3631a;
    box-shadow: 0 0 0 4px rgba(243,99,26,.12);
}

.fmr-contact-submit,
.fmr-contact-form-card .fmr-btn-primary {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
}

.fmr-contact-cta {
    padding: 120px 0;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.16), transparent 30%),
        radial-gradient(circle at bottom left, rgba(243,99,26,.10), transparent 32%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
    text-align: center;
}

.fmr-contact-cta h2 {
    font-size: 54px;
    font-weight: 900;
    margin: 25px 0;
}

.fmr-contact-cta p {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 18px;
    line-height: 1.8;
    color: #e5e7eb;
}

.fmr-contact-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.fmr-contact-actions .fmr-btn-primary,
.fmr-contact-actions .fmr-btn-secondary {
    min-width: 220px;
}

@media (max-width: 991px) {

    .fmr-contact-hero {
        padding: 180px 0 90px;
    }

    .fmr-contact-hero h1 {
        font-size: 42px;
    }

    .fmr-contact-form-card,
    .fmr-contact-info-card {
        padding: 35px;
    }

    .fmr-contact-info-card {
        margin-bottom: 30px;
    }

    .fmr-contact-cta h2 {
        font-size: 38px;
    }
}

.fmr-captcha-wrap {
    margin: 25px 0;
}

#captcha-error {
    display: block;
    margin-top: 8px;
    font-weight: 700;
}

.fmr-captcha-wrap {
    margin: 25px 0 35px 0;
}

/* =========================================
   REGISTER PAGE
========================================= */

.fmr-register-hero {
    padding: 220px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.15), transparent 30%),
        radial-gradient(circle at bottom left, rgba(122,0,38,.12), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
    text-align: center;
}

.fmr-register-hero h1 {
    font-size: 64px;
    font-weight: 900;
    margin: 25px 0;
    line-height: 1.05;
}

.fmr-register-hero p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
    color: #d1d5db;
}

.fmr-register-section {
    padding: 110px 0;
    background: #f8fafc;
}

.fmr-register-card {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 50px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(15,23,42,.08);
    transition: .35s ease;
    overflow: hidden;
}

.fmr-register-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(15,23,42,.12);
}

.fmr-register-card-featured {
    border: 2px solid rgba(243,99,26,.25);
}

.fmr-register-price {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #f3631a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fmr-register-icon {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    background: linear-gradient(135deg,#f3631a,#ff8b43);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(243,99,26,.25);
}

.fmr-register-icon i {
    font-size: 38px;
    color: #fff;
}

.fmr-register-card h2 {
    font-size: 36px;
    font-weight: 900;
    color: #0f172a;
    margin: 20px 0;
}

.fmr-register-card p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 16px;
}

.fmr-register-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.fmr-register-card ul li {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}

.fmr-register-card ul li i {
    color: #22c55e;
    margin-right: 10px;
}

.fmr-register-card .fmr-btn-primary {
    width: 100%;
    text-align: center;
}

.fmr-register-info {
    padding: 120px 0;
    background: #fff;
}

.fmr-register-info h2 {
    font-size: 54px;
    font-weight: 900;
    color: #0f172a;
    margin: 25px 0;
}

.fmr-register-info p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
}

@media (max-width: 991px) {

    .fmr-register-hero {
        padding: 180px 0 90px;
    }

    .fmr-register-hero h1 {
        font-size: 42px;
    }

    .fmr-register-card {
        margin-bottom: 30px;
        padding: 35px;
    }

    .fmr-register-card h2 {
        font-size: 28px;
    }

    .fmr-register-info h2 {
        font-size: 38px;
    }

    .fmr-register-price {
        position: static;
        display: inline-block;
        margin-bottom: 20px;
    }
}

/* =========================================
   REGISTER MOTORIST FORM
========================================= */

.fmr-register-form-hero {
    padding: 210px 0 110px;
    background:
        radial-gradient(circle at top right, rgba(243,99,26,.16), transparent 30%),
        linear-gradient(135deg,#0f172a,#111827,#1f2937);
    color: #fff;
    text-align: center;
}

.fmr-register-form-hero h1 {
    font-size: 58px;
    font-weight: 900;
    margin: 25px 0;
}

.fmr-register-form-hero p {
    max-width: 750px;
    margin: 0 auto;
    color: #d1d5db;
    font-size: 19px;
    line-height: 1.8;
}

.fmr-register-form-section {
    padding: 110px 0;
    background: #f8fafc;
}

.fmr-register-form-wrap {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 35px;
    align-items: stretch;
}

.fmr-register-form-side {
    background: #0f172a;
    color: #fff;
    border-radius: 30px;
    padding: 45px;
    box-shadow: 0 25px 70px rgba(15,23,42,.22);
}

.fmr-register-form-side h2 {
    font-size: 36px;
    font-weight: 900;
    margin: 20px 0 35px;
}

.fmr-register-benefit {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 25px;
    color: #d1d5db;
    font-weight: 700;
}

.fmr-register-benefit i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(243,99,26,.15);
    color: #f3631a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fmr-register-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 25px 70px rgba(15,23,42,.08);
}

.fmr-register-form-card h2 {
    font-size: 40px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 25px;
}

.fmr-register-form-card h3 {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    margin: 35px 0 20px;
}

.fmr-register-form-card .form-group {
    margin-bottom: 22px;
}

.fmr-register-form-card label {
    display: block;
    font-weight: 800;
    color: #334155;
    margin-bottom: 8px;
}

.fmr-register-form-card .form-control {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dbe3ec;
    box-shadow: none;
    padding: 0 18px;
    font-size: 15px;
}

.fmr-register-form-card .form-control:focus {
    border-color: #f3631a;
    box-shadow: 0 0 0 4px rgba(243,99,26,.12);
}

.fmr-register-form-card .input-group-addon {
    border-radius: 14px 0 0 14px;
    border: 1px solid #dbe3ec;
    background: #f8fafc;
    font-weight: 900;
    color: #0f172a;
}

.fmr-register-form-card .input-group .form-control {
    border-radius: 0 14px 14px 0;
}

.fmr-register-agree {
    background: #f8fafc;
    border-radius: 18px;
    padding: 20px;
    margin: 25px 0 30px;
    color: #475569;
    line-height: 1.7;
}

.fmr-register-agree label {
    margin: 0;
    font-weight: 600;
}

.fmr-register-agree input {
    margin-right: 8px;
}

.fmr-register-agree a {
    color: #f3631a;
    font-weight: 900;
}

.fmr-register-submit {
    width: 100%;
    border: 0;
    height: 58px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 900;
}

.fmr-register-form-card .help-block,
.fmr-register-form-card .text-danger {
    color: #dc2626;
    font-weight: 700;
    margin-top: 6px;
}

.fmr-register-form-card .has-error .form-control {
    border-color: #dc2626;
}

@media(max-width: 991px) {
    .fmr-register-form-hero {
        padding: 175px 0 90px;
    }

    .fmr-register-form-hero h1 {
        font-size: 40px;
    }

    .fmr-register-form-wrap {
        grid-template-columns: 1fr;
    }

    .fmr-register-form-card,
    .fmr-register-form-side {
        padding: 35px;
    }

    .fmr-register-form-card h2 {
        font-size: 32px;
    }
}

/* =========================================
   REGISTER WORKSHOP FORM
========================================= */

.fmr-step-progress {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 45px;
}

.fmr-step-progress span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.fmr-step-progress span.active {
    background: #f3631a;
    color: #fff;
    box-shadow: 0 12px 30px rgba(243,99,26,.28);
}

.fmr-form-actions {
    margin-top: 35px;
}

.fmr-form-actions.two-buttons {
    display: flex;
    gap: 16px;
}

.fmr-form-actions.two-buttons button {
    flex: 1;
}

#form_register #vCategory,
#form_register #vMake {
    min-height: 180px;
    padding: 14px;
}

.select2-container--default .select2-selection--multiple {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    min-height: 86px !important;
    padding: 14px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04) !important;
    transition: all .2s ease !important;
}

.select2-container--default .select2-selection--multiple:hover {
    border-color: #f3631a !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f3631a !important;
    box-shadow: 0 0 0 4px rgba(243, 99, 26, .12) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    row-gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    background: #fff3e8 !important;
    border: 1px solid #ffd0ad !important;
    border-radius: 999px !important;
    color: #f3631a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    order: 1 !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: static !important;
    order: 2 !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: rgba(243, 99, 26, .12) !important;
    border-radius: 50% !important;
    color: #f3631a !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #f3631a !important;
    color: #fff !important;
}

.select2-container--default .select2-search--inline {
    flex-basis: 100% !important;
    width: 100% !important;
}

#map {
    width: 100%;
    height: 300px;
    border-radius: 22px;
    margin-top: 18px;
    overflow: hidden;
    background: #e5e7eb;
}

#vLogo {
    padding-top: 15px;
}

@media(max-width: 991px) {
    .fmr-form-actions.two-buttons {
        flex-direction: column;
    }
}

/* =========================================
   LOGIN MODAL FIX
========================================= */

#myModal .modal-dialog {
    width: 480px;
    max-width: 95%;
    margin: 80px auto;
}

#myModal .modal-content {
    background: #fff !important;
    color: #0f172a !important;
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
}

#myModal .modal-header {
    background: #fff !important;
    padding: 30px 35px 18px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

#myModal .modal-header .close {
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 42px;
    opacity: .35;
    color: #0f172a !important;
}

#myModal h3,
#myModal p,
#myModal label {
    color: #0f172a !important;
}

#myModal .modal-header p,
#myModal .fmr-register-link {
    color: #64748b !important;
    margin-top: 25px;
}

.fmr-login-logo {
    display: inline-block;
    background: #0f172a;
    padding: 18px 25px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.fmr-login-logo img {
    width: 190px;
    height: auto;
    display: block;
}

#myModal .modal-body {
    background: #fff !important;
    padding: 30px 35px 35px;
}

#myModal .form-control {
    height: 58px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 16px;
    padding: 0 18px;
    box-shadow: none;
    background: #fff !important;
    color: #0f172a !important;
}

#myModal .form-control::placeholder {
    color: #94a3b8 !important;
}

#myModal .form-group {
    margin-bottom: 22px;
}

.fmr-input-icon {
    position: relative;
}

.fmr-input-icon i {
    position: absolute;
    left: 18px;
    top: 20px;
    color: #f3631a;
    z-index: 2;
}

.fmr-input-icon .form-control {
    padding-left: 50px !important;
}

.fmr-login-links {
    margin-bottom: 18px;
    text-align: right;
}

.fmr-login-links a,
.fmr-register-link a {
    color: #f3631a !important;
    font-weight: 700;
    text-decoration: none;
}

.fmr-login-btn {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg,#f3631a,#ff7a2f);
    color: #fff !important;
    font-weight: 800;
    font-size: 16px;
}

.fmr-login-captcha {
    margin: 10px 0 22px;
}

#login-captcha-error {
    display: block;
    margin-top: 8px;
    color: #dc2626;
    font-weight: 700;
}

.fmr-user-welcome {
    font-weight: 700;
    color: white;
    margin-right: 12px;
    white-space: nowrap;
}

.fmr-request-image {
    height: 150px;
    background: #ddd;
}

.fmr-request-image img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.fmr-client-quotes-hero {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 32px 40px !important;
}

.fmr-client-quotes-hero h3 {
    width: auto !important;
    max-width: none !important;
    white-space: normal !important;
}

.fmr-client-quotes-hero p {
    max-width: 520px !important;
}

.fmr-client-quotes-wrap,
.fmr-empty-client-quotes {
    width: 100% !important;
    max-width: none !important;
}

.fmr-nedbank-actions {
    margin-top: 28px;
}

.fmr-nedbank-finance-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 26px;
    border: 2px solid #007a4d;
    border-radius: 30px;
    background: #007a4d;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 122, 77, 0.2);
    transition: 0.2s ease;
}

.fmr-nedbank-finance-btn:hover {
    background: #005f3c;
    border-color: #005f3c;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 122, 77, 0.28);
}

.fmr-nedbank-finance-btn i {
    transition: transform 0.2s ease;
}

.fmr-nedbank-finance-btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .fmr-nedbank-finance-btn {
        width: 100%;
    }
}