    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: "Poppins", sans-serif;
    }
    
    nav .container-fluid,
    section .container-fluid,
    footer .container-fluid {
        width: 95%;
    }
    
    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
    }
    
    li {
        list-style: none;
    }
    
    ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .py-70 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    
    .pt-70 {
        padding-top: 70px;
    }
    
    .pb-70 {
        padding-bottom: 70px;
    }
    
    .main-btn,
    .secondary-btn {
        background-color: #00406e;
        font-size: 14px;
        border-radius: 3px;
        padding: 8px 30px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #fff;
        border: none;
        width: max-content;
        transition: .3s;
    }
    
    .secondary-btn {
        background-color: #c7c7c7;
        color: #111;
    }
    
    .main-btn:hover {
        background-color: #1265a0 !important;
    }
    
    h2.big-header {
        font-size: 60px;
        font-weight: 700;
        color: #111;
    }
    
    .navbar {
        background-color: #fff;
        padding: 5px 0;
        width: 100%;
        z-index: 56;
        top: 0;
    }
    
    .navbar.shrink {
        position: fixed;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    .navbar.shrink .navbar-brand img {
        width: 80px;
    }
    
    .navbar li a.nav-link {
        color: #000;
        font-size: 14px;
        padding: 0 15px !important;
    }
    
    .navbar .dropdown-menu {
        background-color: rgba(0, 0, 0, .8);
        padding: 15px;
        border-radius: 0;
        width: max-content;
        top: 40px;
    }
    
    .navbar .dropdown-menu li a {
        color: #fff;
        font-size: 14px;
        padding: 8px 0;
        display: block;
    }
    
    .navbar .main-btn {
        margin-right: 10px;
        margin-left: 15px;
    }
    
    footer {
        background-color: #282828;
    }
    
    footer .container-fluid {
        width: 90%;
        margin: 0 auto;
    }
    
    footer h3 {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
    }
    
    footer h3 span {
        font-weight: 300;
    }
    
    footer p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }
    
    footer h4 {
        color: #fff;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 400;
    }
    
    .footer-row {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    footer .footer-links li a {
        color: #fff;
        display: block;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 300;
    }
    
    footer .footer-contact {
        display: flex;
        justify-content: space-between;
        border: 1px solid #aaa;
        width: 90%;
        margin: 0 auto;
        padding: 30px;
        border-radius: 5px;
        margin-top: 50px;
    }
    
    footer .footer-contact li a {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 5px;
        font-weight: 200;
        /* font-size: 14px; */
    }
    
    footer .footer-bottom {
        margin-top: 50px;
    }
    
    footer .footer-bottom ul {
        display: flex;
        gap: 10px;
        justify-content: center;
        color: #aaa;
        align-items: center;
        margin-top: 30px;
    }
    
    footer .footer-bottom ul li,
    footer .footer-bottom ul li a {
        color: #aaa;
        font-size: 10px;
    }
    
    .modal .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #111;
        z-index: 8888;
        font-size: 18px;
        opacity: 1;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
    }
    
    .homepage-banner {
        background: radial-gradient( #232323, #3b3b3b);
    }
    
    .homepage-banner h1 {
        font-size: 72px;
        color: #fff;
        font-weight: 600;
    }
    
    .homepage-banner h5 {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        padding-top: 10px;
    }
    
    .homepage-banner h5 span {
        color: #efc648;
        font-weight: 600;
    }
    
    .homepage-banner .home-box {
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        padding: 40px 10px;
    }
    
    .homepage-banner .home-box h4 {
        font-size: 24px;
        font-weight: 600;
        padding-top: 20px;
    }
    
    .homepage-banner .home-box p {
        font-size: 14px;
        padding-bottom: 0px;
    }
    
    .homepage-banner .home-box a {
        margin: 0 auto;
    }
    
    .find-your-way {
        background-image: url(../images/bg1.jpg);
        padding: 70px 0 150px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .find-your-way .find-box-container1 {
        margin-top: 80px;
    }
    
    .find-your-way .find-box-container3 {
        margin-top: -80px;
    }
    
    .find-your-way .find-box h3 {
        font-size: 36px;
        font-weight: 600;
        padding-top: 20px;
    }
    
    .find-your-way .find-box .divider {
        width: 30px;
        margin: 15px 0;
        height: 5px;
        background: linear-gradient(to right, #b4882c, #efc648);
    }
    
    .find-your-way .find-box p {
        font-size: 14px;
    }
    
    .next-chapter {
        margin-top: -80px;
    }
    
    .next-chapter p {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
        width: 80%;
    }
    
    .next-chapter h3 {
        color: #093a5e;
        font-size: 24px;
        text-align: center;
        margin: 100px 0 50px;
        font-weight: 600;
    }
    
    .next-chapter .next-card {
        height: 100%;
        padding: 40px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .next-chapter .next-card h5 {
        font-weight: 600;
        padding: 15px 0 10px;
        font-size: 18px;
        margin: 0;
    }
    
    .next-chapter .next-card p {
        padding-top: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    
    .testimonials-section {
        background-image: url(../images/testimonial-bg.jpg);
        background-size: cover;
    }
    
    .testimonials-section h2 {
        font-weight: 700;
        font-size: 45px;
    }
    
    .testimonials-section .testimonial-slider {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }
    
    .testimonials-section .testimonial-card {
        background-color: #fff;
        padding: 30px 20px;
    }
    
    .testimonials-section .testimonial-card img {
        width: 70px;
    }
    
    .testimonials-section .testimonial-card p {
        padding: 10px 0;
        font-weight: 500;
        font-size: 14px;
    }
    
    .testimonials-section .testimonial-card h5 {
        font-size: 14px;
        color: #777;
    }
    
    .testimonials-section .testimonial-card h5 span {
        color: #00406e;
        display: block;
        font-size: 18px;
        font-weight: 600;
    }
    
    .buy-home-banner {
        background-image: url(../images/buying-home.jpg);
        background-size: cover;
    }
    
    .buy-home-banner h2 {
        color: #fff;
        font-size: 60px;
        font-weight: 600;
    }
    
    .buy-home-banner h6 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
    }
    
    .buy-home-banner p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        font-weight: 300;
        color: #ccc;
    }
    
    .buy-home-banner h5 {
        color: #fff;
        font-size: 18px;
    }
    
    .pros-building {
        background-image: url(../images/pros-of-building.jpg);
        background-size: cover;
        background-position: center;
    }
    
    .pros-building h6 {
        color: #fff;
        text-align: justify;
        font-weight: 300;
    }
    
    .pros-building .pros-container {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .pros-building .pros-container .pros-card {
        border: solid #fff;
        border-width: 1px 0 1px 0;
        padding: 20px;
        color: #fff;
    }
    
    .pros-building .pros-container .pros-card h5 {
        font-size: 20px;
        font-weight: 600;
    }
    
    .pros-building .pros-container .pros-card p {
        font-weight: 300;
        font-size: 14px;
        color: #ccc;
    }
    
    .home-buyers-banner {
        background-image: url(../images/buyers-bg.jpg);
        background-size: cover;
        color: #fff;
    }
    
    .cast-of-characters h1 {
        font-size: 72px;
        font-weight: 600;
    }
    
    .cast-of-characters h4 {
        font-size: 24px;
        font-weight: 600;
    }
    
    .cast-of-characters p {
        font-size: 14px;
    }
    
    .cast-of-characters .shadow-card {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-top: 50px;
        padding: 40px 20px;
        margin-bottom: 50px;
    }
    
    .cast-of-characters .shadow-card ul {
        padding: 15px 0;
    }
    
    .cast-of-characters .shadow-card li {
        font-size: 14px;
        margin-bottom: 5px;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }
    
    .cast-of-characters .border-card {
        border: #ebebeb solid;
        border-width: 7px 0 0;
        padding: 50px 0;
    }
    
    .cast-of-characters .border-card:last-child {
        padding-bottom: 0;
    }
    
    .right-home {
        background-image: url(../images/right-home.jpg);
        background-size: 100% 900px;
        background-position: top;
        background-repeat: no-repeat;
    }
    
    .right-home .flex-card {
        display: flex;
        gap: 30px;
    }
    
    .right-home h3 {
        font-size: 60px;
        font-weight: 300;
        line-height: 1;
        width: 70px;
    }
    
    .right-home .content {
        width: calc(100% - 70px);
    }
    
    .right-home h4 {
        font-weight: 700;
        font-size: 28px;
    }
    
    .right-home .margin-negative {
        margin-top: -200px;
    }
    
    .right-home li {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 600;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }
    
    .right-home img {
        height: 100%;
        object-fit: cover;
        width: 30%;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .mortgage-banner h3 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .mortgage-banner p {
        font-size: 14px;
    }
    
    .mortgage-banner h4 {
        font-size: 18px;
        font-weight: 700;
        padding-top: 15px;
    }
    
    .mortgage-banner .d-flex {
        text-align: justify;
    }
    
    .factors-affect {
        background-image: url(../images/bg2.jpg);
        background-size: cover;
    }
    
    .factors-affect .factor-card {
        background-color: #fff;
        border-radius: 5px;
        height: 100%;
        padding: 50px 20px;
        text-align: center;
    }
    
    .factors-affect .factor-card h4 {
        font-weight: 700;
        font-size: 22px;
        padding-top: 15px;
    }
    
    .factors-affect .factor-card p {
        font-size: 14px;
    }
    
    .ways-to-lower .accordion-item {
        padding: 25px 0;
    }
    
    .ways-to-lower .accordion button {
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        box-shadow: none;
        background-color: #fff;
    }
    
    .ways-to-lower .accordion button:after {
        content: "+";
        background: none;
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 300;
    }
    
    .ways-to-lower button:not(.collapsed)::after {
        content: "-";
    }
    
    .ways-to-lower .accordion .accordion-body {
        padding: 0;
        padding-top: 15px;
    }
    
    .ways-to-lower .accordion .accordion-body li {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    
    .homebuying-tools {
        background: radial-gradient( #232323, #3b3b3b);
    }
    
    .homebuying-tools .tools-card {
        display: flex;
        align-items: center;
        border-radius: 5px;
        background-color: #fff;
        padding: 20px;
        gap: 15px;
        height: 100px;
    }
    
    .homebuying-tools .tools-card h4 {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        margin: 0;
    }
    
    .ready-to-start {
        background-image: url(../images/ready-start.jpg);
        background-size: cover;
    }
    
    .ready-to-start h5 {
        font-size: 36px;
        font-weight: 400;
        margin: 15px 0;
    }
    
    .home-value-banner {
        background: radial-gradient( #232323, #3b3b3b);
    }
    
    .home-value-banner p {
        color: #fff;
        font-size: 14px;
    }
    
    .see-estimate-value {
        background-image: url(../images/bg3.jpg);
        background-size: cover;
    }
    
    .see-estimate-value .input-group {
        background-color: #fff;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .see-estimate-value .input-group input {
        padding: 15px;
        border: 0;
        box-shadow: none;
        font-size: 18px;
    }
    
    .agency-section h4 {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 15px;
        width: 80%;
        margin: 0 auto;
    }
    
    .property-sold-form {
        border: 2px solid #d3ad6c;
        padding: 30px;
        text-align: center;
        margin-top: 50px;
    }
    
    .property-sold-form legend {
        display: table;
        min-width: 0px;
        max-width: 400px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
        margin: auto;
        padding: 35px 10px 5px;
        text-align: center;
        float: none;
    }
    
    .property-sold-form h4 {
        font-weight: 500;
        background-color: #fff;
        width: max-content;
        padding: 5px 15px;
        margin: 0 auto;
        margin-top: -50px;
        padding-bottom: 40px;
    }
    
    .property-sold-form input {
        border-radius: 0;
        border: 1px solid #ddd;
        padding: 10px;
        box-shadow: none;
    }
    
    .sell-property-box {
        padding: 0 20px;
    }
    
    .sell-property-box .sell-property-content {
        padding: 20px 0;
    }
    
    .sell-property-box .sell-property-content h2 {
        font-size: 48px;
        font-weight: 400;
        color: #000;
    }
    
    .sell-property-box .sell-property-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sell-property-box .sell-property-content ul li {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #d3ad6c;
        padding: 10px;
        font-size: 16px;
        width: 33.3333%;
        display: flex;
        gap: 5px;
        font-weight: 400;
    }
    
    .sell-property-box .sell-property-content ul li:nth-child(3),
    .sell-property-box .sell-property-content ul li:nth-child(6) {
        border-right: 0;
    }
    
    .sell-property-box .sell-property-content ul li:nth-child(4),
    .sell-property-box .sell-property-content ul li:nth-child(5),
    .sell-property-box .sell-property-content ul li:nth-child(6) {
        border-bottom: 0;
    }
    
    .sell-property-box .sell-property-content ul li span {
        font-weight: 700;
    }
    
    .slider-img .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105%;
        display: flex;
        justify-content: space-between;
    }
    
    .slider-img .owl-nav button {
        background-color: rgba(0, 0, 0, .7) !important;
        width: 35px;
        height: 35px;
        border-radius: 30px;
        color: #fff !important;
    }
    
    .refinance-mortgage-banner {
        background-image: url(../images/buying-home.jpg);
        background-size: cover;
    }
    
    .refinance-mortgage-banner p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }
    
    .refinance-mortgage-banner h4 {
        font-size: 24px;
        font-weight: 600;
        padding-top: 20px;
        color: #fff;
    }
    
    .explore-refinance .link-bordered {
        display: flex;
        justify-content: space-between;
        color: #111;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 500;
        align-items: center;
        border-top: 2px solid #aaa;
        margin: 0 20px;
    }
    
    .explore-refinance .link-bordered:last-child {
        border-bottom: 2px solid #aaa;
    }
    
    .cash-out-refinance .dark-box {
        background-color: #232323;
        padding: 50px;
        border-radius: 5px;
    }
    
    .cash-out-refinance .dark-box h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
    }
    
    .cash-out-refinance .dark-box p {
        color: #fff;
        font-size: 14px;
        padding: 10px 0;
        font-weight: 300;
    }
    
    .apply-refinance-banner {
        background: radial-gradient( #232323, #3b3b3b);
        color: #fff;
    }
    
    .apply-refinance-banner p {
        font-size: 14px;
        font-weight: 300;
    }
    
    .apply-refinance-banner li {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 300;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }
    
    .apply-refinance-container h3 {
        font-size: 36px;
        font-weight: 600;
    }
    
    .apply-refinance-container h5 {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-weight: 400;
    }
    
    .apply-refinance-form {
        margin-top: 50px;
    }
    
    .apply-refinance-form .form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .apply-refinance-form h4 {
        font-size: 20px;
        font-weight: 600;
        color: #00406e;
        padding: 20px 0;
    }
    
    .apply-refinance-form .form-row [class*="column-"] {}
    
    .apply-refinance-form p {
        font-size: 14px;
    }
    
    .apply-refinance-form .form-row .column-20 {
        width: 20%;
    }
    
    .apply-refinance-form .form-row .column-30 {
        width: 30%;
    }
    
    .apply-refinance-form .form-row .column-40 {
        width: 40%;
    }
    
    .apply-refinance-form input,
    .apply-refinance-form select {
        padding: 10px;
        border-radius: 0;
        box-shadow: none !important;
    }
    
    .apply-refinance-form .form-select {
        background-image: url(../images/select-arrow.png);
        background-position: right center;
        background-size: 45px 45px;
    }
    
    .apply-refinance-form input[type="checkbox"],
    .apply-refinance-form input[type="radio"] {
        width: 5px;
        height: 5px;
        border-radius: 0;
        padding: 7px;
        box-shadow: none;
    }
    
    .apply-refinance-form label {
        font-size: 14px;
        font-weight: 600;
    }
    
    .apply-refinance-form label span {
        font-size: 10px;
        font-weight: 400;
    }
    
    .apply-refinance-form .checkbox-group label {
        font-weight: 400;
    }
    
    .apply-refinance-form .amount-flex {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .signature-pad {
        width: 100%;
        height: 200px;
        border: 1px solid #e8eaec;
    }
    
    .apply-refinance-banner .boxes {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    
    .apply-refinance-banner .boxes .box {
        width: 35%;
        gap: 10px;
        display: flex;
        align-items: center;
    }
    
    .apply-refinance-banner .boxes .box h5 {
        font-size: 14px;
        margin: 0;
    }
    
    .apply-refinance-banner .boxes .box .img {
        background-color: #fff;
        border-radius: 5px;
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .approval-qualification p {
        border-left: 5px solid #00406e;
        padding-left: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
    
    .benefits-mortgage {
        background-image: url(../images/benefits.jpg);
        background-size: cover;
        color: #fff;
    }
    
    .refinancing-your-credit .box {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .refinancing-your-credit .box-icon {
        min-width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .refinancing-your-credit .box-content h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
    }
    
    .dos-donts {
        background: radial-gradient( #232323, #3b3b3b);
        color: #fff;
    }
    
    .dos-donts li,
    .how-mortgage-works li {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 300;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }
    
    .how-mortgage-works li b {
        font-weight: 600;
    }
    
    .dos-donts h4 {
        padding-top: 20px;
    }
    
    .find-out-refinancing {
        background-image: url(../images/find-out-refinancing.jpg);
        background-size: cover;
    }
    
    .calculate-affordability {
        background-color: #f0f0f0;
    }
    
    .calculate-affordability .white-box {
        background-color: #fff;
        padding: 20px;
        height: 100%;
    }
    
    .calculate-affordability .white-box h4 {
        font-size: 24px;
        font-weight: 600;
    }
    
    .calculate-affordability .white-box p {
        font-size: 14px;
    }
    
    .how-mortgage-works p {
        font-size: 14px;
    }
    
    .how-mortgage-works h4 {
        font-weight: 600;
        padding: 15px 0;
    }
    
    .banner-calculator {
        background-color: #444;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    .banner-calculator [class*="col-"] {
        padding: 10px 0;
    }
    
    .banner-calculator label {
        color: #fff;
    }
    
    .banner-calculator input,
    .banner-calculator select {
        box-shadow: none !important;
        border-radius: 0;
        border: 0;
        padding: 10px;
    }
    
    .banner-calculator .input-group .input-group-text {
        background-color: #fff;
        border: none;
        border-radius: 0;
    }
    
    .banner-calculator .accordion-item {
        background-color: transparent;
        border: none;
    }
    
    .banner-calculator .accordion-item .accordion-body {
        padding: 0;
        padding-top: 10px;
        color: #fff;
        font-size: 12px;
    }
    
    .banner-calculator button {
        font-size: 12px;
        background-color: transparent !important;
        color: #ccc !important;
        border-top: 1px solid #fff;
        border: none;
        padding: 0;
        border-top: 1px solid #ccc;
        border-radius: 0 !important;
        padding-top: 10px;
        box-shadow: none !important;
    }
    
    .banner-calculator button::after {
        background: none;
        content: ">";
        transform: rotate(90deg);
        font-size: 14px;
        height: auto;
        width: auto;
    }
    
    .calculator-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .calculator-content h5 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }
    
    .calculator-content h3 {
        font-size: 90px;
        color: #62bdff;
        font-weight: 600;
    }
    
    .calculator-content h6 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }
    
    .label-box {
        position: absolute;
        color: white;
        text-align: center;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
    
    .label-box p {
        font-size: 14px;
        margin: 0;
        font-weight: 300;
    }
    
    .label-box h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }
    
    .donut-chart {
        position: relative;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: conic-gradient(#e5e7eb 0deg 360deg);
        -webkit-mask: radial-gradient(circle at center, transparent 60%, black 61%);
        mask: radial-gradient(circle at center, transparent 60%, black 61%);
    }
    
    .center-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        /* White text color */
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .center-text p {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0;
    }
    
    .center-text h5 {
        font-size: 48px;
        margin: 0;
        font-weight: 600;
    }
    /* Custom styles for the range slider thumb */
    
    .banner-price-slider {
        display: flex;
        gap: 10px;
        background-color: #444;
        margin-top: 30px;
        padding: 30px;
        border-radius: 5px;
        width: 100%;
    }
    
    .banner-price-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        cursor: pointer;
    }
    
    .banner-price-slider input[type=range]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        cursor: pointer;
    }
    
    .banner-price-slider #priceDisplay {
        position: absolute;
        color: white;
        top: 15px;
        transform: translateX(-50%);
        white-space: nowrap;
        font-size: 12px;
        margin-top: 15px;
    }
    
    input[type=range] {
        background: #fff;
        height: 4px;
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
        border-radius: 5px;
    }
    
    .with-another-person {
        background-color: #f5f5f5;
        padding: 20px;
        margin-top: 20px;
    }