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

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

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

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

.last-card {
    background-color: #348AFF;
    border: 1px solid #509AFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 147px;
    max-height: 160px;
    justify-content: space-between;
}


.card-title-section {
    line-height: 20.7px;
}

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

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

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

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

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

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

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

.product-hero-section h1 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 110%;
}

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

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

.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: 14px;
    line-height: 10px;
    align-items: center;
    gap: 2%;
    width: 100%;
}

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

.pg-subtitle {
    font-size: 12px;
    line-height: 125%;
}

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

.get-api-btn {
    display: flex;
    color: white;
    background: #2480FC;
    font-size: 12px;
    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: 12px;
    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;
    word-wrap: break-word;
    text-align: justify;
}

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

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

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

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

.faq-title {
    font-size: 60px;
    line-height: 60px;
    color: #27344A;
    font-weight: 500;
}


.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: 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/products/images/white-overlay.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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


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

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

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

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

.filter-tags {
    flex-wrap: wrap;
    gap: 8px;
    max-width: 70%;
}

.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;
	text-decoration: none;
}

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

.view-by {
    color: #27344A;
    font-size: 14px;
    line-height: 16.8px;
    min-width: max-content;
}

.view-by-section2 {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem !important;
}

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

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

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

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

.view-more-button {
    display: none;
}

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

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

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

.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/products/css/<?php_echo_get_stylesheet_directory_uri(); ?>/assets/apilayer/images/down.svg') !important;
} */

.dropdown-menu {
    display: none;
    transition: opacity 3s ease;
    position: absolute;
    background-color: #fff !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
    border-radius: 5px;
    top: 50px;
    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;
}

/* When active, display the tab pane with full opacity */
.tab-pane.active {
    display: block;
    opacity: 1;
}

pre code {
    display: block;
    overflow-x: auto;
    white-space: pre;
    word-wrap: break-word;
    word-break: break-all !important;
}


.position-end {
    display: none;
}

@media (max-width: 768px) {

    #languageSelect {
        display: flex;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) and (max-width: 1024px) {
    .faq-body {
        grid-column: 2 / 3;
    }

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

    .view-by-section2 {
        display: flex !important;
        align-items: baseline !important;
        margin-bottom: 0px !important;
        margin-top: 1rem !important;
    }


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

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

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

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

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

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

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

    .container {
        padding: 0px !important;
    }

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

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

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

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

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

}