
    /* ==========================================================================
   Base Styles
   ========================================================================== */

    .comprehensive-scraping-main-heading {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .comprehensive-scraping-main-description {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .unlock-power-main-title {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #3e266e;
    }

    .product-list-disc {
        list-style-type: disc;
        font-weight: bold;
        color: #3e266e;
    }

    /* ==========================================================================
   Client Experience Section
   ========================================================================== */

    .clients-experience-section {
        max-width: 1200px;
        width: 100%;
        background: white;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }

    .clients-experience-carousel {
        position: relative;
    }

    .clients-experience-slide {
        display: flex;
        align-items: center;
        min-height: 500px;
        padding: 60px;
    }

    .clients-experience-content {
        flex: 1;
        padding-right: 40px;
    }

    .clients-experience-title {
        font-weight: 700;
        color: #1e293b;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .clients-experience-testimonial {
        font-size: 18px;
        color: #475569;
        line-height: 1.6;
        position: relative;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .clients-experience-testimonial::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(to bottom, #3b82f6, #1d4ed8);
        border-radius: 2px;
    }

    .clients-experience-quote {
        font-size: 80px;
        color: #93c5fd;
        font-family: Georgia, serif;
        line-height: 1;
        margin-bottom: 20px;
        display: block;
    }

    .clients-experience-image-section {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .clients-experience-image {
        width: 70%;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    .clients-experience-navigation {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }

    .clients-experience-nav-btn {
        width: 50px;
        height: 50px;
        border-radius: 20%;
        border: 2px solid #e2e8f0;
        background: #c3dfff7a;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 20px;
        color: #3e7fda;
    }

    .clients-experience-nav-btn:hover {
        border-color: #3b82f6;
        color: #3b82f6;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }

    .clients-experience-slide {
        display: none;
    }

    .clients-experience-slide.active {
        display: flex;
    }

    /* ==========================================================================
   Scraping Services Grid
   ========================================================================== */

    .grid-container-screper-first {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .screping-ervices-card {
        text-align: center;
        margin: 10px;
        border-radius: 10px;
        background-color: #dfe8f6;
    }

    .screping-ervices-image img {
        height: 75px;
        width: 75px;
        margin-bottom: 15px;
    }

    .screping-ervices-title {
        font-size: 22px;
        font-weight: 700;
        font-style: normal;
        font-family: var(--bs-font-sans-serif);
        margin-bottom: 10px;
    }

    .screping-ervices-description {
        font-size: 16px;
        font-style: normal;
        font-family: var(--bs-font-sans-serif);
    }

    .unlock-power-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        grid-column: span 2;
    }

    .api-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 40px;
        max-width: 800px;
        background: #e5d9f1;
        padding: 17px;
        border-radius: 10px;
    }

    .api-item {
        font-size: 16px;
        font-weight: 500;
        color: #1a1a2e;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .api-item::before {
        content: "●";
        color: #1a1a2e;
        font-size: 18px;
    }

    .retaildata-scrape-hoverish-des-card-icon img{
        filter: brightness(50);
        height: 25px;
    }

    /* ==========================================================================
   Optimize E-commerce Section
   ========================================================================== */

    .optimize-your-ecomerce-section {
        position: relative;
        background: url('assets/img/ecommerce-scraping-api/Optimize-your-E-Commerce-business-outcomes-with-our-advanced-API-solutions!.webp') center center/cover no-repeat;
        padding: 80px 20px;
        color: #fff;
        overflow: hidden;
        text-align: center;
    }

    .optimize-your-ecomerce-section .container,
    .optimize-your-ecomerce-section .row,
    .optimize-your-ecomerce-section .col-md-10,
    .optimize-your-ecomerce-section h2,
    .optimize-your-ecomerce-section p,
    .optimize-your-ecomerce-section .btn {
        position: relative;
        z-index: 1;
    }

    .optimize-your-ecomerce-section .optimize-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .optimize-your-ecomerce-section .optimize-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .optimize-your-ecomerce-section .optimize-btn {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 4px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .optimize-your-ecomerce-section .optimize-btn:hover {
        background: #fff;
        color: #4a2f7f;
    }

    /* ==========================================================================
   List of Data Fields Section
   ========================================================================== */

    .list-of-data-fields-section {
        padding: 60px 0;
        background-color: #f9f9f9;
    }

    .list-of-data-fields-section h2 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #3e266e;
    }

    .list-of-data-fields-section p {
        font-size: 16px;
        color: #3e266e;
        line-height: 1.6;
    }

    .list-of-data-fields-section .list-content p {
        margin-bottom: 20px;
    }

    .list-of-data-fields-section .image-content {
        text-align: center;
        margin-top: 20px;
    }

    /* ==========================================================================
   Social Media Search Section
   ========================================================================== */

    .socioal-media-search-section {
        background: #d0b8dd;
        padding: 60px 20px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    .socioal-media-search-section .search-row {
        display: flex;
        justify-content: center;
        margin: 65px;
    }

    .socioal-media-search-section #platformSearch {
        width: 450px;
        max-width: 90%;
        padding: 10px 15px;
        border-radius: 6px;
        border: none;
        outline: none;
        font-size: 16px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    .socioal-media-search-section .card-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 25px;
        padding: 40px;
    }

    .socioal-media-search-section .platform-card {
        background: #ffffffe6;
        border-radius: 10px;
        padding: 30px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
        text-align: center;
    }

    .socioal-media-search-section .platform-card img {
        width: 50px;
        height: auto;
        margin-bottom: 10px;
    }

    .socioal-media-search-section .platform-card p {
        margin: 0;
        font-weight: 600;
        color: #333;
    }

    .socioal-media-search-section .platform-card:hover {
        transform: translateY(-5px);
    }

    /* ==========================================================================
   Retail Scraping Cards Section
   ========================================================================== */

    .retails-glimsy-card-des-main-section {
        padding: 60px 50px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

    .retails-glimsy-card-des-heading {
        font-size: 45px;
        font-weight: 700;
        color: #2c3e50;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .retails-glimsy-card-des-heading-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        min-height: 500px;
        background-image: url("../img/ecommerce-scraping-api/retail-scrate-background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-size: 370px;
    }

    .retails-glimsy-card-des-primary-card {
        background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
        color: white;
        border-radius: 20px;
        padding: 30px;
        height: 200px;
        box-shadow: 0 10px 30px rgba(108, 92, 231, 0.3);
        border: none;
        position: relative;
        overflow: hidden;
    }

    .retails-glimsy-card-des-primary-card::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

    .retails-glimsy-card-des-primary-card h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 15px;
        color: #fff;
    }

    .retails-glimsy-card-des-primary-card p {
        font-size: 0.95rem;
        opacity: 0.9;
        margin-bottom: 20px;
        line-height: 1.5;
        color: #fff;
    }

    .retails-glimsy-card-des-learn-btn {
        color: white;
        padding: 8px 0;
        border-radius: 25px;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        transition: all 0.3s ease;
        display: inline-flex;
        gap: 8px;
        align-items: baseline;
        justify-content: flex-start;
        align-content: center;
    }

    .retails-glimsy-card-des-secondary-card {
        background: white;
        border-radius: 15px;
        padding: 25px;
        height: 200px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .retails-glimsy-card-des-secondary-card-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .retails-glimsy-card-des-secondary-card-icon i {
        color: white;
        font-size: 1.2rem;
    }

    .retails-glimsy-card-des-secondary-card h4 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 8px;
    }

    .retails-glimsy-card-des-secondary-card p {
        font-size: 0.9rem;
        color: #636e72;
        margin: 0;
    }

    .retails-glimsy-card-des-feature-card {
        background: white;
        border-radius: 15px;
        padding: 25px;
        height: 180px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .retails-glimsy-card-des-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .retails-glimsy-card-des-feature-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .retails-glimsy-card-des-feature-icon.blue {
        background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    }

    .retails-glimsy-card-des-feature-icon.orange {
        background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
    }

    .retails-glimsy-card-des-feature-icon.green {
        background: linear-gradient(135deg, #00b894 0%, #00a085 100%);
    }

    .retails-glimsy-card-des-feature-icon i {
        color: white;
        font-size: 1.1rem;
    }

    .retails-glimsy-card-des-feature-card h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 8px;
    }

    .retails-glimsy-card-des-feature-card p {
        font-size: 0.85rem;
        color: #636e72;
        margin: 0;
        line-height: 1.4;
    }

    .retails-glimsy-card-des-row {
        margin-bottom: 25px;
    }

    .retails-glimsy-card-des-row:last-child {
        margin-bottom: 0;
    }

    /* ==========================================================================
   Retail Data Scraping Hover Section
   ========================================================================== */

    .retaildata-scrape-hoverish-des-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .retaildata-scrape-hoverish-des-left-column {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    .retaildata-scrape-hoverish-des-heading-container h2 {
        font-size: 3.5rem;
        font-weight: 800;
        color: #2c3e50;
        text-align: center;
        line-height: 1.2;
        margin: 0;
    }

    .retaildata-scrape-hoverish-des-subtitle {
        font-size: 1.1rem;
        color: #6c757d;
        text-align: center;
        margin-top: 20px;
        line-height: 1.6;
    }

    .retaildata-scrape-hoverish-des-explore-btn {
        display: inline-flex;
        align-items: center;
        color: #6366f1;
        text-decoration: none;
        font-weight: 600;
        margin-top: 30px;
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }

    .retaildata-scrape-hoverish-des-explore-btn:hover {
        color: #4f46e5;
        transform: translateX(5px);
    }

    .retaildata-scrape-hoverish-des-explore-btn i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .retaildata-scrape-hoverish-des-explore-btn:hover i {
        transform: translateX(5px);
    }

    .retaildata-scrape-hoverish-des-cards-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
        position: relative;
        align-items: stretch;
    }

    .retaildata-scrape-hoverish-des-card {
        background: white;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.45s cubic-bezier(.2, .9, .2, 1), box-shadow 0.3s ease, opacity 0.25s ease;
        cursor: pointer;
        position: relative;
        border: 2px solid transparent;
        transform-origin: center center;
    }

    .retaildata-scrape-hoverish-des-card-inner {
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
    }

    .retaildata-scrape-hoverish-des-card-inner:hover .retaildata-scrape-hoverish-des-card-title,
    .retaildata-scrape-hoverish-des-card-inner:hover .retaildata-scrape-hoverish-des-card-description {
        color: #fff;
    }

    .retaildata-scrape-hoverish-des-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 24px;
        color: white;
        transition: all 0.3s ease;
    }

    .retaildata-scrape-hoverish-des-card-title {
        font-size: 16px;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .retaildata-scrape-hoverish-des-card-description {
        font-size: 12px;
        color: #000000;

    }

    .retaildata-scrape-hoverish-des-learn-more {
        color: #6366f1;
        text-decoration: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        transform: translateY(20px);
        transition: all 0.4s ease 0.2s;
    }

    .retaildata-scrape-hoverish-des-learn-more i {
        margin-left: 5px;
        transition: transform 0.3s ease;
    }

    .retaildata-scrape-hoverish-des-learn-more:hover {
        color: #4f46e5;
    }

    .retaildata-scrape-hoverish-des-learn-more:hover .retaildata-scrape-hoverish-des-card-title {
        color: #ffffffff;
    }

    .retaildata-scrape-hoverish-des-learn-more:hover {
        color: #4f46e5;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(1) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(2) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #06b6d4, #0891b2);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(3) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #10b981, #059669);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(4) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(5) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #ef4444, #dc2626);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card:nth-child(6) .retaildata-scrape-hoverish-des-card-icon {
        background: linear-gradient(135deg, #8b5cf6, #7c3aed);
        padding: 25px;
    }

    .retaildata-scrape-hoverish-des-card.expand-right {
        box-shadow: 0 12px 32px rgba(34, 45, 80, 0.14);
        z-index: 20;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        color: white;
        border-color: #6366f1;
    }

    .retaildata-scrape-hoverish-des-card.expand-left {
        box-shadow: 0 12px 32px rgba(34, 45, 80, 0.14);
        z-index: 20;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        color: white;
        border-color: #6366f1;
    }




    /* ==========================================================================
   Media Queries (Organized from small to large breakpoints)
   ========================================================================== */

    /* Mobile - 320px to 767px */
    @media (max-width: 767px) {
        .clients-experience-slide {
            flex-direction: column;
            padding: 30px 20px;
            text-align: center;
            min-height: 400px;
        }

        .clients-experience-content {
            padding-right: 0;
            margin-bottom: 25px;
        }

        .clients-experience-title {
            font-size: 25px;
            margin-bottom: 25px;
        }

        .clients-experience-testimonial {
            font-size: 16px;
            padding-left: 0;
            margin-bottom: 20px;
        }


        .clients-experience-quote {
            font-size: 50px;
            margin-bottom: 15px;
        }

        .clients-experience-nav-btn {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }

        .clients-experience-navigation {
            display: flex;
            justify-content: center;
            text-align: center;
        }

        .optimize-your-ecomerce-section {
            padding: 60px 15px;
        }

        .optimize-your-ecomerce-section .optimize-title {
            font-size: 22px;
        }

        .optimize-your-ecomerce-section .optimize-subtitle {
            font-size: 16px;
        }

        .optimize-your-ecomerce-section .optimize-btn {
            padding: 8px 20px;
            font-size: 14px;
        }

        .list-of-data-fields-section h2 {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 21px;
            color: #3e266e;
        }

        .socioal-media-search-section {
            padding: 20px 10px;
        }

        .socioal-media-search-section #platformSearch {
            width: 280px;
            margin-bottom: -20px;
            margin-top: 20px;
        }

        .socioal-media-search-section .card-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(4, 1fr);
            padding: 10px;
            margin-bottom: 20px;
        }

        .retails-glimsy-card-des-heading {
            font-size: 2rem;
            text-align: center;
        }

        .retails-glimsy-card-des-primary-card,
        .retails-glimsy-card-des-secondary-card {
            height: auto;
            min-height: 180px;
        }

        .retails-glimsy-card-des-feature-card {
            height: auto;
            min-height: 160px;
            margin-bottom: 20px;
        }

        .retails-glimsy-card-des-main-section {
            padding: 20px;
        }

        .retails-glimsy-card-des-heading-container {
            background-image: url("../img/ecommerce-scraping-api/retail-scrate-background.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-size: 155px;
            min-height: 200px;
            margin-bottom: 30px;
        }

        .retails-glimsy-card-des-learn-btn {
            font-size: 10px;
        }

        .retaildata-scrape-hoverish-des-cards-container {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(6, auto);
            height: auto;
            gap: 15px;
        }

        .retaildata-scrape-hoverish-des-card {
            transform: none !important;
            z-index: 1 !important;
        }

        .api-section {
            grid-template-columns: repeat(3, 1fr);
        }

        .api-item {
            font-size: 10px;
        }

        .api-item::before {
            content: "●";
            color: #1a1a2e;
            font-size: 12px;
            margin-top: -5px;
        }

        .comprehensive-scraping-main-heading {
            font-size: 40px;
        }

        .grid-container-screper-first {
            grid-template-columns: repeat(1, 1fr);
        }

        .unlock-power-main-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            margin: auto;
        }

        .comprehensive-scraping-main-description {
            font-size: 14px !important;
            font-weight: 500 !important;
            padding-top: 15px;
        }

        .unlock-power-card {
            grid-column: span 1;
        }

        .unlock-power-main-title {
            font-size: 40px;
        }

        .api-section {
            grid-template-columns: repeat(2, 1fr);
        }

        .unlock-power-main-title {
            font-size: 25px;
        }
    }

    /* Tablet - 768px to 1023px */
    @media (min-width: 768px) and (max-width: 1023px) {
        .clients-experience-slide {
            padding: 40px 35px;
            min-height: 450px;
        }

        .clients-experience-content {
            padding-right: 30px;
        }

        .clients-experience-title {
            font-size: 25px;
            margin-bottom: 30px;
        }

        .clients-experience-testimonial {
            font-size: 15px;
        }

        .clients-experience-quote {
            font-size: 65px;
        }

        .socioal-media-search-section .card-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(4, 1fr);
            gap: 20px;
        }

        .retails-glimsy-card-des-heading-container {
            background-image: url("../img/ecommerce-scraping-api/retail-scrate-background.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-size: 155px;
            min-height: 200px;
            margin-bottom: 30px;
        }
    }

    /* Laptop - 1024px to 1439px */
    @media (min-width: 1024px) and (max-width: 1439px) {
        .clients-experience-slide {
            padding: 50px 45px;
        }

        .clients-experience-title {
            font-size: 42px;
        }

        .tailored-api-scraping {
            flex: 0 0 auto;
            width: 75%;
            margin: 20px auto;
        }

        .api-section {
            grid-template-columns: repeat(3, 1fr);
        }

        .api-item {
            font-size: 13px;
        }

        .api-item::before {
            content: "●";
            color: #1a1a2e;
            font-size: 15px;
        }

        .grid-container-screper-first {
            grid-template-columns: repeat(2, 1fr);
        }

        .unlock-power-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            grid-column: span 2;
        }

        .retaildata-scrape-hoverish-des-cards-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 20px;
            padding: 20px;
            position: relative;
            align-items: stretch;
        }
    }

    /* Desktop - 1440px and above */
    @media (min-width: 1440px) {
        .clients-experience-slide {
            padding: 70px 60px;
            min-height: 550px;
        }

        .clients-experience-title {
            font-size: 40px;
        }

        .clients-experience-testimonial {
            font-size: 19px;
        }

        .tailored-api-scraping {
            flex: 0 0 auto;
            width: 65%;
            margin: 20px auto;
        }
    }

    /* Additional responsive rules for screens below 1000px */
    @media (max-width: 1000px) {
        .list-of-data-fields-section .row.align-items-center {
            flex-direction: column;
        }

        .list-of-data-fields-section .col-lg-6 {
            max-width: 100%;
        }

        .list-of-data-fields-section .image-content {
            margin-top: 40px;
        }
    }

    /* Additional responsive rules for screens below 576px */
    @media (max-width: 576px) {
        .retails-glimsy-card-des-heading {
            font-size: 1.8rem;
        }

        .retails-glimsy-card-des-primary-card,
        .retails-glimsy-card-des-secondary-card,
        .retails-glimsy-card-des-feature-card {
            padding: 20px;
        }
    }

