
    .turo-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 40px;
        position: relative;
        overflow: hidden;
    }

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

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

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

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

    .turo-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;
    }

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

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

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

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

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

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

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

    @media (max-width: 768px) {

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

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

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

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

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

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

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

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

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

    .turo-clone-why-Hyperlocal {
        padding-bottom: 50px;
    }

    .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;
        }

    }

    .turo-clone-section-first {
        background: #f3f4f8bd;
        padding: 50px 0;
    }

    .turo-clone-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .turo-clone-image img {
        height: auto;
        max-width: 85%;
        margin: 0 auto;
    }

    .turo-heading {
        margin-bottom: 20px;
    }

    .turo-text {
        line-height: 1.4;
        margin-bottom: 18px;
    }

    @media (max-width: 992px) {

        .turo-clone-wrapper {
            flex-direction: column;
            text-align: center;
            gap: 0;
        }

        .turo-clone-section {
            padding: 40px 20px 40px;
        }

        .turo-clone-content {
            max-width: 100%;
        }

        .turo-heading {
            font-size: 28px;
        }

    }

    .turo-clone-techstack-container {
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
    }

    .turo-clone-techstack-heading {
        font-size: 30px;
        background: linear-gradient(90deg, #3F51B5, #03A9F4);
        display: inline-block;
        padding: 12px 40px;
        border-radius: 6px;
        color: #fff;
        box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
    }

    .turo-clone-techstack-horizontal-line {
        position: absolute;
        top: 107px;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgb(0 0 0 / 20%);
    }

    .turo-clone-techstack-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        position: relative;
        margin-top: 46px;
    }

    .turo-clone-techstack-item {
        position: relative;
    }

    .turo-clone-techstack-dot {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid #fff;
        z-index: 2;
    }

    .turo-clone-techstack-small-line {
        width: 2px;
        height: 117px;
        background: rgb(0 0 0 / 30%);
        margin: auto;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .turo-clone-techstack-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto 15px;
        position: relative;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .4);
    }

    .bg1 {
        background: linear-gradient(135deg, #ff9800, #ff5722);
    }

    .bg2 {
        background: linear-gradient(135deg, #e53935, #b71c1c);
    }

    .bg3 {
        background: linear-gradient(135deg, #2196f3, #0d47a1);
    }

    .bg4 {
        background: linear-gradient(135deg, #9c27b0, #4a148c);
    }

    .bg5 {
        background: linear-gradient(135deg, #4caf50, #1b5e20);
    }

    .bg6 {
        background: linear-gradient(135deg, #009688, #004d40);
    }

    .turo-clone-techstack-circle img {
        width: 45px;
        filter: invert(1);
    }

    .turo-clone-techstack-item h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
        margin-top: 10px;
    }

    .turo-clone-techstack-box {
        margin-top: 20px;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgb(6 1 1 / 15%);
        border-radius: 15px;
        padding: 20px;
        backdrop-filter: blur(12px);
        box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
    }

    .turo-clone-techstack-box div {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 8px;
        font-size: 14px;
        color: #000000;
        padding: 6px 40px 4px 10px;
        background: rgb(70 51 51 / 5%);
        border-radius: 5px;
    }

    .turo-clone-techstack-box img {
        width: 30px;
        height: 30px;
    }

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

    @media(max-width:768px) {
        .turo-clone-techstack-grid {
            grid-template-columns: 2fr;
        }

        .turo-clone-techstack-horizontal-line {
            display: none;
        }

        .turo-clone-techstack-section {
            padding: 20px 0;
        }

        .turoclone-02-process-section {
            padding: 30px 0 40px;
            /* background: #f7f9fc; */
        }

        .turo-clone-techstack-heading {
            font-size: 27px;
            font-weight: 400;
            background: linear-gradient(90deg, #3F51B5, #03A9F4);
            display: inline-block;
            padding: 10px;
            border-radius: 6px;
            color: #fff;
            box-shadow: 0 10px 30px rgba(0, 114, 255, .4);
        }
    }

    @media(max-width:768px) {

        .turo-clone-techstack-box {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .turo-clone-techstack-box div {
            margin-bottom: 0;
        }

        .turo-clone-techstack-box div:last-child:nth-child(odd) {
            grid-column: 1 / -1;
            justify-content: center;
            text-align: center;
        }

        .turo-clone-techstack-small-line {
            display: none;
        }

        .turo-clone-techstack-circle {
            margin: 0 auto 15px;
        }

    }

    .turo-clone-why-section {
        /* background: linear-gradient(135deg,#f8fbff,#edf4ff); */
        padding: 50px 0;
    }

    .turo-clone-why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 30px;
    }

    .turo-clone-why-card {
        background: #fff;
        border-radius: 18px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        transition: .35s;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .turo-clone-why-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    }

    .turo-clone-why-icon {
        width: 64px;
        height: 64px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid;
    }

    .turo-clone-why-icon img {
        width: 32px;
    }

    .turo-clone-why-content h3 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .turo-clone-why-content p {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
        margin: 0;
    }

    .turo-clone-why-card:nth-child(4n+1) .turo-clone-why-icon {
        background: #e8f8ef;
        border-color: #28a745;
    }

    .turo-clone-why-card:nth-child(4n+2) .turo-clone-why-icon {
        background: #fdeaea;
        border-color: #dc3545;
    }

    .turo-clone-why-card:nth-child(4n+3) .turo-clone-why-icon {
        background: #fff8e1;
        border-color: #ffc107;
    }

    .turo-clone-why-card:nth-child(4n+4) .turo-clone-why-icon {
        background: #e8f2ff;
        border-color: #2196F3;
    }

    @media(max-width:992px) {
        .turo-clone-why-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media(max-width:576px) {
        .turo-clone-why-grid {
            grid-template-columns: 1fr;
        }
    }

    .turoclone-02-process-section {
        padding: 50px 0;
        /* background: #f7f9fc; */
    }

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

    .turoclone-02-header {
        text-align: center;
        /* max-width: 760px; */
        margin: auto;
        margin-bottom: 50px;
    }

    .turoclone-02-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }

    .turoclone-02-card {
        position: relative;
        background: #fff;
        padding: 15px 30px;
        border-radius: 10px;
        border: 1px solid #eef1f6;
        transition: .35s;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    }

    .turoclone-02-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    }

    .turoclone-02-number {
        position: absolute;
        top: -30px;
        right: 20px;
        background: #fff;
        padding: 6px 14px;
        font-weight: 700;
        font-size: 25px;
        border-radius: 30px;
        border: 1px solid #eee;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    }

    .turoclone-02-icon {
        width: 70px;
        height: 70px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

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

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

    .turoclone-02-card p {
        font-size: 15px;
        line-height: 1.7;
        color: #667085;
    }

    /* icon colors */

    .bg-blue {
        background: linear-gradient(135deg, #4c7cf3, #2b59ff);
    }

    .bg-pink {
        background: linear-gradient(135deg, #ff5f8f, #e93c6f);
    }

    .bg-green {
        background: linear-gradient(135deg, #49c39e, #1fa971);
    }

    .bg-orange {
        background: linear-gradient(135deg, #ff9a44, #ff6a00);
    }

    .bg-purple {
        background: linear-gradient(135deg, #8e6dfd, #6b4df2);
    }

    .bg-teal {
        background: linear-gradient(135deg, #32c5d2, #1fa6b5);
    }

    /* responsive */

    @media(max-width:992px) {

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

        .turo-clone-why-right {
            order: 1;
        }

        .benefits-header {
            position: unset !important;
        }

        .benefits-container {
            grid-template-columns: 1fr !important;
            gap: 20px;
        }

        .turo-process-container {
            max-width: 100% !important;
            margin: auto;
        }
    }

    @media(max-width:600px) {

        .turoclone-02-grid {
            grid-template-columns: 1fr;
        }

    }

    .turo-why-section {
        background: linear-gradient(135deg, #4338ff, #3f2bff);
        padding: 0 0 50px 0;
        color: #fff;
        text-align: center;
        padding: 40px 0 80px;
    }

    .turo-why-container {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .turo-curve-wrapper {
        position: relative;
        height: 400px;
        /* padding: 20px; */
        margin-top: -60px;
        padding: 0px;
        max-height: 300px !important;
    }

    .turo-curve-wrapper:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 336px;
        border-top: 5px dashed rgba(255, 255, 255, 0.6);
        border-radius: 100%;
        top: 113px;
        left: 0;
    }

    .turo-center-logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 90px;
        background: #ff2b2b;
        border-radius: 50%;
        padding: 18px;
        display: none;
    }

    .turo-icon {
        position: absolute;
        width: 180px;
    }

    .turo-icon svg {
        width: 60px;
        height: 60px;
        background: #fff;
        padding: 12px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .turo-icon p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5;
    }


    .turo-icon1 {
        left: 0;
        top: 160px;
    }

    .turo-icon2 {
        left: 18%;
        top: 106px;
    }

    .turo-icon3 {
        left: 35%;
        top: 85px;
    }

    .turo-icon4 {
        right: 32%;
        top: 84px;
    }

    .turo-icon5 {
        right: 15%;
        top: 105px;
    }

    .turo-icon6 {
        right: -20px;
        top: 156px;
    }

    .turo-why-content {
        margin-top: 0;
    }

    .turo-why-heading {
        max-width: 900px;
        margin: auto;
        color: #fff;
    }

    .turo-why-des {
        max-width: 882px;
        margin: 16px auto 0;
        line-height: 1.4;
        color: #fff;
    }

    .turo-process-section {
        padding-top: 50px;
        /* background: #f7f7f7; */
        text-align: center;
    }

    .turo-process-container {
        max-width: 1350px;
        margin: auto;
    }

    .turo-process-heading {
        max-width: 900px;
        margin: auto;
        text-align: center;
    }

    .turo-process-des {
        max-width: 760px;
        margin: 20px auto;
        line-height: 1.4;
    }

    .turo-process-row {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .turo-card {
        flex: 1;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        padding: 35px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .turo-card svg {
        width: 45px;
        margin: 0 auto 15px;
    }

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

    .turo-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        flex-grow: 1;
    }

    .turo-card strong {
        margin-top: 15px;
        font-weight: 600;
    }

    .turo-arrow {
        width: 46px;
        height: 46px;
        background: #f59b33;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin: 0 -14px;
        z-index: 2;
        border: 6px solid #fff;
        box-shadow: 0 0 0 1px #e5e5e5;

        align-self: center;
        flex: 0 0 auto;
    }

    @media(max-width:1100px) {

        .turo-process-row {
            gap: 20px;
        }

        .turo-arrow {
            display: none;
        }

        .turo-card {
            max-width: 300px;
            flex: unset;
        }

    }

    @media(max-width:600px) {

        .turo-process-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .turo-card {
            max-width: 100%;
        }

    }

    .container {
        width: 1200px;
        margin: auto;
    }

    .section-title {
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-desc {
        text-align: center;
        font-size: 16px;
        max-width: 850px;
        margin: auto;
        line-height: 1.3;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .feature-slider {
        position: relative;
    }

    .slider-wrapper {
        position: relative;
        height: 280px;
        width: 1040px;
        margin: 0 auto;
    }

    .card {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.6s;
    }

    .card-inner {
        display: flex;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        background: #2196F3;
        box-shadow: 0 15px 40px rgb(0 0 0);
    }

    .card-img {
        width: 35%;
        position: relative;
        height: 100%;
    }

    .card-img::after {
        content: "";
        position: absolute;
        inset: 0;
    }

    .card-img img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }

    .card-content {
        width: 65%;
        padding: 50px;
        color: white;
        position: relative;
    }

    .card-content h3 {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .card-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .step {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 28px;
        font-weight: 700;
    }

    .slider-nav {
        text-align: center;
        margin-top: 40px;
    }

    .slider-nav button {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: 1px solid #6f97ba;
        background: white;
        font-size: 22px;
        cursor: pointer;
        margin: 0 10px;
    }

    .slider-nav button:hover {
        background: #6f97ba;
        color: white;
    }

    .benefits-section {
        background: linear-gradient(180deg, #f8fbff, #eef5ff);
        padding: 50px 0;
        /* font-family: 'Poppins',sans-serif; */
    }

    .benefits-container {
        margin: auto;
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 50px;
        align-items: start;
    }

    .benefits-header {
        position: sticky;
        top: 170px;
    }

    .benefits-header h2 {
        line-height: 1.3;
        margin-bottom: 20px;

    }

    .benefits-header p {
        font-size: 16px;
        line-height: 1.4;
    }

    .benefits-cards {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    /* CARD GRADIENT */

    .benefit-card {
        display: flex;
        gap: 25px;
        padding: 35px;
        border-radius: 18px;
        position: sticky;
        top: 150px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
        transition: .35s;
        background: linear-gradient(135deg, #ffffff, #f5f9ff, #eef4ff);
    }

    .benefit-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    }

    /* ICON BASE */

    .benefit-icon {
        min-width: 70px;
        height: 70px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .benefit-icon img {
        width: 34px;
        height: 34px;
        filter: brightness(0) invert(1);
    }

    /* DIFFERENT ICON COLORS */

    .benefit-card:nth-child(1) .benefit-icon {
        background: linear-gradient(135deg, #ff7a18, #ffb347);
    }

    .benefit-card:nth-child(2) .benefit-icon {
        background: linear-gradient(135deg, #6a11cb, #2575fc);
    }

    .benefit-card:nth-child(3) .benefit-icon {
        background: linear-gradient(135deg, #00c6ff, #0072ff);
    }

    .benefit-card:nth-child(4) .benefit-icon {
        background: linear-gradient(135deg, #43e97b, #38f9d7);
    }

    .benefit-card:nth-child(5) .benefit-icon {
        background: linear-gradient(135deg, #fa709a, #fee140);
    }

    .benefit-card:nth-child(6) .benefit-icon {
        background: linear-gradient(135deg, #ff512f, #dd2476);
    }

    /* TEXT */

    .benefit-content h3 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #1a2b4c;
    }

    .benefit-content p {
        font-size: 16px;
        line-height: 1.7;
        color: #5f6c7b;
    }

    .turo-clone-why-text {
        line-height: 1.4;
    }

    .turo-clone-why-section {
        padding: 60px 0;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

    .turo-clone-why-section::before {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, #ffc10736 0%, #00000000 70%);
        top: -200px;
        left: -200px;
    }

    .turo-clone-why-section::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, #ffc10736 0%, #00000000 70%);
        bottom: -250px;
        right: -200px;
    }

    .turo-clone-why-section-two::before,
    .turo-clone-why-section-two::after {
        background: radial-gradient(circle, rgba(46, 204, 113, 0.25)0%, transparent 70%);
    }

    .turo-clone-why-section-three::before,
    .turo-clone-why-section-three::after {
        background: radial-gradient(circle, rgba(52, 152, 219, 0.25)0%, transparent 70%);
    }

    .turo-clone-why-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        position: relative;
        z-index: 1;
    }

    .turo-clone-why-left {
        width: 55%;
    }

    .turo-clone-heading span {
        color: #00b894;
    }

    .turo-clone-description {
        font-size: 16px;
        color: #666;
        line-height: 1.4;
    }

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

    .turo-clone-feature {
        display: flex;
        gap: 12px;
        padding: 10px;
        border-radius: 12px;
        transition: 0.3s;
    }

    .turo-clone-feature:hover {
        transform: translateX(6px);
        background: #f6fffb;
    }

    .turo-clone-feature-icon {
        width: 80px;
        height: 50px;
        background: #e8fff7;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .turo-clone-feature-icon svg {
        width: 26px;
    }

    .turo-clone-feature h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .turo-clone-feature p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0px !important;
    }

    .turo-clone-why-right {
        width: 45%;
    }

    .turo-clone-image-wrapper img {
        width: 100%;
        object-fit: contain;
    }

    @media(max-width:991px) {

        .turo-clone-why-wrapper {
            flex-direction: column-reverse;
            gap: 20px;
        }



        .benefit-card {
            flex-wrap: wrap;
        }

        .turo-clone-why-left,
        .turo-clone-why-right {
            width: 100%;
        }

        .turo-clone-image-wrapper img {
            height: auto;
        }

    }

    @media (max-width: 767px) {

        .turo-clone-features {
            grid-template-columns: 1fr;
        }

    }

    .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 #00b894;
        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-icon {
            position: relative;
            width: 100%;
            text-align: center;
        }

        /* reset all absolute positions */
        .turo-icon1,
        .turo-icon2,
        .turo-icon3,
        .turo-icon4,
        .turo-icon5,
        .turo-icon6 {
            top: unset;
            left: unset;
            right: unset;
        }

        .turo-curve-wrapper {
    height: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;max-height: 100% !important;
}

        /* remove curve line */
        .turo-curve-wrapper:before {
            display: none;
        }

        .turo-why-content {
            margin-top: 40px;
        }

        .benefits-container {
            gap: 0;
        }

        

        .turo-clone-cta-content {
            padding: 30px 40px 0;
        }

    }

    .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%;
        }

    }

    @media (max-width:768px) {

        .slider-wrapper {
            width: 100%;
            height: auto;
        }

        .card {
            position: relative;
            height: auto;
            transform: none !important;
            opacity: 1 !important;
            margin-bottom: 25px;
        }

        .card-inner {
            flex-direction: column;
            height: auto;
        }

        .card-img {
            width: 100%;
            height: auto;
        }

        .card-img img {
            height: auto !important;
        }

        .card-content {
            width: 100%;
            padding: 25px;
        }

        .slider-nav {
            display: none;
        }

        .step {
            position: absolute;
            top: 7px;
            right: 12px;

        }

        .card-content h3 {
            font-size: 22px;

        }

    }
