.main-header .logo a {
    display: block;
}

.main-header .logo a img {
    max-width: 170px;
}

.main-menu ul>li>a {
    padding: 20px 0px;
    color: #fff;
}

.modern-banner-area {
    position: relative;
    overflow: hidden;
    background: #0f160d;
}

.modern-banner-slider,
.modern-banner-slide {
    position: relative;
}

.modern-banner-slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.modern-banner-bg,
.modern-banner-overlay {
    position: absolute;
    inset: 0;
}

.modern-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 6s ease;
}

.modern-banner-slider .swiper-slide-active .modern-banner-bg img {
    transform: scale(1);
}

.modern-banner-overlay {
    background:
        linear-gradient(90deg, rgba(4, 7, 6, 0.86) 0%, rgba(4, 7, 6, 0.58) 34%, rgba(4, 7, 6, 0.22) 58%, rgba(4, 7, 6, 0.14) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 100%);
    z-index: 1;
}

.modern-banner-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.modern-banner-content {
    padding: 150px 0 120px 40px;
    color: #fff;
    max-width: 60%;
}

.modern-banner-kicker {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.modern-banner-title {
    margin: 0;
    font-family: var(--bd-ff-body);
    font-size: 65px;
    font-weight: 700;
    line-height: 68px;
    color: #fff;
}

.modern-banner-text {
    margin: 28px 0 40px;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
}

.modern-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 50px;
    padding: 12px 30px;
    border-radius: 12px;
    background: #ff640d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.modern-banner-btn:hover {
    background: #ff7b31;
    color: #fff;
    transform: translateY(-2px);
}

.modern-banner-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 68px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    backdrop-filter: blur(2px);
}

.modern-banner-nav:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #fff;
}

.modern-banner-prev {
    left: 48px;
}

.modern-banner-next {
    right: 48px;
}

.modern-banner-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 40px !important;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto !important;
    transform: translateX(-50%);
}

.modern-banner-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    opacity: 1;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
}

.modern-banner-pagination .swiper-pagination-bullet-active {
    border-color: #ff640d;
    color: #fff;
}

.modern-banner-content>* {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.modern-banner-slider .swiper-slide.banner-content-ready .modern-banner-kicker {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.08s;
}

.modern-banner-slider .swiper-slide.banner-content-ready .modern-banner-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.18s;
}

.modern-banner-slider .swiper-slide.banner-content-ready .modern-banner-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.modern-banner-slider .swiper-slide.banner-content-ready .modern-banner-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.42s;
}

.main-header {
    padding: 0px 30px;
}

.main-menu ul {
    gap: 60px;
}

.header-right .theme-btn-one .text-content {
    padding: 10px 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-area {
    border-bottom: 1px solid #afafaf6b;
    background: #00000000;
    backdrop-filter: blur(8px);
}

.header-right .theme-btn-one .text-content iconify-icon {
    font-size: 24px;
    transform: rotate(-34deg);
}





.homepage-sofi {
    background: #f7f4ef;
}

/* .homepage-sofi .line-pattern-group,
.homepage-sofi #preloader,
.homepage-sofi .mouse-cursor {
    display: none !important;
} */

.homepage-sofi .header-area {
    border-bottom: none;
    background: #ff7700;
    backdrop-filter: blur(14px);
}

.homepage-sofi .main-header {
    padding: 6px 20px;
}

.homepage-sofi .main-header .logo {
    margin: 0;
}

.homepage-sofi .main-header .logo a img {
    max-width: 150px;
}

.homepage-sofi .main-menu ul {
    gap: 50px;
}

.homepage-sofi .main-menu ul>li>a {
    padding: 18px 0;
    color: #fff;
}

.homepage-sofi .header-right {
    gap: 24px;
}

.header-login-link {
    color: #fff;
}

.homepage-sofi .header-right a:first-of-type {
    display: flex !important;
    align-items: center;
    gap: 8px;
    border-left: 1px dashed rgb(255 255 255 / 44%);
    padding-left: 12px;
}

.homepage-sofi .header-right a:first-of-type iconify-icon {
    font-size: 20px;
}

.homepage-sofi .header-signup-btn .text-content {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 0;
    border: 2px solid #fff;
    gap: 8px;
}

.homepage-sofi .header-signup-btn:hover .text-content {
    background: #2e2e2e;
}

.homepage-sofi .header-signup-btn::before,
.homepage-sofi .header-signup-btn::after,
.homepage-sofi .header-signup-btn .icon-box {
    display: none;
}

.sofi-hero-area {
    position: relative;
    padding: 72px 0px;
    background: #fff;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .sofi-hero-area::before,
.sofi-hero-area::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sofi-hero-area::before {
    top: 74px;
    right: 16%;
    width: 14px;
    height: 14px;
    background: #d6eb53;
    box-shadow: 0 0 0 10px rgba(214, 235, 83, 0.16);
} */

.sofi-hero-area::after {
    right: -120px;
    bottom: -140px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.sofi-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 48px;
    position: relative;
    top: -15px;
}

.sofi-hero-copy,
.sofi-hero-visual,
.sofi-stat-card,
.sofi-photo-card {
    opacity: 0;
    transform: translateY(36px);
}

.homepage-sofi.is-ready .sofi-hero-copy,
.homepage-sofi.is-ready .sofi-hero-visual,
.homepage-sofi.is-ready .sofi-stat-card,
.homepage-sofi.is-ready .sofi-photo-card {
    animation: sofiHeroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.homepage-sofi.is-ready .sofi-hero-visual {
    animation-delay: 0.15s;
}

.homepage-sofi.is-ready .sofi-stat-main {
    animation-delay: 0.24s;
}

.homepage-sofi.is-ready .sofi-stat-rating {
    animation-delay: 0.34s;
}

.homepage-sofi.is-ready .sofi-photo-top {
    animation-delay: 0.28s;
}

.homepage-sofi.is-ready .sofi-photo-bottom {
    animation-delay: 0.4s;
}

.sofi-hero-title {
    margin: 0;
    color: #121212;
    font-weight: 600;
    line-height: 0.97;
    font-size: 70px;
}

.sofi-hero-text {
    margin: 26px 0 34px;
    color: #535353;
    font-weight: 400;
    font-size: 16px;
}

.sofi-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 44px;
}

.sofi-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 8px 9px 8px 22px;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    /* box-shadow: 0 18px 34px rgba(17, 17, 17, 0.18); */
    font-size: 14px;
    text-transform: capitalize;
}

a.sofi-hero-cta.last {
    padding: 8px 10px 8px 24px;
    background: #fff;
    color: #111111;
    border: 1px solid #11111138;
    height: 48px;
}

a.sofi-hero-cta.last iconify-icon {
    color: #292929;
    font-size: 20px;
    background: #e8e8e8;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sofi-hero-cta i, .sofi-hero-cta iconify-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

.sofi-hero-cta:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 24px 38px rgba(17, 17, 17, 0.22);
}

.sofi-hero-price strong {
    display: block;
    color: #121212;
}

.sofi-hero-price span {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
}

.sofi-hero-trust {
    max-width: 430px;
}

.sofi-hero-trust p {
    max-width: 85%;
    margin: 0;
    color: #4e4e4e;
    font: 500 14px/1.6 var(--bd-ff-inter);
}

.sofi-hero-visual {
    position: relative;
    min-height: 530px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.actical-wrap {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    top: 65px;
}

.sofi-stat-card {
    /* position: absolute; */
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(20, 20, 20, 0.09);
    backdrop-filter: blur(6px);
}

.sofi-stat-main {
    width: 100%;
    padding: 34px 28px 28px;
    z-index: 2;
    height: 280px;
    background: #f3f3f3;
    box-shadow: 0 24px 70px rgb(20 20 20 / 24%);

}

.sofi-stat-main h2 {
    margin: 28px 0 54px;
    color: #111111;
    font-size: 28px;
}

.sofi-stat-eyebrow {
    color: #6e6e6e;
    font: 500 12px var(--bd-ff-inter);
}

.sofi-stat-play {
    position: absolute;
    top: -24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #ff7700;
    color: #fff;
    box-shadow: 0 18px 32px rgba(215, 239, 79, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sofi-stat-play iconify-icon {
    font-size: 26px;
}

.sofi-hero-copy {
    position: relative;
    top: 42px;
}

.sofi-stat-play:hover {
    transform: scale(1.05);
}

.sofi-stat-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sofi-stat-footer span {
    color: #b0b0b0;
    font: 500 11px var(--bd-ff-inter);
}

.sofi-stat-bar {
    flex: 1;
    height: 5px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.sofi-stat-bar span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #111111, #b8b8b8);
}

.sofi-stat-rating {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
    z-index: 2;
}

.sofi-rating-badge {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ff7700;
    color: #fff;
}

.sofi-stat-rating strong {
    display: block;
    color: #ffffff;
}

.sofi-stat-rating small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 400;
}

.sofi-photo-stack {
    width: 50%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sofi-photo-card {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 70px rgba(20, 20, 20, 0.12);
}

.sofi-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sofi-photo-top {
    top: 0;
    right: 0;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.sofi-photo-top img {
    object-position: 90% 27%;
}

.sofi-photo-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
    box-shadow: 0 24px 70px rgb(20 20 20 / 24%);
}

.sofi-photo-bottom img {
    position: absolute;
    top: -22px;
    height: 302px;
}

.homepage-sofi.is-ready .sofi-stat-main,
.homepage-sofi.is-ready .sofi-stat-rating,
.homepage-sofi.is-ready .sofi-photo-card {
    animation-name: sofiHeroRise, sofiFloat;
    animation-duration: 0.9s, 6s;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), ease-in-out;
    animation-fill-mode: forwards, both;
    animation-iteration-count: 1, infinite;
}

.homepage-sofi.is-ready .sofi-stat-main {
    animation-delay: 0.24s, 1.5s;
}

.homepage-sofi.is-ready .sofi-stat-rating {
    animation-delay: 0.34s, 2.1s;
}

.homepage-sofi.is-ready .sofi-photo-top {
    animation-delay: 0.28s, 1.2s;
}

.homepage-sofi.is-ready .sofi-photo-bottom {
    animation-delay: 0.4s, 1.8s;
}

@keyframes sofiHeroRise {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sofiFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.banner-area {
    padding: 70px 0px;
}

.banner-right-wrapper p.mainspt {
    font-weight: 400;
    font-size: 16px;
    padding-left: 60px;
    margin: 0;
}

.banner-title {
    font-size: 94px;
}

.shape-wrapper {
    top: 80px;
}

.expertise-area .section-title {
    max-width: 100%;
}

.expertise-area {
    padding: 100px 0px 80px 0px;
}

section.identity-area.section-space-top {
    background: #fff;
    padding: 80px 0px;
}

.identity-area .img-box-reveal {
    margin-left: 0;
}

.img-box-reveal.fix h6 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

.img-box-reveal.fix p {
    margin-bottom: 15px;
    font-size: 16px;
}

section.capabilites-area.section-space {
    background: #fff;
    padding: 80px 0px;
}

.agency-content-wrapper {
    padding-left: 45px;
}

.identity-img {
    height: 520px;
}

.agency-btn a {
    font-family: var(--bd-ff-dm-sans) !important;
    border-radius: 10px;
}

.agency-btn a:hover {
    color: #ffffff;
}

.agency-img-wrapper .agency-title {
    font-size: 22px;
}

.agency-single-img {
    height: 360px;
}

.agency-single-img img {
    height: 100%;
    object-fit: cover;
}

.agency-right-content {
    padding-left: 35px;
}

.img-box-reveal.fix ul li {
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
    display: flex;
    gap: 10px;
}

.img-box-reveal.fix ul li span b {
    font-weight: 500;
}

.identity-right.title-anim {
    margin: 0px;
}

.location {
    border-left: 0;
    background: #f2f2f28a;
    padding: 24px;
    border-radius: 14px;
    margin-bottom: 30px;
}

.fixed-wraps {
    padding-left: 24px;
}

.location-map, .location .number {
    display: flex;
    gap: 20px;
}

.location .location-map:last-of-type {
    margin-bottom: 0;
}

.location-map>span, .number>span {
    height: 48px;
    width: 48px;
    background: #ff770012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    border: 1px solid #ff770024;
}

.location-map>span iconify-icon, .number>span iconify-icon {
    font-size: 20px;
    color: var(--bd-primary);
}

.img-box-reveal.fix ul li iconify-icon {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.identity-left-content .section-top-content {
    margin-bottom: 50px;
}

.identity-right p {
    margin-bottom: 24px;
}

.identity-single-count:last-child h3 {
    color: #ffffff;
}

.identity-single-count:last-child p {
    color: #ffffff;
}

.identity-single-count {
    max-width: 240px;
}

section.pricing-area.section-space {
    padding: 80px 0px;
    background: #f5f5f5;
}

.pricing-area .section-title-two {
    max-width: 100%;
}

.featured-wrap .section-title-two {
    font-family: var(--bd-ff-dm-sans);
    text-align: center;
}

.featured-wrap {
    text-align: center !important;
    font-family: var(--bd-ff-dm-sans) !important;
    max-width: 58%;
    margin: auto;
}

.pricing-single-inner span {
    font-family: var(--bd-ff-dm-sans) !important;
}

.pricing-list ul li {
    font-size: 16px;
    font-family: var(--bd-ff-dm-sans) !important;
    padding-left: 24px;
    margin-bottom: 20px;
}

.pricing-list ul li span {
    margin: 0;
    color: #000;
}

.pricing-price {
    font-size: 40px !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.pricing-list {
    margin-bottom: 50px;
}

.pricing-single-inner {
    padding: 40px;
}

.pricing-single-inner .btn-secondary:hover {
    color: #ffffff !important;
}

.pricing-single-inner .btn-secondary {
    font-family: var(--bd-ff-dm-sans) !important;
}

.pricing-single-inner:hover .pricing-btn .btn-secondary {
    color: #fff;
}

.pricing-single-inner span.pricinig-tag {
    color: #ffffff;
}

.pricing-main-wrapper {
    margin-top: 52px;
}

.pricing-main-wrapper .row {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
}

.pricing-main-wrapper .col-sm-6.col-lg-4 {
    display: flex;
}

.pricing-single-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 20px 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    background: #f3f3f3;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 18px 40px rgba(24, 22, 18, 0.08);
}

.pricing-single-inner::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 196px;
    border-radius: 20px;
    background: #fff;
    z-index: 0;
    margin: auto;
    width: 96%;
}

.pricing-single-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    pointer-events: none;
}

.pricing-single-inner>* {
    position: relative;
    z-index: 1;
}

.pricing-single-inner .pricing-shape {
    display: none;
}

.pricing-single-inner span {
    margin: 0;
    font-family: var(--bd-ff-dm-sans) !important;
    text-transform: none;
    font-weight: 700;
    padding-bottom: 6px;
    color: #000;
}

.pricing-single-inner>span:first-child {
    max-width: calc(100% - 108px);
    margin-bottom: 6px;
    color: #141414;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.pricing-single-inner span.pricinig-tag {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 13px;
    border: 1px solid #f2ddcf;
    border-radius: 999px;
    background: #fff6ef;
    color: var(--bd-primary);
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}

.pricing-price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 14px 0 4px;
    padding: 0;
    border: 0;
    color: #101010;
    font-family: var(--bd-ff-dm-sans);
    font-size: 40px !important;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.pricing-price::before {
    content: "$";
    position: relative;
    top: -8px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.pricing-single-inner p {
    margin: 0 0 16px;
    color: #6c675f;
    font-size: 15px;
    line-height: 1.45;
}

.pricing-btn {
    margin-bottom: 24px;
    margin-top: 16px;
}

.pricing-btn .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: #1f1f1f;
    /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08); */
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    gap: 10px;
}

.pricing-btn .btn-secondary iconify-icon {
    font-size: 24px;
}

.pricing-single-inner:hover .pricing-btn .btn-secondary {
    color: #fff;
    background: #1f1f1f;
}

.pricing-main-wrapper .col-lg-4:nth-child(2) .pricing-btn .btn-secondary {
    background: var(--bd-primary);
}

.pricing-main-wrapper .col-lg-4:nth-child(2) .pricing-single-inner:hover .pricing-btn .btn-secondary {
    background: var(--bd-primary);
}

.pricing-list {
    margin: 0;
    padding-top: 24px;
}

.pricing-list ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    align-items: center;
}

.pricing-list ul li::before {
    position: relative;
    top: 2px;
    left: auto;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    font-size: 10px;
}

.pricing-main-wrapper .col-lg-4:nth-child(2) .pricing-list ul li::before {
    background: var(--bd-primary);
}

.pricing-list ul li span {
    margin-left: -3px;
    color: #7f796f;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0 !important;

}

.loan-about-showcase {
    padding: 70px 0px;
    background: #fff;
}

.loan-about-frame {
    max-width: 1300px;
    margin: 0 auto;
}

.loan-about-stats {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(70, 42, 19, 0.08);
    overflow: hidden;

}

.loan-about-stat-group {
    padding: 28px;
}

.loan-about-stat-group+.loan-about-stat-group {
    border-left: 1px solid #eadfd6;
}

.loan-about-stat-title {
    margin: 0 0 12px;
    color: #2c2a29;
    font-size: 23px;
    font-weight: 500;
}

.loan-about-card p.loan-about-price {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.loan-about-stat-copy {
    line-height: 24px;
    margin: 0 0 28px;
    color: #8e8378;
    font-size: 16px;
}

.loan-about-stat-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 32px;
}

.loan-about-stat-item strong {
    display: block;
    margin-bottom: 0px;
    color: #2f2e2c;
    font-size: 34px;
    font-weight: 700;
}

.loan-about-stat-item span {
    display: block;
    color: #8c8177;
    font-size: 14px;
}

.loan-about-story {
    padding: 0px 0px 60px 0px;
}

.loan-about-story-head {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.72fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 26px;
}

.loan-about-story-title {
    max-width: 720px;
    margin: 0;
    color: #2d2c2b;
    font-size: 60px;
    font-weight: 500;
}

.loan-about-story-title em {
    font-style: italic;
    font-weight: 600;
}

.loan-about-story-note {
    max-width: 90%;
    font-size: 15px;
    margin-left: auto;

}

.loan-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.7fr) minmax(220px, 0.78fr);
    gap: 18px;
    align-items: stretch;
}

.loan-about-card,
.loan-about-visual {
    border: 1px solid #eadfd6;
    border-radius: 12px;
    background: #fbf8f5;
    box-shadow: 0 12px 30px rgba(70, 42, 19, 0.06);
}

.loan-about-visual {
    overflow: hidden;
    min-height: 385px;
    margin-bottom: 0;
}

.loan-about-visual img,
.loan-about-mini-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.loan-about-card {
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loan-about-card h3 {
    margin: 0 0 14px;
    color: #343230;
    font-size: 22px;
}

.loan-about-card p {
    margin: 0;
    color: #9a8f85;
    font-size: 14px;
}

.loan-about-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 102px;
    margin-top: 24px;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #ece4db;
    background: #fffdfa;
    color: #544b43;
    font-size: 16px;
}

.loan-about-card.is-highlight .loan-about-pill {
    background: #ff7700;
    border-color: #ff7700;
    color: #ffffff;
}

.loan-about-mini-media {
    overflow: hidden;
    height: 220px;
    margin-bottom: 18px;
    border-radius: 12px;
}

.loan-about-price {
    margin: 18px 0 0;
    color: #7e7368;
    font: 500 14px/1.4 "DM Sans", sans-serif;
}

.loan-about-footer-note {
    margin: 14px 0 0;
    color: #9b9086;
    font: 500 11px/1.45 "DM Sans", sans-serif;
}

.vehicle-report-section {
    padding: 70px 0px;
    background: #ffffff;
}

.vehicle-report-shell {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 18px;
}

.vehicle-report-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 18px;
}

.vehicle-report-intro {
    max-width: 68%;
}

.vehicle-report-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #8e8e8e;
    font: 500 12px/1.2 "DM Sans", sans-serif;
}

.vehicle-report-title {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
}

.vehicle-report-social {
    width: 24%;
}

.agency-img-wrapper {
    margin-left: 0px;
    justify-content: space-between !important;
}

.vehicle-report-avatars {
    display: flex;
    flex-shrink: 0;
}

.vehicle-report-avatars img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-left: -8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.vehicle-report-avatars img:first-child {
    margin-left: 0;
}

.vehicle-report-social p {
    margin: 10px 0 0;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

.vehicle-report-stage {
    position: relative;
    padding: 10px 22px 20px;
}

.vehicle-report-car {
    position: relative;
    z-index: 1;
    max-width: 85%;
    margin: 0 auto;
}

.vehicle-report-car img {
    width: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.10));
}

.main-menu ul>li.mobileonly {
    display: none;
}

.vehicle-report-card {
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 2;
    width: 290px;
    padding: 24px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -50%);
}

.vehicle-report-card-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #1e1e1e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.vehicle-report-card h3 {
    margin: 0 0 7px;
    color: #171717;
    font-size: 24px;
}

.vehicle-report-card p {
    margin: 0;
    color: #767676;
    font-size: 14px;
    line-height: 20px;
}

.vehicle-report-pin {
    position: absolute;
    left: -14px;
    top: 46%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.vehicle-report-pin::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #ca3a43;
}

.vehicle-report-footer {
    text-align: center;
    margin: 0;
}

.vehicle-report-footer a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: underline;
    color: var(--bd-primary);
}

.vehicle-report-footer a iconify-icon {
    font-size: 26px;
}

/* .agency-area::before {
    background: #f2f2f2;
} */
footer.footer-three-area.section-space-top {
    padding: 80px 0px 72px 0px;
}

.footer-style-three-link ul li a {
    font: inherit;
}

.footer-logo-content ul li a {
    font: inherit;
    height: 40px;
    width: 40px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.footer-logo-content ul li a iconify-icon {
    color: var(--bd-primary);
    font-size: 20px;
}

.footer-style-three-widget .widget-title {
    font: inherit;
    color: var(--bd-white);
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.footer-btn a {
    font: inherit;
    border-radius: 10px;
}

.footer-logo-content ul {
    gap: 15px;
}













.homepage-sofi {
    --rivian-header-text: rgba(255, 255, 255, 0.92);
    --rivian-header-border: rgba(255, 255, 255, 0.12);
    --rivian-hero-text: rgba(255, 255, 255, 0.82);
    background: #fff;
}

.homepage-sofi .header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    border-bottom: 1px solid rgb(0 0 0 / 21%);
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 25%) 100%);
    backdrop-filter: blur(10px);
}

.homepage-sofi .header-sticky.sticky .header-area,
.homepage-sofi .header-sticky.sticky {
    background: rgba(10, 10, 10, 0.8);
}

.homepage-sofi .header-sticky.sticky .main-header {
    background: transparent;
}

.homepage-sofi .main-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 74px;
    padding: 0 12px;
}

.homepage-sofi .header-left-group {
    display: flex;
    align-items: center;
    gap: 50px;
    min-width: 0;
    flex: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homepage-sofi .main-header .logo {
    height: auto;
    position: relative;
}

.homepage-sofi .main-header .logo a img {
    max-width: 150px;
}

.homepage-sofi .main-menu {
    min-width: 0;
}

.homepage-sofi .main-menu ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.homepage-sofi .main-menu ul>li>a,
.homepage-sofi .header-login-link {
    padding: 0;
    color: var(--rivian-header-text);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.homepage-sofi .main-menu ul>li>a:hover,
.homepage-sofi .header-login-link:hover {
    color: #fff;
}

.homepage-sofi .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex: 1 1 0;
}

.homepage-sofi .header-right a:first-of-type {
    border: 0;
    padding: 0;
}

.homepage-sofi .header-signup-btn .text-content {
    min-height: 38px;
    padding: 9px 18px;
    border: 1px solid #f70;
    border-radius: 10px;
    color: #fff;
    background: #ff7700;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.homepage-sofi .header-signup-btn:hover .text-content {
    background: #fff;
    color: #111;
}

body.homepage-sofi .header-area {
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
}

.homepage-sofi .rivian-menu-toggle,
.homepage-sofi .bars_icon {
    width: 26px;
    min-width: 26px;
    height: 18px;
    padding: 0;
}

.homepage-sofi .rivian-menu-toggle .line,
.homepage-sofi .bars_icon .line {
    width: 100%;
    height: 1.5px;
    background: #fff;
}

.homepage-sofi .rivian-menu-toggle .line:nth-child(2),
.homepage-sofi .bars_icon .line:nth-child(2) {
    width: 72%;
}

.homepage-sofi .rivian-menu-toggle .line:nth-child(3),
.homepage-sofi .bars_icon .line:nth-child(3) {
    width: 86%;
}

.rivian-hero-area {
    position: relative;
    overflow: hidden;
    background: #111;
}

.rivian-hero-slider,
.rivian-hero-slide,
.rivian-hero-media,
.rivian-hero-media img {
    width: 100%;
    height: 100%;
}

.rivian-hero-slide {
    position: relative;
    min-height: 100vh;
}

.rivian-hero-media {
    position: absolute;
    inset: 0;
}

.rivian-hero-media img {
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 7s ease;
}

.rivian-hero-slider .swiper-slide-active .rivian-hero-media img {
    transform: scale(1);
}

.rivian-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.46) 32%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.06) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.rivian-hero-area .container-fluid {
    position: relative;
    z-index: 2;
}

.rivian-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100vh;
    max-width: 50%;
    padding: 170px 0 84px 40px;
    color: #fff;
}

.rivian-hero-eyebrow,
.rivian-hero-title,
.rivian-hero-text,
.rivian-hero-actions {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.rivian-hero-slider .swiper-slide-active .rivian-hero-eyebrow,
.rivian-hero-slider .swiper-slide-active .rivian-hero-title,
.rivian-hero-slider .swiper-slide-active .rivian-hero-text,
.rivian-hero-slider .swiper-slide-active .rivian-hero-actions {
    opacity: 1;
    transform: translateY(0);
}

.rivian-hero-slider .swiper-slide-active .rivian-hero-title {
    transition-delay: 0.12s;
}

.rivian-hero-slider .swiper-slide-active .rivian-hero-text {
    transition-delay: 0.24s;
}

.rivian-hero-slider .swiper-slide-active .rivian-hero-actions {
    transition-delay: 0.36s;
}

.rivian-hero-eyebrow {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rivian-hero-title {
    margin: 0;
    color: #fff;
    font-family: var(--bd-ff-inter);
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.rivian-hero-text {
    margin: 24px 0 34px;

    color: var(--rivian-hero-text);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

.rivian-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.rivian-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 48px;
    padding: 10px 22px;
    border-radius: 10px;
    background: #ff7700;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.rivian-hero-btn:hover {
    background: #eaeaea;
    color: #111;
}

.rivian-hero-btn-outline {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.rivian-hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.rivian-hero-navigation {
    position: absolute;
    right: 48px;
    bottom: 46px;
    z-index: 3;
    display: flex;
    gap: 10px;
}

.rivian-hero-prev,
.rivian-hero-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.rivian-hero-prev:hover,
.rivian-hero-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rivian-hero-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 58px !important;
    z-index: 3;
    display: inline-flex;
    gap: 8px;
    width: auto !important;
    transform: translateX(-50%);
}

.rivian-hero-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    opacity: 1;
}

.rivian-hero-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

section.consulting-content-area {
    background: #fff;
    padding: 70px 0px;
}

section.consulting-content-area .consulting-content-wrapper.section-space-bottom {
    padding-bottom: 60px;
}

section.banner-area {
    background: #fff;
    padding-top: 0;
}

.banner-right-wrapper.first-about {
    padding-left: 0;
}

.project-counter {
    margin-bottom: 60px;
}





.home-faq-area {
    padding: 80px 0;
    background: #fff;
}

.home-faq-shell {
    position: relative;
}

.home-faq-intro {
    max-width: 430px;
    margin-bottom: 230px;
}

.home-faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #fff7ef;
    border: 1px solid #ffe3c8;
    color: var(--bd-primary);
    font: 600 12px/1 var(--bd-ff-dm-sans);
    box-shadow: 0 10px 20px rgba(255, 119, 0, 0.07);
}

.home-faq-badge iconify-icon {
    font-size: 15px;
}

.home-faq-title {
    margin: 0;
    color: #101010;
    font: 500 clamp(42px, 5vw, 64px)/0.95 var(--bd-ff-dm-sans);
    letter-spacing: -0.05em;
    text-transform: none;
}

.home-faq-request {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    background: linear-gradient(135deg, #fffaf5 0%, #fff2e7 100%);
    box-shadow: 0 20px 40px rgba(27, 22, 17, 0.05);
    text-align: left;
}

.home-faq-request .faq_text {
    margin-bottom: 14px;
    color: #111;
    font-size: 28px;
    font-weight: 500;
}

.home-faq-request p {
    margin-bottom: 26px;
    color: #726a62;
    font: 400 15px/1.7 var(--bd-ff-dm-sans);
}

.home-faq-request .faq_button button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 24px;
    border-radius: 10px;
    color: #fff;
    background: var(--bd-primary);
    font-size: 16px;
}

.home-faq-request .faq_button button:hover {
    background: #111;
    color: #fff;
}

.home-faq-request .faq_button button iconify-icon {
    font-size: 18px;
}

.home-faq-accordion {
    padding: 0;
    border: 0;
    background: transparent;
}

.home-faq-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-faq-accordion .accordion .accordion-item {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid #ebe6de;
    border-radius: 12px;
    background: #fbfaf8;
    box-shadow: 0 8px 26px rgba(28, 23, 18, 0.04);
}

.home-faq-accordion .accordion .accordion-item::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 24px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #f0e5d9;
    z-index: 1;
}

.home-faq-accordion .accordion .accordion-item .accordion-button.collapsed.foor span.home-faq-arrow {
    top: 38%;
}

.pricing-area .section-title-two {
    max-width: 100%;
    font-weight: 500;
    font-size: 60px;
}

.feature-bar-single-inner {
    background: #f3f1ed;
}

.feature-bar-single-inner:nth-child(4) h4, .feature-bar-single-inner:nth-child(4) p {
    color: #fff;
}

section.home-four-feature-area.section-space {
    padding: 80px 0px 70px 0px;
    overflow: hidden;
}

.home-faq-accordion .accordion .accordion-item .accordion-button {
    position: relative;
    min-height: 58px;
    padding: 20px 86px 26px 20px;
    border: 0;
    background: transparent !important;
    color: #161616;
    box-shadow: none !important;
    font-size: 18px;
    font-family: var(--bd-ff-dm-sans) !important;
}

.sub-title-four {
    margin-bottom: 12px;
}

.feature-brand-wrapper a {
    padding: 10px 12px;
    font-size: 11px;
    font-family: var(--bd-ff-dm-sans) !important;
}

.feature-brand-wrapper a:hover {
    background-color: #ff7700;
    border-color: #ff7700;
    color: var(--bd-white);
}

.expertise-area {
    padding: 70px 0px;
}

.feature-gallery-single:last-child .feature-gallery-content-wrapper {
    width: 100%;
    padding-bottom: 0;
}

.agency-area::before {
    background: #f5f5f5;
}

section.agency-area.section-space {
    padding: 70px 0px;
}

.home-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #161616;
}

.home-faq-accordion .accordion .accordion-item .accordion-button::after {
    display: none;
}

.agency-btn a {
    background-color: var(--bd-secondary);
    border-color: var(--bd-secondary);
    color: #fff;
}

.experience-wrapper p {
    background-color: transparent;
    top: 40px;
    color: #000000;
}

.agency-right-content .team-list ul li {
    border-color: #ebebeb;
}

.home-faq-accordion .accordion .accordion-item .accordion-button::before {
    display: none;
}

.home-faq-accordion .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.single-featur-content h4 {
    font-size: 26px;
    font-weight: 700;
}

.funding-wrapper p {
    font-size: 18px;
    text-align: center;
    font-weight: 800;
}

.home-faq-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--bd-primary);
}

.home-faq-arrow iconify-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.28s ease, color 0.28s ease;
}

.home-faq-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .home-faq-arrow iconify-icon {
    transform: rotate(180deg);
}

.home-faq-accordion .accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
    margin: -2px 0 0;
    border: 0;
}

.home-faq-accordion .accordion .accordion-item .description {
    max-width: 510px;
    color: #6f685f;
    font: 400 15px/1.7 var(--bd-ff-dm-sans);
}



.footer-contact-modern {
    display: grid;
    gap: 14px;
    margin-top: 8px;
}

.footer-contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    color: #fff;
}

.footer-contact-icon iconify-icon {
    font-size: 30px;
    line-height: 1;
}

.footer-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.footer-contact-copy small {
    color: rgba(255, 255, 255, 0.6);
}

.footer-contact-copy strong {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.footer-three-copy-row {
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 0px;
    position: relative;
    z-index: 2;
}

.footer-three-copy-mail a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 500;
}

.footer-three-copy-mail a:hover {
    color: #ffffff;
}

.footer-three-copy-mail iconify-icon {
    font-size: 24px;
    line-height: 1;
}

.feature-four-top-content .section-title-four {
    max-width: 980px;
    margin: 0 auto;
    font-size: clamp(52px, 6.2vw, 74px);
    line-height: 1.06;
}

.feature-four-top-content .section-title-four .feature-title-line {
    display: block;
    white-space: nowrap;
}

.about-page-hero {
    padding: 70px 0px;
    background: #fff;
    margin-top: 74px;
}

.about-page-hero-shell {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.4fr);
    gap: 44px;
    align-items: center;
    overflow: hidden;
}

.about-page-hero-media {
    position: relative;
    min-height: 386px;
}

.about-page-hero-main-photo,
.about-page-hero-consultation-card {
    position: absolute;
    overflow: hidden;
}

.about-page-hero-main-photo {
    bottom: 0;
    left: 0;
    width: 400px;
    height: 440px;
    border-radius: 18px;
}

.about-page-hero-consultation-card {
    right: 0;
    width: 390px;
    height: 230px;
    border: 6px solid #fff;
    border-radius: 18px;
    bottom: -70px;
}

.about-page-hero-main-photo img,
.about-page-hero-consultation-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.about-page-hero-content {
    height: auto;
    width: 100%;
}

.about-page-hero-copy {
    max-width: 100%;
}

.about-page-hero-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 14px;
    margin-bottom: 12px;
    color: #867a6e;
    font: 500 14px/1 var(--bd-ff-dm-sans);
    letter-spacing: 0.03em;
}

.about-page-hero-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7700;
}

.about-page-hero-title {
    font-size: 56px;
    font-weight: 500;
}

.about-page-hero-text {
    margin: 10px 0 14px;
    font-weight: 400;
    font-size: 16px;
}

.about-page-hero-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.about-page-hero-list li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
}

.about-page-hero-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ff7700;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 400;
}

.about-page-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
}

.about-page-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 10px;
    background: #ff7700;
    border: 1px solid #ff7700;
    color: #ffffff;
    font-weight: 500;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.about-page-hero-btn:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    transform: translateY(-1px);
}

.about-page-hero-btn-outline {
    background: #ffffff;
    border-color: #e6ddd3;
    color: #554d45;
}

.about-page-hero-btn-outline:hover {
    background: #f4ede4;
    border-color: #f4ede4;
    color: #111111;
}

.about-page-hero-stat-card {
    min-height: 148px;
    padding: 16px;
    border-radius: 14px;
    background: var(--bd-primary);
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(47, 108, 93, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
}

.about-page-hero-bh-main {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding-top: 12px;
}

.about-page-hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 30px;
}

.about-page-hero-stat-card strong {
    display: block;
    font-size: 34px;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #fff;
}

.about-page-hero-stat-card span:last-child {
    display: block;
    max-width: 76px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
}

.about-page-hero-media,
.about-page-hero-copy,
.about-page-hero-stat-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.about-page-hero.is-visible .about-page-hero-media,
.about-page-hero.is-visible .about-page-hero-copy,
.about-page-hero.is-visible .about-page-hero-stat-card {
    opacity: 1;
    transform: translateY(0);
}

.about-page-hero.is-visible .about-page-hero-copy {
    transition-delay: 0.08s;
}

.about-page-hero.is-visible .about-page-hero-stat-card {
    transition-delay: 0.16s;
}

.about-card-section {
    padding: 70px 0px;
    background: #f7f4ef;
}

.about-card-section-shell {
    max-width: 1300px;
    margin: 0 auto;
}

.about-card-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.7fr);
    gap: 44px;
    align-items: start;
    margin-bottom: 50px;
}

.about-card-section-heading,
.about-card-section-summary,
.about-card-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.about-card-section.is-visible .about-card-section-heading,
.about-card-section.is-visible .about-card-section-summary,
.about-card-section.is-visible .about-card-item {
    opacity: 1;
    transform: translateY(0);
}

.about-card-section.is-visible .about-card-section-summary {
    transition-delay: 0.08s;
}

.about-card-section.is-visible .about-card-item:nth-child(1) {
    transition-delay: 0.14s;
}

.about-card-section.is-visible .about-card-item:nth-child(2) {
    transition-delay: 0.2s;
}

.about-card-section.is-visible .about-card-item:nth-child(3) {
    transition-delay: 0.26s;
}

.about-card-section-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 14px;
    margin-bottom: 18px;
    color: #867a6e;
    font: 500 12px/1 var(--bd-ff-dm-sans);
    letter-spacing: 0.03em;
}

.about-card-section-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff7700;
}

.about-card-section-title {
    max-width: 760px;
    margin: 0;
    color: #111111;
    font-family: var(--bd-ff-dm-sans);
    font-size: 60px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.about-card-section-summary {
    padding-top: 28px;
}

.about-card-section-summary p {
    font-weight: 400;
    line-height: 1.7;
}

.about-card-section-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-card-item {
    min-height: 250px;
    padding: 24px;
    border: 1px solid #efe8df;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(45, 33, 21, 0.05);
    display: flex;
    flex-direction: column;
}

.about-card-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.about-card-item-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-flex;
}

.about-card-item-blue .about-card-item-dot {
    background: #2f9cf4;
}

.about-card-item-orange .about-card-item-dot {
    background: #ff7700;
}

.about-card-item-green .about-card-item-dot {
    background: #2f6c5d;
}

.about-card-item-read {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.about-card-item-title {
    margin: 0;
    color: #171717;
    font-family: var(--bd-ff-dm-sans);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: -0.03em;
}

.about-card-item-footer {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding-top: 24px;
}

.about-card-item-footer p {
    max-width: 80%;
    margin: 0;
    color: #8b8176;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.about-card-item-action {
    width: 62px;
    height: 40px;
    min-width: 62px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-card-item-action:hover {
    background: #ff7700;
    color: #ffffff;
    transform: translateY(-1px);
}

.about-mvv-section {
    padding: 70px 0px;
    background: #ffffff;
}

.about-mvv-shell {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 40px;
    align-items: center;
}

.about-mvv-copy,
.about-mvv-media,
.about-mvv-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.about-mvv-section.is-visible .about-mvv-copy,
.about-mvv-section.is-visible .about-mvv-media,
.about-mvv-section.is-visible .about-mvv-item {
    opacity: 1;
    transform: translateY(0);
}

.about-mvv-section.is-visible .about-mvv-media {
    transition-delay: 0.08s;
}

.about-mvv-section.is-visible .about-mvv-item:nth-child(1) {
    transition-delay: 0.14s;
}

.about-mvv-section.is-visible .about-mvv-item:nth-child(2) {
    transition-delay: 0.2s;
}

.about-mvv-section.is-visible .about-mvv-item:nth-child(3) {
    transition-delay: 0.26s;
}

.about-mvv-title {
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: 500;
}

.about-mvv-list {
    display: grid;
    gap: 0;
}

.about-mvv-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid #eee6dc;
}

.about-mvv-item:first-child {
    padding-top: 0;
}

.about-mvv-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-mvv-item-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.about-mvv-item-mission .about-mvv-item-icon {
    background: rgba(255, 119, 0, 0.12);
    color: #ff7700;
}

.about-mvv-item-vision .about-mvv-item-icon {
    background: rgba(47, 156, 244, 0.12);
    color: #2f9cf4;
}

.about-mvv-item-values .about-mvv-item-icon {
    background: rgba(47, 108, 93, 0.12);
    color: #2f6c5d;
}

.about-mvv-item-content h3 {
    margin: 0 0 6px;
    color: #171717;
    font-family: var(--bd-ff-dm-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.about-mvv-item-content p {
    max-width: 440px;
    margin: 0;
    color: #8b8176;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.about-mvv-media {
    position: relative;
}

.about-mvv-image {
    margin: 0;
    height: 450px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(45, 33, 21, 0.08);
}

.about-mvv-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-mvv-overlay-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    border-radius: 16px;
    background: rgba(17, 17, 17, 0.68);
    backdrop-filter: blur(10px);
    color: #ffffff;
}

.about-mvv-overlay-label {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.about-mvv-overlay-card strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.about-mvv-overlay-action {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-mvv-overlay-action:hover {
    background: #ff7700;
    color: #ffffff;
    transform: translateY(-1px);
}

section.pricing-area.section-space.about-page-hero.contact-page {
    background: #fff;
}

.contact-ui-section {
    padding: 0 0 80px;
    background: #fff;
}

/* .contact-ui-shell {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
} */

.contact-ui-form-card {
    padding: 42px;
    border: 1px solid #ededed;
    background: #f5f5f5;
    border-radius: 10px;
}

.contact-ui-card-title {
    margin: 0 0 20px;
    color: #161616;
    font-family: var(--bd-ff-dm-sans);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-btn a:hover {
    color: #ffffff;
    background-color: var(--bd-primary);
}

.footer-contact-title .theme-btn .icon-box i {
    color: #fff;
}

.contact-ui-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-ui-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-ui-field input,
.contact-ui-field textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
}

.contact-ui-field input {
    height: 50px;
}

.contact-ui-field textarea {
    min-height: 124px;
    resize: none;
}

.contact-ui-field input::placeholder,
.contact-ui-field textarea::placeholder {
    color: #9a9a9a;
}

.contact-ui-field input:focus,
.contact-ui-field textarea:focus {
    outline: none;
    border-color: #ff7700;
    box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.08);
}

.contact-ui-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 170px;
    height: 48px;
    padding: 0 18px;
    border: 0;
    background: #1e1e1e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: background-color 0.25s ease, transform 0.25s ease;
    border-radius: 10px;
}

.contact-ui-submit:hover {
    background: #ff7700;
    transform: translateY(-1px);
}

.contact-ui-details {
    padding: 0px 0px 0px 26px;
    height: 100%;
    position: relative;
}

.contact-ui-field label {
    padding-bottom: 8px;
}

.contact-ui-details-head {
    max-width: 100%;
    margin-bottom: 40px;
}

.contact-ui-details-head p {
    margin: 0;
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1.7;
}

.contact-ui-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
    margin-bottom: 40px;
}

.contact-ui-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-ui-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #171717;
    color: #ffffff;
    font-size: 28px;
    border-radius: 10px;
}

.contact-ui-info-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;
}

.contact-ui-info-copy strong {
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-ui-info-copy span,
.contact-ui-info-copy a {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 1.55;
}

.contact-ui-info-copy a:hover {
    color: #ff7700;
}

.contact-ui-social {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
}

.contact-ui-social-label {
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.contact-ui-social-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-ui-social-links a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: color 0.25s ease, transform 0.25s ease;
    background: #ff7700;
    border-radius: 50%;
}

.contact-ui-social-links a:hover {
    transform: translateY(-1px);
}

/* .privacy-policy-page {
    background:
        radial-gradient(circle at top left, rgba(255, 119, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #f6f3ee 0%, #ffffff 24%, #ffffff 100%);
} */

/* .privacy-policy-page .header-area {
    border-bottom: none;
    background: #ff7700;
    backdrop-filter: blur(14px);
}

.privacy-policy-page .main-header {
    padding: 6px 20px;
}

.privacy-policy-page .main-menu ul {
    gap: 50px;
}

.privacy-policy-page .main-menu ul>li>a {
    padding: 18px 0;
    color: #fff;
} */

.privacy-policy-page .theme-btn-one .text-content {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-policy-hero {
    padding: 125px 0 80px;
    background: #fff;
}

.privacy-policy-shell {
    max-width: 1300px;
    margin: 0 auto;
}

.privacy-policy-card {
    height: auto;
    width: 100%;
}

.privacy-policy-copy {
    width: 100%;
}

.privacy-policy-block {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ece7df;
}

.privacy-policy-block-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.privacy-policy-block h2 {
    margin: 0 0 16px;
    color: #171717;
    font-family: var(--bd-ff-dm-sans);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.privacy-policy-block p {
    margin: 0 0 14px;
    color: #5f5a54;
    font-size: 16px;
    line-height: 1.8;
}

.privacy-policy-block p:last-child {
    margin-bottom: 0;
}

.privacy-policy-block ul {
    margin: 0;
    padding-left: 16px;
}

.privacy-policy-block ul li {
    margin-bottom: 12px;
    color: #5f5a54;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.privacy-policy-block ul li iconify-icon {
    font-size: 18px;
}

.privacy-policy-block ul li:last-child {
    margin-bottom: 0;
}






.auth-page-body {
    margin: 0;
    min-height: 100vh;
    background-color: #ff77000a;
    background-image: linear-gradient(rgb(165 171 188 / 16%) 1px, transparent 1px), linear-gradient(90deg, rgb(165 171 188 / 16%) 1px, transparent 1px);
    background-size: 124px 124px;
    font-family: "DM Sans", sans-serif;
    color: #171725;
}

.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.auth-shell {
    width: 100%;
    display: flex;
    justify-content: center;
}

.auth-card {
    width: 100%;
    max-width: 900px;
    min-height: 600px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 429px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(87, 100, 135, 0.08);
}

.auth-left-panel {
    display: flex;
    flex-direction: column;
    padding: 31px 36px 34px;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-bottom: 40px;
}

.auth-brand:hover {
    color: inherit;
}

.auth-brand img {
    max-width: 160px;
}

.auth-panel-copy {
    text-align: center;
    padding-bottom: 40px;
}

.auth-wave {
    display: block;
    margin-bottom: 10px;
    color: #f4bc2c;
    font-size: 16px;
}

.auth-wave i {
    transform: rotate(-20deg);
}

.auth-title {
    margin: 0;
    color: #171725;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.auth-subtitle {
    margin: 9px 0 0;
    color: #8f96a8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.auth-forms {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.auth-form {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.auth-form.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.auth-form-field {
    margin-bottom: 18px;
}

.auth-form-field label {
    display: inline-block;
    margin-bottom: 8px;
    color: #2a2f3d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.auth-form-field label span {
    color: #7c8398;
}

.auth-form-field input {
    width: 100%;
    height: 48px;
    border: 1px solid #eff2f7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(29, 34, 55, 0.03);
    padding: 0 14px;
    color: #202432;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.auth-form-field input::placeholder {
    color: #abb1c1;
}

.auth-form-field input:focus {
    outline: none;
    border-color: #ff7700;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap input {
    padding-right: 42px;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #9da4b7;
    font-size: 14px;
    line-height: 1;
}

.auth-form-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -2px 0 20px;
}

.auth-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.auth-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.auth-check-indicator {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1.5px solid #d4d9e5;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.auth-check-indicator::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0.7);
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.auth-check-text {
    color: inherit;
}

.auth-check:hover .auth-check-indicator {
    border-color: #ff7700;
    transform: translateY(-1px);
}

.auth-check input:focus-visible+.auth-check-indicator {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 119, 0, 0.16), 0 8px 18px rgba(15, 23, 42, 0.08);
}

.auth-check input:checked+.auth-check-indicator {
    border-color: #ff7700;
    background: linear-gradient(135deg, #ff8d3a 0%, #ff7700 100%);
    box-shadow: 0 10px 22px rgba(255, 119, 0, 0.28);
}

.auth-check input:checked+.auth-check-indicator::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.auth-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #ff7700;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.auth-link-button:hover {
    color: #ff7700;
}

.auth-link-inline {
    font-size: inherit;
    font-weight: 700;
}

.auth-submit-btn {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #ff7700;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.auth-submit-btn:hover {
    background: #ff7700;
    color: #ffffff;
}

.auth-submit-btn:disabled {
    cursor: not-allowed;
}

.auth-submit-btn.is-loading {
    opacity: 0.88;
}

.auth-switch-copy {
    margin: 24px 0 0;
    text-align: center;
    color: #2a2f3d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.auth-right-panel {
    position: relative;
    min-height: 640px;
    overflow: hidden;
}

.auth-right-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.passowrd-wraps {
    display: flex;
    gap: 18px;
}

.auth-error {
    display: none;
    min-height: 14px;
    margin-top: 5px;
    color: #d34c4c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.auth-error:not(:empty) {
    display: block;
}

.auth-success-message {
    display: none;
    margin: 2px 0 14px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(12, 166, 120, 0.08);
    color: #ff7700;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
}

.auth-success-message.is-visible {
    display: block;
}

.auth-is-hidden {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

/* Responsive CSS: keep all screen-size media queries below */
@media (prefers-reduced-motion: reduce) {

    .sofi-hero-copy,
    .sofi-hero-visual,
    .sofi-stat-card,
    .sofi-photo-card {
        opacity: 1;
        transform: none;
        animation: none !important;
    }

    .rivian-hero-media img,
    .rivian-hero-eyebrow,
    .rivian-hero-title,
    .rivian-hero-text,
    .rivian-hero-actions {
        transform: none !important;
        transition: none !important;
        opacity: 1 !important;
    }

    .about-page-hero-media,
    .about-page-hero-copy,
    .about-page-hero-stat-card,
    .about-card-section-heading,
    .about-card-section-summary,
    .about-card-item,
    .about-mvv-copy,
    .about-mvv-media,
    .about-mvv-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 1399px) {
    .modern-banner-prev {
        left: 24px;
    }

    .modern-banner-next {
        right: 24px;
    }

    .sofi-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
        gap: 36px;
    }

    .sofi-hero-title {
        max-width: 460px;
        font-size: clamp(40px, 4.6vw, 62px);
    }
}

@media (max-width: 1199px) {
    .modern-banner-slide {
        min-height: 880px;
    }

    .modern-banner-content {
        padding: 170px 0 120px;
    }

    .modern-banner-nav {
        width: 72px;
        height: 52px;
        font-size: 24px;
    }

    .pricing-single-inner {
        padding: 30px 24px 24px;
    }

    .homepage-sofi .main-menu ul {
        gap: 28px;
    }

    .sofi-hero-grid {
        grid-template-columns: 1fr;
    }

    .sofi-hero-copy {
        max-width: 680px;
    }

    .sofi-hero-visual {
        max-width: 620px;
        margin: 0 auto;
    }

    .homepage-sofi .main-menu ul {
        gap: 18px;
    }

    .rivian-hero-content {
        max-width: 500px;
    }

    .about-page-hero-shell {
        padding: 38px 34px;
        gap: 30px;
    }

    .about-page-hero-title {
        font-size: 40px;
    }

    .about-card-section-shell {
        padding: 32px;
    }

    .about-card-section-title {
        font-size: 50px;
    }

    .about-card-item-title {
        font-size: 22px;
    }

    .about-mvv-shell {
        padding: 32px;
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
        gap: 28px;
    }

    .about-mvv-title {
        font-size: 42px;
    }

    .contact-ui-shell {
        gap: 34px;
        grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    }

    .privacy-policy-card {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .modern-banner-slide {
        min-height: 760px;
    }

    .modern-banner-content {
        padding: 150px 0 120px;
    }

    .modern-banner-nav {
        top: auto;
        bottom: 110px;
        transform: none;
    }

    .modern-banner-prev {
        left: 15px;
    }

    .modern-banner-next {
        left: 101px;
        right: auto;
    }

    .sofi-hero-area {
        padding: 126px 0 60px;
    }

    .sofi-hero-actions {
        flex-wrap: wrap;
        gap: 18px;
    }

    .sofi-hero-visual {
        min-height: 500px;
        width: 100%;
    }

    .sofi-photo-stack {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 280px;
        height: 404px;
        margin-left: auto;
    }

    .sofi-photo-top,
    .sofi-photo-bottom {
        width: 220px;
    }

    .sofi-stat-main {
        top: 76px;
        width: 235px;
    }

    .sofi-stat-rating {
        bottom: 32px;
    }

    .homepage-sofi .main-header {
        min-height: 72px;
        padding: 0;
    }

    .homepage-sofi .header-left-group {
        display: none;
    }

    .homepage-sofi .main-header .logo {
        position: static;
        transform: none;
    }

    .homepage-sofi .header-right {
        flex: 0 0 auto;
        gap: 14px;
    }

    .rivian-hero-slide,
    .rivian-hero-content {
        min-height: 760px;
    }

    .rivian-hero-content {
        justify-content: center;
        padding: 140px 0 120px;
    }

    .rivian-hero-navigation {
        left: 40px;
        right: auto;
        bottom: 42px;
    }

    .rivian-hero-pagination {
        left: 40px !important;
        bottom: 110px !important;
        transform: none;
    }

    .home-faq-intro {
        max-width: 100%;
        margin-bottom: 28px;
    }

    .home-faq-request {
        max-width: 470px;
    }

    .about-page-hero {
        padding: 100px 0 50px;
    }

    .about-page-hero-shell {
        grid-template-columns: 1fr;
        padding: 34px 28px;
    }

    .about-page-hero-media {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    /* .about-page-hero-content {
        grid-template-columns: 1fr;
        gap: 18px;
    } */

    .about-page-hero-copy {
        max-width: 100%;
    }

    .about-page-hero-title,
    .about-page-hero-text {
        max-width: 100%;
    }

    .about-page-hero-stat-card {
        width: 118px;
        min-height: 142px;
    }

    .about-card-section {
        padding: 0 0 54px;
    }

    .about-card-section-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-card-section-summary {
        padding-top: 0;
    }

    .about-card-section-summary p {
        max-width: 100%;
    }

    .about-card-section-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-card-item:nth-child(3) {
        grid-column: 1 / -1;
    }

    .about-mvv-section {
        padding: 0 0 54px;
    }

    .about-mvv-shell {
        grid-template-columns: 1fr;
    }

    .about-mvv-title {
        max-width: 100%;
    }

    .about-mvv-item-content p {
        max-width: 100%;
    }

    .about-mvv-media {
        max-width: 560px;
    }

    .contact-ui-shell {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .contact-ui-details {
        padding-top: 0;
    }

    .privacy-policy-hero {
        padding: 112px 0 60px;
    }

    .privacy-policy-card {
        padding: 32px 28px;
    }

    .auth-page {
        padding: 22px;
    }

    .auth-card {
        max-width: 760px;
        grid-template-columns: 1fr;
    }

    .auth-left-panel {
        order: 2;
        padding: 26px 22px 28px;
    }

    .auth-brand {
        margin-bottom: 30px;
    }

    .auth-panel-copy {
        padding: 0;
    }

    .auth-right-panel {
        order: 1;
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .modern-banner-slide {
        min-height: 680px;
    }

    .modern-banner-content {
        padding: 135px 0 130px;
    }

    .modern-banner-kicker {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .modern-banner-text {
        margin: 22px 0 28px;
        font-size: 16px;
    }

    .modern-banner-btn {
        min-width: 148px;
        min-height: 54px;
        font-size: 17px;
    }

    .modern-banner-nav {
        width: 60px;
        height: 46px;
        border-radius: 16px;
        font-size: 20px;
    }

    .modern-banner-next {
        left: 83px;
    }

    .modern-banner-pagination {
        bottom: 30px;
        gap: 8px;
    }

    .modern-banner-pagination .swiper-pagination-bullet {
        padding: 9px 11px;
        font-size: 21px;
    }

    .pricing-main-wrapper .row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 22px;
    }

    .pricing-single-inner {
        border-radius: 20px;
    }

    .pricing-single-inner::before {
        top: 10px;
        left: 10px;
        right: 10px;
        height: 144px;
        border-radius: 16px;
    }

    .pricing-single-inner>span:first-child {
        max-width: calc(100% - 92px);
        font-size: 17px;
    }

    .pricing-single-inner span.pricinig-tag {
        top: 30px;
        right: 0px;
        font-size: 10px;
    }

    .pricing-price {
        font-size: 40px !important;
    }

    .pricing-btn .btn-secondary {
        min-height: 50px;
        font-size: 15px;
    }

    .homepage-sofi .main-header {
        padding: 10px 0;
    }

    .sofi-hero-area {
        padding: 112px 0 48px;
    }

    .sofi-hero-title {
        font-size: 42px;
        line-height: 1.02;
    }

    .sofi-hero-text {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .sofi-hero-cta {
        width: 100%;
        justify-content: space-between;
    }

    .sofi-hero-price strong {
        font-size: 30px;
    }

    .sofi-hero-brands {
        gap: 20px;
    }

    .sofi-hero-brands span {
        font-size: 21px;
    }

    .sofi-hero-visual {
        min-height: 485px;
    }

    .sofi-stat-main {
        left: 0;
        top: 44px;
        width: calc(100% - 92px);
        padding: 28px 22px 24px;
    }

    .sofi-stat-main h2 {
        margin: 20px 0 38px;
        font-size: 22px;
    }

    .sofi-stat-play {
        right: 18px;
        top: 18px;
    }

    .sofi-stat-rating {
        left: 0;
        width: calc(100% - 110px);
        bottom: 12px;
    }

    .sofi-photo-stack {
        max-width: 220px;
        height: 360px;
    }

    .sofi-photo-top,
    .sofi-photo-bottom {
        width: 186px;
    }

    .sofi-photo-top {
        height: 160px;
    }

    .sofi-photo-bottom {
        height: 198px;
    }

    .homepage-sofi .header-login-link,
    .homepage-sofi .header-signup-btn {
        display: none !important;
    }

    .homepage-sofi .main-header .logo a img {
        max-width: 114px;
    }

    .rivian-hero-slide,
    .rivian-hero-content {
        min-height: 680px;
    }

    .rivian-hero-content {
        max-width: 100%;
        padding: 132px 0 116px;
    }

    .rivian-hero-text {
        max-width: 320px;
        font-size: 16px;
    }

    .rivian-hero-btn {
        min-width: 116px;
        min-height: 44px;
        padding: 11px 18px;
    }

    .rivian-hero-navigation {
        left: 20px;
        bottom: 24px;
    }

    .rivian-hero-pagination {
        left: 20px !important;
        bottom: 100px !important;
    }

    .rivian-hero-pagination .swiper-pagination-bullet {
        width: 34px;
    }

    .home-faq-area {
        padding: 40px 0;
    }

    .home-faq-title {
        font-size: 42px;
    }

    .home-faq-request {
        padding: 30px 22px 24px;
    }

    .home-faq-accordion .accordion .accordion-item::before {
        top: 20px;
        right: 20px;
        width: 38px;
        height: 38px;
    }

    .home-faq-accordion .accordion .accordion-item .accordion-button {
        min-height: 86px;
        padding: 22px 72px 22px 20px;
        font-size: 17px;
    }

    .home-faq-arrow {
        top: 39px;
        right: 20px;
        width: 38px;
        height: 38px;
    }

    .home-faq-arrow iconify-icon {
        font-size: 17px;
    }

    .home-faq-accordion .accordion .accordion-item .accordion-body {
        padding: 0 20px 22px;
    }

    .feature-four-top-content .section-title-four {
        font-size: 28px;
        line-height: 1.08;
    }

    .main-menu ul>li.mobileonly {
        display: block;
    }

    .mean-container .mean-nav {
        margin-bottom: 0px;
    }

    .offcanvas-icon button:hover i {
        color: #fff;
    }

    .share-link ul li a:hover {
        color: #fff;
    }

    .loan-about-showcase {
        padding: 40px 0px;
    }

    .loan-about-stat-group,
    .loan-about-card {
        padding: 24px;
    }

    .vehicle-report-intro {
        max-width: 100%;
    }

    .loan-about-stat-title {
        font-size: 20px;
    }

    .vehicle-report-social {
        width: 100%;
    }

    section.home-four-feature-area.section-space {
        padding: 40px 0px;
    }

    .expertise-area {
        padding: 40px 0px;
    }

    .feature-gallery-content p {
        max-width: 80%;
        margin: auto;
        font-size: 20px;
    }

    .feature-gallery-content h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }

    .feature-gallery-content-wrapper {
        height: 280px;
    }

    .feature-bar-single-inner p {
        font-size: 11px;
    }

    .feature-bar-single-inner:nth-child(4) {
        height: 250px;
    }

    .feature-bar-single-inner:nth-child(3) {
        height: 224px;
    }

    .pricing-area .section-title-two {
        font-size: 28px;
    }

    .featured-wrap {
        max-width: 100%;
        margin: auto;
    }

    section.pricing-area.section-space {
        padding: 40px 0px;
    }

    .feature-gallery-content-wrapper.feature-bar-wrapper {
        height: 360px;
    }

    .home-faq-accordion .accordion .accordion-item .accordion-button.collapsed.foor span.home-faq-arrow {
        top: 35%;
    }

    .agency-single-img.agency-single-img-two {
        display: none;
    }

    .agency-single-img img {
        width: 100%;
    }

    .agency-single-img {
        width: 100%;
    }

    section.agency-area.section-space {
        padding: 40px 0px;
    }

    .agency-content-wrapper {
        padding-left: 0;
    }

    .agency-right-content {
        padding-left: 0;
    }

    .experience-wrapper {
        width: 50%;
    }

    .experience-wrapper h2 {
        font-size: 42px;
    }

    .experience-wrapper p {
        font-size: 16px;
        line-height: 23px;
        padding-top: 12px;
    }

    footer.footer-three-area.section-space-top {
        padding: 40px 0px 90px 0px;
    }

    .footer-contact-title .theme-btn .icon-box {
        color: #fff;
    }

    .footer-img img {
        width: 100%;
        height: 100%;
    }

    .footer-btn a {
        padding: 8px 20px;
        margin-top: 12px;
    }

    .footer-three-bottom {
        padding-top: 40px;
    }

    .footer-logo-content {
        text-align: left;
    }

    .footer-logo-content .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo-content ul {
        justify-content: left;
    }

    .footer-contact-card {
        padding: 6px 0px;
        border-radius: 16px;
    }

    .footer-contact-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .footer-contact-copy strong {
        font-size: 13px;
    }

    .footer-three-copy-row {
        padding-top: 18px;
        padding-bottom: 0;
    }

    .footer-three-copy-mail a {
        font-size: 14px;
    }

    .footer-mail.footer-three-copy-mail {
        width: 100%;
    }

    .feature-gallery-single .funding-wrapper {
        padding: 10px;
    }

    .funding-wrapper p {
        font-size: 15px;
    }

    .funding-wrapper h2 {
        font-size: 24px;
    }

    .loan-about-story {
        padding: 0px 0px 20px 0px;
    }

    .contact-ui-section {
        padding: 0 0 50px;
    }

    .contact-ui-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-ui-form-card {
        padding: 22px 18px 20px;
    }

    .contact-ui-card-title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .contact-ui-form-grid,
    .contact-ui-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-ui-info-grid {
        gap: 18px;
        margin-bottom: 28px;
    }

    .contact-ui-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        position: relative;
        padding-top: 40px;
    }

    .privacy-policy-hero {
        padding: 100px 0 50px;
    }

    .privacy-policy-block p,
    .privacy-policy-block ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .privacy-policy-block ul li {
        align-items: flex-start;
    }

    .privacy-policy-block ul li iconify-icon {
        position: relative;
        top: 4px;
    }

    .privacy-policy-block ul {
        padding-left: 0;
    }

    .privacy-policy-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .privacy-policy-block {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .privacy-policy-block h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .privacy-policy-card {
        padding: 0 !important;
    }

    .privacy-policy-hero {
        padding: 100px 0 20px !important;
    }

    .about-page-hero {
        padding: 40px 0 40px;
    }

    .about-page-hero-shell {
        padding: 0px;
        gap: 24px;
    }

    .about-page-hero-bh-main {
        flex-wrap: wrap;
    }

    .about-page-hero-stat-card {
        width: 100%;
    }

    .about-page-hero-media {
        min-height: auto;
        max-width: 100%;
    }

    .about-page-hero-main-photo {
        width: 100%;
        height: 310px;
        border-radius: 16px !important;
        position: relative;
    }

    .about-page-hero-consultation-card {
        display: none;
    }

    .about-page-hero-badge {
        top: 28px;
        left: 214px;
        width: 58px;
        height: 58px;
    }

    .about-page-hero-title {
        font-size: 32px;
        line-height: 1.02;
    }

    .about-page-hero-text,
    .about-page-hero-list li {
        font-size: 13px;
    }

    .about-page-hero-actions {
        flex-wrap: wrap;
    }

    .about-card-section {
        padding: 0 0 40px;
    }

    .about-card-section-shell {
        padding: 40px 0px 10px 0px;
    }

    .about-card-section-title {
        font-size: 34px;
        line-height: 1.08;
    }

    .about-card-section-summary p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .about-card-section-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-card-item:nth-child(3) {
        grid-column: auto;
    }

    .about-card-item {
        min-height: 248px;
        padding: 16px 16px 18px;
        border-radius: 16px;
    }

    .about-card-item-title {
        font-size: 21px;
    }

    .about-card-item-footer {
        gap: 14px;
        padding-top: 26px;
    }

    .about-card-item-footer p {
        max-width: 100%;
        font-size: 13px;
    }

    .about-card-item-action {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .about-mvv-section {
        padding: 0 0 40px;
    }

    .about-mvv-shell {
        padding: 40px 0px 10px 0px;
        border-radius: 20px;
        gap: 24px;
    }

    .about-mvv-image {
        margin: 0;
        height: 320px;
    }

    .about-mvv-title {
        font-size: 34px;
        line-height: 1.08;
        margin-bottom: 18px;
    }

    .about-mvv-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 0;
    }

    .contact-ui-details {
        padding: 30px 0px 0px 0px !important;
    }

    .about-mvv-item-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 18px;
    }

    .about-mvv-item-content h3 {
        font-size: 18px;
    }

    .about-mvv-image {
        min-height: 320px;
        border-radius: 16px;
    }

    .about-mvv-overlay-card {
        right: 14px;
        bottom: 14px;
        padding: 12px 12px 12px 14px;
        border-radius: 14px;
    }

    .about-mvv-overlay-card strong {
        font-size: 14px;
    }

    .about-mvv-overlay-action {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .auth-page {
        padding: 16px;
    }

    .auth-card {
        min-height: auto;
    }

    .auth-left-panel {
        padding: 28px;
    }

    .auth-brand {
        margin-bottom: 20px;
    }

    .auth-brand-mark {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .auth-brand-text {
        font-size: 23px;
    }

    .auth-title {
        font-size: 24px;
    }

    .auth-forms {
        max-width: 100%;
    }

    .auth-form-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .auth-right-panel {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .vehicle-report-top {
        flex-direction: column;
    }

    .vehicle-report-social {
        max-width: 100%;
        padding-top: 0;
    }

    .vehicle-report-card {
        left: 7%;
        top: 19%;
    }

    /* .loan-about-showcase {
        padding: 12px 0 0;
    } */

    .loan-about-stats,
    .loan-about-story-head,
    .loan-about-story-grid {
        grid-template-columns: 1fr;
    }

    .loan-about-stat-group+.loan-about-stat-group {
        border-left: 0;
        border-top: 1px solid #eadfd6;
    }

    .loan-about-story-note {
        margin: 0;
        max-width: 100%;
    }

    .loan-about-visual {
        min-height: 340px;
    }
}

@media (max-width: 767.98px) {
    .vehicle-report-section {
        padding: 40px 0px;
    }

    .vehicle-report-shell {
        padding: 0 12px;
    }

    .vehicle-report-stage {
        padding: 0 0 12px;
    }

    .vehicle-report-card {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 14px 0px;
        width: 100%;
        transform: none;
    }

    .vehicle-report-pin {
        display: none;
    }

    .vehicle-report-title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    /* .loan-about-frame {
        padding: 0 12px;
    } */

    .loan-about-stat-list {
        gap: 16px;
    }

    .loan-about-story-title {
        font-size: 28px;
    }

    .loan-about-visual {
        min-height: 280px;
    }

    .loan-about-mini-media {
        height: 220px;
    }
}