

    .zillow-clone-hero-section {
        background-image: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 120px 0 0;
        position: relative;
        overflow: hidden;
    }

    .zillow-card-icon {
        width: 65px;
        height: 65px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: center;
    }

    .zillow-clone-hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 40px;
    }

    .zillow-hero-title span {
        color: #FF385C;
    }

    .zillow-hero-description {
        max-width: 95%;
        line-height: 1.4;
    }

    .zillow-clone-hero-list {
        list-style: none;
        padding: 0;
        margin-bottom: 35px;
    }

    .zillow-clone-hero-list li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #333;
        line-height: 1.6;
        font-family: 'Inter', sans-serif;
    }

    .zillow-clone-hero-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .zillow-clone-hero-list li:nth-child(1)::before {
        background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
    }

    .zillow-clone-hero-list li:nth-child(2)::before {
        background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
    }

    .zillow-clone-hero-list li:nth-child(3)::before {
        background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
    }

    .zillow-clone-hero-list li:nth-child(4)::before {
        background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
    }

    .zillow-clone-hero-media {
        position: relative;
    }

    .zillow-clone-hero-image {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
    }

    @media (max-width: 768px) {

        .zillow-clone-hero-section {
            padding: 70px 0 10px;
        }

        .zillow-clone-hero-grid {
            grid-template-columns: 1fr;
            gap: 0px;
        }

        .zillow-clone-hero-media {
            order: -1;
            text-align: center;
        }

        .zillow-clone-hero-image {
            margin: 20px auto 0px;
            max-width: 420px;
        }

        .zillow-clone-hero-content {
            text-align: left;
        }

        .zillow-hero-description {
            max-width: 100%;
            line-height: 1.4;
        }

        .zillow-clone-hero-list {
            text-align: left;
        }

        .zillow-hero-title {
            font-size: 32px;
            line-height: 1.3;
        }
    }


    .fansly-stats-section {
        padding: 50px 0;
    }

    .stats-main-heading {
        text-align: center;
        margin-bottom: 10px;

    }

    .stats-main-text {
        text-align: center;
        margin: 0 auto 20px;
        line-height: 1.4;
    }

    .fansly-stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;

    }

    .fansly-stat-card {
        display: flex;
        align-items: center;
        gap: 18px;
        background: #fff;
        padding: 22px;
        border-radius: 14px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
    }

    .fansly-stat-icon {
        width: 75px;
        height: 75px;
        background: #009688;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .fansly-stat-icon img {
        width: 38px;
    }

    .fansly-stat-number {
        font-size: 32px !important;
        /* margin: 0 0 5px; */
        font-weight: 700;
        /* color: #009688; */
    }

    .fansly-stat-text p {
        margin: 0;
        font-size: 18px;
        line-height: 1.4;
        color: #333;
    }

    @media(max-width:992px) {

        .fansly-stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }

    }

    @media(max-width:576px) {

        .fansly-stats-grid {
            grid-template-columns: 1fr;
        }

        .fansly-stat-icon {
            width: 65px;
            height: 65px;
        }

        .fansly-stat-number {
            font-size: 26px;
        }

    }

    .zillow-container {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
    }

    .zillow-heading-box {
        text-align: center;
        /* max-width: 965px; */
        margin: auto;
        margin-bottom: 20px;
    }

    .zillow-features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .zillow-feature-card {
        display: flex;
        gap: 18px;
        background: #fff;
        padding: 25px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        align-items: flex-start;
    }

    .zillow-icon {
        width: 55px;
        height: 55px;
        background: #2d7ef7;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .zillow-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

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

    .zillow-content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

    @media(max-width:768px) {
        .zillow-features-grid {
            grid-template-columns: 1fr;
        }
    }

    .paid-chat-section {
        background-color: #5a54f9;
        /* blue background similar to Figma */
        color: white;
        padding: 60px 20px;
        font-family: 'Arial', sans-serif;
    }

    .paid-chat-section .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .zigzag-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 80px;
        gap: 40px;
        flex-wrap: wrap;
    }

    .zigzag-block.reverse {
        flex-direction: row-reverse;
    }

    .zigzag-block .text {
        flex: 1;
        min-width: 300px;
    }

    .zigzag-block .text h2,
    .zigzag-block .text h3 {
        margin-bottom: 20px;
    }

    .zigzag-block .text p,
    .zigzag-block .text ul {
        font-size: 16px;
        line-height: 1.6;
    }

    .zigzag-block .text ul {
        padding-left: 20px;
    }

    .zigzag-block .text ul li {
        margin-bottom: 10px;
        list-style: disc;
    }

    .zigzag-block .image {
        flex: 1;
        min-width: 300px;
        display: flex;
        justify-content: center;
    }

    .zigzag-block .image img {
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .lh-5 {
        line-height: 1.5 !important;
        padding: 7px 0;
    }

    .zillow-opt-heading {
        text-align: center;
        margin-bottom: 15px;
    }

    .zillow-opt-text {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 30px;
        color: #555;
    }

    .zillow-opt-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
    }

    .zillow-opt-card {
        background: #fff;
        padding: 31px 20px 5px;
        border-radius: 14px;
        text-align: center;
        transition: .35s;
        border: 2px solid #eee;
    }

    .zillow-opt-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    }

    .zillow-opt-icon {
        width: 65px;
        height: 65px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .zillow-opt-icon img {
        width: 32px;
        filter: brightness(0) invert(1);
    }

    .zillow-opt-card h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .zillow-opt-card p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

    /* icon colors */

    .icon1 {
        background: #ff6b6b;
    }

    .icon2 {
        background: #6c5ce7;
    }

    .icon3 {
        background: #00b894;
    }

    .icon4 {
        background: #fd9644;
    }

    .icon5 {
        background: #0984e3;
    }

    .icon6 {
        background: #e84393;
    }

    .icon7 {
        background: #00cec9;
    }

    .icon8 {
        background: #2d3436;
    }

    .icon9 {
        background: #6ab04c;
    }

    .icon10 {
        background: #f0932b;
    }

    /* responsive */

    @media(max-width:1200px) {
        .zillow-opt-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media(max-width:768px) {
        .zillow-opt-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:480px) {
        .zillow-opt-grid {
            grid-template-columns: 1fr;
        }
    }

    .zillow-choose-section {
        padding-bottom: 50px;
    }

    .zillow-choose-heading {
        text-align: center;
        margin-bottom: 15px;
    }

    .zillow-choose-heading span {
        color: #2196F3;
    }

    .zillow-choose-text {
        max-width: 1046px;
        margin: auto;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #666;
    }

    .zillow-choose-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    /* CARD */

    .zillow-choose-card {
        position: relative;
        background: #ffffff;
        padding: 70px 35px 35px;
        border-radius: 14px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        transition: all .35s ease;
        border: 1px solid #e6e6e6;
        overflow: hidden;
    }

    /* TOP HOVER BORDER */

    .zillow-choose-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #2196F3;
        opacity: 0;
        transition: .3s;
    }

    .zillow-choose-card:hover::before {
        opacity: 1;
    }

    /* HOVER */

    .zillow-choose-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    }

    /* HIGHLIGHT CARD */

    .zillow-choose-card.highlight {
        background: #2196F3;
        color: #fff;
    }

    .zillow-choose-card.highlight::before {
        display: none;
    }

    .zillow-choose-card h3 {
        font-size: 22px;
        margin-bottom: 12px;
        font-weight: 600;
        margin-top: 25px;
    }

    .zillow-choose-card p {
        line-height: 1.6;
        color: #666;
    }

    .zillow-choose-card.highlight p {
        color: #f1f1f1;
    }

    .zillow-icon-wrap {
        position: absolute;
        top: -11px;
        left: 0px;
        width: 80px;
        height: 78px;
        background: #fff;
        border-radius: 39%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        border: 4px solid #2196F3;
        /* margin-bottom: 70px; */
    }

    .zillow-icon-wrap img {
        width: 32px;
        height: 32px;
        filter: invert(1);
    }

    @media(max-width:992px) {

        .zillow-choose-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

    }

    @media(max-width:600px) {

        .zillow-choose-grid {
            grid-template-columns: 1fr;
        }

        .zillow-choose-heading {
            font-size: 28px;
        }

        .zillow-choose-card {
            padding: 65px 25px 30px;
        }

    }

    .zillow-development-process-section {
        padding-top: 50px;
    }

    .zillow-development-process-header {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 36px;
    }

    .section_heading span {
        color: #2196F3;
    }

    .zillow-development-process-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 35px;
    }

    .zillow-development-process-card {
        border: 2px solid;
        border-radius: 16px;
        padding: 51px 25px 20px;
        position: relative;
        transition: .3s;
    }

    .zillow-development-process-title {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 16px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        white-space: nowrap;
    }

    .zillow-development-process-card p {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        text-align: center;
        max-width: 270px;
        margin: auto;
    }

    .zillow-count {
        top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 5px 14px 0px;
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        border-top-right-radius: 20px !important;
        border-radius: 12px;
    }

    .zillow-development-process-card.c1 {
        border-color: #5AC8FA;
        background: #5AC8FA1a;
    }

    .zillow-development-process-card.c1 .zillow-development-process-title {
        background: #5AC8FA;
    }

    .zillow-development-process-card.c1 .zillow-count {
        background: #5AC8FA;
    }

    .zillow-development-process-card.c2 {
        border-color: #69BF48;
        background: #69BF481a;
    }

    .zillow-development-process-card.c2 .zillow-development-process-title {
        background: #69BF48;
    }

    .zillow-development-process-card.c2 .zillow-count {
        background: #69BF48;
    }

    .zillow-development-process-card.c3 {
        border-color: #D40383;
        background: #D403831a;
    }

    .zillow-development-process-card.c3 .zillow-development-process-title {
        background: #D40383;
    }

    .zillow-development-process-card.c3 .zillow-count {
        background: #D40383;
    }

    .zillow-development-process-card.c4 {
        border-color: #009688;
        background: #0096881a;
    }

    .zillow-development-process-card.c4 .zillow-development-process-title {
        background: #009688;
    }

    .zillow-development-process-card.c4 .zillow-count {
        background: #009688;
    }

    .zillow-development-process-card.c5 {
        border-color: #FF5722;
        background: #FF57221a;
    }

    .zillow-development-process-card.c5 .zillow-development-process-title {
        background: #FF5722;
    }

    .zillow-development-process-card.c5 .zillow-count {
        background: #FF5722;
    }

    @media(max-width:991px) {

        .zillow-development-process-grid {
            grid-template-columns: repeat(2, 1fr);
        }

    }

    @media(max-width:600px) {

        .zillow-development-process-grid {
            grid-template-columns: 1fr;
        }

    }

    .taskrabbit-center {
        text-align: center;
    }

    h3.section_heading.keyfeatures-content-small {
        font-size: 28px;
    }

    .zillow-lucrative-container {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
    }

    .zillow-lucrative-head {
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .zillow-lucrative-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .zillow-lucrative-card {
        display: flex;
        gap: 18px;
        background: #ffffff;
        padding: 26px;
        border-radius: 12px;
        border: 1px solid #eee;
        transition: .3s;
    }

    .zillow-lucrative-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    }

    .zillow-lucrative-icon {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .zillow-lucrative-icon img {
        width: 28px;
        height: 28px;
        filter: brightness(0) invert(1);
    }

    .zillow-lucrative-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .zillow-lucrative-content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

    .icon-orange {
        background: #f28b54;
    }

    .icon-pink {
        background: #e0526d;
    }

    .icon-green {
        background: #43a77a;
    }

    .icon-lightorange {
        background: #f0b37e;
    }

    @media(max-width:768px) {

        .zillow-lucrative-grid {
            grid-template-columns: 1fr;
        }

    }

    .zillow-workflow-section {
        padding-bottom: 50px;
    }

    .zillow-workflow-wrap {
        max-width: 1200px;
        margin: auto;
        padding: 0 20px;
    }

    .zillow-workflow-head {
        text-align: center;
        margin: auto;
        margin-bottom: 25px;
    }

    .zillow-workflow-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .zillow-workflow-card {
        position: relative;
        background: linear-gradient(145deg, #ffffff, #f6f8ff);
        padding: 20px 25px;
        border-radius: 14px;
        border: 1px solid #e8ecff;
        transition: .3s;
    }

    .zillow-workflow-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    }

    .zillow-workflow-num {
        position: absolute;
        top: 8px;
        right: 18px;
        font-size: 28px;
        font-weight: 700;
        background: linear-gradient(135deg, #5b7cff, #7aa2ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .zillow-workflow-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #5b7cff, #7aa2ff);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }

    .zillow-workflow-icon img {
        width: 28px;
        filter: brightness(0) invert(1);
    }

    .zillow-workflow-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .zillow-workflow-card p {
        font-size: 14px;
        color: #667085;
        line-height: 1.6;
    }

    @media(max-width:992px) {

        .zillow-workflow-grid {
            grid-template-columns: repeat(2, 1fr);
        }

    }

    @media(max-width:600px) {

        .zillow-workflow-grid {
            grid-template-columns: 1fr;
        }

    }

    .zillow-panels {
        background: linear-gradient(96.74deg, #2196F3, rgba(0, 131, 212, 0.08));
        padding: 50px 0;
        text-align: center;
    }

    .zillow-tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
        position: relative;
        background: #fff;
        padding: 6px;
        border-radius: 60px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .zillow-tab-btn {
        padding: 14px 30px;
        border: none;
        background: none;
        cursor: pointer;
        font-weight: 600;
        border-radius: 60px;
        position: relative;
        z-index: 2;
    }

    .zillow-tab-btn.active {
        color: #fff;
        background: linear-gradient(96deg, #37a5e9, #0083d4);
    }

    .zillow-tab-content {
        display: none;
        margin-top: 40px;
    }

    .zillow-tab-content.active {
        display: block;
    }

    .zillow-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .zillow-card {
        background: #fff;
        padding: 25px;
        border-radius: 16px;
        border: 1px solid #e9eef4;
        transition: .3s;
        text-align: left;
    }

    .zillow-card img {
        width: 50px;
        margin-bottom: 15px;
    }

    .zillow-card:hover {
        transform: translateY(-5px);
        border-color: #0083d4;
    }

    .zillow-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .zillow-card p {
        font-size: 15px;
        margin: 0;
    }

    @media(max-width:768px) {

        .zillow-cards {
            grid-template-columns: 1fr;
        }

        .turo-clone-cta-content {
            padding: 30px 20px 0 !important;
        }

        .turo-clone-cta-content p {
            margin: 0px !important;
        }

        .zillow-tabs {
            gap: 0px;
        }

    }

    .zillow-platform-section {
        padding-top: 50px;
        text-align: center;
    }

    .platform-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin-top: 40px;
        width: 1040px;
        margin: auto;
    }

    .platform-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 300px;
        /* card size fix */
    }

    .platform-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.6s;
    }

    .platform-card::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0) 30%, rgb(0 0 0) 50%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.05) 100%);
    }

    .platform-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        color: #fff;
        z-index: 2;
        text-align: left;
    }

    .platform-content h3 {
        font-size: 22px;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .platform-content p {
        font-size: 15px;
        line-height: 1.5;
    }

    /* hover */

    .platform-card:hover img {
        transform: scale(1.07);
    }

    /* responsive */

    @media(max-width:992px) {
        .platform-grid {
            grid-template-columns: repeat(2, 1fr);
            width: 100% !important;
        }
    }

    @media(max-width:600px) {
        .platform-grid {
            grid-template-columns: 1fr;
        }
    }

    @media(max-width:430px) {
        .zillow-tab-btn {
            padding: 5px 10px;
            font-size: 15px;
        }
    }

    .turo-clone-cta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        background: #000;
        border-radius: 20px;
    }

    .turo-clone-cta-content {
        width: 60%;
        color: #fff;
        padding: 30px 40px;
    }

    .turo-clone-cta-form {
        width: 40%;
        margin: -50px 0;
    }

    .turo-clone-cta-content p {
        margin-bottom: 26px;
        line-height: 1.6;
        font-size: 16px;
    }

    .turo-clone-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        border-radius: 10px;
        border: none;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
    }

    .turo-clone-cta-button:hover {
        background: #009f7a;
    }

    .turo-clone-form-bg {
        background: #ffffff;
        border-radius: 20px;
        padding: 24px 40px;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        text-align: center;
        border: 2px solid #0083d4;
        margin: -29px 0;
        margin-right: 30px;
    }

    .turo-clone-form-heading {
        font-size: 22px;
        color: #111;
        margin-bottom: 8px;
        font-weight: 800;
    }

    .turo-clone-form-subtext {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .turo-clone-cta-first {
        margin: 130px 0;
    }

    .turo-clone-white {
        color: #fff;
    }

    /* MOBILE */

    @media(max-width:768px) {

        .turo-clone-cta-hide-mobile {
            display: none !important;
        }

        .turo-clone-cta-container {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0;
            padding: 0;
        }

        .turo-clone-cta-content,
        .turo-clone-cta-form {
            width: 100%;
            margin: 0;
        }

        .turo-clone-cta-first {
            margin: 40px 0;
        }

        .turo-clone-form-bg {
            margin: 10px;
        }
    }

    .turo-clone-page-cta-wrapper {
        background: #000000;
        border-radius: 30px 5px 30px 5px;
        margin: 50px auto;
        /* padding: 50px 40px; */
    }

    .turo-clone-page-cta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .turo-clone-page-cta-content {
        color: #ffffff;
        max-width: 565px;
        PADDING: 10PX;
    }

    .turo-clone-page-cta-heading {
        color: #ffffff;
        line-height: 1.3;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .turo-clone-page-cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #e2e8f0;
    }

    .turo-clone-page-cta-button {
        background: #03A9F4;
        color: #ffffff;
        font-weight: 600;
        padding: 14px 28px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }

    .turo-clone-page-cta-button:hover {
        background: #009f7a;
    }

    .turo-clone-page-cta-image img {
        max-width: 500px;
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    }

    /* MOBILE */

    @media(max-width:768px) {

        .turo-clone-page-cta-container {
            flex-direction: column;
            text-align: center;
            padding: 20px;
        }

        .turo-clone-page-cta-button {
            width: 100%;
        }

        .turo-clone-page-cta-image img {
            max-width: 100%;
        }

    }
