
    .drizly-clone-content {
        width: 50%;
    }

    .drizly-clone-image {
        width: 50%;
    }

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

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

    .drizly-clone-hero-title span {
        color: #118BD7;
    }

    .drizly-clone-hero-description {
        max-width: 95%;
    }

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

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

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

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

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

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

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


    .drizly-clone-hero-image {
        width: 100%;
        max-width: 40%;
        position: absolute;
        bottom: 0;
    }

    @media (max-width: 768px) {
        .drizly-clone-hero-section {
            padding: 70px 0 10px;
        }

        .drizly-clone-hero-grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .drizly-clone-image {
            width: 100%;
        }

        .drizly-clone-content {
            width: 100%;
        }

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

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

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

        .drizly-clone-hero-description {
            max-width: 100%;
        }

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

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

    .top-rated-stats-section {
        padding: 50px 20px;
    }

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

    .stats-main-text {
        text-align: center;
        max-width: 750px;
        margin: 0 auto 25px auto;
        /* font-size: 17px; */
        /* color: #555; */
        line-height: 1.6;
    }

    .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .stat-card {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        border-bottom: 4px solid #2196F3;
        transition: 0.4s ease;
        z-index: 1;
    }

    /* Hover overlay */
    .stat-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        background: #2196f330;
        transition: height 0.4s ease;
        z-index: -1;
    }

    .stat-card:hover::before {
        height: 100%;
    }

    .stat-card:hover {
        transform: translateY(-6px);
    }

    .stat-card {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .stat-divider {
        height: 1px;
        background: #e5e5e5;
        margin-bottom: 20px;
    }

    .stat-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .stat-icon {
        width: 55px;
        height: 55px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2196F3;
    }

    .stat-icon img {
        width: 32px;
    }

    .stat-content p {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

    /* Responsive */

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

    @media (max-width: 576px) {
        .stats-wrapper {
            grid-template-columns: 1fr;
        }

        .stats-main-heading {
            font-size: 26px;
        }

        .stats-main-text {
            font-size: 15px;
        }
    }

    .drizly-clone-section {
        background: #f3f4f89e;
        padding: 40px 20px 0;
    }

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

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

    .drizly-clone-image img {

        height: auto;
        max-width: 85%;
        margin: 0 auto;
    }


    .drizly-heading {

        margin-bottom: 20px;
    }

    .drizly-text {
        line-height: 1.7;
        margin-bottom: 18px;

    }

    /* Responsive */

    @media (max-width: 992px) {
        .drizly-clone-wrapper {
            flex-direction: column;
            text-align: center;
            gap: 0;
        }

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

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

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

    .drizly-clone-addons-section {
        padding: 50px 0 0;
    }

    .drizly-clone-addons-header {
        text-align: center;
        margin-bottom: 25px;
    }

    .drizly-clone-addons-header .section_heading span {
        color: #118BD7;
    }

    .drizly-clone-addons-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .drizly-addon-card {
        position: relative;
        padding: 35px 28px;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        transition: 0.4s ease;
        z-index: 1;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    }

    .drizly-addon-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        background: currentColor;
        transition: 0.4s ease;
        z-index: -1;
    }

    .drizly-addon-card:hover::before {
        height: 100%;
    }

    .drizly-addon-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .drizly-addon-title {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        transition: 0.4s ease;
    }

    .drizly-addon-title img {
        width: 40px;
        height: 40px;
        transition: 0.4s ease;
    }

    .drizly-addon-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        transition: 0.4s ease;
    }

    .drizly-addon-card:hover .drizly-addon-title,
    .drizly-addon-card:hover p {
        color: #fff;
    }

    .drizly-addon-card:hover .drizly-addon-title img {
        filter: brightness(0) invert(1);
    }

    .d1 {
        color: #4A90E2;
    }

    .d2 {
        color: #27AE60;
    }

    .d3 {
        color: #E91E63;
    }

    .d4 {
        color: #F39C12;
    }

    .d5 {
        color: #9B59B6;
    }

    .d6 {
        color: #16A085;
    }

    @media(max-width:768px) {
        .drizly-clone-addons-grid {
            grid-template-columns: 1fr;
        }

        .section_heading {
            font-size: 28px;
        }

        .drizly-addon-card {
            padding: 25px 20px;
        }

        .drizly-addon-title {
            font-size: 16px;
        }

        .drizly-addon-title img {
            width: 32px;
            height: 32px;
        }

        .drizly-addon-card p {
            font-size: 14px;
        }
    }

    .drizly-clone-cta-section {
        background-color: #060505;
        border-radius: 30px 5px 30px 5px;
        margin: 50px auto;
    }

    .drizly-clone-cta-first {
        background-color: #060505;
        border-radius: 30px 5px 30px 5px;
        margin: 70px auto;
    }

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

    .drizly-clone-cta-content {
        color: #ffffff;
        max-width: 565px;
        padding: 15px 20px;
    }

    .drizly-clone-cta-heading {
        color: #ffffff;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .drizly-clone-cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #e0e0e0;
    }

    .drizly-clone-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #ff2d55;
        color: #ffffff;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .drizly-clone-cta-button:hover {
        background-color: #e0264a;
        transform: translateY(-2px);
    }

    .drizly-clone-cta-image img {
        max-width: 500px;
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
    }

    @media (max-width: 768px) {
        .drizly-clone-cta-container {
            flex-direction: column;
            text-align: center;
        }

        .drizly-clone-cta-image {
            order: -1;
            margin-bottom: 25px;
        }

        .drizly-clone-cta-content {
            max-width: 100%;
            padding: 0 10px;
        }

        .drizly-clone-cta-heading {
            font-size: 24px;
        }

        .drizly-clone-cta-content p {
            font-size: 15px;
        }

        .drizly-clone-cta-button {
            width: 100%;
            justify-content: center;
        }
    }

    .drizly-clone-why-section {
        padding: 50px 0;
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .drizly-clone-why-section::before {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(33 150 243 / 28%) 0%, transparent 70%);
        top: -200px;
        left: -200px;
        z-index: 0;
    }

    .drizly-clone-why-section::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(33 150 243 / 24%) 0%, transparent 70%);
        bottom: -250px;
        right: -200px;
        z-index: 0;
    }

    .drizly-clone-why-section-two::before {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(103 58 183 / 15%) 0%, transparent 70%);
        top: -200px;
        left: -200px;
        z-index: 0;
    }

    .drizly-clone-why-section-two::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(103 58 183 / 15%) 0%, transparent 70%);
        bottom: -250px;
        right: -200px;
        z-index: 0;
    }

    .drizly-clone-why-section-three::before {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(255 193 7 / 25%) 0%, transparent 70%);
        top: -200px;
        left: -200px;
        z-index: 0;
    }

    .drizly-clone-why-section-three::after {
        content: "";
        position: absolute;
        width: 650px;
        height: 650px;
        background: radial-gradient(circle, rgb(255 193 7 / 25%) 0%, transparent 70%);
        bottom: -250px;
        right: -200px;
        z-index: 0;
    }


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

    .drizly-clone-why-left {
        width: 50%;
    }

    .drizly-clone-tag {
        display: inline-block;
        padding: 6px 14px;
        font-size: 13px;
        font-weight: 600;
        background: #fff1f1;
        color: #ff3c3c;
        border-radius: 50px;
        margin-bottom: 18px;
    }

    .drizly-clone-heading {
        line-height: 1.4;
    }

    .drizly-clone-heading span {
        color: #2196F3;
    }

    .drizly-clone-description {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 45px;
    }

    .drizly-clone-features {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .drizly-clone-feature {
        display: flex;
        gap: 20px;
        transition: 0.3s ease;
    }

    .drizly-clone-feature:hover {
        transform: translateX(6px);
    }

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

    .drizly-clone-feature-icon img {
        width: 26px;
    }

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

    .drizly-clone-feature p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

    .drizly-clone-why-right {
        width: 50%;
    }

    .drizly-clone-image-wrapper {
        position: relative;
    }

    .drizly-clone-image-wrapper img {
        width: 100%;
        height: 40vw;
        object-fit: contain;
    }

    @media (max-width: 991px) {
        .drizly-clone-why-wrapper {
            flex-direction: column-reverse;
            gap: 0px !important;
        }

        .drizly-clone-why-section {
            padding: 30px 0 !important;
        }

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

    .drizly-features-section {
        padding: 50px 0;
        /* background: #f8f8f8; */
    }

    .drizly-features-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .drizly-features-heading span {
        color: #2196F3;
    }

    .drizly-features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 60px 30px;
    }

    .drizly-feature-card {
        background: #fff;
        padding: 90px 25px 35px;
        text-align: center;
        position: relative;
        min-height: 262px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 0.3s ease;
        border-radius: 20px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

    }

    .drizly-feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .drizly-feature-icon {
        width: 95px;
        height: 70px;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px 10px 0 0;
    }

    .drizly-feature-icon::after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid;
    }

    .drizly-feature-icon img {
        width: 36px;
        height: 36px;
        filter: brightness(0) invert(1);
    }

    .drizly-feature-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .drizly-feature-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

    /* Different background & border colors */
    .icon1 {
        background: #ff6b6b;
        border: 2px solid #ff6b6b;
    }

    .icon1::after {
        border-top-color: #ff6b6b;
    }

    .icon2 {
        background: #6c5ce7;
        border: 2px solid #6c5ce7;
    }

    .icon2::after {
        border-top-color: #6c5ce7;
    }

    .icon3 {
        background: #00b894;
        border: 2px solid #00b894;
    }

    .icon3::after {
        border-top-color: #00b894;
    }

    .icon4 {
        background: #fd9644;
        border: 2px solid #fd9644;
    }

    .icon4::after {
        border-top-color: #fd9644;
    }

    .icon5 {
        background: #0984e3;
        border: 2px solid #0984e3;
    }

    .icon5::after {
        border-top-color: #0984e3;
    }

    .icon6 {
        background: #e84393;
        border: 2px solid #e84393;
    }

    .icon6::after {
        border-top-color: #e84393;
    }

    .icon7 {
        background: #00cec9;
        border: 2px solid #00cec9;
    }

    .icon7::after {
        border-top-color: #00cec9;
    }

    .icon8 {
        background: #2d3436;
        border: 2px solid #2d3436;
    }

    .icon8::after {
        border-top-color: #2d3436;
    }

    .icon9 {
        background: #d63031;
        border: 2px solid #d63031;
    }

    .icon9::after {
        border-top-color: #d63031;
    }

    .icon10 {
        background: #6ab04c;
        border: 2px solid #6ab04c;
    }

    .icon10::after {
        border-top-color: #6ab04c;
    }

    .icon11 {
        background: #30336b;
        border: 2px solid #30336b;
    }

    .icon11::after {
        border-top-color: #30336b;
    }

    .icon12 {
        background: #f0932b;
        border: 2px solid #f0932b;
    }

    .icon12::after {
        border-top-color: #f0932b;
    }

    .drizly-extra {
        display: none;
    }

    .drizly-feature-btn-wrap {
        text-align: center;
        margin-top: 30px;
    }

    .drizly-feature-toggle-btn {
        background: #2196F3;
        color: #fff;
        border: none;
        padding: 14px 50px;
        font-size: 18px;
        border-radius: 14px;
        cursor: pointer;


    }

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

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

    .drizly-clone-cta-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

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

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

    .section_heading-white {
        color: #ffffff !important;
    }

    .drizly-clone-cta-content p {
        margin-bottom: 26px;
        line-height: 1.6;
    }

    .drizly-clone-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 25px;
        border-radius: 8px;
        border: none;
        background-color: #ff2d55;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .drizly-clone-cta-button:hover {
        background-color: #e0264a;
    }

    .drizly-clone-form-bg {
        background: #ffffff;
        border-radius: 20px;
        padding: 14px 46px;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
        text-align: center;
        border: 2px solid #2196F3;
        margin: -20px 0;
        margin-right: 30px;
    }

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

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

    @media (max-width: 768px) {
        .drizly-clone-cta-hide-mobile {
            display: none !important;
        }

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

        .drizly-clone-steps {
            grid-template-columns: repeat(1, 1fr) !important;
        }

        .drizly-revenue-section {
            padding: 40px 0;

        }

        .drizly-clone-cta-first {
            padding: 20px 0;
        }

        .drizly-clone-cta-form {
            margin: 0px !important;
        }

        .drizly-clone-cta-content,
        .drizly-clone-cta-form {
            width: 100%;
            padding: 10px 10px 10px;
        }

        .drizly-clone-cta-content h2 {
            font-size: 22px;
            line-height: 1.4;
        }

        .drizly-clone-cta-content p {
            font-size: 16px;
        }

        .drizly-clone-form-bg {
            width: 100%;
            margin: 0;
            padding: 25px 20px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .drizly-clone-cta-section+section {
            margin-top: 0px;
        }
    }

    .drizly-clone-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .drizly-clone-header .section_heading {
        margin-bottom: 10px;
    }

    .drizly-clone-header .section_subtext {
        font-size: 16px;

    }

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

    .step-card {
        background-color: #fff;
        border-radius: 10px;
        padding: 30px 20px;
        box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .step-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .step-number {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .step-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #111;
    }

    .step-desc {
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    .drizly-process-section {
        padding: 50px 0 30px;
        background: #2196f300;
        position: relative;
    }

    .drizly-process-section .text-center {
        margin: 0 auto 20px;
    }

    .drizly-process-wrapper {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .drizly-process-wrapper::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 2px dashed #d8d8d8;
        transform: translateY(-50%);
        z-index: 1;
    }

    .drizly-process-item {
        position: relative;
        width: 16.66%;
        text-align: center;
        z-index: 2;
        padding-top: 264px;
        padding-bottom: 280px;
    }

    /* Content Position */
    .drizly-process-item.top .drizly-process-content {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .drizly-process-item.bottom .drizly-process-content {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .drizly-process-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #111;
    }

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

    .process-number {
        display: inline-block;
        padding: 6px 12px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 8px;
        margin-bottom: 10px;
        color: #fff;
    }

    /* Number Colors */
    .orange {
        background: #ff5c35;
    }

    .blue {
        background: #1e88e5;
    }

    .green {
        background: #1abc9c;
    }

    .purple {
        background: #7b3fe4;
    }

    .navy {
        background: #2c3e50;
    }

    .red {
        background: #e74c3c;
    }

    /* new for step 6 */

    .drizly-process-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85px;
        height: 85px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
        z-index: 3;
    }

    .drizly-process-icon img {
        width: 45px;
        height: auto;
    }

    /* Icon Colors */
    .icon-orange {
        background: #ff5c35;
    }

    .icon-blue {
        background: #1e88e5;
    }

    .icon-green {
        background: #1abc9c;
    }

    .icon-purple {
        background: #7b3fe4;
    }

    .icon-navy {
        background: #2c3e50;
    }

    .icon-red {
        background: #e74c3c;
    }

    /* new for step 6 */

    @media (max-width: 991px) {

        .drizly-process-wrapper {
            flex-direction: column;
            position: relative;
            padding-left: 7px;
        }

        .drizly-process-wrapper::before {
            display: block;
            top: 0;
            left: 43px;
            width: 2px;
            height: 87%;
            border-top: none;
            border-left: 2px dashed #d8d8d8;
            transform: none;
        }

        .drizly-process-item {
            width: 100%;
            padding: 0 0 15px 0;
            position: relative;
            text-align: left;
        }

        .drizly-process-content {
            position: relative !important;
            top: auto !important;
            bottom: auto !important;
            padding-left: 80px;
        }

        .drizly-process-icon {
            position: absolute;
            top: 0;
            left: 0;
            transform: none;
            margin: 0;
            width: 70px;
            height: 70px;
            border-radius: 18px;
        }

        .drizly-process-icon img {
            width: 35px;
        }

        .process-number {
            margin-bottom: 6px;
        }

        .drizly-process-content h3 {
            font-size: 17px;
        }

        .drizly-process-content p {
            font-size: 14px;
        }
    }

    .drizly-revenue-section {
        padding: 50px 0;
        background: #f8f9fa;
        margin-top: 50px;
    }

    .drizly-revenue-section .text-center {
        margin: 0 auto 20px;
    }

    .drizly-revenue-section .section_heading {
        margin-bottom: 15px;
    }

    .drizly-revenue-section .section_des {
        font-size: 16px;
        line-height: 1.6;
    }

    .revenue-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    .revenue-item {
        background: #fff;
        flex: 1 1 22%;
        text-align: center;
        padding: 30px 20px;
        border-radius: 20px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
    }

    .revenue-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    }

    .revenue-icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        background: #fff;
        /* now white background for icons */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .revenue-icon img {
        width: 50px;
        height: auto;
    }

    /* Hover effect for icon */
    .revenue-item:hover .revenue-icon {
        transform: scale(1.1);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    /* Colored rings around white icon circle */
    .icon-orange {
        box-shadow: 0 0 0 4px #ff5c35 inset;
    }

    .icon-blue {
        box-shadow: 0 0 0 4px #1e88e5 inset;
    }

    .icon-green {
        box-shadow: 0 0 0 4px #1abc9c inset;
    }

    .icon-purple {
        box-shadow: 0 0 0 4px #7b3fe4 inset;
    }

    .revenue-item h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #111;
    }

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

    /* Responsive */
    @media (max-width: 991px) {
        .revenue-wrapper {
            flex-direction: column;
            gap: 20px;
        }

        .revenue-item {
            flex: 1 1 100%;
        }

        .drizly-clone-cta-first {

            margin: 0px auto !important;
        }

        .drizly-clone-cta-first {

            margin: 0px auto !important;
        }

        .drizly-clones-wrappers {
            flex-direction: column !important;
        }
    }

    .drizly-clone {
        padding: 50px 0 0;
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        .drizly-clone-hero-image {
            max-width: 45% !important;
        }
    }
