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

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

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

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

.custom-card {
    background-color: #0066F0;
    border: 1px solid #348AFF;
    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;
}

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

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

.card-subtitle {
    font-size: 7px;
    opacity: 60%;
}

.cardp-description {
    opacity: 80%;
    font-size: 14px;
    line-height: 120%;
}

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

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

/* developers showcase */
.product-hero-section h1 {
    font-size: 76px;
    letter-spacing: -4%;
    line-height: 72.96px;
}

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

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

.product-dark-btn {
    background-color: #27344A;
    color: white;
    padding: 12px 24px;
    border: 1px solid #4A5567;
    border-radius: 6px;
    cursor: pointer;
    font-weight: normal;
    min-width: max-content;
    transition: background-color 0.3s ease;
    font-size: 14px;
    line-height: 15.82px;
}

.product-dark-btn:hover {
    background-color: white;
    color: #27344A;
}

.product-dark-btn svg {
    margin-bottom: 0px;
    margin-left: 3px;
}

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

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

/* developers showcase */
.hero-subtitle {
    color: rgba(39, 52, 74, 0.8);
    margin: 0 auto;
    font-size: 18px;
    line-height: 20.7px;
    max-width: 35%;
}

.gap-12 {
    gap: 12px;
}

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

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

.highlight {
    color: #2480FC;
    /* Blue for 'few lines of code' */
}

.description {
    color: #27344A;
    font-size: 14px;
    line-height: 120%;
    opacity: 80%;
    max-width: 50%;
}

.btn-custom {
    color: #27344A;
    padding: 0.75rem 1.5rem;
    border: 1px solid #E4EBEF;
    padding-left: 12px;
    padding-right: 12px;

}

/* .btn-custom:hover {
    text-decoration: none;
    background-color: #f8f9fa;
} */

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

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

.blue-tiles {
    justify-content: start;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* Playground CSS */

.playground {
    background: #27344A;
    margin: 4rem 4rem 2rem 4.5rem;
    position: relative;
    text-align: left;
    min-height: 40rem;
    max-height: 40rem;
    overflow: hidden;
}

.double-border {
    position: relative;
    outline: 20px solid #dbdde1;
    padding: 20px;
    border-radius: 4px;
}

.grid {
    display: grid;
}

.pg-grid-cols {
    grid-template-columns: 1fr 4fr;
}

.bg-white {
    background: white;
}

.pg-sidebar {
    margin: 0px 20px 0px 0px;
    border-radius: 8px;
    padding: 10px 0px 10px 0px;
    background: #000E26;
}

/* width */
.scroll-content::-webkit-scrollbar {
    position: absolute;
    right: -12px;
    width: 0.5vw;
    background: #3844574D;
    opacity: 0.3;
    border-radius: 6px;
}

/* Track */
.scroll-content::-webkit-scrollbar-track {
    background: #E4EBEF;
    width: 0.5vw;
}

.scroll-content {
    display: flex;
    overflow-y: auto;
    min-height: 100%;
    margin-right: 0px;
    flex-direction: column;
    padding: 0px 10px 0px 10px;
    gap: 4px;
}

.pg-sidebar-item {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    padding: 5px;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    cursor: pointer;
    background: #000E26;
    border: 1px solid #202937;
}

.pg-hidden {
    display: none;
}

.pg-sidebar-item-head {
    display: flex;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    align-items: center;
    gap: 2%;
    width: 100%;
}

.products-name.active {
    background: #2480FC;
    color: white;
}

.pg-subtitle {
    font-size: 7px;
    line-height: 8.75px;
}

/*   
p {
word-wrap: break-word;
} */

.get-api-btn {
    display: flex;
    color: white;
    background: #2480FC;
    font-size: 7px;
    line-height: 8.75px;
    padding: 5px 2px 5px 0px;
    border: 1px solid #509AFF;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 95%;
    gap: 3px;
}

.get-api-btn a {
    color: white;
}

.get-api-btn-link {
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 105%;
    gap: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.learn-more-btn {
    display: flex;
    font-size: 7px;
    line-height: 8.75px;
    padding: 5px 2px 5px 0px;
    border: 1px solid #E4EBEF;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 95%;
    gap: 3px;
    background: white;
    color: #27344A;
}

.learn-more-btn a {
    color: #27344A;
}

.bg-navyblue-custom {
    background: #27344A;
}

.pg-divider {
    border-bottom: 1px solid #E4EBEF;
}

.avatar {
    fill: #2480FC !important;
}

.avatar-black {
    fill: #27344A !important
}

.main-section {
    background: #000E26;
    border-radius: 6px;
    border: 1px solid #27344A1A;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 60px 1fr
}

.pg-main-header {
    grid-column: 1 / span 5;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #000E26;
    border-bottom: 1px solid rgba(228, 235, 239, 0.2);
    align-items: center;
}

.input-heading {
    grid-column: span 3;
    justify-self: self-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
    gap: 1.15rem;
}

.input-heading div {
    border: 1px solid rgba(228, 235, 239, 0.7);
    border-radius: 6px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 14.4px;
    height: max-content;
    padding: 6px;
    cursor: pointer;
}

.output-heading {
    grid-column: span 2;
    justify-self: self-start;
    padding-left: 20px
}

.input-heading p,
.output-heading p {
    color: rgba(228, 235, 239, 0.7);
}

.pg-input-field {
    grid-column: span 3;
    border-right: 1px solid rgba(228, 235, 239, 0.2);
}

.pg-output-field {
    grid-column: span 2;
    border-left: 1px solid rgba(228, 235, 239, 0.2);
    ;
    margin-left: 5px;
    display: grid;
    grid-template-rows: 1fr 60px;
}

#pg-response {
    overflow: auto;
    scrollbar-width: none;
    max-height: 30rem;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
}

.hljs-string,
.hljs-property,
.hljs-template-variable,
.hljs-deletion {
    color: #37C625 !important;
}

/* Customize function names */
.hljs-built_in,
.hljs-keyword,
hljs-property {
    color: #2480FC !important;
}

.hljs-title.function {
    color: white !important;
}

.hljs {
    background: inherit !important;
    color: white !important;
}

.doc-btn {
    color: #27344A;
    font-size: 14px;
    line-height: 15.82px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    gap: 8px;
    justify-self: end;
    cursor: pointer;
    height: 80%;
    margin-top: 10px;
    margin-right: 15px;
}

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

.playground p,
.playground svg {
    margin-bottom: 0rem !important;
}

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


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

.discover-title {
    color: #EEF1F4;
    font-size: 48px;
    line-height: 52.8px;
    max-width: 50%;
}

.discover-title span {
    color: #202937;
}

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

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

.product-faq-section {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: start;
    padding: 100px 120px 120px 80px;
    border-radius: 6px;
    margin: 30px 30px;
    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;
}


/* developers showcase */
.faq-title {
    font-size: 60px;
    line-height: 60px;
    color: #27344A;
    font-weight: 500;
    max-width: 40%;
}

.faq-description {
    max-width: 28%;
    text-align: center;
    font-size: 16px;
    line-height: 19.2px;
    color: #27344A;
    opacity: 80%;
}

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

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

}

.faq-start-btn:hover {
    background-color: white;
    border: 1px solid #E4EBEF;
}

.faq-start-btn:hover .faq-start-btn-text {
    color: #27344a;
}

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

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

.faq-question {
    font-size: 32px;
    line-height: 116%;
    color: #27344A;
    width: 100%;
}

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

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

.discover-section {
    margin: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background: rgba(36, 128, 252, 1);
    position: relative;
    gap: 2rem;
    padding: 50px 0;
    border-radius: 6px;
    background-image: url(https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/white-overlay.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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


/* developers showcase */
.products-heading {
    margin: 0 !important;
    position: relative;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

/* developers showcase start*/

.use-cases {
    gap: 1rem;
    position: relative;
    padding: 25px 0;
}

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

.devtools-section {
    padding: 0 115px;
}

.devtools-heading {
    max-width: 50%;
    text-align: left;
}

.devtools-heading h3 {
    color: #27344A;
    font-size: 48px;
    line-height: 52.8px;
}

.products-heading h3 {
    color: #27344A;
    font-size: 48px;
    line-height: 52.8px;
}

.products-subheading {
    font-size: 16px;
    line-height: 19.2px;
    color: rgba(39, 52, 74, 0.7);
    max-width: 25%;
    min-width: 20%;
}

.devtools-subheading {
    font-size: 16px;
    line-height: 19.2px;
    color: rgba(39, 52, 74, 0.7);
    max-width: 60%;
}


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

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

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

.gap-filters {
    gap: 1.5rem;
}

.col-md-4 {
    padding: 0 !important;
}

.sdk-container {
    flex-direction: row !important;
    gap: 1rem 3.75rem;
    flex-wrap: wrap;
    width: 100%;
}

.start-build-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/compound_final_section.png'), url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/grain.png');
    background-size: cover;
    background-position: center;
    align-items: center;
    min-height: 500px;
    margin: 20px 30px;
    border-radius: 16px;
    gap: 2rem;
    background-repeat: no-repeat, repeat;
    background-color: #e4ebef;
}

/* end */

.product-filter {
    margin-top: 5rem;
    margin-bottom: 4.5rem;
    align-items: flex-start;
}

.filter-text {
    color: #27344A;
    line-height: 16.8px;
    letter-spacing: -1px;
    font-size: 14px;
    margin-top: 4px;
}

/* developers showcase */
.filter-tags {
    flex-wrap: wrap;
    gap: 8px;
}

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

.products-name {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: rgba(39, 52, 74, 0.7);
    background-color: #EEF1F4;
    border-radius: 4px;
    border: 1px solid #E4EBEF;
    cursor: pointer;
    text-transform: uppercase;
}

/* developers showcase start */


.use-case-left {
    align-items: start;
    justify-content: center;
    gap: 2rem;
    text-align: left;
    max-width: 60%;
    min-width: 60%;
}

.category-tag {
    background: #2480FC;
    color: white;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.coding-tag {
    color: rgba(39, 52, 74, 0.7);
    border: 1px solid rgba(39, 52, 74, 0.7);
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.stack-tag {
    background: #EEF1F4;
    border: 1px solid #E4EBEF;
    opacity: 0.7;
    gap: 4px;
    border-radius: 4px;
}

.stack-tag p {
    color: #27344A;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0 !important;
}

.use-case-title {
    color: #212630;
    font-size: 32px;
    line-height: 37.12px;
}

.use-case-description {
    color: #27344A;
    font-size: 16px;
    line-height: 19.2px;
    opacity: 70%;
    max-width: 60%;
}

.usecase-image img {
    height: 100%;
    width: 96%;
    max-width: 563px;
}

/* end */

.products-name:hover {
    background-color: #2480FC;
    color: white !important;
}
.svgcase path {
    transition: stroke 0.3s ease;
    /* Smooth transition */
}

.products-name:hover .svgcase path {
    stroke: white !important;
    /* Change the stroke color to white on hover */
}
.view-by {
    color: #27344A;
    font-size: 14px;
    line-height: 16.8px;
    min-width: max-content;
}

.view-by-section {
    display: flex;
    align-items: baseline;
}

.grid-lst-btn-txt {
    font-size: 12px;
    line-height: 12px
}

.grid-text {
    color: white;
}

.list-text {
    color: #27344A;
}

.support-text::after {
    content: "Upgrade to Platinum Support for Priority Assistance";
    white-space: break-spaces;
}

.pg-topbar-item {
    display: none;
}

.mobile-input-heading {
    display: none;
}

.mobile-ouput-heading {
    display: none;
}

.mobile-placeholder {
    display: none;
}

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

.mobile-output-heading {
    display: none;
}

.fap-answer-svg {
    width: auto;
    margin-bottom: 0;
}

.pg-browse-btn {
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 4px;
}

/* developers showcase start*/
.video-section {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 75px;
}

.video-section-left {
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-tag {
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    line-height: 12px;
    padding: 6px;
    text-transform: uppercase;
    opacity: 70%;
    max-width: max-content;
}

.affiliate-section {
    background-color: #1c2b41;
    color: #ffffff;
    border-radius: 8px;
    padding: 2rem 5.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    min-height: 600px;
}

.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: 1.15rem;
    display: flex;
    flex-direction: column;
    min-height: 164px;
    max-width: 90%;
    justify-content: space-between;
}


.affiliate-heading {
    font-size: 48px;
    line-height: 52.8px;
    color: #FFFFFF;
    max-width: 70%;
}

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

.h5-style {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 0 !important;
}

.sdk-section {
    background: white;
    padding: 10px 75px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 20px 30px;
    border-radius: 6px;
}

.sdk-card {
    display: flex;
    width: 30.5% !important;
    justify-content: space-between;
    background: #F6F7F9;
    min-width: 368px;
    border: solid 1px #E4EBEF !important;
    border-radius: 6px;
    padding: 0px !important;
    
}

.sdk-card.active {
    background: #0066F0;
}

.sdk-card.active .arrowlink rect {
    fill: #348AFF !important;
    stroke: #348AFF !important;
}

.sdk-card.active .h5-style {
    color: white;
}

.pg-snippet {
    background: #000E26;
    border-radius: 6px;
    padding: 1rem;
    margin: 1rem 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-snippet p {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 19.2px;
    color: white;
}

.green-highlight {
    color: #37C625;
}

.sdk-description {
    font-size: 16px;
    line-height: 19.2px;
    color: #27344A;
    opacity: 80%;
    text-align: left;
}


.insights-container {
    background-color: #2480FC;
    margin: 20px 30px;
    padding: 0px 0px 2rem 2rem;
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    padding: 60px 20px;
}

.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-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: 48px;
    line-height: 52.8px;
}

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

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

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

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

.sm-card-heading {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 500;
    color: white;
}

.sm-card-description {
    font-size: 16px;
    line-height: 19.2px;
    opacity: 60%;
}

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

.view-more-button {
    background: #27344A;
    color: white;
    font-size: 14px;
    line-height: 15.82px;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    border: 1px solid white;

}

.view-more-button:hover {
    background: white;
    color: #27344A;
    border: 1px solid #27344A;
}

/* end */

.view-grid-section {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}


.search-section {
    position: relative;
    border-bottom: 1px solid rgba(39, 52, 74, 0.3);
}

.search-input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    padding-bottom: 2px;
}

.search-input::placeholder {
    color: #27344A;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -1%;
    font-weight: 500;
}

.search-logo {
    position: absolute;
    left: 0;
    top: 10%;
}

.input-group-text {
    background: none;
    border: none !important;
    position: absolute;
    height: 100%;
    z-index: 1;
    padding: 0 0px 8px 5px !important;
}

.input-group {
    position: relative;
    height: 53px;
    margin-left: 15px;
    border-bottom: 1px solid rgba(39, 52, 74, 0.3) !important;
}

.form-control {
    border: none !important;
}

.form-control.search-input {
    padding-left: 2rem;
}

.discover-description {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 25%;
}

/* Hero Section CTA button  */
.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);
}

/* developers showcase */
.cta-button {
    background-color: #27344a;
    font-size: 14px;
    line-height: 15.82px;
    color: white;
    padding: 12px 15px;
    border-radius: 4px;
    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;
}

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

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

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


/* .browse-btn:hover img {
    transition: filter 0.3s;
} */

@keyframes popIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pop-animation {
    opacity: 0;
}

.pop-animation.animate {
    animation: popIn 0.5s ease-out forwards;
}

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

.cat-dropdown-container {
    position: relative;
    width: 100%;
    background: #EEF1F4;
    text-align: left;
}

.cat-dropdown-heading {
    padding: 10px;
    background: #EEF1F4;
    border: 1px solid rgba(228, 235, 239, 1);
    cursor: pointer;
    color: rgba(39, 52, 74, 1);
    border-radius: 4px;
    font-size: 14px;
    line-height: 16.8px;
}

.cat-dropdown-menu {
    display: none;
    width: 100%;
    background: #EEF1F4;
    border: 1px solid #E4EBEF;
    border-top: none;
    z-index: 1000;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
}

.cat-dropdown-menu.open {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 200px;
    /* Show 5 options approximately */
    overflow-y: auto;
}

.cat-dropdown-option {
    padding: 10px;
    cursor: pointer;
    color: #27344A;
    background: #FFFFFF;
    border: 1px solid #E4EBEF;
    margin: 0px 10px;
    border-radius: 6px;
}

.cat-dropdown-option:hover {
    background-color: #2480FC;
    color: #FFFFFF;
}


.language-dropdown {
    width: 95%;
    position: relative;
    margin: 5px;
}

.language-dropdown-heading {
    background: #EEF1F4;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    width: 100%;
}

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

.language-dropdown-option {
    cursor: pointer;
    border: 1px solid rgba(39, 52, 74, 0.4);
    opacity: 0.7;
    padding: 5px 8px;
    margin: 8px 5px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14.4px;
}

.language-dropdown-option:hover {
    background: #f1f1f1;
}

.mobile-input-heading {
    display: none;
}

/* .dropdown-toggle::after {
    content: url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/css/<?php_echo_get_stylesheet_directory_uri(); ?>/assets/apilayer/images/down.svg');
    color: #0083ff;
} */

.dropdown-menu {
    display: none;
    transition: opacity 3s ease;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
    border-radius: 5px;
    padding: 2px;
    min-width: 6.5rem !important;
}

.dropdown-menu a {
    color: var(--text-color);
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

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

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

.group-new-corousel {
    display: flex;
    gap: 24px;
    animation: scroll 20s linear infinite;
    flex-shrink: 0;
    min-width: 100%;
    padding: 0 12px;
    flex-wrap: nowrap;
}

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

.api-logo {
    flex: 0 0 auto;
    height: 150px;
    width: 250px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

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

.carousel-new {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;

    &:hover {

        .group-new-corousel,
        .group-reverse {
            animation-play-state: paused;
        }
    }
}

.group-new-corousel {
    display: flex;
    gap: 20px;
    /* 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 */
}

#languageSelect {
    display: none;
}

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

/* Initially hide all tab panes */
.tab-pane {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    width: 100% !important;
}

/* When active, display the tab pane with full opacity */
.tab-pane.active {
    display: flex !important;
    justify-content: space-between;
    opacity: 1;
}

pre code {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.tab-content {
    max-width: -webkit-fill-available;
}

.position-end {
    display: none;
}

/* developers showcase start */
.person-1 {
    top: 14%;
    left: 4%;
}

.person-2 {
    top: 54%;
    left: 16%;
}


.person-3 {
    top: 65%;
    left: 3%;
}

.person-4 {
    top: 78%;
    left: 27%;
}

.person-5 {
    top: 4%;
    left: 93%;
}

.person-6 {
    top: 50%;
    left: 79%;
}

.person-7 {
    top: 60%;
    left: 94%;
}

.person-8 {
    top: 80%;
    left: 74%;
}

.person-image-effects:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}

.person-image-effects {
    z-index: 10;
}


.iframe-container {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    background-color: #f0f0f0;
    /* Optional: background color */
}

/* Responsive iframe container */
.video-container {
    position: relative;
    width: 565px;
    /* Set the desired width */
    height: 355px;
    overflow: hidden;
}

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

/* end */

@media (max-width: 768px) {
    #languageSelect {
        display: flex;
    }

    .video-container {
        width: 363px;
        /* Set the desired width */
        height: 228px;
    }

    /* developers showcase */
    .person-image-effects {
        display: none;
    }

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


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

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

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

    .last-card {
        gap: 1.5rem;
    }


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

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

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

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

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

    /* developers showcase start*/

    .start-build-section {
        background: url(https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/mobile_compound_final_section.png), url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/grain.png');
        gap: 0.25rem;
        background-repeat: no-repeat, repeat;
        justify-content: flex-start;
        min-height: 600px;
    }

    .use-case-title {
        font-size: 20px;
        line-height: 23.2px;
    }

    .use-case-description {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 90%;
        margin-bottom: 0 !important;
    }

    .use-case-left {
        gap: 1rem;
        padding: 0px 1rem 1rem 1rem;
        max-width: 100%;
    }

    .use-cases:after {
        left: 0px;
        right: 0px;
    }

    .usecase-image img {
        max-width: 360px;
    }

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

    .products-subheading {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 100%;
        padding-left: 33px;
    }

    .gap-filters {
        gap: 0.15rem;
    }

    .affiliate-section {
        gap: 3rem;
        min-height: 100%;
        padding: 1.25rem;
    }

    .affiliate-heading {
        font-size: 28px;
        line-height: 33.6px;
    }

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

    .h5-style {
        font-size: 18px;
        line-height: 21.6px;
    }

    .row {
        gap: 1rem !important;
    }

    .col-md-4 {
        padding: 0 !important;
    }

    .devtools-heading {
        max-width: 100%;
    }

    .devtools-heading h3 {
        color: #27344A;
        font-size: 28px;
        line-height: 33.6px;
    }

    .devtools-section {
        padding: 1rem;
    }

    .affiliate-steps-body {
        min-height: 164px;
        gap: 1rem;
    }

    .devtools-subheading {
        font-size: 13px;
        line-height: 17.68px;
        color: rgba(39, 52, 74, 0.7);
        max-width: 80%;
    }

    .insights-container {
        padding: 0 1.5rem 2rem 1.5rem;
        min-height: auto;
        margin-top: 50px;
    }

    .insights-header {
        padding-left: 0rem;
        margin-left: 0rem;
        margin-top: 10px;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .insights-header h3 {
        font-size: 28px;
        line-height: 33.6px;
    }

    .insights-header p {
        max-width: 100%;
        margin-top: 16px;
        font-size: 13px;
        line-height: 17.68px;
    }

    .insights-navigation {
        position: absolute;
        top: 35%;
        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;
    }

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

    .sm-card-description {
        font-size: 13px;
        line-height: 17.68px;
        opacity: 60%;
        font-weight: 400;
    }

    .sdk-card {
        min-width: 100%;
    }

    .sdk-section {
        padding: 10px 20px;
    }

    .pg-snippet {
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        min-height: 160px;
        align-items: start;
    }

    .affiliate-card {
        max-width: 100%;
    }

    .products-name.active {
        background-color: #2480FC !important;
        color: white !important;
    }

    .products-name:hover {
        background-color: initial;
        color: initial;
    }

    /* end */

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

    .description {
        max-width: 90%;
    }

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

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

    .playground {
        background: rgba(74, 85, 103, 0.2);
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .double-border {
        border: none;
    }

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

    .pg-topbar-item {
        display: flex;
        background: #27344A;
        margin: 5px 0px 10px 0px;
        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 10px 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;
        justify-content: center;
    }

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

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

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

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

    /* developers showcase start */

    .faq-title {
        font-size: 28px;
        line-height: 33.6px;
        max-width: 90%;
    }

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

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

    /* end */

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

}

@media (min-width: 769px) and (max-width: 1024px) {
    #languageSelect {
        display: flex;
    }

    .video-container {
        width: 363px;
        /* Set the desired width */
        height: 228px;
    }

    /* developers showcase */
    .person-image-effects {
        display: none;
    }

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


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

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

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

    .last-card {
        gap: 1.5rem;
    }


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

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

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

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

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

    /* developers showcase start*/

    /* .start-build-section {
        background: url(https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/mobile_compound_final_section.png), url('https://apilayer.com/wp-content/themes/hello-theme-child/assets/developersshowcase/images/grain.png');
        gap: 0.25rem;
        background-repeat: no-repeat, repeat;
    } */

    .use-case-title {
        font-size: 20px;
        line-height: 23.2px;
    }

    .use-case-description {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 90%;
        margin-bottom: 0 !important;
    }

    .use-case-left {
        gap: 1rem;
        padding: 0 1rem;
    }

    .view-more-button {
        margin-bottom: 2rem;
    }

    .use-cases:after {
        left: 0px;
        right: 0px;
    }

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

    .products-subheading {
        font-size: 13px;
        line-height: 17.68px;
        max-width: 100%;
        padding-left: 33px;
    }

    .gap-filters {
        gap: 0.15rem;
    }

    .affiliate-section {
        gap: 3rem;
        padding: 1.25rem 2rem 1.25rem 1rem;
    }

    .affiliate-heading {
        font-size: 28px;
        line-height: 33.6px;
    }

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

    .h5-style {
        font-size: 18px;
        line-height: 21.6px;
    }

    .row {
        gap: 1rem !important;
    }

    .col-md-4 {
        padding: 0 !important;
    }

    .devtools-heading {
        max-width: 100%;
    }

    .devtools-heading h3 {
        color: #27344A;
        font-size: 28px;
        line-height: 33.6px;
    }

    .devtools-section {
        padding: 2rem 3.5rem 2rem 2rem;
        ;
    }

    .affiliate-steps-body {
        min-height: 355px;
        gap: 1rem;
    }

    .affilate-steps {
        word-break: break-all !important;
    }

    .devtools-subheading {
        font-size: 13px;
        line-height: 17.68px;
        color: rgba(39, 52, 74, 0.7);
        max-width: 80%;
    }

    .insights-container {
        padding: 2rem 1.5rem 2rem 1.5rem;
        min-height: auto;
        margin-top: 50px;
    }

    .insights-header {
        padding-left: 0rem;
        margin-left: 0rem;
        margin-top: 10px;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .insights-header h3 {
        font-size: 28px;
        line-height: 33.6px;
    }

    .insights-header p {
        max-width: 100%;
        margin-top: 16px;
        font-size: 13px;
        line-height: 17.68px;
    }

    .insights-navigation {
        position: absolute;
        top: 12%;
        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;
    }

    .sm-card {
        min-height: 176px;
        min-width: calc(92% / 3) !important;
    }

    .sm-card-description {
        font-size: 13px;
        line-height: 17.68px;
        opacity: 60%;
        font-weight: 400;
    }

    .sdk-card {
        min-width: 100%;
    }

    .sdk-section {
        padding: 10px 20px;
    }

    .pg-snippet {
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        min-height: 160px;
        align-items: start;
    }

    .affiliate-card {
        max-width: 97%;
    }

    .products-name.active {
        background-color: #2480FC !important;
        color: white !important;
    }

    .products-name:hover {
        background-color: initial;
        color: initial;
    }

    /* end */

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

    .search-section {
        width: 78%;
    }

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

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

    .description {
        max-width: 90%;
    }

    .video-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        align-items: center;
    }

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

    .playground {
        background: rgba(74, 85, 103, 0.2);
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

    .double-border {
        border: none;
    }

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

    .pg-topbar-item {
        display: flex;
        background: #27344A;
        margin: 5px 0px 10px 0px;
        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 10px 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;
        justify-content: center;
    }

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

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

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

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

    /* developers showcase start */

    .faq-title {
        font-size: 28px;
        line-height: 33.6px;
        max-width: 90%;
    }

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

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

    /* end */

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

    .start-build-section {
        background-size: 100% 100%;
    }
}