* {
    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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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/affiliates/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 !important;
    width: calc(100% - 40px) !important;
    border-radius: 10px !important;
    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;
}

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

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

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

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

.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: left;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.45);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

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

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

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

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

@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 */
    }
}

.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 */

#desktopTable {
    display: block;
}

#mobileTable {
    display: none;
}

.table-section {
    margin: 0 116px 0 119px;
}

.hero-padding {
    padding-left: 0px;
}

.head-list {
    padding: 100px 28px;
    margin-left: 60px;
    margin-right: 60px;
}

tbody {
    background: white;
}

.table {
    margin-bottom: 0 !important;
}

.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: 4px;
}

.table-container {
    border-radius: 12px;
    overflow: hidden;
}

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

.group-anim-placeholder {
    transform: scale(0.8);
}

.join-btn {
    background: #2480FC;
    border: 1px solid #509AFF;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 14px;
    line-height: 15.82px;
    max-width: max-content;
}

.community-tag {
    color: white;
    opacity: 0.7;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    border: 1px solid white;
    grid-column: 1 / span 5;
    max-width: max-content;
    max-height: max-content;
    padding: 6px 5px;
    border-radius: 4px;
}

.community-title {
    grid-column: 1 / span 5;
    color: #EEF1F4;
    font-size: 48px;
    line-height: 52.8px;
    justify-self: left;
    text-align: left;
}

.pg-body {
    background: #EEF1F4;
}

.community-title span {
    color: #2480FC
}

.community-body {
    color: #EEF1F4;
    font-weight: 400;
    font-size: 18px;
    line-height: 20.7px;
    grid-column: 2 / span 5;
    text-align: left;
}

.product-community {
    background: #27344A;
    color: white;
    padding: 120px 75px 120px 120px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.product-community-left {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 60px 1fr 1fr;
    gap: 1rem;
}

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

a.why-join {
    width: 40%;
}

.tiles-body.card-layout {
    text-align: left;
}

.browse-btn2 {
    background-color: #2563eb;
    font-size: 0.875rem;
    line-height: 113%;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: background-color 0.3s, color 0.3s;
}

.browse-btn2:hover {
    background-color: white;
    color: #27344a;
    border: 1px solid #E4EBEF;
}

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


.padding-prefix {
    padding: 0 90px 0 87px;
}

.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;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(228, 235, 239, 1);
}

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

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

.affiliates-hero-section h1 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 110%;
    max-width: 60%;
    z-index: 5;
}

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

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

.hero-subtitle {
    color: #27344A;
    margin: 0 auto;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0px;
    opacity: 80%;
}

.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: 100px 28px;
    margin-left: 60px;
    margin-right: 90px;
}

.simple-steps-cards {
    margin-left: 30px;
}

.padding-custom {
    padding: 10px 90px 0 95px;
}


.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: 80%;
    color: #27344A;
}

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

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

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


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

.card-layout {
    background-color: #F6F7F9;
    border: solid 1px #EAF1F5;
    border-radius: 6px;
    padding: 12.5px;

}

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

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

.tiles-body {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    justify-content: space-between;
}

.affiliate-steps-body {
    display: flex;
    flex-direction: column;
    min-height: 276px;
    justify-content: space-between;
}

.body-style {
    font-size: 16px;
    line-height: 19.2px;
    color: #27344A;
}

.affilate-steps {
    font-size: 16px;
    line-height: 19.2px;
    color: #212630;
    opacity: 80%;
}

.h5-span {
    color: #2480FC;
}

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

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

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

.products-heading:after {
    content: '';
    position: absolute;
    left: -95px;
    right: -90px;
    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-section {
    background-color: #1c2b41;
    color: #ffffff;
    border-radius: 8px;
    padding: 2rem 1rem;
}

.affiliate-section h2 {
    font-size: 24px;
    font-weight: 500;
}

.affiliate-section p {
    font-size: 14px;
    line-height: 16.8px;
    opacity: 80%;
}

.affiliate-card {
    background-color: #202937;
    border-radius: 8px;
    border: solid 1px #4A5567;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    flex-direction: column;
    min-height: 164px;
    justify-content: space-between;

}


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

.affiliate-description {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19.2px;
    opacity: 80%;
    max-width: 318.02px;
}

.browse-button {
    margin-bottom: 87px;
}

.custom-card-header {
    gap: 10px !important;
}

.custom-card {
    background-color: #27344A;
    border: 1px solid #4A5567;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 147px !important;
    max-height: 160px;
    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: 20.7px;
    color: #FFFFFF;
    font-size: 18px;
}

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

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

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

}

.card-description {
    font-size: 14px;
    line-height: 16.6px;
    opacity: 60%;
    color: #FFFFFF;
}

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

.affiliate-faq-section {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: start;
    padding: 20px 40px 120px 30px;
    border-radius: 6px;
    margin: 30px 85px;
    gap: 7rem;
}

.faq-head {
    grid-column: 1 / span8;
    justify-self: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.faq-body {
    grid-column: 4 / 8 span;
    justify-self: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px 6px;
    border-top: 1px solid rgba(56, 68, 87, 0.3);
    padding-top: 2rem;
    width: 100%;
    text-align: left;
}

.faq-title {
    font-size: 48px;
    line-height: 52.8px;
    color: #27344A;
    font-weight: 500;
    max-width: 449px;
}


.faq-subheading {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 1.5rem;
}

.faq-start-btn {
    background: #2480FC;
    border-radius: 4px;
    padding: 12px;
    max-width: max-content;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.faq-start-btn-text {
    color: white;
    font-size: 14px;
    line-height: 15.82px;
}

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

.faq-number {
    color: #2480FC;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 500;
}

.faq-question {
    font-size: 32px;
    line-height: 37.12px;
    color: #27344A;

}

.faq-answer {
    color: #27344A;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    margin-left: 15px;
    max-width: 55%;
    opacity: 80%;
}

.faq-span-answer {
    color: #2480FC;
}

.answer-open-svg {
    transform: rotate(180deg);
    transform-origin: center;
}

.collapsed .answer-open-svg {
    transform: rotate(0deg);
}

.faq {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    border-bottom: 1px solid rgba(56, 68, 87, 0.3);
    width: 100%;
}

.faq-container {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    justify-self: start;
    grid-column: 1 / span 16;
    width: 100%;
    align-items: center;
}

.faq-answer {
    text-align: left;
    grid-column: 2 / span 16;
}

.faq-alignment {
    gap: 3rem;
    align-items: baseline;
}

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

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

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

.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 {
    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 */
}

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

.hero-cards-margin {
    margin: 0 30px;
}

.hero-cards-margin {
    margin-left: 30px;
}


.section {
      background-color: #1c2741;
      padding: 60px 20px;
      border-radius: 16px;
      color: white;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1320px;
      margin: 30px auto;
      position: relative;
    }

    .left-content {
      text-align:left;
    }

    .tag {
      background-color: transparent;
      color: #aab2c3;
      border: 1px solid #4a5670;
      border-radius: 6px;
      font-size: 12px;
      padding: 4px 10px;
      display: inline-block;
      margin-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .title {
      font-size: 28px;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .title span {
      color: #1e8cff;
    }

    .affiliate-box {
      background-color: #0066e6;
      padding: 30px 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .affiliate-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .affiliate-list li {
      font-size: 1.1rem;
      margin-bottom: 20px;
      border-bottom: 1px solid #ffffff55;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .affiliate-list li:last-child {
      margin-bottom: 0;
    }

    .affiliate-list li span {
      font-weight: bold;
    }

    .right-content {
      flex: 1 1 400px;
      max-width: 550px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .trusted-btn {
        display: inline-flex;
    }
    
    .repo-btn-2 {
        background-color: #fff;
        border-color: #fff;
        color: #000;
        margin-left: 10px;
    }

    .screenshot {
      width: 100%;
      max-width: 500px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      margin-bottom: 0px;
      position: relative;
    }

    .screenshot + .screenshot {
      margin-top: 100px;
      position: absolute;
      bottom: 0;
      left: 40px;
      z-index: 1;
    }

    .cta-button-affiliate {
      position: absolute;
      top: 70px;
      right: 45px;
      background-color: white;
      color: #1c2741;
      padding: 10px 20px;
      font-weight: bold;
      border-radius: 8px;
      font-size: 14px;
      text-decoration: none;
      transition: background 0.3s ease;
	  z-index:9;
    }

    .cta-button-affiliate:hover {
      background-color: #0066e7;
      color: #fff;
    }

    .Monetize-btn {
        border: 1px solid rgba(228, 235, 239, 1);
        padding: 10px 24px;
        border-radius: 6px;
        color: #27344A;
        cursor: pointer;
    }
    
    .Monetize-btn:hover {
        background-color: #2481fd;
        color: #fff;
        border-color: #2481fd;
    }



@media (max-width: 768px) {
    
    .right-content {
        flex-direction: column;
        align-items: center;
    }

    .screenshot + .screenshot {
        position: static;
        margin-top: 20px;
    }

    .hero-cards-margin {
        margin: 0px 0px 0px 0px !important;
    }

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

    .simple-steps-cards {
        margin-left: 0;
    }
    
    .animation-heading {
        font-size: 28px;
        line-height: 33.6px;
        letter-spacing: -1%;
        max-width: 100%;
    }


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

    .carousel-containers {
        width: 94%;
        /* 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 */
    }

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

    /* 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;
    }

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

    .affiliate-card {
        min-height: 116px;
    }

    .affiliate-section p {
        font-size: 13px;
        line-height: 17.68px;
    }

    .affiliate-heading {
        font-size: 20px;
        line-height: 23.2px;
    }

    .texth1-navy {
        font-size: 40px;
        line-height: 40px;
    }

    .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .table-section {
        margin: 0px;
    }

    .affiliate-section {
        margin: 0 11px;
    }

    .browse-button {
        margin-bottom: 30px;
    }

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

    .hero-padding {
        padding-left: 0;
    }

    .steps3 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

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

    #desktopTable {
        display: none;
    }

    #mobileTable {
        display: block;
    }

    .table-container {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

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

    .vertical-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .subheading-table {
        background-color: #f2f2f2;
        font-size: 18px;
        padding: 10px 0;
    }

    .key,
    .value {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .vertical-table tbody {
        background-color: white;
    }

    .vertical-table th {
        background: #E4EBEF;
        font-size: 14px;
        line-height: 16.8px;
        color: #27344A;
        padding: 15px 10px;
        text-align: left;
    }

    .vertical-table td {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #E4EBEF;
        font-size: 13px;
        line-height: 17.68px;
        color: #27344A;
    }

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

    .table {
        font-size: 14px;
    }

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

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

    #languageSelect {
        display: flex;
    }

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

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

    .bg-cooridinates {
        top: 18rem;
    }

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

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


    .last-card {
        gap: 1.5rem;
    }

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

    .faq-body {
        grid-column: 2 / 3;
    }

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

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

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

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

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

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

    .padding-custom {
        padding: 1px 0px;
    }

    .head-list {
        margin-top: 10px;
        padding: 15px 0px 50px 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .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;
        padding-left: 1rem;
    }

    .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: 90%;
        font-size: 28px;
        font-weight: 500;
        line-height: 33.6px;
    }

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

    .description {
        max-width: 90%;
    }

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

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

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

    .product-community {
        padding: 50px;
        flex-direction: column;
    }

    .product-community-left {
        display: flex;
        flex-direction: column;
    }

    .group-anim-placeholder {
        transform: scale(1);
    }

    .affiliate-faq-section {
        padding: 15px 30px;
    }

    .affiliate-faq-section {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 20px 7px;
    }

    .faq-title {
        font-size: 40px;
        line-height: 40px;
    }

    .faq-question {
        font-size: 20px;
        line-height: 23.2px;
    }

    .faq-answer {
        font-size: 12px;
        line-height: 16.32px;
        margin-left: 2rem;
    }

    .faq-body {
        padding-top: 0;
    }

    .faq-alignment {
        gap: 1rem;
    }

    .faq {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .fap-answer-svg {
        width: 28px;
        flex-shrink: 0;
        margin-bottom: 16px;
    }

    .mobile-placeholder {
        display: block;
    }

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

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

    .affiliate-hero-heading {
        font-size: 40px !important;
        line-height: 40px !important;
        max-width: 80% !important;
    }

}

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

.faq-body {
    grid-column: 3 / 7 span;
        }
}

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

    .faq-body {
        grid-column: 2 / 3;
    }

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


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

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

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

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

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

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

    .tiles-body, .affiliate-steps-body {
        min-height: 100%;
    }

}