*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: normal;
    /* Regular */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 700;
    /* Bold */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 800;
    /* Extra Bold */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 900;
    /* Black */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Black.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: normal;
    /* Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Italic.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 700;
    /* Bold Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-BoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: bold;
    /* Semi Bold */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: bold;
    /* Semi Bold Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-SemiBoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: light;
    /* Light */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Light.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: normal;
    /* Medium */
    font-style: normal;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: normal;
    /* Medium Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-MediumItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 800;
    /* Extra Bold Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-ExtraBoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: 900;
    /* Black Italic */
    font-style: italic;
    src: url("https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-BlackItalic.ttf") format('truetype');
}


/* Use the font */

.cta {
 text-decoration: none;
 margin: 0px;
 padding: 0px;
 color: #27344A;
}
.cta:hover {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #27344A;
    cursor: pointer;
}

.ctaicon {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.ctaicon:hover {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
body {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: normal;
    background-color: #EEF1F4 !important;
    /* Example for normal text */
}

h1 {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: bold;
    /* Example for bold text */
}

h2 {
    font-family: 'Open Sauce One', sans-serif;
    font-weight: medium;
    /* Example for semi-bold text */
}
body,
.title-section h1,
.label span {
    font-family: 'Open Sans One', sans-serif !important;
}

.second-part {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: #EEF1F4;
}

.api-container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.label {
    padding: 0 50px;
    margin-bottom: 8px;
}

.logo {
    padding: 0px;
    margin: 0px;
}

.logo:hover {
    cursor: pointer;
}

.label span {
    color: #0052CC;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.header-container {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 50px;
}

.title-section {
    display: flex;
    align-items: end;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    width: 100%;
}
.title-section-btn {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    gap: 40px;
    width: 100%;
}

.text-content {
    width: 100% !important;
    max-width: 700px;
}

.title-section h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #2e3a59;
    margin-bottom: 16px;
    font-weight: bold;
}

.title-section p {
    font-size: 16px;
    line-height: 120%;
    color: #6c7a92;
}

.browse-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: #27344A;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.browse-button:hover {
    background: #2480FC;
    color: white;
}

.browse-button-m {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: #27344A;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-top: 20px;
}

.browse-button-m:hover {
    background: #2480FC;
    color: white;
}

.marquee-container {
    width: 100vw; /* Ensure full width */
    padding: 20px 0;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.marquee-wrapper + .marquee-wrapper {
    margin-top: 24px;
}

.marquee-content {
    display: flex;
    gap: 24px; /* Adjust gap between logos */
    animation: scroll 20s linear infinite;
    flex-shrink: 0;
    min-width: 100%;
    padding: 0 12px;
    flex-wrap: nowrap; /* Prevent logos from wrapping */
}

.marquee-content:before {
    content: '';
    /* Create a pseudo-element */
    display: inline-block;
    /* Make it behave like an inline element */
    width: 100%;
    /* Match the width of the content */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Move left by half the total width */
    }
}

.marquee-wrapper.top .marquee-content {
    animation-name: scroll-right;
}

.marquee-wrapper.bottom .marquee-content {
    animation-name: scroll-left;
}

.api-logo {
    flex: 0 0 auto; /* Ensure logos don't shrink or grow unexpectedly */
    height: 180px;
    width: 180px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
    margin: 0 12px;
}

.api-logo img {
    max-width: 70%;
    height: auto;
    object-fit: contain;
}

.group-section {
    width: 100%;
    padding: 105px;
    max-width: 100%;
    margin: auto;
}


.numbers-heading {
    padding-left: 102px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
}

.marketplace-heading {
    margin-top: 40px !important;
    padding: 10px 0px 0px 60px !important;
}

.grouping-heading {
    padding-left: 110px !important; 
    margin-top: 40px !important; 
    padding-bottom: 40px !important; 
    padding-top: 40px !important;
}

.accordion-title h5,
.insights-card h5 {
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 500;
    color: white;
}

.accordion-content p {
    font-size: 1.125rem !important;
    line-height: 115% !important;
}

.col .container-row-section h4 {
    font-size: 2rem;
    line-height: 116%;
    color: #27344A;
    font-weight: 600;
}

.col .container-row-section p {
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 300;
}

.numbers-section-1 {
    margin-top: 37%;
    gap: 16px;
}

.group-section .labeling {
    display: inline-block;
    font-size: 0.75rem !important;
    line-height: 100% !important;
    border: 1px solid #BAD1DF;
    padding: 4px 16px;
    color: #2480FC;
    border-radius: 4px;
    margin-bottom: 16px;
}

.group-section .labelingnumber {
    display: inline-block;
    border: 1px solid #BAD1DF;
    padding: 4px 16px;
    color: #2480FC;
    border-radius: 4px;
    margin-bottom: 16px;
}

.group-section .labelinghero {
    display: inline-block;
    border: 1px solid #BAD1DF;
    color: white;
    background-color: transparent;
    border-radius: 4px;
    line-height: 12px;
    font-size: 12px;
}

.group-section h3 {
    font-size: 3rem !important;
    color: #27344A;
    line-height: 110% !important;
    max-width: 800px;
}

.group-section h2 span {
    color: #0052CC;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    .api-logo {
        flex: 0 0 160px;
        height: 160px;
    }
}

@media (max-width: 992px) {
    .title-section h1 {
        font-size: 36px;
    }

    .api-logo {
        flex: 0 0 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 20px;
    }

    .header-container-btn {
      width: 50%;
      margin: auto;
    }

    .browse-button {
        display: none;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        background: #2480FC;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: normal;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .browse-button:hover {
        background: white;
        color: #2e3a59;
    }

    .browse-button-m {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        background: #2480FC;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: normal;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .browse-button-m:hover {
        background: white;
        color: #2e3a59;
    }

    .title-section {
        flex-direction: column;
        gap: 24px;
    }

    .title-section h1 {
        font-size: 32px;
    }

    .marquee-container {
        padding: 20px;
    }

    .api-logo {
        flex: 0 0 140px;
        height: 140px;
        padding: 16px;
    }

    .group-section {
        padding-left: 15px !important;
        padding-bottom: 0px !important;
        padding-top: 0px;
    }

    .group-section h2 {
        font-size: 32px;
    }

    .numbers-section-1 {
        margin-top: 72%;
        gap: 16px;
    }

    .accordion-title h5,
    .insights-card h5 {
        font-size: 1.125rem;
        line-height: 120%;
        font-weight: 500;
        color: white;
    }

    .text-content {
        margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .title-section h1 {
        font-size: 28px;
    }

    .api-logo {
        flex: 0 0 120px;
        height: 120px;
        padding: 12px;
    }

    .group-section h2 {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .title-section h1 {
        font-size: 24px;
    }

    .group-section h2 {
        font-size: 24px;
    }
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}



/* Essential-section */


.container {
    max-width: 1390px;
    margin: 0 auto;
    /* background-color: white; */
    /* padding: 115px; */
    border-radius: 10px;
    /* margin-top: 50px; */
}

.vertical-line {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    position: relative;
    border: 1px solid #E4EBEF;
}

.col {
    display: flex;
    flex-direction: column;
}
.col h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #27344A;
}
.col h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #27344A;
}

.col p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #27344A;
    line-height: 1.5;
    max-width: 400px;
    height: 83.98px !important;
}

.btn-card-essential,
.btn-grid-specialty {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #EEF1F4;
    color: #27344A;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn-card-essential img,
.btn-grid-specialty img {
    margin-left: 8px;
}

.essential-card-container {
    margin-top: 50px !important;
    background-color: #EEF1F4;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
}
.speciality-card-container {
    margin-top: 50px !important;
    background-color: #EEF1F4;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
}

.card-grid,
.category-grid {
    line-height: 1 !important;
    display: grid;
    grid-template-columns: repeat(3, 158px);
    gap: 15px;
    margin-top: 20px;
    width: 100%;
}

.essential-api-card,
.category-card {
    background-color: white;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    transition: transform 0.3s;
    width: 100%;
}

.essential-api-card {
    display: flex;
    align-items: center;
    height: 62px;
    min-width: 0px;
    width: 100%; 
}

.essential-api-card:hover,
.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.icon-placeholder {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-placeholder img {
    max-width: 100%;
    height: auto;
}

.card-content {
    flex-grow: 1;
    min-width: 0;
}

.card-title {
    font-size: 14px;
    color: #2480FC;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem !important;
}
.card-subtitle {
    font-size: 10px;
    color: #5F6368;
}

.category-title {
    font-size: 14px;
    color: #5F6368;
    font-weight: normal;
    text-overflow: ellipsis;
}

.category-count {
    font-size: 12px;
    color: #2480FC;
    margin-top: 5px;
}

.category-card {
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    position: relative;
}
/* new carousel animation starts here */
.carousel-new {
    margin: 0 auto;
    /* padding: 20px 0; */
    max-width: 100%;
    overflow: hidden;
    display: flex;
    background-color: #f5f5f5;
    &:hover {
    
            .group-new-corousel,
            .group-reverse {
                animation-play-state: paused;
            }
        }
}

.group-new-corousel {
    display: flex;
    gap: 24px;
    /* Adjust gap between logos */
    animation: scroll 20s linear infinite;
    flex-shrink: 0;
    min-width: 100%;
    padding: 0 12px;
    flex-wrap: nowrap;
    /* Prevent logos from wrapping */
}

/* Add the scroll animation for the top group */
@keyframes scroll {
    0% {
        transform: translateX(1%);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* Add reverse scroll animation for the bottom group */
@keyframes scroll-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-1%);
    }
}

.group-reverse {
    display: flex;
    gap: 24px;
    padding-left: 12px;
    will-change: transform;
    animation: scroll-reverse 20s linear infinite;
}

/* Card Style (for each image inside carousel) */
.card-carousel {
    width: 100%;
    color: white;
    border-radius: 24px;
    /* box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0; */
    padding: 10px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

/* new carousel animation starts here */


@media (max-width: 1200px) {
    .container {
        padding: 40px;
    
    }

    .col {
        align-items: center;
    }

    .essential-card-container,
    .speciality-card-container {
        margin: 20px auto;
    }
}
/* Tablet Screen (769px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
    .container-row {
        grid-template-columns: 0.5fr auto 0.5fr !important;
    }

    .essential-api-card,
    .category-card {
        padding: 10px;
    }

    .card-title {
        font-size: 10px;
        margin-bottom: 15px !important;
    }
    .category-title {
        font-size: 10px;
        margin-bottom: 0px !important;
    }

    .category-count, 
    .card-subtitle {
        font-size: 8px;
    }

    .card-grid,
    .category-grid {
        grid-template-columns: repeat(3, 131px);
    }
}

/* Tablet Screen (769px to 999px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .container-row {
        grid-template-columns: 0.5fr auto 0.5fr !important;
    }
    .essential-api-card,
    .category-card {
        padding: 10px;
    }

    .card-title {
        font-size: 10px;
        margin-bottom: 15px !important;
    }

    .category-title {
        font-size: 10px;
        margin-bottom: 0px !important;
    }

    .category-count,
    .card-subtitle {
        font-size: 8px;
    }

    .card-grid,
    .category-grid {
        grid-template-columns: repeat(3, 93px);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    .container-row {
        grid-template-columns: 1fr !important;
    }
    .vertical-line {
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: 100%;
        position: relative;
        margin-left: 5%;
        width: 90%;
    }

    .group-section h3 {
        font-size: 1.56rem !important;
        color: #27344A;
        line-height: 120% !important;
        min-width: 300px;
    }

    .col {
        width: 100%;
    }

    .col > div:first-child {
        width: 85%;
        max-width: 500px;
        margin: 0 auto;
        text-align: start;
    }

    .col p {
        text-align: start;
        margin-left: 0px;
        margin-right: 0px;
    }

    .speciality-header {
        display: none;
    }

    .essential-card-container {
            width: 85%;
            max-width: 500px;
            margin: 20px auto;
            padding: 20px;
        }

    .speciality-card-container {
        margin-top: 15px !important;
        width: 85%;
        max-width: 500px;
        margin: 20px auto;
        padding: 20px;
    }

    .card-grid,
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .essential-api-card {
        min-width: 0;
    }

    .card-title,
    .category-title {
        font-size: 12px;
    }

    .card-subtitle,
    .category-count {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .essential-card-container,
    .speciality-card-container {
        padding: 15px;
    }

    .essential-api-card,
    .category-card {
        padding: 10px;
    }

    .icon-placeholder {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    h2 {
        font-size: 20px;
    }

    .col p {
        font-size: 12px;
    }
}


 /* Latest Insights section Ends here  */

.insights-container {
    background-color: #2480FC;
    width: 97%;
    margin: 0 auto;
    padding: 0px 0px 2rem 2rem;
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
}
  
.insights-clients-tag {
    display: flex;
    justify-content: center;
    max-width: 145px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #EEF1F4;
    margin-bottom: 1rem;
    margin-left: 68px;
    margin-top: 50px;
    color: white;
    font-size: 0.75rem !important;
    line-height: 100%;
}
  
.insights-header {
    max-width: 100%;
    text-align: left;
    margin-left: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
  
.insights-header h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.insights-header h3 {
    font-size: 3rem !important;
    line-height: 110%;
}
  
.insights-header p {
    font-size: 1rem;
    margin-top: 25px;
    max-width: 35%;
    text-align: left;
    line-height: 120%;
}
  
.insights-carousel-container {
    position: relative;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    flex-grow: 1;
}
  
.insights-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    height: 100%;
    margin-left: 30px;
}
  
.insights-card {
    background-color: #0066F0;
    border-radius: 8px;
    padding: 2rem;
    height: 300px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 1.33rem);
    position: relative;
    padding-bottom: 80px;
}
  
.insights-card-tag {
    display: inline-block;
    border: 1px solid #EEF1F4;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    max-width: 50px;
    text-align: center;
    padding: 0.2rem;
    color: white;
    line-height: 100%;
}
  
.insights-card h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.4;
}
  
.insights-card-date {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
}
  
.insights-card-link {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #509AFF;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 24px;
    left: 24px;
    background-color: #2480FC;
}
  
.insights-card-link:hover {
    background-color: #FFFFFF;
    color: #27344A;
    border: 1px solid #E4EBEF;
}
/* Container for the insights navigation */
.insights-navigation {
    position: absolute;
    top: 30%;
    right: 50px;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}
  
.insights-nav-button {
    background-color: white;
    border: 2px solid #E4EBEF;
    color: #27344A;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 25px;
}
  
.insights-nav-button:hover {
    background-color: #202937;
    color: white;
    border: 2px solid #4A5567;
}

.arrow-icon-lri {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.arrow-icon-lri svg path {
    stroke: #27344A;
    fill: none;
    transition: stroke 0.3s ease;
}

.insights-nav-button:hover .arrow-icon-lri svg path {
    stroke: #ffffff;
}
  
.insights-progress-bar {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
}
  
.insights-progress {
    height: 100%;
    background-color: white;
    transition: width 0.5s ease;
}
  
/* Responsive styling */
@media (max-width: 1024px) {
    .insights-header {
        max-width: 70%;
        margin: 0;
    }
  
    .insights-card {
        flex: 0 0 calc(50% - 1rem);
    }
}
  
@media (max-width: 768px) {
    .insights-container {
        padding: 24px;
        min-height: auto;
        margin-top: 50px;
    }
  
    .insights-clients-tag {
        margin-left: 0;
        padding: 4px 12px;
        font-size: 12px;
        max-width: 160px;
        margin-top: 30px;
    }
  
    .insights-header {
        padding-left: 0rem;
        margin-left: 0rem;
        margin-top: 10px;
        margin-bottom: 2rem;
        max-width: 100%;
    }
  
    .insights-header h1 {
        max-width: 100%;
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
  
    .insights-header p {
        max-width: 100%;
        margin-top: 16px;
        font-size: 0.8125rem;
        line-height: 136%;
    }
  
    .insights-navigation {
        position: absolute;
        top: 45%;
        right: 10%;
        display: flex;
        gap: 8px;
    }
  
    .insights-nav-button {
        width: 32px;
        height: 32px;
        font-size: 18px;
        border-radius: 4px;
    }
  
    .insights-carousel-container {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        padding-top: 40px;
    }
  
    .insights-card {
        flex: 0 0 100%;
        padding: 20px;
        height: auto;
        min-height: 260px;
        margin-right: 16px;
    }
  
    .insights-card h2 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
  
    .insights-card-tag {
        font-size: 12px;
        padding: 4px 8px;
    }
  
    .insights-card-date {
        margin-bottom: 50px;
        font-size: 14px;
    }
  
    .insights-card-link {
        padding: 8px 16px;
        font-size: 14px;
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .insights-header h3 {
        font-size: 1.75rem !important;
        line-height: 120%;
    }
}

 /* Latest Insights section Ends here  */


/* Testimonial-card */

.testimonial-section{
    /* min-height: 100vh; */
    padding: 50px 80px; 
    color: white;
    background: #EEF1F4;
  }

  .testimonial-section-title{
        text-align: left;
        color: black;
        padding: 10px 30px;
        
    }
.testimonial-section-title h5 {
    text-transform: uppercase;
    font-size: 0.75rem !important;
    margin: 0;
    color: #2480FC;
    border: 2px solid #BAD1DF;
    max-width: 150px;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
}

    .testimonial-section-title h2 {
        margin-top: 10px;
        font-size: 45px;
    }

    .testimonial-section-title p {
        color: #BAD1DF;
        font-size: 0.75rem;
        line-height: 100%;
        text-transform: uppercase;
        margin: 0;
        border: 2px solid #BAD1DF;
        max-width: 200px;
        padding: 2px;
        text-align: center;
        border-radius: 4px;
    }

    .testimonial-section-title h3 {
        margin-top: 10px;
        font-size: 3rem;
        line-height: 110%;
    }

    .curved-carousel-wrapper {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }

    .carousel-container {
        position: relative;
        width: 100%;
        overflow-x: hidden;
        margin-top: 10px;
        padding-top: 105px;
    }

    .testimonial-carousel-track {
        display: flex;
        transition: transform 0.5s ease;
        gap: 20px;        
    }

    .testimonial-card {
        flex: 0 0 100%;
        max-width: 850px;
        background-image: url(https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/images/testimonial_web.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 40px;
        border-radius: 5px;
        position: relative;
        transform: scale(0.8);
        opacity: 0.5;
        filter: blur(2px);
        transition: all 0.5s ease;
    }

    .testimonial-card.active {
        transform: scale(1);
        opacity: 1;
        filter: blur(0);
    }

    .card-img {
        bottom: 92%;
        padding: 5px;
        border: 4px;
        border-radius: 8px;
    }
    .card-avatar {
        width: auto;
        height: auto;
    }
    .test-icons-size {
        width: auto;
        height: auto;
    }

    .profile-frame {
        position: absolute;
        width: 128.58px;
        height: 134.15px;
        background: #FFFFFF;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
       
    }

    .profile-frame img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #ddd;
        object-fit: cover;
    }

    .currently-using-section {
        position: absolute;
        top: 30px;
        right: 60px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .currently-using-text {
        font-size: 12px;
        text-transform: uppercase;
        opacity: 0.5;
        letter-spacing: -0.02em;
    }

    .frame-icons {
        display: flex;
        gap: 10px;
    }

    .icon-box {
        width: 22.5px;
        height: 22.88px;
        background: #FFFFFF;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review-content {
        margin-top: 50px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        line-height: 118%;
    }

    .author-details {
        margin-top: 40px;
    }

    .author-name {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .author-title {
        font-size: 14px;
        opacity: 0.7;
    }

    .arrow-icon-lr {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .arrow-icon-lr svg path {
        stroke: #2480FC;
        fill: none;
        transition: stroke 0.3s ease;
    }

    .testimonial-nav-button:hover .arrow-icon-lr svg path {
        stroke: #ffffff;
    }

    .testimonial-carousel-nav {
        position: absolute;
        bottom: -40px; /* Reduced from -60px */
        right: 0;
        display: flex;
        gap: 10px;
        z-index: 1; /
    }

    .testimonial-nav-button {
        background-color: #E4EBEF;
        border: none;
        color: #2480FC;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 25px;
    }

    .testimonial-nav-button:hover {
        background-color: #202937;
        border-color: #4A5567;
        color: white;
    }

 @media (max-width: 475px) {

    .testimonial-card {
        background-image: url(https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/images/testimonial_mob.svg);
        padding: 60px 20px 30px 20px;
        max-width: 100%;
        }
    }

 

    @media (max-width: 768px) {

        .testimonial-section {
            padding: 20px 10px; /* Reduced padding on smaller screens */
        }
        .testimonial-section-title h2{
            font-size: 1.5rem;
            margin-top: 30px;
        }
        .Feature-hero-main-heading h2 {
            color: white;
            font-size: 2.5rem !important;
        }
        .carousel-container {
            padding-top: 45px !important;
        }
        .currently-using-section {
            position: absolute;
            top: 15px; 
            right: 15px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
        }
        .currently-using-text {
        font-size: 8px; 
      
            }
         .frame-icons {
                display: flex;
                gap: 3px;
            }
        
            .icon-box {
                width: 15.5px;
                height: 15.88px;
                background: #FFFFFF;
                border-radius: 3px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        .profile-frame {
            width: 90px;
            height: 90px;
        }

        .profile-frame img {
            width: 70px;
            height: 70px;
        }

        .review-content {
            font-size: 18px;
        }
        .author-details{
         padding: 5px 0px;
       

        }
        .author-name {
            font-weight: light;
            font-size: 10px;
           
        }
    
        .author-title {
            font-size: 8px;
            opacity: 0.7;
        }

        .testimonial-section-title h3 {
            margin-top: 10px;
            font-size: 1.75rem;
            line-height: 120%;
        }

        .testimonial-section-title {
            padding: 10px 10px;
        }
        .card-img {
            left: 5px;
        }
        .card-avatar {
            width: 80px;
            height: 80px;
        }
        .test-icons-size {
            width: 15px;
            height: 15px;
        }
    }

  

    .Featured-container{
        max-width: 100%;
        margin: 0 auto; 
        padding: 0 15px; 
        width: 100%; 
        height: auto;
        box-sizing: border-box; 
        border-radius: 10px;
        background-color: #27344A;
    }
    
    .Feature-main-header {
        width: 100%;
        padding: 60px 100px 20px 100px;
    }
    
    .Feature-header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        height: 0px;
    }
    
    .Feature-logo-image {
        max-height: 40px;
        width: auto;
    }
    
    .fav-browse-api-btn {
        background-color: white;
        color: #27344A;
        padding: 12px 24px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: normal;
        transition: background-color 0.3s ease;
    }

    .fav-browse-api-btn:hover {
        background-color: #2480FC;
        color: #E4EBEF;
    }

    .fav-browse-api-btn img {
        transition: filter 0.3s;
    }

    .fav-browse-api-btn:hover img {
        filter: brightness(0) invert(1);
    }
    
    .Feature-header-border {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
        margin-top: 20px;
    }
    
    .Feature-hero-main-heading{
      padding: 10px 100px;
    }
    .Feature-hero-main-heading h2{
        color: white;
        font-size: 3.75rem;
        line-height: 100%;
    }
    .Feature-hero-section {
        position: relative;
        width: 100%;
       height: 300px;
        background-image: url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/css/apilayer/images/bglines.svg');
        background-size: cover;
        background-position: center;
        margin-top: 100px;
        z-index: 1;
        
    }
    .Feature-hero-subheading h2{
        width: 400px;
        position: absolute;
        color: white;
        right: 8%;
        top: 200px;
    }

    .Feature-hero-subheading h4 {
        font-size: 2rem;
        line-height: 116% !important;
        width: 400px;
        position: absolute;
        color: white !important;
        right: 8%;
        top: 200px;
    }
    .overlay-image {
        position: absolute;
        top: -150px;
        left: 150px;
        transform: rotate3d(3, 2, -3, 45deg);
        transition: left 1s ease, transform 1s ease;
        /* background-image: url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/apilayer/images/bglinesblue.png'); */
    }
    
    .overlay-image.slide-in {
        left: 400px;
        transform: none;
        /* Remove the rotation/skew */
    }
    
    .Feature-Ipcard-section {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 100px 150px 100px;
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
    }
    .feature-left-content {
        flex: 1;
        position: relative;
         z-index: 2;
         max-width: 40rem;
    }
    .feature-tag {
        display: inline-block;
        padding: 6px 12px;
        color: #ffffff;
        border-radius: 4px;
        font-size: 0.75rem !important;
        line-height: 100% !important;
        margin-bottom: 24px;
        text-transform: uppercase;
        border: 2px solid white;
       
    }
    .feature-main-title h4{
        font-size: 2rem;
        line-height: 116% !important;   
        max-width: 30rem;
    }
    
    .Feature-ipstack {
        padding: 100px 95px 0px 100px;
    }

    .Feature-ipstack-section {
        position: relative;
        width: 100%;
        min-height: 400px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        justify-content: space-evenly; 
        align-items: center;
        gap: 50px;
    }
    
    .feature-ipstack-left-content,
    .feature-ipstack-right-content {
        display: flex;
        flex-direction: column;
        align-items: left !important; 
        max-width: 500px; 
    }
    
    .feature-ipstack-left-content img,
    .feature-ipstack-right-content img {
        width: 100%;
        height: auto;
        max-width: 590px; 
    }
    
    .feature-text {
        max-width: 500px;
        color: white;
        margin-top: 15px; 
        font-size: 1.5rem !important;
        line-height: 120% !important;
    }
    .feature-ipstack-heading h2{
        color: white;
        font-size: 3.75rem;
        line-height: 100%;
    }

    .type-image-left {
        position: absolute;
        top: -3%;
        left: -40%;
    }

    .type-image-down {
        left: 5%;
        position: absolute;
        top: 88%;
        transform: scale(0.7) !important;
    }

    .typewriter {
        border-right: 3px solid #d4d4d4;
        padding-right: 5px;
        white-space: nowrap;
        animation: typing 1s steps(60) 0s 1 normal both, blink-caret 0.75s step-end infinite;
    }

    @keyframes typing {
        from {
            width: 0;
        }

        to {
            width: 100%;
        }
    }

    @keyframes blink-caret {
        50% {
            border-color: transparent;
        }
    }

    .typewriter-line {
        display: block;
        max-width: fit-content;
        white-space: nowrap;
        overflow: hidden;
    }

    .hidden {
        visibility: hidden;
    }

    .p-cursor-hidden {
        border-right: none;
    }

    .type-code p {
        max-width: fit-content;
    }
/* 
    .code-container {
        min-height: 300px;
    }
     */
    /* Use Cases Section */
    .feature-use-cases-section {
        padding: 100px;
        color: #ffffff;
    }
    
    .feature-use-cases-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
    }
    
    .feature-use-cases-left {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 45%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        color: #333;
        display: block;
        justify-content: space-between;
        min-height: 456px;
    }
    .feature-use-cases-right {
        background-color: #EEF1F4;
        padding: 30px;
        border-radius: 8px;
        width: 45%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1.65rem;
    }
    
    .feature-use-cases-left {
        background-color: #0c6ff7;
        color: #ffffff;
    }
    
    .feature-use-cases-left .tag {
        color: white;
        padding: 6px 12px;
        border-radius: 5px;
        font-size: 0.75rem !important;
        line-height: 100% !important;
        margin-bottom: 10px;
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid white;
        max-width: 100px;
       
    }
    
    .feature-use-cases-title {
        font-size: 3rem !important;
        line-height: 110% !important;
        margin: 20px 0;
    }
    
    .feature-use-cases-description {
        font-size: 1.125rem !important;
        line-height: 115% !important;
        margin-bottom: 20px;
    }
    
    .feature-use-case-list{
        list-style-type: none;
        padding: 0;
        margin: 0;
        flex-grow: 1;
    }
     
    .feature-use-case-list li {
        font-size: 1rem;
        margin-bottom: 15px;
        padding: 8px 0px;
        color: #ffffff;
        cursor: pointer;
        border-bottom: 1px solid white;
    }
    .feature-use-cases-left .feature-use-case-list {
        display: block;
    }
    
    /* Right section specific styling */
    .feature-use-cases-right .feature-use-case-list {
        display: flex;
        flex-direction: column;
    }
    
    .feature-use-cases-right .feature-use-case-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    
    .case-list li:hover {
        color: #cce6ff;
    }
    
    .use-cases-right img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .use-cases-right-text {
        font-size: 0.95rem;
        line-height: 120%;
        font-weight: 300;
    }
    
    .use-cases-button {
        text-align: center;
        margin-top: 11vh;
        padding-bottom: -15px;
    }
    
    .use-cases-button button {
        background-color:white;
        color: #27344A;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1rem;
        transition: background-color 0.3s ease;
    }
    /* accordion  */
    
    .accordion-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 0px;
        width: 100%; /* Full width */
        border-bottom: none; /* To avoid double borders */
      }
    
      .accordion-title:last-child {
        border-bottom: 1px solid #ddd; /* Add bottom border to last item */
      }
    
      /* Icon styling */
      .icon-placeholder {
        width: 16px;
        height: 16px;
        transition: transform 0.3s;
        float: right; /* Align icon to the right */
      }
    
      /* Rotate the arrow icon when active */
      .accordion-title.active .icon-placeholder {
        transform: rotate(90deg);
      }
      .accordion-content {
        display: none;
        position: relative;
        background-color: #EEF1F4;
        color: black;
        padding: 20px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        opacity: 100;
        border-radius: 8px;
        margin-top: 12px;
        width: 100% !important; /* Full width to match title */
      }
    .accordion-contentdiv {
        background-color: #EEF1F4;
        color: #333;
        padding: 15px;
        font-size: 16px;
    }
    
      /* Active Accordion Content */
      .accordion-content.show {
        display: block;
      }
      @media (max-width: 1024px) {
        /* Adjust padding and layout for 1024px */
        .Feature-main-header {
            
            padding: 20px 0px ;
            text-align: left;
        }
    
        .Feature-header-content {
            margin-left: 3.7rem;
            align-items: center;
        }
    
        .fav-browse-api-btn {
            margin-top: 10px; /* Add spacing above button */
        }
    
        .Feature-hero-main-heading {
            padding: 10px 55px;
        }

        .Feature-hero-main-heading h2 {
            font-size: 2.5rem;
        }
    
        .Feature-hero-section {
            margin-top: 50px;
            height: 250px;
            background-size: cover;
        }
    
        .overlay-image {
            top: -132px;
            transform: scale(0.8) !important;
            left: 99px !important;
        }

        .Feature-hero-subheading h2 {
            right: 10%;
            width: 100%;
            font-size: 1.8rem;
        }
        .Feature-hero-subheading h4 {
            font-size: 1.35rem;
        }
    
        .Feature-Ipcard-section {
            /* flex-direction: column-reverse;  */
            /* padding: 0px 20px; */
            align-items: center;
            text-align: center;
        }
    
        .feature-left-content,
        .right-content {
            width: 100%;
            max-width: 330px;
            text-align: center;
        }
    
        .feature-left-content {
          max-width: 514px !important;
        }

        .Feature-ipstack-section {
            padding: 0px;
            gap: 30px;
            flex-direction: column;
        }
        .Feature-header-content .fav-browse-api-btn {
            display: none;
        }
    
        /* Display the button after .feature-ipstack-right-content */
        .feature-use-cases-section {
            padding: 30px 20px;
        }
    
        /* Make containers stack vertically */
        .feature-use-cases-container {
            flex-direction: column;
            gap: 20px; /* Space between stacked items */
        }
    
        .feature-use-cases-left,
        .feature-use-cases-right {
            width: 100%;
            max-width: 100%;
        }
        .feature-ipstack-heading h2 {
            font-size: 2rem; /* Optional: adjust font size for responsiveness */
            margin-left: -0.4rem;
        }
    
        .feature-ipstack-heading h2::after {
            content: "";
            display: block;
        }
    
        .feature-ipstack-heading h2 span {
            display: inline-block;
            margin-top: 5px; /* Optional: add space between lines */
        }
        .feature-ipstack-left-content img {
            width: 100%;
            max-width: none; 
        }
        .feature-ipstack-right-content img {
            max-width: none; 
        }
       
        .feature-text {
            color: white;
            font-size: 1.2rem !important;
            line-height: 120% !important;
            text-align: left;           
            white-space: nowrap; 
            overflow: hidden;            
        }
    }
    
    @media (max-width: 768px) {    
        .Feature-main-header {
            padding: 15px 0px;
        }
         .fav-browse-api-btn {
            margin-top: 10px; /* Add spacing above button */
        }

        .use-cases-button {
            text-align: center;
            margin-top: 3vh;
            margin-bottom: 3vh;
            padding-bottom: 15px;
        }
        .feature-ipstack-heading h2{
            color: white;
            font-size: 2.5rem;
        }

        .Featured-container {
            padding: 0px 15px 15px 15px;
        }
        
       .title-section-btn {
        display: none;
       }
    
        /* .Feature-hero-section {
            height: 200px;
            margin-top: 20px;
        } */
        .Feature-hero-main-heading {
            margin-top: 50px;
            padding: 10px 0px;
        }
        .overlay-image {
            top: -55px;
            left: 35px !important;
            width: 80%;
        }
        .overlay-image.slide-in {
            left: 100px;
            transform: none;
            /* Remove the rotation/skew */
        }
        
        .Feature-header-content {
            flex-direction: column;
            justify-content: center;
            margin-left: 0rem;
        }
    
        .logo {
            width: 100%;
            display: flex;
            justify-content: flex-start;
        }
        .Feature-logo-image {
            margin-left: 0; 
        }
        .Feature-hero-subheading h2 {
            font-size: 1.5rem;
            top: 100px;
            left: 2%;
            width: 80%;
            font-size: 20px;
        }
        .Feature-hero-subheading h4 {
            font-size: 1.25rem !important;
            line-height: 116% !important;
            top: 100px;
            left: 2%;
            width: 80%;
            margin-left: 0px;
        }
    
        .Feature-Ipcard-section {
            flex-direction: column-reverse; 
            padding: 0px 0px 20px 0px; 
            text-align: left; 
        }
    
        .feature-left-content {
            text-align: left;
            margin-top: 20px; 
        }
    
        .feature-main-title h4 {
            font-size: 1.5rem; 
            line-height: 1.3;
            
        }
    
        .right-content {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 20px; 
        }
    
        .type-image {
            max-width: 100%;
            height: auto; /* Ensure image scales responsively */
        }
       
        .feature-ipstack-left-content img,
        .feature-ipstack-right-content img {
            width: 100%; 
            height: auto; 
            padding: 10px 0px;
        }
    
        .feature-text {
          color: white;
          font-size: 1.2rem !important;        
        }  

        .Feature-ipstack {
            padding: 0px 0px 25px 0px;
        }
        .feature-ipstack-heading h2 {
            text-align: left; 
            margin-left: 0; 
            max-width: 16rem;
        }
    
       
        
        .feature-use-cases-left h3 {
            font-size: 1.75rem !important;
            line-height: 120%;
            max-width: 17rem;
        }
       
        
    
       
    
    
        /* Make containers stack vertically */
    
        .feature-use-cases-container {
            padding: 0px 0px;
            flex-direction: column;
        }
        .feature-use-cases-section {
            padding: 0px 0px;
        }
        .feature-use-cases-container {
            flex-direction: column;
            gap: 20px; /* Space between stacked items */
        }
    
        .feature-use-cases-left,
        .feature-use-cases-right {
            width: 100%;
            max-width: 100%;
        }
    
        
        .feature-use-cases-left,
        .feature-use-cases-right {
            width: 100%;
            padding: 15px;
            text-align: left;
        }
    
        .accordion-title {
            font-size: 1rem;
        }
    
        .accordion-content {
            width: 100%;
          opacity: 100;
        
        }
    
        .use-cases-button button {
            font-size: 0.9rem;
            padding: 8px 16px;
        }
    }
    



    .powerful-api {
    margin-top: 80px;
}

.powerful-api-card {
    display: flex;
    justify-content: space-between;
    padding: 80px;
    background-color: #007BFF;
    color: white;
    border-radius: 12px;
    width: 100%;
    min-height: 420px;
    margin: 50px auto;
}

.powerful-api-left-section {
    flex: 1;
}

.powerful-api-left-section h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.powerful-api-left-section h3 {
    font-size: 3rem;
    line-height: 110%;
}

.powerful-api-left-section p {
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 20px;
    width: 90%
}

.insights-card-date p {
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 300;
}

.powerful-api-left-section button {
    background-color: white;
    color: #27344A;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.powerful-api-left-section span {
    margin-left: 10px;
    font-size: 1.2rem;
}

.powerful-api-right-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.api-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.api-wrapper .api-item1,
.api-wrapper .api-item2,
.api-wrapper .api-item3,
.api-wrapper2 .api-itemone,
.api-wrapper3 .api-wraper-box,
.api-wrapper3 .api-wraper-boxtwo,
.api-wrapper3 .api-wraper-boxthree {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.api-item1 span,
.api-item2 span,
.api-item3 span,
.api-itemone span,
.api-wraper-box span,
.api-wraper-boxtwo span,
.api-wraper-boxthree span {
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
}

.icon1,
.icon2,
.icon3,
.iconone,
.wrap3iconone,
.wrap3icontwo,
.wrap3iconthree {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
}

/* Position adjustments for each icon */
.api-item1 span {
    top: -8px;
    left: 46px;
}

.icon1 {
    left: -7px;
    top: -13px;
}

.api-item2 span {
    top: -85px;
    left: 2px;
}

.icon2 {
    left: -50px;
    top: -89px;
}

.api-item3 span {
    top: -156px;
    left: -40px;
}

.icon3 {
    left: -93px;
    top: -162px;
}

.api-itemone span {
    top: 11px;
    left: -108px;
}

.iconone {
    left: -163px;
    top: 5px;
}

.api-wraper-box span {
    top: 75px;
    left: -74px;
}

.wrap3iconone {
    left: -135px;
    top: 78px;
}

.api-wraper-boxtwo span {
    top: 103px;
    left: -35px;
}

.wrap3icontwo {
    left: -88px;
    top: 104px;
}

.api-wraper-boxthree span {
    top: 135px;
    left: 10px;
}

.wrap3iconthree {
    left: -43px;
    top: 130px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .powerful-api-card {
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
        align-items: center;
    }

    .powerful-api-left-section {
        margin-bottom: 20px;
        text-align: center;
    }

    .powerful-api-left-section h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .powerful-api-left-section p {
        font-size: 0.8125rem !important;
        line-height: 136%;
        width: 100%;
    }

    .powerful-api-left-section button {
        font-size: 0.9rem;
        padding: 10px 20px;
        margin: 0 auto;
    }

    .powerful-api-right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        /* Ensure it takes up full width on mobile */
    }

    .powerful-api-left-section h3 {
        font-size: 1.75rem;
        line-height: 120%;
    }


    .api-wrapper,
    .api-wrapper2,
    .api-wrapper3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .api-item1,
    .api-item2,
    .api-item3,
    .api-itemone,
    .api-wraper-box,
    .api-wraper-boxtwo,
    .api-wraper-boxthree {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 50px;
        margin-bottom: 20px;
    }

    /* Keep icons and text aligned properly */
    .icon1,
    .icon2,
    .icon3,
    .iconone,
    .wrap3iconone,
    .wrap3icontwo,
    .wrap3iconthree {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }

    /* Text stays aligned with icons */
    .api-item1 span,
    .api-item2 span,
    .api-item3 span,
    .api-itemone span,
    .api-wraper-box span,
    .api-wraper-boxtwo span,
    .api-wraper-boxthree span {
        font-size: 1.2rem;
        margin-left: 60px;
    }
}



/* Power Api CSS starts here  */

.powerful-api {
    margin-top: 80px;
    background-color: #EEF1F4;
}

.powerful-api-card {
    max-width: 97%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    background-color: #2480FC;
    color: white;
    border-radius: 12px;
    width: 100%;
    min-height: 450px;
    margin: 50px auto;
}

.powerful-api-left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.powerful-api-left-section h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.cta-button-p-w {
    width: 27%;
    background-color: white;
    color: #27344A;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    min-width: 170px;
}

.cta-button-p-w:hover {
    background-color: #202937;
    color: white;
}

.cta-button-p-m {
    display: none;
    width: 27%;
    background-color: white;
    color: #27344A;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    min-width: 170px;
}

.cta-button-p-m:hover {
    background-color: #202937;
    color: white;
}

.powerful-api-left-section p {
    font-size: 1rem;
    margin-bottom: 5%;
    margin-top: 5%;
}

.p-img-div1, .p-img-div2, .p-img-div3, .p-img-div4, .p-img-div5, .p-img-div6, .p-img-div7 {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4169e1;
    animation: diagonal-move-anim 7s linear infinite;
    animation-play-state: running; /* Ensure it starts running */
    color: white;
}
.p-img-div1:hover, .p-img-div2:hover, .p-img-div3:hover, .p-img-div4:hover, .p-img-div5:hover, .p-img-div6:hover, .p-img-div7:hover {
   
    color: white;
}

/* Define the individual delays */
.p-img-div1 {
    animation-delay: 0s;
}

.p-img-div2 {
    animation-delay: -1s;
}

.p-img-div3 {
    animation-delay: -2s;
}

.p-img-div4 {
    animation-delay: -3s;
}

.p-img-div5 {
    animation-delay: -4s;
}

.p-img-div6 {
    animation-delay: -5s;
}

.p-img-div7 {
    animation-delay: -6s;
}

/* Pause all animations on hover */
.dynamic-animation-container:hover .p-img-div1,
.dynamic-animation-container:hover .p-img-div2,
.dynamic-animation-container:hover .p-img-div3,
.dynamic-animation-container:hover .p-img-div4,
.dynamic-animation-container:hover .p-img-div5,
.dynamic-animation-container:hover .p-img-div6,
.dynamic-animation-container:hover .p-img-div7 {
    animation-play-state: paused;
}

.powerful-api-left-section button {
    background-color: white;
    color: #27344A;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.powerful-api-left-section span {
    margin-left: 10px;
    font-size: 1.2rem;
}

.powerful-api-right-section {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: space-between;
}

.span-p-icons {
    margin-left: 25px;
    font-size: 22px;
}

.api-wrapper {
    width: 100%;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.api-wrapper .api-item1,
.api-wrapper .api-item2,
.api-wrapper .api-item3,
.api-wrapper2 .api-itemone,
.api-wrapper3 .api-wraper-box,
.api-wrapper3 .api-wraper-boxtwo,
.api-wrapper3 .api-wraper-boxthree {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
    /* padding-left: 20px; */
}

.api-item1 span,
.api-item2 span,
.api-item3 span,
.api-itemone span,
.api-wraper-box span,
.api-wraper-boxtwo span,
.api-wraper-boxthree span {
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
}

.icon1,
.icon2,
.icon3,
.iconone,
.wrap3iconone,
.wrap3icontwo,
.wrap3iconthree {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
}

.dynamic-animation-container {
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.flex-container {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 position: absolute;
 gap: 6px;
}

.flex-container:hover {
    transition: transform 0.3s ease;
    transform: scale(1.1);
    cursor: pointer;
}

@keyframes diagonal-move-anim {
    100% {
        transform: translate(200px, 0);
    }

    50% {
        transform: translate(0px, 170px);
    }

    0% {
        transform: translate(200px, 375px);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .powerful-api-card {
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
        width: 90%;
        align-items: center;
    }

    .powerful-api-left-section {
        margin-bottom: 20px;
        text-align: left;
    }

    .powerful-api-left-section h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .powerful-api-left-section h2 {
        font-size: 24px !important;
    }

    .powerful-api-right-section {
        overflow: hidden;
        min-height: 430px;
    }

    .dynamic-animation-container {
        position: relative;
        overflow: visible;
        min-height: 400px;
    }

    .p-img-div1 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div2 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div3 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div4 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div5 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div6 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .p-img-div7 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .cta-button-p-w {
        display: none;
        width: 27%;
        background-color: white;
        color: #27344A;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        min-width: 170px;
    }

    .cta-button-p-w:hover {
        background-color: #202937;
        color: white;
    }

    .cta-button-p-m {
        width: 27%;
        background-color: white;
        color: #27344A;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
        min-width: 170px;
    }

    .cta-button-p-m:hover {
        background-color: #202937;
        color: white;
    }

    .powerful-api-left-section p {
        font-size: 16px;
        font-weight: light;
        margin-bottom: 8%;
    }

    .powerful-api-left-section button {
        font-size: 0.9rem;
        padding: 10px 20px;
        margin: 0 auto;
    }

    .powerful-api-right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        /* Ensure it takes up full width on mobile */
    }

    .api-wrapper,
    .api-wrapper2,
    .api-wrapper3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .api-item1,
    .api-item2,
    .api-item3,
    .api-itemone,
    .api-wraper-box,
    .api-wraper-boxtwo,
    .api-wraper-boxthree {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 50px;
        margin-bottom: 20px;
    }

    /* Keep icons and text aligned properly */
    .icon1,
    .icon2,
    .icon3,
    .iconone,
    .wrap3iconone,
    .wrap3icontwo,
    .wrap3iconthree {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }

    /* Text stays aligned with icons */
    .api-item1 span,
    .api-item2 span,
    .api-item3 span,
    .api-itemone span,
    .api-wraper-box span,
    .api-wraper-boxtwo span,
    .api-wraper-boxthree span {
        font-size: 1.2rem;
        margin-left: 60px;
    }
}

/* Power Api CSS Ends here  */



/*------------------------------------
  Sidebar Navigation
------------------------------------*/
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    width: 23.4375rem;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
    box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
}

.sidebar-body,
.sidebar-content {
    height: 100%;
}

.sidebar-left {
    right: auto;
    left: 0;
    -webkit-box-shadow: 5px 0px 12px rgba(103, 119, 136, 0.1);
    box-shadow: 5px 0px 12px rgba(103, 119, 136, 0.1);
}

.sidebar-scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar-container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.sidebar-footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidebar-footer-offset {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------
  Unfold
------------------------------------*/
.hs-unfold {
    position: relative;
    display: inline-block;
}

.hs-unfold-content {
    display: block !important;
    opacity: 0;
    pointer-events: none;
}

.hs-unfold-content-initialized {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hs-unfold-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.hs-unfold-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: rgba(33, 50, 91, 0.125);
}

.hs-unfold-content.hs-unfold-reverse-y {
    top: auto;
    bottom: 100%;
    margin-top: 0;
}

/*------------------------------------
  Scrollbar
------------------------------------*/
.scrollbar {
    overflow: hidden;
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 0.5rem;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
}

.scrollbar:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scrollbar-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrollbar-horizontal::-webkit-scrollbar {
    height: 0.25rem;
}

.scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: rgba(189, 197, 209, 0.6);
    visibility: hidden;
}

.scrollbar-horizontal:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

/*------------------------------------
  Animation
------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}