* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif !important;
}

.topbar {
    background: linear-gradient(124deg, #000 0 61.5%, #E5AB36 61.65% 100%);
    padding: 0;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1031;
    box-shadow: 0 5px 18px rgba(36, 42, 76, 0.18);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0));

}

.topbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 61.5%;
    margin-left: -16px;
    width: 34px;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    transform: skewX(-34deg);
    transform-origin: top;

}

.topbar .container,
.topbar .row {
    height: 100%;
}

.topbar-info-text p {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.topbar-info-text i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 12px;
}

.topbar-info-text i.me-2 {
    margin-right: 0 !important;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.topbar-info-text a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.topbar-contact-wrap {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links ul::before {
    content: "Follow Us:";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
    white-space: nowrap;
}

.topbar-social-links li a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.topbar-social-links li a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.topbar-social-links li a i {
    color: #fff;
    font-size: 13px;
}

@media (max-width: 991px) {
    .topbar {
        height: auto;
        min-height: 50px;
        padding: 8px 0;
        background: linear-gradient(135deg, #000 0 100%);
    }

    .topbar::after {
        display: none;
    }

    .topbar .row {
        gap: 8px;
    }

    .topbar-contact-wrap,
    .topbar-social-links ul {
        justify-content: center;
    }

    .topbar-social-links ul {
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .topbar-info-text p {
        font-size: 13px;
    }

    .topbar-social-links ul::before {
        display: none;
    }
}

.transparent-navbar {
    background: #fff !important;
    top: 50px;
    min-height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: top 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    z-index: 1030;
}

.transparent-navbar.scrolled {
    top: 0;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar.fixed-top.scrolled {
    top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all.3s;
}

.dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
}

.dropdown-item:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.navbar {
    background-color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar.fixed-top {
    top: 50px;
}

.nav-menu {
    gap: 25px;
}

.nav-link {
    font-weight: 600 !important;
    color: #000 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #000 !important;

}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
}

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

footer {
    background-color: #000;
    position: relative;
    padding-top: 25px;
}

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #000;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #000;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    color: #fff;
}

.copyRight p {
    color: #fff;
}

.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    --dot-x: 0px;
    --dot-y: 0px;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 1.5px solid #000;
    border-radius: 50%;
    background-color: transparent;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s;
}

.cb-cursor::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: width 0.28s ease, height 0.28s ease, opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cb-cursor.is-idle::before {
    width: 18px;
    height: 18px;
    opacity: 0.35;
    transform: translate(-50%, -50%);
}

.hero-section {
    position: relative;
    margin-top: 76px;
    overflow: hidden;
}

.banner {
    min-height: 820px;
    height: 820px;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: 0;
}

.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 25%, rgb(0 0 0 / 29%), #00000030 22%), linear-gradient(135deg, #e5ab365e 0%, #00000066 35%, #085f9445 70%, rgb(0 0 0 / 52%) 100%);
}

.banner {
    position: relative;
    z-index: 1;
    padding: 150px 0 90px;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner-content {
    max-width: 760px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #fff;
}

.banner-content h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 22px;
    text-wrap: balance;
}

.banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.7;
    max-width: 640px;
    margin-bottom: 32px;
}

.swiper-pagination {
    bottom: 28px !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    opacity: 0.55 !important;
}

.swiper-pagination-bullet-active {
    width: 34px !important;
    border-radius: 999px !important;
    background: #000 !important;
    opacity: 1 !important;
}

.btn-primary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff;
    background: #000 !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all.3s;
    border-radius: 0px !important;
}

.btn-primary::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    left: 50%;
    top: 50%;
    background-color: #E5AB36 !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all.3s;
}

.btn-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover::before {
    width: 120%;
}

.btn-primary:hover {
    color: #fff !important;
}

/* feature */
.feature {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #f5f7fa;
    background-image: url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/feature-four-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.feature::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 12%;
    width: 88px;
    height: 70px;
    background-image: url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/feature-four-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    animation: shapemove 1s ease-in-out infinite alternate;
}

@keyframes shapemove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.feature-row {
    row-gap: 32px;
    overflow: visible;
}

.feature-card {
    min-height: 228px;
    margin-left: 56px;
    padding: 36px 36px 34px 82px;
    position: relative;
    overflow: visible;
    background-color: #000;
    box-shadow: 0 18px 35px rgba(7, 20, 67, 0.12);
}

.feature-card::before,
.feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(24, 39, 88, 0.42);
    transform: skewX(-18deg);

}

.feature-card::before {
    right: 36%;
    width: 78px;
}

.feature-card::after {
    right: 13%;
    width: 58px;
    background: rgba(31, 48, 102, 0.34);
}

.feature-content {
    position: relative;
    display: flex;
    height: 100%;
    z-index: 1;
}

.feature-icon {
    width: 110px;
    height: 110px;
    background-color: #000;
    border: 8px solid #d2a853a6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #E5AB36;
    transition: 300ms;
    position: absolute;
    left: -138px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 0 8px rgba(31, 42, 82, 0.28);
}

.feature-icon i {
    line-height: 1;
}

.feature-card:hover .feature-icon {
    color: #fff;
    background-color: #000;
    border-color: #E5AB36;
}

.feature-text {
    position: relative;
    z-index: 1;
}

.feature-text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 22px;
}

.feature-text p {
    color: #fff;
    max-width: 300px;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .feature {
        padding: 88px 0;
    }

    .feature-card {
        margin-left: 48px;
        padding: 34px 30px 32px 78px;
    }

    .feature-icon {
        width: 100px;
        height: 100px;
        left: -128px;
        font-size: 31px;
    }

    .feature-text h3 {
        font-size: 22px;
    }

    .feature-text p {
        font-size: 17px;
        line-height: 1.65;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .feature {
        padding: 82px 0;
    }

    .feature-card {
        min-height: 220px;
        margin-left: 42px;
        padding: 32px 24px 30px 68px;
    }

    .feature-icon {
        width: 96px;
        height: 96px;
        min-width: 96px;
        left: -118px;
        font-size: 29px;
        border-width: 7px;
    }

    .feature-text h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .feature-text p {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 991px) {
    .feature {
        padding: 72px 0;
    }

    .feature-card {
        max-width: 680px;
        min-height: 0;
        margin-left: 58px;
        padding: 34px 34px 32px 78px;
    }

    .feature-icon {
        width: 104px;
        height: 104px;
        left: -132px;
        font-size: 32px;
    }

    .feature-text h3 {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .feature-text p {
        max-width: none;
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 767px) {
    .feature {
        padding: 66px 0;
    }

    .feature-card {
        margin-left: 48px;
        padding: 30px 28px 28px 70px;
    }

    .feature-icon {
        width: 92px;
        height: 92px;
        left: -112px;
        font-size: 28px;
        border-width: 7px;
    }

    .feature-text h3 {
        font-size: 21px;
    }

    .feature-text p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .feature {
        padding: 56px 0;
        overflow: visible;
    }

    .feature::after {
        display: none;
    }

    .feature-card {
        margin-left: 0;
        margin-top: 48px;
        padding: 76px 22px 28px;
        text-align: center;
    }

    .feature-card::before,
    .feature-card::after {
        display: none;
    }

    .feature-content {
        display: block;
        position: static;
    }

    .feature-icon {
        left: 0;
        right: 0;
        top: -54px;
        bottom: auto;
        width: 96px;
        height: 96px;
        margin: 0 auto;
        font-size: 29px;
        border-width: 7px;
    }

    .feature-text h3 {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .feature-text p {
        max-width: none;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 600;
    }
}

@media (max-width: 380px) {
    .feature-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .feature-text h3 {
        font-size: 19px;
    }

    .feature-text p {
        font-size: 14px;
    }
}

/* about us section */
.about-us {
    padding: 90px 0;
    background: linear-gradient(180deg, #f4f8fc 0%, #fff 100%);
}

/* .about-content {
    max-width: 480px;
} */

.about-content h3 {
    color: #E5AB36;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-content h2 {}

.textt-secondary {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-shadow: 5px 1px 2px #E5AB3670;
}

.about-content p {
    color: #666a73;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.about-img-collage {
    position: relative;
    min-height: 535px;
    display: grid;
    grid-template-columns: 1fr 0.94fr;
    gap: 22px;
    align-items: center;
    padding-right: 42px;
}

.about-photo {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(12, 136, 213, 0.14);
}

.about-photo-large {
    height: 535px;
}

.about-photo-small {
    height: 445px;
    margin-top: 44px;
}

.about-img-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-experience-card {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 168px;
    height: 218px;
    border-radius: 80px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(17, 47, 78, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px;
}

.about-experience-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #E5AB36;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 14px;
}

.about-experience-card strong {
    color: #000;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
}

.about-experience-card span:last-child {
    color: #000;
    font-size: 15px;
    line-height: 1.25;
    margin-top: 6px;
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-content {
        max-width: 100%;
    }

    .about-img-collage {
        min-height: 480px;
        max-width: 680px;
        margin: 0 auto;
        padding-right: 30px;
    }

    .about-photo-large {
        height: 480px;
    }

    .about-photo-small {
        height: 395px;
    }

    .about-img-collage img {
        height: 100%;
    }

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

@media (max-width: 575px) {
    .about-us {
        padding: 50px 0;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-content p {
        font-size: 16px;
    }

    .about-feature-list ul {
        grid-template-columns: 1fr;
    }

    .about-content .btn-primary {
        min-width: 165px;
        padding: 12px 28px !important;
    }

    .about-img-collage {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
        padding-right: 0;
    }

    .about-photo,
    .about-photo-large,
    .about-photo-small {
        height: 310px;
        margin-top: 0;
        border-radius: 16px;
    }

    .about-img-collage img {
        height: 100%;
    }

    .about-experience-card {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: auto;
        border-radius: 18px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        margin-top: 0;
    }

    .about-experience-icon {
        width: 58px;
        height: 58px;
        font-size: 23px;
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .about-experience-card strong {
        font-size: 36px;
    }
}

.textt-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E5AB36 !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.textt-primary::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000;
}

.textt-primary::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #000;
}

.about-feature-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 14px;
    margin-top: 24px;
}

.about-feature-list ul li {
    margin-bottom: 0;
    font-weight: 700;
    color: #E5AB36 !important;
}

@media (max-width: 575px) {
    .about-feature-list ul {
        grid-template-columns: 1fr;
    }
}

/* about new section */
.about-new-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        linear-gradient(135deg, rgba(229, 171, 54, 0.11), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.about-new-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -88px;
    width: 260px;
    height: 100%;
    background: rgba(0, 0, 0, 0.045);
    transform: skewX(-18deg);
}

.about-new-bg-text {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.04);
    font-size: clamp(72px, 15vw, 190px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    pointer-events: none;
}

.about-new-section .container {
    position: relative;
    z-index: 1;
}

.about-new-media {
    position: relative;
    min-height: 620px;
    padding: 24px 76px 24px 0;
}

.about-new-media::before {
    content: "";
    position: absolute;
    inset: 64px 38px 64px 78px;
    background: #000;
    transform: skewX(-8deg);
    z-index: -1;
}

.about-new-photo {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.about-new-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.about-new-photo:hover img {
    transform: scale(1.05);
}

.about-new-photo-main {
    top: 0;
    left: 0;
    width: 68%;
    height: 520px;
    border: 10px solid #fff;
}

.about-new-photo-side {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 340px;
    border: 10px solid #fff;
}

.about-new-badge {
    position: absolute;
    left: 34px;
    bottom: 42px;
    width: 190px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 24px;
    color: #000;
    background: #E5AB36;
    box-shadow: 0 24px 55px rgba(229, 171, 54, 0.28);
}

.about-new-badge span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 21px;
    margin-bottom: 18px;
}

.about-new-badge strong {
    color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.about-new-badge small {
    color: rgba(0, 0, 0, 0.72);
    font-size: 15px;
    font-weight: 800;
    margin-top: 7px;
}

.about-new-content {
    max-width: 620px;
    margin-left: auto;
}

.about-new-content .textt-secondary {
    margin-bottom: 22px;
}

.about-new-content p {
    color: #626b79;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.about-new-points {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.about-new-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border-left: 4px solid #E5AB36;
    box-shadow: 0 16px 38px rgba(15, 20, 30, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-new-point:hover {
    transform: translateX(8px);
    box-shadow: 0 22px 48px rgba(15, 20, 30, 0.12);
}

.about-new-point span {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E5AB36;
    background: #000;
    border-radius: 50%;
    font-size: 20px;
}

.about-new-point h3 {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 5px;
}

.about-new-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .about-new-section {
        padding: 86px 0;
    }

    .about-new-media {
        max-width: 720px;
        min-height: 560px;
        margin: 0 auto;
    }

    .about-new-content {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .about-new-section {
        padding: 62px 0;
    }

    .about-new-bg-text {
        top: 24px;
        font-size: 58px;
    }

    .about-new-media {
        min-height: auto;
        padding: 0;
        display: grid;
        gap: 16px;
    }

    .about-new-media::before {
        display: none;
    }

    .about-new-photo {
        position: relative;
        width: 100%;
        height: 300px;
        inset: auto;
        border: 7px solid #fff;
    }

    .about-new-badge {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        min-height: 0;
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 20px;
    }

    .about-new-badge span {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .about-new-badge strong {
        font-size: 28px;
    }

    .about-new-content .textt-secondary {
        font-size: 34px;
    }

    .about-new-point {
        padding: 18px;
    }

    .about-new-point:hover {
        transform: none;
    }
}

/* services section */
.services-section {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background:
        linear-gradient(135deg, rgba(229, 171, 54, 0.08), rgba(255, 255, 255, 0) 32%),
        radial-gradient(circle at 82% 14%, rgba(0, 0, 0, 0.08), transparent 28%),
        #fff;
}

.services-section::before {
    content: "";
    position: absolute;
    inset: auto -8% 0 auto;
    width: 42%;
    height: 62%;
    background: repeating-linear-gradient(135deg, rgba(229, 171, 54, 0.14) 0 2px, transparent 2px 18px);
    clip-path: polygon(26% 0, 100% 0, 74% 100%, 0 100%);
    opacity: 0.55;
}

.services-bg-word {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.035);
    font-size: clamp(72px, 13vw, 178px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    pointer-events: none;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.section-heading .textt-secondary {
    margin-bottom: 18px;
}

.section-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: #666a73;
    font-size: 17px;
    line-height: 1.7;
}

.services-grid {
    position: relative;
    z-index: 1;
}

.service-card {
    position: relative;
    min-height: 310px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 30px 32px;
    color: #000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 45px rgba(15, 20, 30, 0.08);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, #000 0%, #111 58%, #2c210b 100%);
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -2;
}

.service-card::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -96px;
    width: 190px;
    height: 190px;
    background: #E5AB36;
    border-radius: 50%;
    opacity: 0.12;
    transform: scale(0.7);
    transition: transform 0.42s ease, opacity 0.42s ease;
    z-index: -1;
}

.service-card:hover {
    color: #fff;
    transform: translateY(-12px);
    border-color: rgba(229, 171, 54, 0.55);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.2);
}

.service-card:focus-visible {
    outline: 3px solid rgba(229, 171, 54, 0.72);
    outline-offset: 4px;
}

.service-card:hover::before {
    transform: translateY(0);
}

.service-card:hover::after {
    opacity: 0.28;
    transform: scale(1.15);
}

.service-card-featured {
    border-color: rgba(229, 171, 54, 0.42);
    box-shadow: 0 22px 55px rgba(229, 171, 54, 0.16);
}

.service-card-featured .service-icon {
    background: #E5AB36;
    color: #000;
}

.service-number {
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgb(0 0 0 / 10%);
    font-size: 76px;
    line-height: 1;
    font-weight: 900;
    transition: color 0.35s ease, transform 0.35s ease;
}

.service-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #E5AB36;
    background: #000;
    border-radius: 50%;
    font-size: 27px;
    box-shadow: 0 0 0 10px rgba(229, 171, 54, 0.11);
    transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.service-card h3 {
    max-width: 270px;
    color: inherit;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 16px;
}

.service-card p {
    color: #666a73;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px;
    transition: color 0.35s ease;
}

.service-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #000;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.35s ease, transform 0.35s ease;
}

.service-link i {
    color: #E5AB36;
    transition: transform 0.35s ease, color 0.35s ease;
}

.service-card:hover .service-number {
    color: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px) scale(1.05);
}

.service-card:hover .service-icon {
    color: #000;
    background: #E5AB36;
    box-shadow: 0 0 0 12px rgba(229, 171, 54, 0.16);
    transform: rotate(-8deg) scale(1.06);
}

.service-card:hover p {
    color: rgba(255, 255, 255, 0.76);
}

.service-card:hover .service-link {
    color: #fff;
    transform: translateX(3px);
}

.service-card:hover .service-link i {
    color: #E5AB36;
    transform: translateX(6px);
}

@media (max-width: 991px) {
    .services-section {
        padding: 82px 0 90px;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .service-card {
        min-height: 292px;
    }
}

@media (max-width: 575px) {
    .services-section {
        padding: 62px 0 70px;
    }

    .services-bg-word {
        top: 24px;
        font-size: 58px;
    }

    .section-heading .textt-secondary {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 15px;
    }

    .service-card {
        min-height: 0;
        padding: 28px 24px 30px;
    }

    .service-number {
        top: 18px;
        right: 20px;
        font-size: 58px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .service-card h3 {
        font-size: 23px;
    }
}

/* success stories */
.success-section {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background:
        linear-gradient(180deg, #f5f7fa 0%, #fff 58%, #f5f7fa 100%);
}

.success-section::before,
.success-section::after {
    content: "";
    position: absolute;
    background: #E5AB36;
    opacity: 0.14;
    transform: skewX(-22deg);
}

.success-section::before {
    top: 0;
    left: -70px;
    width: 210px;
    height: 100%;
}

.success-section::after {
    right: -110px;
    bottom: 0;
    width: 260px;
    height: 68%;
    background: #000;
    opacity: 0.05;
}

.success-bg-word {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.04);
    font-size: clamp(72px, 14vw, 190px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    pointer-events: none;
}

.success-panel {
    position: relative;
    z-index: 1;
    padding: 48px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 34%),
        linear-gradient(135deg, #050505 0%, #111 52%, #2b210c 100%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    isolation: isolate;
}

.success-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.success-panel::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -90px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(229, 171, 54, 0.2);
    filter: blur(2px);
    z-index: -1;
}

.success-copy {
    position: relative;
    z-index: 1;
    padding-right: 18px;
}

.success-copy .textt-primary::before,
.success-copy .textt-primary::after {
    background: #fff;
}

.success-copy h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    line-height: 1.12;
    margin: 12px 0 20px;
}

.success-copy>p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.success-note {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 440px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.07);
    border-left: 4px solid #E5AB36;
}

.success-note span {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #E5AB36;
    border-radius: 50%;
    font-size: 21px;
}

.success-note p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.success-stats {
    position: relative;
    z-index: 1;
}

.success-card {
    position: relative;
    min-height: 218px;
    height: 100%;
    padding: 28px 26px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.success-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #E5AB36;
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.success-card::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 18px solid rgba(229, 171, 54, 0.16);
    transition: transform 0.35s ease;
}

.success-card:hover {
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.success-card:hover::before {
    transform: scaleX(1);
}

.success-card:hover::after {
    transform: scale(1.18) rotate(18deg);
}

.success-card-gold {
    background: #E5AB36;
}

.success-card-gold::before {
    background: #000;
}

.success-card-gold::after {
    border-color: rgba(255, 255, 255, 0.28);
}

.success-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E5AB36;
    background: #000;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 22px;
    transition: transform 0.35s ease, color 0.35s ease, background-color 0.35s ease;
}

.success-card-gold .success-icon {
    color: #000;
    background: #fff;
}

.success-card:hover .success-icon {
    transform: rotate(-10deg) scale(1.08);
}

.success-card strong {
    display: block;
    color: #000;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.success-card p {
    color: #536176;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.success-card-gold p {
    color: rgba(0, 0, 0, 0.7);
}

.success-meter {
    height: 7px;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.success-meter span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #000, #E5AB36);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.success-card:hover .success-meter span,
.success-section.is-visible .success-meter span {
    transform: scaleX(1);
}

.success-card-gold .success-meter {
    background: rgba(255, 255, 255, 0.35);
}

.success-card-gold .success-meter span {
    background: #000;
}

@media (max-width: 991px) {
    .success-section {
        padding: 82px 0;
    }

    .success-panel {
        padding: 38px;
    }

    .success-copy {
        padding-right: 0;
    }

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

@media (max-width: 575px) {
    .success-section {
        padding: 62px 0;
    }

    .success-bg-word {
        top: 28px;
        font-size: 56px;
    }

    .success-panel {
        padding: 30px 22px;
    }

    .success-panel::before {
        inset: 10px;
    }

    .success-copy h2 {
        font-size: 32px;
    }

    .success-copy>p {
        font-size: 15px;
    }

    .success-note {
        align-items: flex-start;
    }

    .success-card {
        min-height: 0;
        padding: 25px 22px;
    }

    .success-card strong {
        font-size: 38px;
    }
}

/* why choose us */
.why-choose-us {
    background-image: url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/why-choose-us.png);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.why-choose-us::before {
    background: linear-gradient(90deg, rgb(0 0 0 / 88%), rgb(0 0 0 / 42%));
    content: "";
    inset: 0;
    position: absolute;
}

.why-choose-us .container {
    position: relative;
    z-index: 1;
}

.choose-us-content {
    background: #fff;
    border-left: 5px solid #E5AB36;
    max-width: 570px;
    padding: 46px;
}

.choose-us-content .textt-primary {
    color: #E5AB36;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.choose-us-content h2 {
    color: #000;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 12px 0 18px;
}

.choose-us-content p,
.choose-us-content li {
    color: #536176;
    font-size: 16px;
    line-height: 1.7;
}

.choose-us-content ul {
    list-style: none;
    margin: 22px 0 30px;
    padding: 0;
}

.choose-us-content li {
    margin-bottom: 9px;
}

.choose-us-content li i {
    color: #E5AB36;
    margin-right: 8px;
}

.choose-us-btn {
    background: #000 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 16px 35px !important;
}

@media (max-width: 767px) {
    .why-choose-us {
        padding: 80px 0;
    }

    .choose-us-content {
        padding: 30px 24px;
    }

    .choose-us-content h2 {
        font-size: 32px;
    }
}

/* newsletter */
.newsletter {
    padding: 100px;
    text-align: center;
    background: radial-gradient(circle at 80% 25%, rgb(0 0 0 / 21%), #0000004f 22%), linear-gradient(135deg, rgb(0 0 0 / 29%) 0%, rgb(0 0 0 / 34%) 35%, rgb(0 0 0 / 20%) 70%, rgb(151 98 28 / 37%) 100%), url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/newsletter.png.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* testimonial */
.testimonmial {
    padding: 88px 0;
}

.testi {
    position: relative;
}

.testimonmial {
    margin-bottom: 48px;
}



/* .testimonmial-content h2 {
    color: #000;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
} */

.testimonial-swiper {
    padding: 0 0 30px;
}

.testi::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 48%;
    height: 188px;
    background: #E5AB36 !important;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.testimonial-card {
    /* min-height: 448px; */
    height: 100%;
    padding: 76px 11%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(120deg, transparent 0 56%, rgba(255, 255, 255, 0.06) 56% 66%, transparent 66% 100%), #000;
}

.testimonial-card h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 12px;
}

.testimonial-card span {
    font-weight: 700;
    margin-bottom: 34px;
}

.testimonial-card p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 34px;
}

.testi-stars {
    color: #ffc107;
    letter-spacing: 3px;
}

.testimonial-img {
    width: 100%;
    height: 448px !important;
    object-fit: cover;
    /* filter: brightness(0.65) sepia(0.15) hue-rotate(178deg) saturate(1.25); */
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 52px;
    height: 52px;
    color: #E5AB36 !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(7, 20, 67, 0.12);
}

.testimonial-swiper .swiper-button-prev {
    left: auto;
    right: 88px;
}

.testimonial-swiper .swiper-button-next {
    right: 30px;
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 800;
}

.testimonial-swiper .swiper-pagination {
    display: none;
}

@media (max-width: 991px) {
    .testimonmial {
        padding: 70px 0;
    }

    .testimonial-card,
    .testimonial-img {
        min-height: auto;
        height: auto;
    }

    .testimonial-card {
        padding: 52px 28px;
    }

    .testimonial-img {
        max-height: 360px;
    }
}

@media (max-width: 575px) {
    .testimonmial-content h2 {
        font-size: 30px;
    }

    .testimonial-card::before {
        display: none;
    }

    .testimonial-card h3 {
        font-size: 26px;
    }

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

/* contact */
.contact-behind {
    background: linear-gradient(135deg, #000);
    /* border: 1px solid rgba(214, 175, 63, 0.42); */
    border-radius: 42px;
    margin: 0px 100px 40px 100px;
    overflow: hidden;
    padding: 60px 0;
}

.content4 img {
    background: #E5AB36;
    border-radius: 8px;
    padding: 16px;
    width: 58px;
}

.contactUSPage {
    background: #fff;
    border-top: 5px solid #000;
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16) !important;
    padding: 50px 20px;
    position: relative;
}

.content5 {
    padding-left: 14px;
}

.content5 h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.content5 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}

.content5 h3 a {
    color: inherit;
}

.contact-content {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 18px;
}

.contact-section .textt-primary {
    color: #fff !important;
}

.contact-section h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.contact-image-wrap {
    position: relative;
    isolation: isolate;
    max-width: 500px;
    width: 100%;
    padding: 18px;
}

.contact-image-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 2% 4% 14%;
    background: #E5AB3678;
    border-radius: 28px;
    transform: rotate(-4deg);
    z-index: -2;
}

.contact-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #E5AB36;
    border-radius: 30px;
    transform: rotate(3deg);
    z-index: -1;
}

.contact-image-wrap img {
    display: block;
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.95);
    border-radius: 26px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-image-wrap:hover img {
    transform: translateY(-6px);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.34);
}

.titleBar span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 22px;
}

.form-label {
    color: #000;
    font-weight: 700;
}

.form-control,
.form-select {
    background-color: #f8fafc !important;
    border: 1px solid rgba(7, 31, 77, 0.14) !important;
    color: #000 !important;
    min-height: 55px;
}

.form-control:focus,
.form-select:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 4px rgba(214, 175, 63, 0.18) !important;
}

.form-control::placeholder {
    color: #7a8494 !important;
}

option {
    background-color: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .contact-behind {
        border-radius: 24px;
        margin: 70px 5px;
        padding: 70px 0;
    }

    .contact-section {
        margin-bottom: 28px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-image-wrap {
        max-width: 420px;
        margin-top: 10px;
        padding: 12px;
    }

    .contact-image-wrap img {
        border-width: 6px;
        border-radius: 20px;
    }

    .titleBar span {
        font-size: 26px;
    }
}

/* about us page */
.other-banner {
    background-image: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 32%)), url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/other-banner.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-content {
    text-align: center;
    padding: 0 16px;
}

.new-content h3 {
    font-size: clamp(32px, 5vw, 55px);
    color: #fff;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.new-content .breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    color: #fff !important;
    line-height: 1.4;
}

.breadcrumb-item a {
    color: #fff !important;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

@media (max-width: 767px) {
    .other-banner {
        height: 380px;
        background-attachment: scroll;
    }

    .new-content h3 {
        font-size: 34px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .other-banner {
        height: 320px;
    }

    .new-content h3 {
        font-size: 28px;
    }

    .new-content .breadcrumb {
        max-width: 100%;
    }
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    background-image: linear-gradient(135deg, #000, rgb(157 112 42 / 61%) 100%), url(https://simplifiedfunding.solutions/wp-content/uploads/2026/07/download.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.18em;
}

.mission-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.12;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.85;
}

.mission-box {
    background-color: rgba(255, 255, 255, 0.96);
    margin-top: 0;
    min-height: 100%;
    margin-bottom: 0;
    padding: 34px 28px;
    gap: 10px;
    border-radius: 26px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0rem;
    color: #5d7381;
    font-weight: 500;
    line-height: 1.7;

}

.work-para {
    text-align: center;
}

.process-box {
    min-height: 100%;
    background: #000;
    color: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 1px 7px 16px 3px rgb(0 0 0 / 35%);
}

.process-box h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fff;
    margin-bottom: 14px;
}

.process-box h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
    color: #fff;
}

.process-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.process-gap {
    padding: 90px 0;

}

.process-title-wrap {
    padding: 20px 0 42px;
}

.process-gap h3 {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
}

.step-box {
    height: 100%;
    padding: 38px 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgb(13 12 12 / 0%), rgb(255 255 255 / 0%));
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0px 3px 12px 3px rgb(0 0 0 / 21%);
}

.step-box:hover {
    transform: translateY(-6px);
    box-shadow: -1px 2px 17px 2px rgb(0 0 0 / 16%);
}

.step-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000, #d5900cbd);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 16px 35px rgba(251, 88, 106, 0.22);
}

.step-icon i {
    color: #fff;
}

.step-box h4 {
    margin: 22px 0 12px;
    font-size: 22px;
    font-weight: 800;
}

.step-box p {
    margin: 0;
    line-height: 1.75;
}

@media(max-width:992px) {
    .process-box {
        padding: 36px 28px;
    }

    .process-gap {
        padding: 70px 0;
    }

    .process-title-wrap {
        padding-top: 18px;
    }
}

@media(max-width:767px) {
    .process-box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .process-gap {
        padding: 60px 0;
    }

    .step-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .step-box h4 {
        font-size: 20px;
    }

    .step-icon {
        width: 66px;
        height: 66px;
        font-size: 24px;
    }
}

/* service detail page */
.services1 {
    position: relative;
    padding: 100px 0 82px;
    background: #fff;
    overflow: hidden;
}

.services1::before {
    content: "";
    position: absolute;
    right: -130px;
    top: 64px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(2, 150, 221, 0.08);
}

.services-content1 {
    position: relative;
    z-index: 1;
}

.services-content1 h3 {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 18px;
}

.services-content1 p,
.innerServicesPage p,
.accordion-body {
    color: #6d7280;
    font-size: 16px;
    line-height: 1.8;
}

.services-image {
    position: relative;
    padding: 22px;
}

.services-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 24px 55px rgba(36, 42, 76, 0.14);
}

.aboutSection {
    position: relative;
    padding: 90px 0;
    background: #f4f7fb;
}

.allServicesList {
    position: sticky;
    top: 110px;
}

.allServicesListBody {
    padding: 34px 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgb(0 0 0 / 16%);
}

.allServicesListBody h2,
.innerServicesPage h1,
.titleBar h3 {
    color: #000;
}

.allServicesListBody h2 {
    font-size: 28px;
}

.revSite-btn {
    color: #000;
    font-weight: 700;
    background: #f4f7fb;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.revSite-btn:hover,
.revSite-btn.active {
    color: #fff;
    background: #E5AB36;
    border-left-color: #000;
}

.innerServicesPage {
    padding: 42px;
    background: #fff;
    box-shadow: 0 18px 45px rgb(0 0 0 / 16%);
}

.innerServicesPage h1 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.innerServicesPage .what-we-do-body {
    margin-top: 18px;
    margin-bottom: 0;
}

.services1,
.services-image,
.allServicesList,
.innerServicesPage,
.FAQs-box,
.accordion-item {
    will-change: transform;
}

@media (max-width: 991px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 70px 0;
    }

    .services-content1 h3,
    .innerServicesPage h1,
    .titleBar h3 {
        font-size: 30px;
    }

    .allServicesList {
        position: static;
    }
}

@media (max-width: 575px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 56px 0;
    }

    .services-image {
        padding: 12px;
    }

    .services-image::before {
        transform: translate(8px, 8px);
    }

    .services-image img,
    .FAQs-box {
        min-height: 300px;
    }

    .innerServicesPage {
        padding: 28px 20px;
    }
}

/* faq main */
.fq-section {
    padding: 90px 0 0;
    background: #fff;
    overflow: hidden;
}

.fq-section .row {
    row-gap: 40px;
}

.fq-target {
    position: relative;
    min-height: 620px;
}

.fq-target img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    max-width: 118%;
    height: 100%;
    object-fit: contain;
    transform: translateX(-50%);
}

.faq-content-wrap {
    max-width: 560px;
    padding: 0 0 110px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fq-section .titleBar h6 {
    color: #E5AB36;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.fq-section .titleBar p {
    color: #666a73;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.fq-section .accordion-item {
    background: transparent;
    border-bottom: 1px solid rgba(1, 43, 93, 0.12) !important;
    border-radius: 0;
    margin: 0 !important;
    overflow: visible;
}

.fq-section .accordion-button {
    color: #000 !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    background: transparent !important;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 23px 44px 23px 0;
}

.fq-section .accordion-button:not(.collapsed) {
    color: #000 !important;
    background: transparent !important;
}

.fq-section .accordion-button::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    width: auto;
    height: auto;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    background-image: none;
    transform: translateY(-50%);
}

.fq-section .accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: translateY(-50%);
}

.fq-section .accordion-body {
    color: #666a73;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    border: 0;
    padding: 0 44px 22px 0;
}

@media (max-width: 991px) {
    .fq-section {
        padding: 76px 0 0;
    }

    .fq-target {
        min-height: 460px;
    }

    .fq-target img {
        max-width: 100%;
    }

    .faq-content-wrap {
        max-width: 100%;
        padding-bottom: 70px;
    }

    .fq-section .titleBar h3 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .fq-target {
        min-height: 330px;
    }

    .faq-content-wrap {
        padding-bottom: 50px;
    }

    .fq-section .titleBar h3 {
        font-size: 30px;
    }

    .fq-section .titleBar p,
    .fq-section .accordion-body {
        font-size: 15px;
    }

    .fq-section .accordion-button {
        padding: 18px;
    }
}