/* Professional Header Section */
.header-section {
    z-index: 1050;
    transition: all 0.3s ease;
}

/* Body and Sample Container */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: white;
}

.sample {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    padding-top: 80px;
    /* Space for fixed header */
}

.banner-group-section {
    background-color: #f4f2f0;
    border-radius: 0px 0px 63px 63px;
}

.navbar {
    padding: 1rem 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
    font-size: 1rem;
    color: #6c757d !important;
    font-weight: 500;
    font-family: "Inter", Helvetica;
}

.navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}

/* Right side items styling */
.d-flex.align-items-center.gap-4 a,
.d-flex.align-items-center.gap-4 span {
    font-size: 0.95rem;
    transition: color 0.3s ease;
    font-family: "Inter", Helvetica;
}

.d-flex.align-items-center.gap-4 a:hover {
    color: #0d6efd !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        margin: 1rem 0;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
    }

    .d-flex.align-items-center.gap-4 {
        justify-content: center;
        margin-top: 1rem;
        flex-direction: column;
        gap: 1rem !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand span {
        display: none !important;
    }

    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .d-flex.align-items-center.gap-4 {
        gap: 0.5rem !important;
    }
}



.sample .group {
    position: absolute;
    top: 2299px;
    left: 0;
    right: 0;
    height: 494px;
}

.sample .rectangle {
    top: 0;
    height: 494px;
    background-color: #3e2d17;
    position: absolute;
    left: 0;
    right: 0;
}

.sample .asset {
    position: absolute;
    top: 260px;
    left: 213px;
    width: 264px;
    height: 68px;
    object-fit: cover;
}

.sample .text-wrapper {
    position: absolute;
    top: 356px;
    left: 228px;
    width: 295px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #f4f2f0;
    font-size: 15px;
    letter-spacing: 0.42px;
    line-height: 18px;
}

.sample .features-pricing {
    position: absolute;
    top: 375px;
    left: 700px;
    width: 110px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #f4f2f0;
    font-size: 15px;
    letter-spacing: 0.42px;
    line-height: 18px;
}

.sample .about-us-contact-us {
    position: absolute;
    top: 375px;
    left: 886px;
    width: 110px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #f4f2f0;
    font-size: 15px;
    letter-spacing: 0.42px;
    line-height: 18px;
}

/* Mobile Responsive Footer - ONLY MOBILE FIXES */
@media (max-width: 768px) {
    .sample .group {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        padding: 40px 15px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #3e2d17 !important;
    }
    
    .sample .rectangle {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        height: 100% !important;
        background-color: #3e2d17 !important;
    }
    
    .sample .asset {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 200px !important;
        height: 52px !important;
        margin-bottom: 30px;
        object-fit: contain;
    }
    
    .sample .text-wrapper {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 500px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px !important;
        line-height: 16px !important;
    }
    
    .sample .features-pricing,
    .sample .about-us-contact-us {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        text-align: center;
        font-size: 14px !important;
        line-height: 16px !important;
        margin: 0 10px;
    }
    
    .footer-links {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .sample .group {
        padding: 30px 10px 20px;
    }
    
    .sample .asset {
        width: 180px !important;
        height: 47px !important;
        margin-bottom: 25px;
    }
    
    .sample .text-wrapper {
        font-size: 13px !important;
        line-height: 15px !important;
        margin-bottom: 25px;
    }
    
    .footer-links {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    
    .sample .features-pricing,
    .sample .about-us-contact-us {
        font-size: 13px !important;
        line-height: 15px !important;
        margin: 5px 0;
    }
}

.sample .div {
    position: absolute;
    top: 1668px;
    left: 0;
    width: 1454px;
    height: 631px;
}

.sample .rectangle-2 {
    top: 0;
    width: 1440px;
    height: 631px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
}

.sample .text-wrapper-2 {
    position: absolute;
    top: 107px;
    left: 453px;
    width: 535px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 46px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 50px;
}

.sample .element-records {
    position: absolute;
    top: 322px;
    left: 248px;
    width: 307px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .element {
    position: absolute;
    top: 312px;
    left: 634px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .element-records-2 {
    position: absolute;
    top: 310px;
    left: 1065px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .text-wrapper-3 {
    position: absolute;
    top: 279px;
    left: 191px;
    width: 218px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 44px;
    text-align: center;
    letter-spacing: -0.31px;
    line-height: 24px;
}

.sample .text-wrapper-4 {
    top: 269px;
    left: 611px;
    position: absolute;
    width: 218px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 44px;
    text-align: center;
    letter-spacing: -0.31px;
    line-height: 24px;
}

.sample .text-wrapper-5 {
    top: 267px;
    left: 1005px;
    position: absolute;
    width: 218px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 44px;
    text-align: center;
    letter-spacing: -0.31px;
    line-height: 24px;
}

.hero-content {
    z-index: 2;
    position: relative;
}

.hero-title {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.32px;
}

.hero-description {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.64px;
}

.hero-buttons .btn {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 6px;
    letter-spacing: -0.18px;
    line-height: 20px;
}

.hero-buttons .btn-outline-warning {
    border: 1px solid #f79437;
    color: #f79437;
    background: transparent;
}

.hero-buttons .btn-outline-warning:hover {
    background-color: #f79437;
    color: #3c3c3c;
}

.hero-buttons .btn-warning {
    background-color: #f79437;
    border: 1px solid #f79437;
    color: #3c3c3c;
}

/* Houses illustration */
.houses-container {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 30px;
}

.house {
    position: absolute;
    background: linear-gradient(45deg, #fbbf24, #f59e0b);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.house::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #1e40af;
}

.house-1 {
    width: 60px;
    height: 45px;
    bottom: 40px;
    left: 20%;
    animation: float 3s ease-in-out infinite;
}

.house-2 {
    width: 80px;
    height: 60px;
    bottom: 25px;
    left: 40%;
    animation: float 3s ease-in-out infinite 0.5s;
}

.house-3 {
    width: 70px;
    height: 50px;
    bottom: 35px;
    right: 30%;
    animation: float 3s ease-in-out infinite 1s;
}

.house-4 {
    width: 55px;
    height: 40px;
    bottom: 45px;
    right: 10%;
    animation: float 3s ease-in-out infinite 1.5s;
}

/* Skip trace icon floating */
.skip-icon-floating {
    position: absolute;
    top: 15%;
    right: 25%;
    z-index: 10;
    animation: floatIcon 4s ease-in-out infinite;
}

.skip-icon-bg {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.skip-icon-inner {
    color: white;
    font-size: 35px;
}

/* Bokeh lights */
.bokeh-lights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.light {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    animation: twinkle 2s ease-in-out infinite;
}

.light-1 {
    width: 15px;
    height: 15px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.light-2 {
    width: 12px;
    height: 12px;
    top: 40%;
    left: 80%;
    animation-delay: 0.5s;
}

.light-3 {
    width: 18px;
    height: 18px;
    top: 60%;
    left: 15%;
    animation-delay: 1s;
}

.light-4 {
    width: 14px;
    height: 14px;
    top: 30%;
    right: 20%;
    animation-delay: 1.5s;
}

.light-5 {
    width: 16px;
    height: 16px;
    bottom: 30%;
    left: 60%;
    animation-delay: 2s;
}

.light-6 {
    width: 13px;
    height: 13px;
    bottom: 20%;
    right: 40%;
    animation-delay: 2.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(3deg);
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 50vh;
    }

    .hero-background {
        min-height: 50vh;
    }

    .hero-title {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 24px;
    }

    .houses-container {
        height: 200px;
    }
}

.sample .rectangle-4 {
    background-color: #ffffff;
    border-radius: 0px 0px 63px 63px;
}

.sample .mask-group {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 63px 63px;
    height: 562px;
}

.sample .group-2 {
    height: 56px;
    background: #ffffff;
}

.sample .img {
    top: 0;
    width: 1440px;
    height: 56px;
    position: absolute;
    left: 0;
}

.sample .artboard {
    position: absolute;
    top: 11px;
    left: 117px;
    width: 139px;
    height: 34px;
    object-fit: cover;
}

.sample .text-wrapper-6 {
    position: absolute;
    top: 4px;
    left: 354px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 20px;
    letter-spacing: -0.14px;
    line-height: 50px;
    white-space: nowrap;
}

.sample .text-wrapper-7 {
    position: absolute;
    top: 4px;
    left: 502px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 20px;
    letter-spacing: -0.14px;
    line-height: 50px;
    white-space: nowrap;
}

.sample .text-wrapper-8 {
    position: absolute;
    top: 4px;
    left: 633px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 20px;
    letter-spacing: -0.14px;
    line-height: 50px;
    white-space: nowrap;
}

.sample .text-wrapper-9 {
    position: absolute;
    top: 13px;
    left: 964px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 13px;
    letter-spacing: -0.09px;
    line-height: 33px;
    white-space: nowrap;
}

.sample .text-wrapper-10 {
    position: absolute;
    top: 13px;
    left: 1080px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 13px;
    letter-spacing: -0.09px;
    line-height: 33px;
    white-space: nowrap;
}

.sample .text-wrapper-11 {
    position: absolute;
    top: 11px;
    left: 1220px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 14px;
    letter-spacing: -0.10px;
    line-height: 35px;
    white-space: nowrap;
}

.sample .p {
    position: absolute;
    top: 147px;
    left: 124px;
    width: 459px;
    font-weight: 400;
    font-family: "Inter", Helvetica;
    color: #f4f2f0;
    font-size: 46px;
    letter-spacing: -0.32px;
    line-height: 50px;
}

.sample .text-wrapper-12 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 46px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 50px;
}

.sample .text-wrapper-13 {
    position: absolute;
    top: 269px;
    left: 124px;
    width: 564px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #f4f2f0;
    font-size: 23px;
    letter-spacing: 0.64px;
    line-height: 30px;
}

.sample .button-primary {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    top: 399px;
    left: 255px;
    width: 116px;
    height: 43px;
    display: flex;
    background-color: #f79437;
    border-radius: 6px;
    overflow: hidden;
}

.sample .label {
    margin-top: 10px;
    width: 56px;
    height: 20px;
    margin-left: 28.5px;
    color: #3c3c3c;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.18px;
    line-height: 20px;
    white-space: nowrap;
}

.sample .group-3 {
    position: absolute;
    top: 399px;
    left: 124px;
    width: 118px;
    height: 43px;
}

.sample .rectangle-5 {
    top: 0;
    width: 116px;
    height: 43px;
    border-radius: 7px;
    border: 1px solid;
    border-color: #f79437;
    position: absolute;
    left: 0;
}

.sample .label-2 {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #f79437;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.18px;
    line-height: 20px;
    white-space: nowrap;
}

.sample .group-4 {
    display: flex;
    flex-direction: column;
}

.sample .group-5 {
    width: 91px;
    height: 91px;
}

.sample .text-wrapper-14 {
    margin-top: 38px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 19px;
    white-space: nowrap;
}

.sample .text-wrapper-15 {
    width: 218px;
    height: 147px;
    margin-top: 15px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.sample .group-6 {
    display: flex;
    flex-direction: column;
}

.sample .affordable-icon {
    width: 82.06px;
    height: 90.72px;
}

.sample .text-wrapper-16 {
    margin-top: 38.9px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 26px;
    text-align: center;
    letter-spacing: -0.18px;
    line-height: 20px;
    white-space: nowrap;
}

.sample .text-wrapper-17 {
    width: 238px;
    height: 136px;
    margin-top: 13px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sample .group-7 {
    display: flex;
    flex-direction: column;
}

.sample .group-8 {
    width: 94.83px;
    height: 94.73px;
}

.sample .text-wrapper-18 {
    margin-top: 33.9px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 19px;
    white-space: nowrap;
}

.sample .text-wrapper-19 {
    width: 193px;
    height: 134px;
    margin-top: 15px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sample .group-9 {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.sample .group-10 {
    width: 56.68px;
    height: 88.57px;
}

.sample .group-11 {
    width: 222px;
    height: 140px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sample .text-wrapper-20 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 19px;
    white-space: nowrap;
}

.sample .streamline-your {
    width: 218px;
    height: 106px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sample .text-wrapper-21 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 46px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 50px;
}

.sample .text-wrapper-22 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0.64px;
    line-height: 30px;
}

.sample .fast-accurate-over {
    position: absolute;
    top: 1452px;
    left: 932px;
    width: 400px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .multiple-data-sets {
    position: absolute;
    top: 1452px;
    left: 150px;
    width: 400px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .no-match-no-pay-list {
    position: absolute;
    top: 1452px;
    left: 577px;
    width: 252px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 25px;
    letter-spacing: -0.17px;
    line-height: 31px;
}

.sample .label-wrapper {
    top: 1596px;
    left: 610px;
    position: absolute;
    width: 221px;
    height: 43px;
    display: flex;
    background-color: #f79437;
    border-radius: 6px;
    overflow: hidden;
}

.sample .label-3 {
    margin-top: 10px;
    width: 100px;
    height: 20px;
    margin-left: 55px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3c3c3c;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.18px;
    line-height: 20px;
    white-space: nowrap;
}

.sample .group-12 {
    position: absolute;
    top: 2140px;
    left: 191px;
    width: 1062px;
    height: 342px;
    z-index: 1;
}

.sample .rectangle-6 {
    top: 0;
    width: 1058px;
    height: 342px;
    background-color: #dddbd7;
    border-radius: 43px 43px 0px 0px;
    position: absolute;
    left: 0;
}

.sample .text-wrapper-23 {
    position: absolute;
    top: 64px;
    left: 100px;
    width: 393px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 46px;
    letter-spacing: -0.32px;
    line-height: 50px;
}

.sample .div-wrapper {
    top: 156px;
    left: 750px;
    position: absolute;
    width: 221px;
    height: 43px;
    display: flex;
    background-color: #f79437;
    border-radius: 6px;
    overflow: hidden;
}

.sample .text-wrapper-24 {
    position: absolute;
    top: 198px;
    left: 100px;
    width: 519px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 23px;
    letter-spacing: 0.64px;
    line-height: 30px;
}

/* Mobile Responsive CTA Section - ONLY MOBILE FIXES */
@media (max-width: 768px) {
    .sample .group-12 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        max-width: 1062px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .sample .rectangle-6 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        padding: 40px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 30px 30px 0px 0px;
        min-height: 342px;
        background-color: #dddbd7 !important;
    }
    
    .sample .text-wrapper-23 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 393px;
        font-size: 32px !important;
        line-height: 36px !important;
        text-align: center;
    }
    
    .sample .text-wrapper-24 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 519px;
        font-size: 18px !important;
        line-height: 24px !important;
        text-align: center;
        margin-top: 15px;
    }
    
    .sample .div-wrapper {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin: 30px auto 0;
        background-color: #f79437 !important;
    }
}

@media (max-width: 480px) {
    .sample .rectangle-6 {
        padding: 30px 20px;
    }
    
    .sample .text-wrapper-23 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    
    .sample .text-wrapper-24 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .sample .div-wrapper {
        width: 180px !important;
        height: 40px !important;
    }
    
    .sample .label-3 {
        font-size: 14px !important;
    }
}

.sample .rectangle-7 {
    top: 2793px;
    width: 1440px;
    height: 51px;
    background-color: #211709;
    position: absolute;
    left: 0;
}

.sample .element-all-rights {
    position: absolute;
    top: 2810px;
    left: 162px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #f4f2f0;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.34px;
    line-height: 18px;
    white-space: nowrap;
}



/* Hero Section - With Group-892.png background */
.hero-section {
    position: relative;
    min-height: 60vh;
    overflow: hidden;
    border-radius: 0px 0px 63px 63px;
}

.hero-background {
    background-image: url('../images/Group-892.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 60vh;
    border-radius: 0px 0px 63px 63px;
}

.hero-content {
    z-index: 3;
    position: relative;
}

.hero-title {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.32px;
}

.hero-description {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.64px;
}

.hero-buttons .btn {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 6px;
    letter-spacing: -0.18px;
    line-height: 20px;
}

.hero-buttons .btn-outline-warning {
    border: 1px solid #f79437;
    color: #f79437;
    background: transparent;
}

.hero-buttons .btn-outline-warning:hover {
    background-color: #f79437;
    color: #3c3c3c;
}

.hero-buttons .btn-warning {
    background-color: #f79437;
    border: 1px solid #f79437;
    color: #3c3c3c;
}

/* Path-979.png overlay image */
.hero-overlay-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    z-index: 2;
    object-fit: contain;
    border-radius: 0px 0px 0px 63px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        min-height: 50vh;
    }

    .hero-background {
        min-height: 50vh;
    }

    .hero-overlay-image {
        width: 70%;
    }

    .hero-title {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Features Section - Exact as per image */
.features-section {
    background-color: #f5f5f5;
    padding: 60px 0;
    border-radius: 0px 0px 63px 63px;
}

.text-wrapper-21 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 48px;
    margin-bottom: 1rem;
}

.text-wrapper-22 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin-bottom: 2rem;
}

.main-feature {
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 0.5rem;
}

.sub-feature {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #888888;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 1rem;
}

.register-btn {
    background-color: #f79437;
    border: none;
    border-radius: 6px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: -0.05px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(247, 148, 55, 0.3);
}

.register-btn:hover {
    background-color: #e67e22;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(247, 148, 55, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
    .features-section .row {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 40px 0;
    }

    .text-wrapper-21 {
        font-size: 36px;
        line-height: 40px;
    }

    .text-wrapper-22 {
        font-size: 15px;
        line-height: 20px;
    }

    .main-feature {
        font-size: 15px;
        line-height: 19px;
    }

    .sub-feature {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 576px) {
    .text-wrapper-21 {
        font-size: 32px;
        line-height: 36px;
    }

    .text-wrapper-22 {
        font-size: 14px;
        line-height: 18px;
    }

    .main-feature {
        font-size: 14px;
    }

    .sub-feature {
        font-size: 12px;
    }

    .register-btn {
        font-size: 13px;
        padding: 8px 20px;
    }
}

/* SkipTracing Made Simple Section */
.skiptracing-section {
    background-color: #ffffff;
    border-radius: 0px 0px 63px 63px;
    padding: 80px 0;
}

@media (max-width: 768px) {
    .skiptracing-section {
        padding: 40px 0;
    }
}

.text-wrapper-12 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 46px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 50px;
}

/* Icon Container */
.icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Text Styling */
.text-wrapper-14,
.text-wrapper-16,
.text-wrapper-18,
.text-wrapper-20 {
    font-family: "Inter", Helvetica;
    font-weight: 600;
    color: #3e2d17;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 19px;
}

.text-wrapper-15,
.text-wrapper-17,
.text-wrapper-19,
.streamline-your {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.13px;
    line-height: 24px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .skiptracing-section .row.g-4 {
        row-gap: 2rem;
    }
}

@media (max-width: 768px) {
    .text-wrapper-12 {
        font-size: 36px;
        line-height: 40px;
    }

    .text-wrapper-14,
    .text-wrapper-16,
    .text-wrapper-18,
    .text-wrapper-20 {
        font-size: 22px;
        line-height: 26px;
    }

    .text-wrapper-15,
    .text-wrapper-17,
    .text-wrapper-19,
    .streamline-your {
        font-size: 16px;
        line-height: 22px;
    }

    .icon-container {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .text-wrapper-12 {
        font-size: 32px;
        line-height: 36px;
    }

    .text-wrapper-14,
    .text-wrapper-16,
    .text-wrapper-18,
    .text-wrapper-20 {
        font-size: 20px;
        line-height: 24px;
    }

    .text-wrapper-15,
    .text-wrapper-17,
    .text-wrapper-19,
    .streamline-your {
        font-size: 15px;
        line-height: 20px;
    }

    .icon-container {
        width: 60px;
        height: 60px;
    }

    .group-4,
    .group-6,
    .group-7,
    .group-9 {
        padding: 1.5rem !important;
    }
}



.skiptracing-title {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 42px;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 3rem;
}

/* Modern Feature Cards */
.feature-card-modern {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.feature-card-modern:hover {
    transform: translateY(-3px);
}

/* Icon Styling */
.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f8ff;
    border-radius: 12px;
    padding: 15px;
}

.feature-icon {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

/* Typography */
.feature-title {
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.2px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.feature-description {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 20px;
    margin: 0;
    flex-grow: 0;
}

/* Responsive Design for Modern Cards */
@media (max-width: 768px) {

    .skiptracing-title {
        font-size: 32px;
        line-height: 36px;
    }

    .feature-title {
        font-size: 18px;
        line-height: 22px;
    }

    .feature-description {
        font-size: 13px;
        line-height: 18px;
    }

    .feature-card-modern {
        height: auto;
        /* margin-bottom: 2rem; */
    }

    .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .feature-icon {
        max-width: 40px;
        max-height: 40px;
    }
}

/* Main Content Wrapper */
.main-content-wrapper {
    border-radius: 0px 0px 63px 63px;
    overflow: hidden;
}

/* Hero and SkipTracing Wrapper */
.hero-skiptracing-wrapper {
    border-radius: 0px 0px 63px 63px;
    overflow: hidden;
}

/* Updated Features Section with larger text */
.text-wrapper-21 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #333333;
    font-size: 48px !important;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 52px !important;
    margin-bottom: 1.5rem;
}

.text-wrapper-22 {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 0.1px;
    line-height: 28px !important;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.main-feature {
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #333333;
    font-size: 20px !important;
    letter-spacing: 0.1px;
    line-height: 26px !important;
    margin: 0 0 0.5rem 0;
}

.sub-feature {
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #666666;
    font-size: 18px !important;
    letter-spacing: 0.1px;
    line-height: 24px !important;
    margin: 0 0 2rem 0;
}

.register-btn {
    background-color: #f79437;
    border: none;
    border-radius: 8px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px !important;
    letter-spacing: 0px;
    padding: 14px 35px !important;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(247, 148, 55, 0.3);
}

/* Responsive text sizes */
@media (max-width: 768px) {
    .text-wrapper-21 {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .text-wrapper-22 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .main-feature {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .sub-feature {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 576px) {
    .text-wrapper-21 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .text-wrapper-22 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

.pricing {
    padding: 80px 0;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 80px 20px;
}

.pricing h2 {
    font-size: clamp(28px, 4vw, 48px);
    margin-bottom: 60px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
}

.pricing-cards {
    display: flex;
    justify-content: center;
    gap: clamp(40px, 8vw, 120px);
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.price h3 {
    font-size: clamp(32px, 6vw, 56px);
    margin: 0 0 15px 0;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #3e2d17;
}

.price p {
    font-size: clamp(14px, 2vw, 18px);
    margin: 10px 0;
    font-family: "Inter", Helvetica;
    color: #3e2d17;
}

.price span {
    font-size: clamp(12px, 1.8vw, 16px);
    color: #3e2d17;
    font-family: "Inter", Helvetica;
}

/* Responsive Pricing */
@media (max-width: 768px) {
    .pricing {
        padding: 60px 20px;
    }

    .pricing h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .pricing-cards {
        gap: 80px;
    }

    .price h3 {
        font-size: 48px;
    }

    .price p {
        font-size: 16px;
    }

    .price span {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .pricing {
        padding: 40px 15px;
    }

    .pricing h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .pricing-cards {
        gap: 50px;
        flex-direction: row;
    }

    .price h3 {
        font-size: 40px;
    }

    .price p {
        font-size: 14px;
    }

    .price span {
        font-size: 13px;
    }
}