@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

@font-face {
    font-family: "goldenhopes_personal";
    src: url("goldenhopes_personal_use_only-webfont.eot");
    src:
        local("goldenhopes_personal"),
        url("../fonts/goldenhopes_personal_use_only-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/goldenhopes_personal_use_only-webfont.woff2") format("woff2"),
        url("../fonts/goldenhopes_personal_use_only-webfont.woff") format("woff"),
        url("../fonts/goldenhopes_personal_use_only-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #0969a0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary-lightest: #94c0e7;
    --primary-lighter: #77afe0;
    --primary-light: #5a9dda;
    --primary: #3d8cd3;
    --primary-dark: #2c7ac1;
    --primary-darker: #2568a4;
    --primary-darkest: #1e5586;
    --secondary: #000000;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

/* font-family: "Instrument Serif", serif; */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #282828;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    border: solid 3px #cccccc;
    color: #282828;
}

.dropdown-item.active:hover {
    background-color: #f15b4f !important;
}

iframe {
    border-radius: 20px;
}

.content-page {
    position: relative;
}

.logo img {
    width: auto;
    height: 105px;
}

/* button */

.btn {
    font-size: 20px;
    min-width: 240px;
    font-weight: 600;
}

/* End btn outline defult */

/* navigation */
.navbar-nav {
    display: flex;
    gap: 10px;
}

.down-icon svg {
    transition: transform 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .down-icon svg {
    transform: rotate(180deg);
}

.nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    gap: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footer-content ul li a {
    position: relative;
}

.footer-content ul li a:hover:after {
    width: 100%;
}

.footer-content ul li a::after {
    content: "";
    position: absolute;
    background-color: #dc3545;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -6px;
    transition: 0.3s;
}

.footer-info a {
    position: relative;
}

.footer-info a:hover:after {
    width: 100%;
}

.footer-info a::after {
    content: "";
    position: absolute;
    background-color: #dc3545;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -6px;
    transition: 0.3s;
}

.loan-breadcrumbs {
    font-size: 14px;
    font-weight: 500;
    color: #188dcd;
    margin-bottom: 42px;
    border: solid 1px;
    padding: 10px 15px;
    border-radius: 100px;
    max-width: max-content;
}

.loan-breadcrumbs a {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-link::after {
    content: "";
    position: absolute;
    background-color: #dc3545;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -6px;
    transition: 0.3s;
}

.nav-link.active {
    color: #fff !important;
    position: relative;
}

.nav-link {
    position: relative;
}

.nav-link:hover:after {
    width: 100%;
}

/* .nav-link::after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -6px;
  transition: 0.3s;
} */

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

header .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

header .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

/* Hero Section */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1320px;
    padding-left: 34px;
    padding-right: 34px;
}

/*================================================
 Progress  CSS Start
=================================================*/

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #f15b4f;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #f15b4f;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*================================================
 Progress  CSS End
=================================================*/

/*================================================
 Header Start
=================================================*/

.header-nav {
    background-color: var(--primary);
}

.header-top {
    padding: 10px 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -50%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    float: left;
    margin: 25px 0 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--primary);
    border: none;
    border-radius: 0;
    min-width: 280px;
    padding: 10px 10px;
    border: none;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    transition:
        opacity 0.3s ease-out,
        visibility 0.3s ease-out,
        margin 0.3s ease-out;
    display: inherit;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

ul.dropdown-menu li a {
    padding: 9px 14px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
    border-radius: 12px;
}

ul.dropdown-menu li a:hover {
    background-color: #f15b4f;
    color: #fff;
}

.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}

.header-right {
    display: flex;
    gap: 8px;
}

.header-right-m {
    display: flex;
    gap: 8px;
}

.navbar-toggler {
    background-color: var(--primary);
    width: 3rem;
    height: 2.5rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23FFF%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-call {
    background-color: var(--primary);
    width: 3rem;
    height: 2.5rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    color: var(--white);
    align-items: center;
    justify-content: center;
}

.header-right-m {
    display: none;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    display: block;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3d8cd3;
    --bs-btn-border-color: #3d8cd3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b76b8;
    --bs-btn-hover-border-color: #2b76b8;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2b76b8;
    --bs-btn-active-border-color: #2b76b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3d8cd3;
    --bs-btn-disabled-border-color: #3d8cd3;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.btn-primary:hover {
    border-color: #000000;
}

.btn-primary:hover::before {
    transform: translateX(0);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #282828;
    --bs-btn-border-color: #282828;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #121212;
    --bs-btn-hover-border-color: #121212;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #121212;
    --bs-btn-active-border-color: #121212;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #282828;
    --bs-btn-disabled-border-color: #282828;
}

.btn-secondary {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #dc3545;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.btn-secondary:hover {
    border-color: #dc3545;
}

.btn-secondary:hover::before {
    transform: translateX(0);
}

/* cta-card */


.cta-card {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.cta-card:hover::before {
    transform: translateX(0);
}



/* danger */
.btn-danger {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-danger::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.btn-danger:hover {
    border-color: #000;
}

.btn-danger:hover::before {
    transform: translateX(0);
}

/*================================================
 Header End
=================================================*/

/*================================================
 hero-section start
=================================================*/
.hero-section {
    background-size: 100%;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

h1,
h2 {
    font-family: "Lora", serif !important;
    font-weight: 600;
    font-size: 48px;
    color: var(--primary);
}

.hero-contact h1 {
    font-size: 120px;
    line-height: 35px;
    font-weight: 300;
    font-family: "Corinthia", cursive !important;
}

.hero-contact h2 {
    font-size: 72px;
    text-align: left;
    background: none;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: "Lora", serif;
}

.hero-action {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    max-width: 512px;
}

.hero-action .btn {
    font-size: 20px;
    min-width: 220px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/*================================================
 hero-section End
=================================================*/

/*================================================
 cta-card-section start
=================================================*/

.cta-card-section {
    background-color: var(--primary);
}

.cta-card-section.cta-loan-programs {
    background-color: #fff !important;
    padding: 0px 0 100px;
}

.cta-card-section.cta-loan-programs .cta-card-row {
    background-color: var(--primary);
}

.cta-card-section.cta-loan-programs .cta-card {
    min-height: 140px;
}

.cta-card-section.cta-loan-programs .cta-card h5 {
    font-size: 22px;
}

.cta-card-section .container>.row {
    --bs-gutter-x: 60px;
}

.br {
    border-right: solid 1px #ffffff36;
}

.bl {
    border-right: solid 1px #ffffff36;
}

.bb {
    border-bottom: solid 1px #ffffff36;
}

.bt {
    border-top: solid 1px #ffffff36;
}

.cta-card-row .col-6 {
    padding: 0;
}

.cta-card-img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {

    .cta-card-img {
        display: none;
        max-height: 400px;
        overflow: hidden;
    }

    .cta-card-img img {
        height: 400px;
        max-height: 400px;
        object-fit: contain;
    }
}

.cta-card-icon {
    display: flex;
    align-self: center;
    justify-content: center;
}

.cta-card {
    text-align: center;
    padding: 0.5rem 2rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .cta-card:hover {
  background-color: #000;
} */

.cta-card h5 {
    margin: 15px 0 10px 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

.cta-card p {
    font-size: 1rem;
    color: var(--white);
}

/*================================================
 cta-card-section End
=================================================*/

/*================================================
info-section start
=================================================*/

.info-section {
    padding: 80px 0;
}

.info-content h2 {
    font-size: 48px;
    text-align: left;
    background: none;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.info-paragraph p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.info-paragraph p:last-child {
    margin-bottom: 0;
}

.info-paragraph {
    margin-bottom: 20px;
}

.info-btn a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    min-width: 220px;
    font-size: 20px;
    font-weight: 600;
}

/*================================================
info-section End
=================================================*/

/*================================================
testimonials-section start
=================================================*/

.testimonials-section {
    padding: 60px 0;
    background-color: var(--light);
}

.testimonials-section .leave-review {
    margin-bottom: 30px;
}

.section-header h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    letter-spacing: -1px;
}

.leave-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leave-review a {
    background-color: #000;
}

.see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.swiper-testimonials {
    padding: 40px 0;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.swiper-testimonials .swiper-button-prev {
    margin-left: -50px !important;
}

.swiper-testimonials .swiper-button-next {
    margin-right: -50px !important;
}

.swiper-testimonials .card-body {
  height: 120px;
}
.swiper-testimonials .card-body {
  height: 120px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #ffffff;
}
/* Scrollbar width */
.swiper-testimonials .card-body::-webkit-scrollbar {
  width: 6px;
}

/* Scrollbar track */
.swiper-testimonials .card-body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

/* Scrollbar thumb */
.swiper-testimonials .card-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
.swiper-testimonials .card-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: none;
    border-radius: 15px !important;
    overflow: hidden;
    cursor: pointer;
}

.card:hover {
    box-shadow: 0px 2px 9px 2px #efeded;
}

.card-header {
    background-color: #fff;
    border-bottom: none;
    padding-top: 3rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 1.25rem 0.25rem;
    max-height: 10rem;
    overflow: auto;
}

.card-footer {
    border: none;
    background: none;
    font-size: 15px;
}

.quote-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating i {
    color: var(--primary) !important;
    font-size: 1.2em;
}

.quote-icon {
    width: 60px;
    height: 60px;
    border: solid 1px #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.swiper-pagination {
    margin-top: 20px;
    position: relative !important;
}

/*================================================
testimonials-section start
=================================================*/

/*================================================
footer start
=================================================*/
footer {
    padding-top: 60px;
    background-color: #000000;
}

footer .container .row {
        --bs-gutter-y: 30px;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 14px;
    line-height: 24px;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 14px;
    line-height: 24px;
}

.footer-info a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 14px;
    line-height: 24px;
}

footer li {
    color: var(--white);
    margin: 2px;
    padding: 0.5rem 0;
    border-bottom: 1px dashed var(--gray);
}

body footer a[href] {
    color: var(--white);
}

.footer-text {
    padding: 60px 0 60px;
}

.footer-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.footer-text p:last-child {
    margin-bottom: 0;
}

.bottom-footer {
    padding-bottom: 30px;
}

.social-icon {
    gap: 20px;
    display: flex;
}

.review-content {
    font-weight: 400;
    font-size: 14px;
}

/*================================================
about start
=================================================*/

.about-page {
    padding: 80px 0;
}

.content-box h2 {
    font-size: 48px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 15px;
}

.content-box h3 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.content-box h3::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100px;
    left: 0;
    top: 10px;
}

.content-box p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.address p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.address-text h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-member {
    margin-top: 40px;
}

.team-member h3 {
    color: var(--primary);
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
}

.team-member h4 {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.team-img {
    display: flex;
    width: 100%;
    max-width: 350px;
}

.team-img img {
    margin-bottom: 10px;
    max-width: 350px;
    width: 100% !important;
    border-radius: 20px;
}

.team-member p {
    margin-bottom: 10px;
}

.team-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*================================================
about End
=================================================*/

.sidebar-quick-quote {
    background-color: #f8f9fa;
    padding: 30px;
}

.sidebar-quick-quote h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 28px;
    color: var(--primary);
    font-weight: 600;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.text-danger {
    color: #dc3545;
}

.copy-right {
    font-size: 12px;
}

/*================================================
contact section start
=================================================*/

.contact-section {
    padding: 60px 0;
}

.content-info h2 {
    text-align: center;
    font-size: 48px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 20px;
}

.content-info h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-info p a {
    color: var(--primary);
}

.form-section {
    margin: 30px 0;
}

.form-section .copy-right {
    margin-left: 10px;
}

.row-submit {
    margin-top: 10px;
}

.form-status {
    display: none;
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.form-status.is-visible {
    display: block;
}

.form-status.is-success {
    background-color: #eaf7ee;
    color: #1f6b3b;
}

.form-status.is-error {
    background-color: #fff2f0;
    color: #b42318;
}

.form-error {
    margin-top: 6px;
    color: #b42318;
    font-size: 13px;
}

.form-control.is-invalid,
select.is-invalid,
input.is-invalid {
    border-color: #b42318;
}

/*================================================
contact section End
=================================================*/

/*================================================
relief-program section start
=================================================*/

.relief-program-section {
    padding: 60px 0;
}

.relief-program-img {
    margin-bottom: 30px;
}

.relief-program-box {
    position: relative;
}

.relief-program-content h2 {
    font-size: 48px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 25px;
}

.relief-program-content h3 {
    color: #3a455f;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.relief-program-content p {
    color: #3a455f;
    font-size: 15px;
    line-height: 20px;
}

.relief-program-content .relief-program {
    margin-bottom: 30px;
}

.relief-program-content .relief-program ul li {
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 30px;
}

.relief-program-content .relief-program p {
    margin-bottom: 15px;
}

/*================================================
relief-program section end
=================================================*/

/*================================================
loan section start
=================================================*/

.loan-section {
    padding: 60px 0;
}

.privacy-policy-content h3 {
 margin-bottom: 10px;
 font-size: 22px;
}

.privacy-policy-content ul {
    margin-bottom: 15px;
}

.privacy-policy-content h4 {
 margin-bottom: 10px;
 font-size: 20px;
}

.loan-content h2 {
    font-size: 28px;
    color: #188dcd;
    font-weight: 600;
    margin-bottom: 10px;
}

.loan-content h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
}

.loan-content p {
    color: #3a455f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.loan-content li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    padding: 2px 0;
    color: #3a455f;
    font-size: 16px;
}

.loan-content li::marker {
    margin-left: 0;
    right: 0;
}

.second-hero-section {
    min-height: 180px;
    /* background-image: url(../images/innerbannerbg.jpg); */
    background-position: center;
    background-size: cover;
}

.loan-list {
    margin-top: 20px;
}

.loan-list h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.loan-note p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
}

/*================================================
loan section end
=================================================*/

/*================================================
loan section start
=================================================*/

.loan-programs-section {
    padding: 60px 0;
}

.loan-programs-content {
    text-align: center;
}

.loan-programs-content h1 {
    font-family: "Lora", serif !important;
    font-weight: 600;
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}


.loan-programs-content h2 {
        font-size: 28px;
    color: #188dcd;
    font-weight: 600;
    margin-bottom: 20px;
}

.loan-programs-content p {
    color: #3a455f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.loan-programs-content hr {
      margin: 2rem 0px;
}

.loan-programs-content address h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
}

.loan-programs-content address p {
   color: #3a455f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.loan-programs-content address a {
    color: #0969a0;
     font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

/*================================================
loan section end
=================================================*/

/*================================================
loan process start
=================================================*/

.loan-process-section {
    padding: 60px 0;
}

.loan-process-faq h2 {
    font-size: 48px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 30px;
}

.loan-process-faq .accordion-header {
    margin-bottom: 0;
}

.loan-process-faq .accordion-item {
    border-left: none;
    border-right: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.loan-process-section .accordion-button {
    font-weight: 600;
    font-size:18px;
    color: var(--primary);
}

.accordion-button {
    padding: 20px 0;
}

/*================================================
loan process end
=================================================*/

/*================================================
testimonials start
=================================================*/

.testimonials-section {
    padding: 60px 0;
}

.testimonial-header-section {
    text-align: center;
    position: relative;
}

.testimonial-header-section h2 {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-header-section h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #3a455f;
}

.fill-primary {
    fill: var(--primary);
}

.testimonials--review-link {
    position: absolute !important;
    right: 0 !important;
}

.testimonials--review-link .bg-primary {
    background-color: var(--primary) !important;
}

.testimonials--review-link-text {
    margin-right: 10px;
    font-weight: 500;
    font-size: 20px;
}

.masonry {
    column-count: 2;
    column-gap: 24px;
}

.testimonial-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);

    /* Prevent card splitting */
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

@media (max-width: 1024px) {
    .team-info{
        text-align: center;
    }
}
@media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 24px;
        padding-right: 24px;
    }



    .masonry {
        column-count: 1;
    }

    .testimonials--review-link {
        position: relative !important;
        max-width: max-content !important;
        margin-top: 20px;
    }

    .testimonials--review-link .bg-primary {
        max-width: max-content;
        margin: 20px auto;
    }

    .testimonial-header-section h2 {
        font-size: 22px;
    }

    .testimonial-header-section h3 {
        font-size: 15px;
    }

    .about-page .content-box,
    .about-page .address,
    .about-page .team-member {
        text-align: center;
    }

    .about-page .team-box {
        align-items: center;
    }

    .about-page .team-img {
        margin: 0 auto;
    }
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial-header h6 {
    margin: 0;
    color: #1e73be;
    font-weight: 600;
    font-size: 18px;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    background: #c7d3f5;
}

.rating {
    color: #ffc107;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0;
}

/* Avatar Colors */

.blue {
    background: #b7d7ff;
}

.purple {
    background: #cdb4ff;
}

.orange {
    background: #ffb38a;
}

.red {
    background: #ffb3b3;
}

.gray {
    background: #bdbdbd;
}

.pink {
    background: #f7b2d9;
}

.green {
    background: #d8e9a8;
}

.olive {
    background: #c9dd9b;
}

.testimonials-list {
    margin-top: 60px;
}

/*================================================
testimonials end
=================================================*/

.loan-navigation {
    background-color: var(--primary);
    text-align: center;
    padding: 10px 10px;
   
}

.loan-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
     flex-wrap: wrap;
}

.loan-navigation ul li a {
    color: #fff;
    position: relative;
}

.loan-navigation ul li a:hover:after {
    width: 100%;
}

.loan-navigation ul li a::after {
    content: "";
    position: absolute;
    background-color: #dc3545;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -6px;
    transition: 0.3s;
}

/*================================================
testimonials start
=================================================*/

.review-form-section {
    border-radius: 18px;
    background: #fff;
    box-shadow: 2px 2px 29px 0px rgba(44, 58, 66, 0.08);
    padding: 3rem;
    margin-top: 60px;
}

.drag-and-drop-container {
    border-radius: 10px;
    border: 3px dashed #aad4ef;
    background: rgba(170, 212, 239, 0.1);
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.drag-and-drop-container .dd-button {
    border-radius: 10px !important;
    border: 1px solid #aad4ef;
    background: #fff;
    color: #54a4d8;
}

.drag-and-drop-container .dd-upload {
    color: #54a4d8;
    font-size: 2rem;
}

.form-widget.short-app input:not(.invisible),
.form-widget.short-app select {
    width: 640px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .form-widget.short-app input:not(.invisible),
    .form-widget.short-app select {
        width: 100%;
    }
}

.form-widget .icon-select-title,
.form-widget .section-title {
    font-size: 2rem;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    .form-widget .icon-select-title,
    .form-widget .section-title {
        font-size: 1rem;
    }
}

.form-widget label.icon-select {
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.form-widget label.icon-select svg:hover {
    border-radius: 50%;
    background-color: #ececed;
}

@media (max-width: 768px) {
    .form-widget label.icon-select svg {
        width: 150px;
        height: 150px;
    }
}

.form-widget label.selected svg {
    background-color: #d3f4f7;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    border-radius: 50%;
}

.form-widget label.selected svg .svg-arrows {
    fill: #fff;
}

.form-widget label.selected svg:hover {
    border-radius: 50%;
    background-color: #d3f4f7;
}

.form-widget label.form-label.text-center,
.form-widget .stackable-cta-card-j .grid-container label.form-label.grid-item,
.stackable-cta-card-j .grid-container .form-widget label.form-label.grid-item,
.form-widget .stackable-info-c label.form-label.statistic,
.stackable-info-c .form-widget label.form-label.statistic,
.form-widget .stackable-info-e .card label.form-label.card-body,
.stackable-info-e .card .form-widget label.form-label.card-body,
.form-widget .testimonials label.form-label.testimonial--initials-container,
.form-widget .testimonials--tree-column label.form-label.testimonial--initials-container,
.form-widget .testimonials--tree-column-limited label.form-label.testimonial--initials-container,
.form-widget .review-us label.form-label.testimonial--initials-container,
.testimonials .form-widget label.form-label.testimonial--initials-container,
.form-widget label.form-label.drag-and-drop-container {
    width: 100%;
}

.form-widget .icon-select input[type="radio"] {
    visibility: hidden;
}

.form-widget .icon-select span {
    display: block;
}

.form-widget .icon-select-wrapper {
    display: flex;
    justify-content: center;
}

.form-widget .icon-select-wrapper img {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .form-widget .icon-select-wrapper {
        display: block;
        text-align: center;
    }

    .form-widget .icon-select-wrapper .icon-select {
        display: inline-block;
        width: 49%;
    }
}

.form-widget .section-title {
    width: 100%;
}

.form-widget .btns-continue,
.form-widget .btns-submit {
    margin-top: 0.25rem;
    text-align: center;
}

.form-widget .multi-step-row {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.form-widget .multi-step-row>.col-12 {
    position: relative;
    overflow: hidden;
}

.form-widget .form-group {
    left: 0;
    top: 0;
    position: relative;
}

.form-widget .transition-x {
    transition: left 0.5s ease-out;
}

.form-widget .transition-y {
    transition: top 0.5s ease-in;
}

.form-widget .transition-fade-out {
    transition: opacity 0.5s ease-out;
    animation: fadeOut 0.5s ease;
}

.form-widget .transition-fade-in {
    transition: opacity 0.5s ease-in;
    animation: fadeIn 0.5s ease;
}

.form-widget .animation-shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.form-widget .animation-fade-in {
    animation: fadeIn 0.5s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.form-widget .animation-fade-out {
    animation: fadeOut 0.5s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.form-widget .btn-back span {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}

.form-widget .btn-back .chevron-left::before {
    position: relative;
    top: -1pt;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.2em solid #3a455f;
    border-top: 0.2em solid #3a455f;
    transform: rotate(230deg);
    margin-right: 0.3em;
}

.form-widget input[type="range"] {
    background: linear-gradient(to right,
            var(--primary) 0%,
            var(--primary) 50%,
            #fff 50%,
            #fff 100%);
    height: 34px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 640px;
    border: 1px solid var(--primary);
    border-radius: 25px;
}

@media (max-width: 768px) {
    .form-widget input[type="range"] {
        width: 100%;
    }
}

.form-widget input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #002200;
    border-radius: 50px;
    border: 0px solid var(--light);
}

.form-widget input[type="range"]::-webkit-slider-thumb {
    box-shadow: 3px 3px 3px var(--primary);
    border: 3px solid var(--light);
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: var(--primary);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
}

.form-widget input[type="range"]::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #002200;
    background: var(--primary);
    border-radius: 50px;
    border: 0px solid var(--light);
}

.form-widget input[type="range"]::-moz-range-thumb {
    box-shadow: 3px 3px 3px var(--primary);
    border: 3px solid var(--light);
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: var(--primary);
    cursor: pointer;
}

.form-widget input[type="range"]::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.form-widget input[type="range"]::-ms-fill-lower {
    background: var(--primary);
    border: 0px solid var(--light);
    border-radius: 100px;
    box-shadow: 0px 0px 0px #002200;
}

.form-widget input[type="range"]::-ms-fill-upper {
    background: var(--primary);
    border: 0px solid var(--light);
    border-radius: 100px;
    box-shadow: 0px 0px 0px #002200;
}

.form-widget input[type="range"]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 3px 3px 3px var(--primary);
    border: 3px solid var(--light);
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: var(--primary);
    cursor: pointer;
}

.form-widget .range-wrapper {
    text-align: center;
}

.form-widget .range-wrapper label {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.form-control.input {
    border-radius: 10px;
    border: 1px solid #3a455f;
    background: #fff;

}

.dd-description {
    text-align: center;
}

.star-ratting-wrapper {
    position: relative;
}

.star-ratting-wrapper>label {
    width: 100%;
    color: #3a455f;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.star-ratting-wrapper .fa-star {
    margin-top: 0.5rem;
    font-size: 2.1rem;
    align-content: center;
}

.btn-action {
    margin-top: 20px;
}

.checking-box {
    margin-top: 20px;
}

/*================================================
testimonials end
=================================================*/

/*================================================
text-section start
=================================================*/

.text-section {
    background-color: #fff;
    padding: 60px 0;
}

.text-section p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.5;
}

.text-section a {
    color: #0969a0;
    text-decoration: none;
    background-color: transparent;
}

.text-content h2 {
    font-size: 28px;
    color: #188dcd;
    font-weight: 600;
    margin-bottom: 10px;
}

.text-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.text-section .privacy-policy h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-section .privacy-policy h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-section .privacy-policy ul {
    margin-bottom: 20px;
}

.text-section .privacy-policy ul li {
    padding: 5px 0;
    list-style: disc;
    margin-left: 20px;
}

/*================================================
text-section end
=================================================*/
#fixed-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 6px #999;
    z-index: 999 !important;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    width: 100%;
}

/*================================================
footer End
=================================================*/

/* reponisve */
@media (max-width: 1199px) {

  .loan-navigation  {
    padding: 30px 20px;
  }

  


    .logo img {
        height: auto;
        width: 100%;
    }

   

    

    .swiper-testimonials .swiper-button-prev {
        margin-left: 0 !important;
        background-color: #fff;
        display: none;
    }

    .swiper-testimonials .swiper-button-next {
        margin-right: 0 !important;
        display: none;
    }

    
}

@media (max-width: 1024px) {


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

    .hero-background img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .loan-content h1 {
      font-size: 34px;
      margin-bottom: 15px;
      line-height: normal;
    }

    .contact-section {
        padding: 30px 0;
    }

    .about-page {
        padding: 40px 0;
    }

    .second-hero-section {
        min-height: 170px;
    }

    .cta-card-section .container>.row {
        --bs-gutter-x: 1.5rem;
    }

    .hero-action {
        flex-direction: column;
    }

    .hero-contact h1 {
        font-size: 90px;
        text-align: center;
    }

    .hero-contact h2 {
        font-size: 38px;
        text-align: center;
    }

    .hero-contact {
        width: 100%;
    }

    .cta-card h5 {
        font-size: 16px;
    }

    .cta-card {
        padding: 20px 20px;
        align-items: start;
    }

    .cta-card-icon {
        min-height: 66px;
    }

    .team-box {
        flex-direction: column;
    }

    .sidebar-quick-quote {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-action {
        flex-direction: column;
    }
}

@media (max-width: 990px) {
     .header-right {
        display: none;
    }
      .header-right-m {
        display: flex;
    }
    .mobile-accordion .dropdown-menu:not(.show) {
        display: none;
    }

    .mobile-accordion .nav-link {
        /*padding: 14px 0;*/
    }

    .mobile-accordion .dropdown-item {
        padding: 10px 20px;
    }

    .mobile-accordion .down-icon {
        transition: transform 0.3s;
    }

    .mobile-accordion .nav-link[aria-expanded="true"] .down-icon {
        transform: rotate(180deg);
    }

    .navbar {
        padding: 0;
        width: 100%;
    }

    .mobile-accordion .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin: 0;
        min-width: 100%;
        display: block;
        box-shadow: none;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 0;
    }

    .navbar-collapse {
        padding: 40px 0;
    }

    .footer-text {
    padding: 60px 0 20px;
}
}


.glossary-shell {
    margin-top: 32px;
}

.glossary-lead {
    max-width: 1200px;
}

.glossary-search {
    max-width: 420px;
    margin: 28px auto 34px;
}

.glossary-search .form-control {
    min-height: 54px;
    border: 1px solid rgba(77, 139, 209, 0.2);
    border-radius: 999px;
    text-align: center;
    box-shadow: none;
}

.glossary-search .form-control:focus {
    border-color: #4d8bd1;
    box-shadow: 0 0 0 0.2rem rgba(77, 139, 209, 0.12);
}

.glossary-empty {
    display: none;
    padding: 28px 20px;
    border: 1px dashed rgba(77, 139, 209, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #4d8bd1;
    font-weight: 600;
}

.glossary-accordion .accordion-item {
    margin-bottom: 14px;
    border: 1px solid rgba(77, 139, 209, 0.14);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 42, 76, 0.05);
}

.glossary-accordion .accordion-button {
    padding: 20px 24px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.glossary-accordion .accordion-button:not(.collapsed) {
    color: #4d8bd1;
    background: #fff;
    box-shadow: none;
}

.glossary-accordion .accordion-button:focus {
    box-shadow: none;
}

.glossary-accordion .accordion-body {
    padding: 0 24px 24px;
    color: #333;
    line-height: 1.75;
}

.glossary-accordion .accordion-body p:last-child,
.glossary-accordion .accordion-body ul:last-child {
    margin-bottom: 0;
}

.glossary-accordion mark {
    padding: 0 2px;
    background: #fff1a8;
}

@media (max-width: 767px) {
    .glossary-accordion .accordion-button {
        padding: 18px 18px;
        font-size: 16px;
    }

    .glossary-accordion .accordion-body {
        padding: 0 18px 20px;
    }
}

.page-title{
    color: #4d8bd1;
    margin-bottom: 15px;
}


.calculator-shell {
    margin-top: 32px;
}

.calculator-grid {
    --bs-gutter-y: 1.5rem;
}

.calculator-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    padding: 15px 24px;
    border: 1px solid rgba(77, 139, 209, 0.18);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 42, 76, 0.08);
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.calculator-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #4d8bd1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.45s ease;
}

.calculator-card:hover,
.calculator-card:focus {
    color: #ffffff;
    border-color: rgba(77, 139, 209, 0.42);
    box-shadow: 0 24px 48px rgba(18, 42, 76, 0.14);
    transform: translateY(-3px);
}

.calculator-card:hover::before,
.calculator-card:focus::before {
    transform: scaleX(1);
}

.calculator-card span {
    position: relative;
    z-index: 1;
    display: block;
}

.calculator-disclaimer {
    margin-top: 32px;
    padding: 18px 22px;
    border: 1px solid rgba(77, 139, 209, 0.18);
    border-radius: 18px;
    background: #f8fbff;
}

.calculator-disclaimer p {
    margin: 0;
    color: #282828;
    font-size: 14px;
    line-height: 1.7;
}

.calculator-modal .modal-dialog {
    max-width: 1180px;
}

.calculator-modal .modal-content {
    border: 0;
    border-radius: 32px;
    overflow: hidden;
}

.calculator-modal .modal-body {
    position: relative;
    padding: 28px 28px 32px;
    background: #fff;
}

.calculator-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #4d8bd1;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-modal-close:hover,
.calculator-modal-close:focus {
    color: #000000;
    color: #fff;
}

.calculator-modal-brand {
    margin: 0 56px 18px 0;
}

.calculator-modal-brand img {
    width: auto;
    max-width: 180px;
    height: 50px;
    object-fit: contain;
}

.calculator-modal-spinner {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-spinner-inner {
    text-align: center;
}

.calculator-spinner-dot {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border: 4px solid rgba(77, 139, 209, 0.18);
    border-top-color: #4d8bd1;
    border-radius: 50%;
    animation: calculator-spin 0.8s linear infinite;
}

#calc-iframe {
    width: 100%;
    min-height: 75vh;
    border: 0;
}

@keyframes calculator-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .calculator-card {
        min-height: 100px;
        font-size: 18px;
        padding: 24px 18px;
    }

    .calculator-modal .modal-body {
        padding: 22px 18px 24px;
    }

    .calculator-modal-brand img {
        max-width: 160px;
        height: 36px;
    }
}

@media (max-width: 575px) {
    .calculator-card {
        min-height: 88px;
        font-size: 16px;
    }

    .calculator-modal-brand img {
        max-width: 140px;
        height: 32px;
    }

    #calc-iframe {
        min-height: 70vh;
    }
}

@media (max-width: 991px) {
    .birdseye-mobile-hero-split .hero-section {
        display: block;
        background-image: none !important;
        min-height: auto;
        padding: 0 0 32px;
    }

    .birdseye-mobile-hero-split .hero-mobile-image {
        display: block;
        width: 100%;
        line-height: 0;
    }

    .birdseye-mobile-hero-split .hero-mobile-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .birdseye-mobile-hero-split .hero-contact {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        padding: 32px 20px 0;
        text-align: center;
    }

    .birdseye-mobile-hero-split .hero-contact h1 {
        line-height: 1;
    }

    .birdseye-mobile-hero-split .hero-contact h2 {
        margin-bottom: 0;
    }

    .birdseye-mobile-hero-split .hero-action {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .birdseye-mobile-hero-split .hero-mobile-image {
        display: none;
    }
}

.faq-shell {
    margin-top: 32px;
}

.faq-lead {
    max-width: 1200px;
}

.faq-search {
    max-width: 420px;
    margin: 28px auto 0;
}

.faq-search .form-control {
    min-height: 54px;
    border: 1px solid rgba(77, 139, 209, 0.2);
    border-radius: 999px;
    text-align: center;
    box-shadow: none;
}

.faq-search .form-control:focus {
    border-color: #4d8bd1;
    box-shadow: 0 0 0 0.2rem rgba(77, 139, 209, 0.12);
}

.faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 36px 0 26px;
}

.faq-filter-btn {
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #f4f4f4;
    color: #1f1f1f;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.faq-filter-btn:hover,
.faq-filter-btn:focus {
    border-color: #4d8bd1;
    background: #eaf3ff;
    color: #4d8bd1;
}

.faq-filter-btn.is-active {
    border-color: #4d8bd1;
    background: #4d8bd1;
    color: #fff;
}

.faq-accordion-wrap {
    padding: 10px 0 0;
}

.faq-empty {
    display: none;
    padding: 28px 20px;
    border: 1px dashed rgba(77, 139, 209, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #4d8bd1;
    font-weight: 600;
}

.faq-accordion .accordion-item {
    margin-bottom: 14px;
    border: 1px solid rgba(77, 139, 209, 0.14);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 42, 76, 0.05);
}

.faq-accordion .accordion-button {
    padding: 20px 24px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #4d8bd1;
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 0 24px 24px;
    color: #333;
    line-height: 1.75;
}

.faq-accordion .accordion-body p:last-child,
.faq-accordion .accordion-body ul:last-child {
    margin-bottom: 0;
}

.faq-accordion mark {
    padding: 0 2px;
    background: #fff1a8;
}

@media (max-width: 767px) {
    .faq-accordion .accordion-button {
        padding: 18px 18px;
        font-size: 16px;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 20px;
    }
}