.zy-webdatacrawler-dataset-inner-page-hero-section-container{
    padding-top: 150px;
}
@media (max-width: 400px) {
    .zy-webdatacrawler-dataset-inner-page-hero-section-container{
        padding-top: 80px
    }
}

.newApi-our-expertise-section {
    padding: 50px 10px;
}

.newApi-h2 {
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #011627;
    line-height: 54px;
}

.newApi-our-expertise-sub-heading {
    width: max-content;
    color: #ffffff;
    background-color: rgba(255, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    font-weight: 600;
    margin-inline: auto;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .newApi-h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .newApi-h2 {
        font-size: 22px;
        line-height: 33px;
    }
}

/* ----------------------- Use Cases ---------------------- */
.newApi-our-expertise-container {
    margin: 0 auto;
    margin-top: 70px;
}
.newApi-our-expertise-services-grid {
    display: flex;
    flex-direction: column;
}
.newApi-our-expertise-service-card {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 30px;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}
.newApi-our-expertise-service-content {
    max-width: 50%;
}
.newApi-our-expertise-service-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    transition: color 0.3s ease;
}
.newApi-our-expertise-service-description {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}
.newApi-our-expertise-service-image {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%) scale(0);
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.newApi-our-expertise-service-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.newApi-our-expertise-service-arrow {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.newApi-our-expertise-service-arrow::after {
    content: '↗';
    font-size: 24px;
    transition: 0.3s;
}
.newApi-our-expertise-service-card.activeOurExpertise {
    background: #f9f9f9;
}
.newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-title {
    color: #ff0000;
}
.newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-description {
    opacity: 1;
    max-height: 250px;
    margin-top: 15px;
}
.newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-image {
    opacity: 1;
    transform: translate(50%, -50%) scale(1) rotate(15deg);
}
.newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-arrow {
    background: #ff0000;
    border-color: #ff0000;
    transform: rotate(45deg);
}
.newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-arrow::after {
    color: #fff;
}

/* Desktop Hover Support */
@media (min-width: 1024px) {
    .newApi-our-expertise-service-card:hover {
        background: #f9f9f9;
    }
    .newApi-our-expertise-service-card:hover .newApi-our-expertise-service-title {
        color: #ff0000;
    }
    .newApi-our-expertise-service-card:hover .newApi-our-expertise-service-description {
        opacity: 1;
        max-height: 250px;
        margin-top: 15px;
    }
    .newApi-our-expertise-service-card:hover .newApi-our-expertise-service-image {
        opacity: 1;
        transform: translate(50%, -50%) scale(1) rotate(15deg);
    }
}

/* Tablet & Mobile */
@media (max-width: 1023px) {
    .newApi-our-expertise-service-content {
        max-width: 100%;
    }
    .newApi-our-expertise-service-image {
        display: none;
        position: static;
    }
    .newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-image {
        display: block;
    }
    .newApi-our-expertise-service-image {
        transform: scale(0);
    }
    .newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-image {
        transform: scale(1) rotate(0deg);
    }
    .newApi-our-expertise-service-arrow {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    .newApi-our-expertise-service-title {
        font-size: 26px;
    }
    .newApi-our-expertise-service-description {
        display: none;
    }
    .newApi-our-expertise-service-card.activeOurExpertise .newApi-our-expertise-service-description {
        display: block;
    }
}

@media (max-width: 500px) {
    .newApi-our-expertise-container {
        margin-top: 10px;
    }
    .newApi-our-expertise-service-arrow {
        width: 30px;
        height: 30px;
    }
    .newApi-our-expertise-section {
        padding-inline: 0;
    }
    .newApi-our-expertise-service-card {
        padding: 25px;
    }
    .newApi-our-expertise-service-image {
        width: 100%;
        height: auto;
    }
    .newApi-our-expertise-service-title {
        font-size: 24px;
        width: 85%;
    }
}
/* ----------------------- Use Cases End ---------------------- */


.business-models-section {
    padding: 80px 20px;
}

.business-models {
    margin: 0 auto;
}

.businesss-model-header {
    text-align: center;
    margin-bottom: 60px;
}

.business-models-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.business-models-card {
    background: white;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-models-card img {
    width: 50px;
    margin-bottom: 15px;
}

.business-models-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #e50000;
}
.icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    padding: 5px;
    border-radius:5px;
    margin-bottom:10px;
    transition: background-color 0.3s ease;
}
.icon-wrapper img {
    width: 100%;
    height:100%;
}
.business-models-card:hover .icon-wrapper {
    background-color:red;
}
.business-models-card:hover .icon-wrapper img {
    filter:brightness(0) invert(1);
}

@media (max-width: 992px) {
    .business-models-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .businesss-model-header h1 {
        font-size: 2rem;
    }

    .businesss-model-header p {
        font-size: 1rem;
    }

    .business-models-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-models-card {
        padding: 25px;
    }

    .business-models-card h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .business-models-section {
        padding: 20px 10px;
    }

    .businesss-model-header h1 {
        font-size: 1.75rem;
    }

    .businesss-model-header {
        margin-bottom: 40px;
    }
}
.newApi-h2::after,
.businesss-model-header h1::after {
    content: '';
    display: block;
    width: 135px;
    height: 3px;
    background-color: #e50000;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* -------------- Data Field Section ------------- */
.newApi-data-field-section {
    padding: 50px 10px;
}

.newApi-data-field-tab-btn-parent {
    display: flex;
    gap: 10px;
    width: max-content;
    margin-inline: auto;
}

.newApi-data-field-tab-btn {
    padding: 10px 30px;
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newApi-data-field-tab-btn.activenewApiDataField {
    background: #000000;
    color: #fff;
}

.newApi-data-field-tab-content-box {
    display: none;
    margin-top: 20px;
}

.data-fields-table-container {
    border: 1px solid #e0e0e0;
    max-height: 363px;
}

.newApi-data-field-tab-content-box pre {
    background-color: #111827;
    padding: 24px;
    border-radius: 15px;
    margin-bottom: 0;
    max-height: 363px;
}

.newApi-data-field-tab-content-box pre code {
    color: #ffffff;
}

.newApi-data-field-tab-content-box.activenewApiDataField {
    display: block;
}

@media (max-width: 768px) {
    .newApi-data-field-section {
        padding: 20px 0px;
    }
}

@media (max-width: 375px) {
    .newApi-data-field-tab-btn {
        padding: 10px 20px;
    }
}

/* -------------- Data Field Section End ------------- */
/* -------------- Why Choose Us ------------- */
.newApi-why-choose-us-section {
    padding: 80px 10px;
    position: relative;
    background-color: #f8f9fa;
}

.newApi-why-choose-us-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.newApi-why-choose-us-h2 {
    font-size: 5vw;
    font-weight: 600;
    position: sticky;
    top: 220px;
}

.newApi-why-choose-us-inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.newApi-why-choose-us-inner-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 2vw;
    background-color: #ffffff;
    border-radius: 1vw;
    position: relative;
}

.newApi-why-choose-us-inner-box.newApi-why-choose-us-inner-darkBox {
    color: #ffffff;
    background-color: #000000;
}

.newApi-why-choose-us-inner-box h3 {
    font-weight: 600;
}

.newApi-why-choose-us-inner-box h4 {
    font-size: 2.5vw;
    max-width: 90%;
}

.newApi-why-choose-us-inner-box-image {
    position: absolute;
    inset: 10% 5% auto auto;
    width: 60px;
}

@media (max-width: 1200px) {
    .newApi-why-choose-us-inner-box h3 {
        max-width: 90%;
    }
}
@media (max-width: 1090px) {
    .newApi-why-choose-us-inner-box h4 {
        max-width: 75%;
    }
}
@media (max-width: 992px) {
    .newApi-why-choose-us-inner-box-image {
        width: 40px;
    }
    .newApi-why-choose-us-inner-box h3 {
        max-width: 85%;
    }
}
@media (max-width: 768px) {
    .newApi-why-choose-us-section {
        padding: 50px 10px;
    }

    .newApi-why-choose-us-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .newApi-why-choose-us-h2 {
        text-align: center;
        position: static;
    }

    .newApi-why-choose-us-inner-box {
        padding: 24px;
        gap: 15px;
    }

    .newApi-why-choose-us-inner-box h3 {
        max-width: 100%;
    }

    .newApi-why-choose-us-inner-box-image {
        position: static;
        width: 60px;
        margin-right: auto;
        order: 1;
    }

    .newApi-why-choose-us-inner-box h4 {
        font-size: 1.5rem;
        max-width: 100%;
        order: 2;
    }

    .newApi-why-choose-us-inner-box p {
        order: 3;
    }
}

/* -------------- Why Choose Us End ------------- */


/* How it Works start */
.how-it-works-parent-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.how-it-works-inner-right-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.how-it-works-feature-item {
    max-width: 520px;
    padding: 36px 40px;
    border-radius: 20px;
    border-top: 4px solid #e5e7eb;

    transition: box-shadow 0.3s ease;
}

.how-it-works-feature-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.how-it-works-feature-icon{
    margin-bottom: 5px;
    width: 50px;
}
.how-it-works-feature-icon img{
    width: 100%;
    height: auto;
}

.how-it-works-right-container {
    margin: 10px 20px;
    padding: 10px;
}

.how-it-works-inner-left-container {
    margin: 10px 20px;
    padding: 10px;
}

.how-it-works-inner-left-container h3 {
    font-weight: 600;
}

@media (max-width:1400px) {
    .how-it-works-parent-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .how-it-works-inner-right-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 500px) {
    .how-it-works-right-container {
        margin-inline: 0;
        padding-inline: 0;
    }
    .how-it-works-inner-left-container {
        padding-inline: 0;
        margin-inline: 0;
    }
    .how-it-work-section {
        margin-top: 40px;
    }
    .how-it-works-feature-item {
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
    .how-it-works-inner-right-container {
        margin-bottom: 30px;
    }
}
/* How it Works end */

/* Our APIs start */

.newApi-h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .new-our-apis-section {
            padding: 50px 10px;
        }

        .new-our-apis-container {
            margin: 0 auto;
            display: flex;
            gap: 30px;
        }

        .new-our-apis-sidebar {
            width: 280px;
        }

        .new-our-apis-regions-title {
            font-size: 12px;
            font-weight: 600;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        .new-our-apis-regions-list {
            border-radius: 12px;
            padding: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            background: white;
            scroll-behavior: smooth;
        }

        .new-our-apis-region-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-bottom: 4px;
            font-size: 20px;
            font-weight: 500;
            color: #333;
        }

        .new-our-apis-region-item:hover {
            background-color: #f5f5f5;
        }

        .new-our-apis-region-item.active {
            background: #e50000;
            color: white;
        }

        .new-our-apis-content {
            flex: 1;
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .new-our-apis-breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }

        .new-our-apis-header-title {
            font-size: 22px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 20px;
        }

        .new-our-apis-country-card {
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 16px;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .new-our-apis-country-card:hover {
            border-color: #e50000;
            box-shadow: 0 4px 12px rgba(229, 0, 0, 0.1);
        }

        .new-our-apis-country-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .new-our-apis-country-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .new-our-apis-country-left h3 {
            font-size: 20px;
            margin-bottom: 0px;
        }

        .new-our-apis-country-code {
            font-size: 20px;
            font-weight: 700;
            color: #e50000;
            min-width: 50px;
            margin-bottom: 5px;
            width: 50px;
        }
        .new-our-apis-country-code img{
            width: 100%;
            height: auto;
        }

        .new-our-apis-dropdown-icon {
            color: #e50000;
            transition: transform 0.3s ease;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
        }

        .new-our-apis-dropdown-icon.open {
            transform: rotate(180deg);
        }

        .new-our-apis-platforms {
            display: none;
            margin-top: 20px;
        }

        .new-our-apis-platforms.open {
            display: block;
        }

        .new-our-apis-platform-pill {
            padding: 8px 14px;
            background: #f1f5f9;
            border-radius: 999px;
            font-size: 14px;
            font-weight: 500;
            color: #1e293b;
            border: 1px solid #e2e8f0;
            text-decoration: none;
            margin-right: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .view-more-platform-pill-btn {
            margin-top: 10px;
            padding: 10px 20px;
            background: #e50000;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            display: block;
            margin-inline: auto;
        }
        .read-more-btn {
            padding: 8px 18px;
            background: #ffffff;
            color: #ff0000;
            border: 2px solid #ff0000;
            border-radius: 8px;
            cursor: pointer;
            margin-inline: auto;
            width: max-content;
            transition: all 0.3s ease;
        }
        .read-more-btn:hover {
            background: #ff0000;
            color: #ffffff;
        }

        .region-content {
            display: none;
        }

        .region-content.active {
            display: block;
        }

        /* Mobile Styles */
        @media (max-width: 991px) {
            .new-our-apis-container {
                flex-direction: column;
                gap: 20px;
            }

            .new-our-apis-sidebar {
                width: 100%;
                position: relative;
            }

            .new-our-apis-regions-title {
                display: none;
            }

            .new-our-apis-regions-list {
                display: flex;
                gap: 32px;
                padding: 10px;
                box-shadow: none;
                border-radius: 0;
                overflow-x: auto;
                scrollbar-width: none;
            }

            .new-our-apis-regions-list::-webkit-scrollbar {
                display: none;
            }

            .new-our-apis-region-item {
                flex: 0 0 auto;
                padding: 12px 0;
                font-size: 18px;
                font-weight: 600;
                color: #adadad;
                border-radius: 0;
                margin-bottom: 0;
                position: relative;
                white-space: nowrap;
            }

            .new-our-apis-region-item:hover {
                background: none;
            }

            .new-our-apis-region-item.active {
                background: none;
                color: #e50000;
            }

            .new-our-apis-region-item.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -6px;
                width: 100%;
                height: 3px;
                background: #e50000;
                border-radius: 2px;
            }

            /* Right scroll arrow */
            .new-our-apis-regions-list.can-scroll-right::after {
                content: "›";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.95));
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 32px;
                font-weight: bold;
                color: #e50000;
                pointer-events: none;
                z-index: 2;
                animation: pulseRight 1.5s ease-in-out infinite;
            }

            /* Left scroll arrow */
            .new-our-apis-regions-list.scrolled-left::before {
                content: "‹";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.95));
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 32px;
                font-weight: bold;
                color: #e50000;
                pointer-events: none;
                z-index: 2;
                animation: pulseLeft 1.5s ease-in-out infinite;
            }

            /* Arrow animations */
            @keyframes pulseRight {
                0%, 100% {
                    opacity: 0.7;
                    transform: translateY(-50%) translateX(0);
                }
                50% {
                    opacity: 1;
                    transform: translateY(-50%) translateX(3px);
                }
            }

            @keyframes pulseLeft {
                0%, 100% {
                    opacity: 0.7;
                    transform: translateY(-50%) translateX(0);
                }
                50% {
                    opacity: 1;
                    transform: translateY(-50%) translateX(-3px);
                }
            }

            .new-our-apis-regions-list.can-scroll-right::after,
            .new-our-apis-regions-list.scrolled-left::before {
                text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
            }
        }

        @media (min-width: 768px) {
            .new-our-apis-header-title {
                font-size: 36px;
            }

            .new-our-apis-content {
                padding: 40px;
            }
        }

/* Our APIs end */
.how-it-works-left-container{
    max-width: 700px;
    width: 100%;
}