* {
    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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/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/developers/css/{{ assets_path }}/fonts/open-sauce-one/OpenSauceOne-BlackItalic.ttf") format('truetype');
}

.navbarv2 {
    background-color: white !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    position: absolute !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar {
    background-color: var(--bg-color);
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 60rem;
    width: calc(100% - 40px);
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 10;
	top: 20px !important;
    height: 57.03px !important;
}

.dropdown-menu.active {
    display: block;
    transition: opacity 3s ease;
}

.bg-blur-cooridinates {
    display: block;
    position: absolute;
    width: 100%;
    object-fit: cover;
    background-blend-mode: overlay;
    overflow: hidden;
    top: 0;
    right: 0;
}

.mobile-bg-cooridinates {
    display: none;
}


.text-custom-white {
    color: #FFFFFF;
}

.button-extra-small {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}



.bg-cooridinates {
    width: 100%;
    object-fit: cover;
    background-size: 100% 300%;
    background-position: center top;
    background-blend-mode: overlay;
    overflow: hidden;
    z-index: 5;
    top: 0;
    right: 0;
}





























/* new css */

.pg-body {
    background: #EEF1F4;
    padding-top: 120px;
    /* background: #EEF1F4 url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developers/images/color_blur.svg') no-repeat top; */
    background-size: 100% auto;
}

.repo-button {
    background-color: #2480FC;
    font-size: 0.875rem !important;
    line-height: 1 !important;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #509AFF;
}

.repo-button:hover {
    background-color: white;
    /* Optional: Ensures background doesn't change */
    color: black;
    /* Explicitly set the color */
    text-decoration: none;
    /* Prevents underline */
    border: 1px solid white
}

.repo-button:hover {
    background-color: white;
    /* Optional: Ensures background doesn't change */
    color: black;
    /* Explicitly set the color */
    text-decoration: none;
    /* Prevents underline */
    border: 1px solid white
}

.main-description {
    color: #212630;
    font-size: 16px;
    line-height: 19.2px;
    max-width: 65%;
}

.repo {
    background-color: #EEF1F4;
    border: solid 1px #E5ECF1;
    border-radius: 8px;
}

.repo-description {
    color: #27344A;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: -2%;
    max-width: 85%;
}

.repo-sub-heading {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #27344ACC;
    opacity: 80%;
    border: 1px solid rgba(39, 52, 74, 0.4);
}

.table-data {
    color: #212630;
    font-size: 16px;
    line-height: 19.2px;
}


.table-headings {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 500;
    color: #27344A;
}

.table-header {
    background-color: #E4EBEF;
}

.Aviationstack-table {
    border: solid 1px #E4EBEF;
    border-radius: 1.5rem;
}

.table th,
.table td {
    vertical-align: middle;
}

.fade-in-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-animation.visible {
    opacity: 1;
    transform: translateY(0);
}

.pg-prefix {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 75px;
}

.dev-pg-prefix {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 75px;
}

.pg-prefix-video {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.pg-prefix-left {
    max-width: 50rem;
}

.browse-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: white;
    color: #27344A;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid rgba(228, 235, 239, 1);
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    z-index: 10;
}

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

.browse-button img {
    transition: filter 0.3s;
}

.browse-button:hover img {
    filter: brightness(0) invert(1);
}

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

.product-hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 40rem;
    z-index: 8;
    /* overflow: hidden;
    position: relative;  */
}

.product-hero-section h2 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 60px;
    font-weight: 500;
    max-width: 60%;
}

.texth1-blue {
    color: #2480FC !important;
}

.hero-subtitle {
    color: #27344A;
    margin: 0 auto;
    font-size: 18px;
    line-height: 20.7px;
    letter-spacing: 0px;
    opacity: 80%;
    max-width: 28%;
    text-align: left;
}


.texth1-navy {
    color: #27344A !important;
}

.table-heading {
    color: #27344A !important;
}

.table-description {
    color: #212630;
    font-size: 16px;
    line-height: 120%;
    opacity: 80%;
    max-width: 49%;
}

.cta-button {
    background-color: #27344a;
    font-size: 0.875rem !important;
    line-height: 1 !important;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #000000;
}

.cta-button:hover {
    background-color: #FFFFFF;
    color: #27344a;
    border: #E4EBEF;
    transition: 0.3s ease;
}

.affiliate-partner-p {
    font-size: 18px;
    line-height: 20.7px;
    color: #27344A;
}

.products-list {
    padding: 75px;
    margin-left: 30px;
    margin-right: 30px;
}

.hero-section-setup {
    padding: 30px 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.dev-hero-section-setup {
    padding: 30px 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.max-w-max {
    max-width: max-content;
}

.sub-heading {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #2480FC;
    border: 1px solid #BAD1DF;
}

.main-heading {
    font-size: 48px;
    line-height: 110%;
    max-width: 70%;
    color: #27344A;
}

.Dev-main-heading {
    font-size: 48px;
    line-height: 110%;
    color: #27344A;
    max-width: 60%;
}

.community-affilate-heading {
    max-width: 56%;
    color: #212630;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -1%;
}

.Developer-main-heading {
    font-size: 48px;
    line-height: 110%;
    max-width: 50%;
    color: #27344A;
}

.highlight {
    color: #2480FC;
    line-height: 37.12px;
    font-weight: 600px;
    /* Blue for 'few lines of code' */
}

.sm-card-gap {
    gap: 12px;
}

.sm-card-description {
    color: white;
    opacity: 60%;
    line-height: 19.2px;
    font-size: 16px;
    letter-spacing: -1%;
}

.insights-description {
    color: white;
    opacity: 80%;
    line-height: 19.2px;
    font-size: 16px;
    letter-spacing: -1%;
}

.Dev-highlight {
    color: #0052CC;
    line-height: 37.12px;
    font-weight: 500px;
}

.description {
    color: #212630;
    font-size: 16px;
    line-height: 120%;
    opacity: 80%;
    max-width: 59%;
}

.affilate-heading {
    color: #212630;
    font-size: 16px;
    line-height: 120%;
    max-width: 40%;
}

.Dev-affilate-heading {
    color: #212630;
    font-size: 16px;
    line-height: 120%;
    max-width: 45%;
}

.Developer-heading {
    color: #212630;
    font-size: 16px;
    line-height: 120%;
    max-width: 60%;
}

.texth1-blue {
    color: #2480FC !important;
}

.tiles-layout {
    background-color: #FFFFFF;
    border: solid 1px #E4EBEF;
    border-radius: 6px;
    padding: 12.5px;
}

.h5-style {
    font-weight: 500px;
    font-size: 24px;
    line-height: 28.8px;
}

.products-heading {
    margin: 0 !important;
    position: relative;
    padding-bottom: 2rem;
}

.products-heading:after {
    content: '';
    position: absolute;
    left: -75px;
    right: -75px;
    bottom: 0;
    height: 1px;
    background-color: rgba(39, 52, 74, 0.2);
}

.products-heading h1 {
    line-height: 100%;
    font-size: 60px;
    letter-spacing: -1px;
}

.affiliate-heading {
    font-size: 32px;
    line-height: 37.12px;
    color: #FFFFFF;
    max-width: 383.5px;
}

/* .browse-button{
    margin-bottom: 87px;
  } */
.custom-card-header {
    gap: 10px !important;
}

.custom-card {
    background-color: #FFFFFF;
    border: 1px solid #E4EBEF;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    gap: 1.5rem;
    /* min-height: 147px !important; */
    min-height: 239px;
    justify-content: space-between;
}

.gap-4-rem {
    gap: 20rem;
}

.svg-iconing {
    border: 2px solid #E4EBEF;
    border-radius: 4px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.card-title-section {
    line-height: 28.8px;
    color: #27344A;
    font-size: 24px;
    font-weight: 500;
}

.card-title {
    font-size: 18px;
    white-space: nowrap;
}

.text-font {
    font-weight: 500px;
}

.card-subtitle {
    font-size: 7px;

}

.Developers-card-description {
    font-size: 16px;
    line-height: 19.2px;
    opacity: 60%;
    color: #27344A;
    max-width: 92%;
}

.cardp-icon {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.texth1-navy {
    color: #27344A !important;
    font-size: 60px;
    line-height: 60px;
}

.affiliate-product-button {
    max-width: 202px;
    margin: auto;
}

.affiliate-browse-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 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;
    cursor: pointer;
}

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

.affiliate-browse-button img {
    transition: filter 0.3s;
}

.affiliate-browse-button:hover img {
    filter: brightness(0) invert(1);
}


.cred-font {
    color: #212630;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
}

.button-alignment {
    margin-bottom: 0px;
}

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

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

.testimonial-card-img {
    bottom: 92%;
    padding: 5px;
    border: 4px;
    border-radius: 8px;
    width: none;
}

.card-avatar {
    width: auto;
    height: auto;
}

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

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

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

.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%;
    color: #EEF1F4;
}

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

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

.author-title {
    font-size: 14px;
    opacity: 0.7;
    color: #EEF1F4;
    opacity: 70%;
}

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

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

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



.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 75px;
}

.video-container {
    position: relative;
    width: 1305px;
    height: 587px;
    overflow: hidden;
    border-radius: 6px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* slider styling  */
.insights-container {
    background-color: #27344A;
    width: 97%;
    margin: 0 3px;
    padding: 50px 0px 2rem 0;
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
}

.insights-navigation {
    position: absolute;
    top: 20%;
    right: 100px;
    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-header {
    max-width: 100%;
    text-align: left;
    margin-left: 85px;
    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-navigation-heading {
    font-size: 48px !important;
    line-height: 110%;
}

.insights-header p {
    font-size: 1rem;
    margin-top: 25px;
    max-width: 35%;
    text-align: left;
    line-height: 120%;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 6px;
    width: 98%;
    margin: 0 auto 0 12px;;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
}

.sm-card {
    min-width: calc(100% / 3);
    /* 3 cards per view on desktop */
    margin: 10px;
    color: #fff;
    background: #202937;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 240px;
    border-radius: 8px;
    border: solid 1px #4A5567;
    text-align: left;
    padding: 35px 20px 0px 20px;
}

.progress-bar-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
}

.progress-bar {
    height: 100%;
    width: 0;
    background: white !important;
    transition: width 0.3s ease;
}

/* animation part styling */
.repo-button {
    width: auto;
    /* Ensure button width is based on content */
    max-width: fit-content;
    /* Prevent stretching */
    padding: 12px;
    /* Slightly larger padding for touch devices */
    font-size: 14px;
    /* Adjust button font size */
}

.main-container {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 58px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.animation-heading {
    font-size: 48px;
    color: #27344A;
    line-height: 52.8px;
    letter-spacing: -1%;
}

.left-content {
    flex: 1;
    max-width: 50%;
    padding-left: 25px;
}

.animation-card {
    display: flex;
    align-items: center;
    /* Remove default border */
    padding: 20px;
}

.animation-title {
    color: #2480FC;
    /* Bootstrap blue */
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
}

.animation-subtitle {
    color: #27344A;
    font-size: 7px;
    line-height: 7px;
    font-weight: 500;
    letter-spacing: 8%;
}

.carousel-containers {
    flex: 1;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.carousel-container-animation {
    width: 150px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    flex-direction: column;
    gap: 7px;
    animation: scroll 10s linear infinite;
}

.carouse2 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    animation: scroll2 10s linear infinite;
}

.carouse3 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    animation: scroll3 10s linear infinite;
}

.carousels-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.45);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.svg-rounded {
    border-radius: 4px;
}

.bg-dotted-cooridinates {
    position: absolute;
    width: 100%;
    object-fit: cover;
    background-blend-mode: overlay;
    overflow: hidden;
    top: 0;
}

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

    100% {
        transform: translateY(-700px);
        /* Move all items out of view */
    }
}

@keyframes scroll2 {
    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-700px);
        /* Move all items out of view */
    }
}

@keyframes scroll3 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-700px);
        /* Move all items out of view */
    }
}

/* animation styling ends here */
@media (max-width: 768px) {

    .iframe-container {
        padding: 0;
    }

    .bg-blur-cooridinates {
        display: none;
    }

    .mobile-bg-cooridinates {
        display: block;
        position: absolute;
        width: 100%;
        object-fit: cover;
        background-blend-mode: overlay;
        overflow: hidden;
        top: 0;
        right: 0;
    }

    .sm-card {
        min-height: 138px;
    }


    #languageSelect {
        display: flex;
    }

    .video-container {
        position: relative;
        min-width: 363px;
        /* Set the desired width */
        max-height: 185px;
        overflow: hidden;
        margin: 0 15px;
    }

    .hero-section-setup {
        padding: 30px 0px;
        margin-right: 5px;
        margin-left: 5px;

    }

    .dev-hero-section-setup {
        padding: 30px 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .Developers-card-description {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 84%;
    }

    .position-end {
        position: absolute;
        top: 30%;
        right: 6px;
        transform: translateY(-50%);
        height: auto;
        display: block;
    }

    .bg-cooridinates {
        top: 18rem;
    }

    .main-description {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 100%;
    }

    .repo-description {
        font-size: 18px;
        font-weight: 500;
        max-width: 95%;
        line-height: 21.1px;
    }

    .custom-card {
        min-height: 100%;
        overflow-x: hidden;
    }

    .blue-tiles {
        justify-content: center;
    }

    .product-cards {
        max-width: 100%;
    }

    .last-card {
        gap: 1.5rem;
    }

    .carousel-container {
        margin: 0
    }

    .view-more-button {
        display: block;
        background: #FFFFFF;
        color: #27344A;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        line-height: 15.82px;
        border: 1px solid #E4EBEF;
        margin-bottom: 20px;
    }

    .pg-body {
        padding-top: 20px;
        background-size: auto;

    }

    #pg-response {
        max-width: 100% !important;
    }

    .topbar-dropdown-options {
        background: #27344A;
        max-height: 0;
        text-align: left;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
        position: absolute;
        border-top: none;
        width: 100%;
        z-index: 1;
        border-radius: 6px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        top: 36px;
    }

    .topbar-dropdown-option {
        cursor: pointer;
        color: #E4EBEF;
        border: 1px solid rgba(255, 255, 255, 0.15);
        padding: 5px 8px;
        margin: 8px 5px;
        border-radius: 6px;
        font-size: 10px;
        line-height: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-hero-section h2 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: -1%;
        max-width: 85%;
    }

    .product-hero-section {
        min-height: 30rem;
        background-size: 100% 200%;
        margin-top: 70px;
    }

    .hero-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 16.1px;
        max-width: 72%;
        text-align: center;
    }

    .btn {
        font-size: 14px !important;
        line-height: 15.82px !important;
    }

    #mobile-filter-dropdown {
        display: flex;
    }

    .products-list {
        margin-top: 10px;
        padding: 1px 0px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .filter-dropdown-items {
        background-color: white !important;
        width: 92.5% !important;
        margin-top: 3px;
        margin-left: 10px;
        margin-right: 15px;
        border-radius: 4px;
        padding: 0.75rem !important;
        color: #27344A !important;
        font-size: 12px !important;
        font-weight: bold !important;
        border: 1px solid #E4EBEF !important;
        /* height: 24px; */
    }

    .product-filter {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        flex-direction: column;
        gap: 4px;
        padding: 0 20px;
    }

    .container {
        padding: 0px !important;
    }

    .products-heading {
        padding-bottom: 0.5rem;
    }

    .products-heading:after {
        left: 0;
        right: 0;
    }

    .products-heading h1 {
        padding-left: 33px;
        font-size: 28px;
        line-height: 33.6px;
        margin-bottom: 1.25rem;
        padding-top: 1.75rem;
    }

    .view-grid-section {
        width: 100%;
    }

    .search-section {
        width: 100%;
    }

    .search-input {
        padding-left: 2rem;
        width: 100%;
    }

    .main-heading {
        max-width: 88%;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
    }

    .Dev-main-heading {
        max-width: 70%;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
    }

    .Developer-main-heading {
        max-width: 60%;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
    }

    .description {
        max-width: 90%;
    }

    .affilate-heading {
        max-width: 88%;
        color: #212630;
        font-size: 13px;
        line-height: 17.68px;
    }

    .community-affilate-heading {
        max-width: 96%;
        color: #212630;
        font-size: 13px;
        line-height: 17.68px;
    }

    .Dev-affilate-heading {
        max-width: 100%;
        color: #212630;
        font-size: 13px;
        line-height: 17.68px;
    }

    .Developer-heading {
        max-width: 100%;
        color: #212630;
        font-size: 13px;
        line-height: 17.68px;
    }

    .pg-prefix {
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-direction: column;
        align-items: start;
    }

    .dev-pg-prefix {
        flex-direction: column;
        align-items: start;
        padding-left: 0px;
        padding-right: 0px;
    }

    .support-text::after {
        content: "Platinum Support";
    }

    .playground {
        background: #4A5567;
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .pg-sidebar {
        display: none !important;
    }

    .pg-topbar-item {
        display: flex;
        background: #27344A;
        margin: 5px 0px 10px 2px;
        flex-direction: column;
        padding: 12px 0px;
        border-radius: 6px;
        align-items: center;
        gap: 8px;
        position: relative;
    }

    .pg-sidebar-item-head {
        border-bottom: 1px solid #E4EBEF;
        padding: 0px 0px 8px 8px;
        color: rgba(255, 255, 255, 1);
        position: relative
    }

    .double-border {
        outline: 8px solid #dbdde1;
        padding: 0px;
    }

    .playground {
        margin: 2rem 0;
    }

    .playground p {
        color: rgba(255, 255, 255, 1);
    }

    .main-section {
        flex-direction: column;
        display: flex;
    }

    .pg-input-field {
        border-right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-input-heading {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid rgba(228, 235, 239, 0.2);
        border-radius: 6px;
        padding: 6px;
        cursor: pointer;
        margin: auto;
        width: 95%;
        margin-top: 8px;
    }

    .mobile-input-heading p {
        color: #27344A;
        font-weight: 500;
        font-size: 12px;
        line-height: 14.4px;
    }

    .pg-output-field {
        margin-top: 5px;
        border-top: 1px solid rgba(228, 235, 239, 0.2);
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-left: 0;
        border-left: 0px;
    }

    .mobile-output-heading {
        padding: 4px;
        border-bottom: 1px solid rgba(228, 235, 239, 0.2);
        width: 100%;
        text-align: left;
        display: block;
    }

    .doc-btn {
        padding: 10px;
        align-self: center;
        margin-top: 1rem;
    }

    pre {
        width: 100%;
        border-bottom: 1px solid rgba(228, 235, 239, 0.2);
        margin-bottom: 0rem !important;
    }

    .doc-btn p {
        color: #27344A;
    }

    .mobile-placeholder {
        display: block;
    }

    .discover-title {
        font-size: 28px;
        line-height: 33.6px;
    }

    .discover-description {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 75%;
    }

    .api-logo {
        height: 100px;
        width: 200px;
    }

    .language-dropdown-heading p {
        color: #27344A;
        font-size: 12px;
        line-height: 14.4px;
    }

    .language-dropdown-heading {
        display: flex;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 16px;
    }

    /* testimonial styling */
    .testimonial-container {
        padding-top: 45px !important;
    }

    .testimonial-card-img {
        left: 5px;
    }

    .card-avatar {
        width: 80px;
        height: 80px;
    }

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

    .main-container {
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        min-height: 560px;
    }

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

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

    /* slider styling */
    .insights-navigation-heading {
        font-size: 28px !important;
        line-height: 33.6px;
        letter-spacing: -1%;
        font-weight: 500;
    }

    .insights-container {
        padding: 60px 15px;
        min-height: auto;
        margin-top: 50px;
    }

    .insights-header {
        padding-left: 1rem;
        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: 38%;
        right: 7%;
        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;
    }

    /* animation styling */


    .left-content {
        max-width: 100%;
        /* Full width for text content */
        text-align: center;
        /* Center-align text on mobile */
        padding: 0 10px;
    }

    .animation-heading {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1%;
        max-width: 100%;
    }


    .carousel-containers {
        width: 100%;
        /* Full width for the carousel container */
        margin-top: 50px;
        /* Add spacing between content and carousel */
        justify-content: space-evenly;
        gap: 5px;
    }

    .carousel-container-animation {
        width: 90%;
        /* Full width of the screen */
        height: 300px;
        /* Reduced height */
        margin: 0 auto;
        /* Center align on mobile */
    }

    .carousel-item {
        height: 50px;
        /* Smaller item height */
        font-size: 14px;
        /* Reduced font size */
    }

    /* Adjust keyframes for mobile */
    @keyframes scroll-mobile {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-350px);
            /* Adjust for smaller container height */
        }
    }

    @keyframes scroll2-mobile {
        100% {
            transform: translateY(0);
        }

        0% {
            transform: translateY(-350px);
            /* Adjust for smaller container height */
        }
    }

    @keyframes scroll3-mobile {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-350px);
            /* Adjust for smaller container height */
        }
    }

    /* Apply mobile-specific animations */
    .carousel {
        animation: scroll-mobile 10s linear infinite;
    }

    .carouse2 {
        animation: scroll2-mobile 10s linear infinite;
    }

    .carouse3 {
        animation: scroll3-mobile 10s linear infinite;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {


    .table-section-title,
    .table-section {
        padding: 12px;
    }

    .table {
        font-size: 16px;
    }

    .table-heading {
        color: #27344A !important;
        margin-left: 25px;
        font-size: 18px;
        font-weight: 500;
    }

    .table-description {
        color: #212630;
        font-size: 13px;
        line-height: 17.68px;
        opacity: 80%;
        max-width: 86%;
        margin-left: 25px;
    }

    .product-faq-section {
        display: block;
    }


    .pg-body {
        padding-top: 20px;
    }

    .product-hero-section h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 33.6px;
    }

    .hero-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 16.1px;
        max-width: 75%;
    }

    .btn {
        font-size: 14px !important;
        line-height: 15.82px !important;
    }

    .blue-tiles {
        padding: 0 10px;
    }

    .products-list {
        margin-top: 10px;
        padding: 1px 0px;
    }

    .product-filter {
        margin-top: 0rem;
        margin-bottom: 0rem;
        flex-direction: column;
        gap: 4px;
        padding: 5px 20px;
    }

    .container {
        padding: 0px !important;
    }

    .products-heading {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        padding-left: 12px;
    }

    .products-heading:after {
        left: 0;
        right: 0;
    }

    .products-heading h1 {
        padding-left: 8px;
        font-size: 28px;
        line-height: 33.6px;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .main-heading {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }

    .Developer-main-heading {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }

    .hero-section-setup {
        padding: 30px 0px;
        margin-right: 30px;
    }

    .dev-hero-section-setup {
        padding: 30px 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .support-text::after {
        content: "Platinum Support";
    }

}


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