.xbyte-inner-page-main-section {
    padding: 60px 20px;
    background-color: var(--xbyte-color-black);
}

.api-inner-page {
    display: flex;
    gap: 20px;
}

.xbyte-api-inner-button {
    display: inline-block;
    padding: 8px 16px;
    color: var(--xbyte-color-white);
    text-decoration: none;
    font-weight: var(--xbyte-font-medium);
    font-size: var(--xbyte-font-20);
}

.typo-body-md-medium-light {
    width: 100%;
    max-width: clamp(320px, 50vw, 900px);
}

.bg-rd {
    background-color: var(--xbyte-color-primary);
}

.api-inner-page__header {
    gap: 8px;
    display: grid;
}

.api-inner-page-images__header {
    padding: clamp(40px, 5.83vw, 84px);
    background: var(--xbyte-color-white);
}

.xbyte-inner-page-api-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 0px;
    padding-left: 10px;
}

.xbyte-inner-page-api-list ul li,
.xbyte-list-api ul li {
    font-family: var(--xbyte-font-red-hat);
    font-size: var(--xbyte-font-14);
    font-weight: var(--xbyte-font-regular);
    font-style: var(--xbyte-font-style-normal);
    line-height: var(--xbyte-line-20);
    letter-spacing: var(--xbyte-letter-0);
    color: var(--xbyte-color-white);
    margin: 8px 0px;
    list-style: none;
    position: relative;
    width: 50%;
    padding-left: 30px;
}

.xbyte-list-api ul {
    padding-left: 7px;
}

.xbyte-list-api ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 13px;
    height: 7px;
    border-left: 2px solid var(--xbyte-color-primary);
    border-bottom: 2px solid var(--xbyte-color-primary);
    border-radius: 2px;
    transform: translateY(-65%) rotate(-45deg);
}

.product-api-box .xbyte-list-api ul li::before {
    border-left: 2px solid var(--xbyte-color-black) !important;
    border-bottom: 2px solid var(--xbyte-color-black) !important;
}

.product-api-box .xbyte-list-api ul li {
    color: var(--xbyte-color-black);
}

@media (max-width: 768px) {
    .typo-body-md-medium-light {
        max-width: 100%;
    }

    .api-inner-page-images__header {
        height: fit-content;
    }
}

.xbyte-api-inner-heading span {
    display: block;
}

.xbyte-api-inner-product-api-main {
    text-align: center;
}

.xbyte-api-inner-product-api-section,
.xbyte-api-inner-security-auth-section {
    padding: clamp(30px, 8.33vw, 120px) 0px;
}

.xbyte-api-inner-product-api-row {
    padding: 0;
}

.product-api-box {
    padding: clamp(20px, 8.33vw, 120px);
}

.first {
    background-color: var(--xbyte-color-off-white);
}

.second {
    background-color: var(--xbyte-color-dark-2);
}

.xbyte-list-api-white ul li {
    color: var(--xbyte-color-white) !important;
}


.underline-tabs {
    width: 100%;
}

.underline-tabs .nav-link {
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 1rem 1.5rem;
    margin-bottom: -2px;
    font-weight: var(--xbyte-font-semibold);
    color: var(--xbyte-color-light-grey);
    text-align: center;
    transition: all 0.3s ease;
}

.underline-tabs .nav-link:hover {
    border-bottom-color: var(--xbyte-color-primary);
    color: var(--xbyte-color-primary);
}

.underline-tabs .nav-link.active {
    background-color: var(--xbyte-color-primary);
    color: var(--xbyte-color-white);
    border-color: transparent;
}

/* Content Animation */
.tab-pane .row {
    align-items: center;
}

.tab-pane.fade {
    transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}

.xbyte-api-inner-tabs .underline-tabs .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: initial;
    width: 100%;
    border-bottom: 0;
}

.xbyte-api-inner-tabs .underline-tabs .nav-item {
    flex: 1 1 0;
    margin: 0;
}

.xbyte-api-inner-tabs .underline-tabs .tab-content {
    width: 100%;
}

.bg-tabs {
    position: relative;
    overflow: hidden;
    background-color: var(--xbyte-color-black, #090909);
    background-image: radial-gradient(ellipse 70% 130% at 100% 20%, rgba(105, 24, 40, 0.42) 0%, rgba(70, 19, 31, 0.30) 25%, rgba(42, 14, 21, 0.20) 45%, transparent 72%), radial-gradient(ellipse 55% 80% at 0% 100%, rgba(25, 25, 55, 0.25) 0%, rgba(16, 17, 34, 0.15) 35%, transparent 65%);
    background-repeat: no-repeat;
    background-size: cover;
}

.xbyte-api-inner-tabs {
    width: 100%;
    margin-top: 25px;
}

.tab-content>.tab-pane {
    margin-top: 20px;
}

.xbyte-api-tabs-content-main-box {
    padding: clamp(24px, 2.78vw, 40px) 20px;
}

/* tabs code start  */
.xbyte-api-code-box {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #0b0a12;
}

.xbyte-api-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(16px, 2vw, 24px);
    background: #17161c;
}

.xbyte-api-code-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}

.xbyte-api-code-dots .dot {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}

.xbyte-api-code-dots .dot-red {
    background: #ff4b55;
}

.xbyte-api-code-dots .dot-yellow {
    background: #ffbd2e;
}

.xbyte-api-code-dots .dot-green {
    background: #00c875;
}

.xbyte-api-code {
    margin: 0;
    padding: clamp(24px, 3vw, 32px);
    overflow-x: auto;
    background: #0b0a12;
    color: #ffffff;
    font-family: monospace;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.6;
    white-space: pre;
}

.xbyte-api-code code {
    font-family: inherit;
    color: inherit;
}

/* tabs code end  */

/* tabs right side  code start  */
.json-box {
    overflow: hidden;
    border: 1px solid #242027;
    border-radius: 4px;
    background: #08070a;
}

.json-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #19171c;
    color: #929097;
}

.dots {
    color: #ff4048;
    word-spacing: 5px;
}


.dots::first-letter {
    color: #ff4048;
}

.json-box pre {
    margin: 0;
    padding: clamp(22px, 3vw, 30px);
    overflow-x: auto;
    color: #fff;
    font-size: clamp(13px, 1.2vw, 16px);
    line-height: 1.35;
    background: #08070a;
}

.json-box code,
.json-box pre {
    font-family: monospace;
}

.json-box code span {
    color: #00c86b;
}

.json-box code b {
    color: #ff4c4c;
    font-weight: 400;
}

/* tabs right side code end  */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .xbyte-api-inner-tabs .underline-tabs .nav {
        overflow-x: auto;
    }

    .xbyte-api-inner-tabs .underline-tabs .nav-item {
        flex: 0 0 150px;
    }

    .underline-tabs .nav-link {
        padding: 14px 10px;
        white-space: nowrap;
    }
}

/* tabs section end  */

/* api extraction section start */
.xbyte-api-extraction-service-box {
    border-bottom: 2px solid #0000000A;
    padding: clamp(16px, 1.67vw, 24px);
}

.xbyte-api-extraction-service-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.xbyte-api-extraction-service-box ul li {
    padding: 10px;
    background-color: var(--xbyte-color-bg-light);
    color: var(--xbyte-color-grey-3);
    gap: 10px;
    display: flex;
    margin: 5px;
    font-weight: var(--xbyte-font-regular);
    font-size: var(--xbyte-font-18);
    line-height: var(--xbyte-line-25);
    border: 1px solid #EEEFEE29
}

/* api extraction sectiuon end  */

/* api security suthentication section start */

.xbyte-api-inner-security-auth-section {
position: relative;
overflow: hidden;
isolation: isolate;
background-image: none !important;
}

.xbyte-api-inner-security-auth-section::before {
content: "";
position: absolute;
z-index: 0;
top: 0;
right: 16%;
bottom: 0;
width: clamp(620px, 52vw, 760px);
background-image: url("http://xbyteio.xbytedev.co/wp-content/uploads/2026/08/authentication-bg.png");
background-repeat: no-repeat;
background-position: right top;
background-size: 100% auto;
opacity: 0.55;
pointer-events: none;
}

.xbyte-api-inner-security-auth-section > * {
position: relative;
z-index: 1;
}

@media (max-width: 991px) {
.xbyte-api-inner-security-auth-section::before {
right: -5%;
width: clamp(380px, 65vw, 520px);
}
}

@media (max-width: 575px) {
.xbyte-api-inner-security-auth-section::before {
right: 50%;
width: 430px;
opacity: 0.35;
transform: translateX(50%);
}
}


.xbyte-api-inner-security-auth-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xbyte-api-inner-security-auth-content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(70px, 6vw, 96px);
    padding: clamp(16px, 1.67vw, 24px);
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    color: #1d1d1d;
    font-size: clamp(16px, 1.4vw, 20px);
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
}

/* Encryption Active Box */
.xbyte-api-inner-security-auth-main {
    padding: clamp(24px, 2.78vw, 40px);
}

.xbyte-api-inner-security-auth-content ul li:nth-child(1),
.xbyte-api-inner-security-auth-content ul li:nth-child(3) {
    background: var(--xbyte-color-off-white);
    color: #111111;
    border-color: #E0E0E0
}

.xbyte-api-inner-security-auth-content ul li:nth-child(5) {
    background: var(--xbyte-color-primary);
    color: #ffffff;
    border-color: var(--xbyte-color-primary);
}

@media (max-width: 767px) {
    .xbyte-api-inner-security-auth-content ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* api security suthentication section end */


/* Architecture section start */
.integration-architecture {
    padding: clamp(50px, 7vw, 100px) clamp(20px, 3vw, 40px);
    background: #ffffff;
    overflow: hidden;
}

.architecture-grid {
    --architecture-height: clamp(620px, 40.75vw, 768px);
    --architecture-step-1: clamp(72px, 5.95vw, 112px);
    --architecture-step-2: clamp(144px, 11.9vw, 224px);
    --architecture-step-3: clamp(216px, 17.85vw, 336px);

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 0;
}

/* Common card */
.architecture-card {
    display: grid;
    grid-template-rows: clamp(96px, 5.95vw, 112px) 1fr auto;
    min-width: 0;
    margin: 0;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-sizing: border-box;
}

/* Card heights for perfect staircase */
.architecture-card:nth-child(1) {
    height: var(--architecture-height);
}

.architecture-card:nth-child(2) {
    height: calc(var(--architecture-height) - var(--architecture-step-1));
    border-left: 0;
}

.architecture-card:nth-child(3) {
    height: calc(var(--architecture-height) - var(--architecture-step-2));
    border-left: 0;
}

.architecture-card:nth-child(4) {
    height: calc(var(--architecture-height) - var(--architecture-step-3));
    border-left: 0;
}

/* Card header */
.architecture-card__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: clamp(18px, 1.7vw, 24px);
    box-sizing: border-box;
    background: #211f20;
    color: #ffffff;
}

.architecture-card.active .architecture-card__head {
    background: #ed1b2f;
}

/* .architecture-card__head small {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    font-size: clamp(12px, 0.9vw, 16px);
    line-height: 1;
} */

.architecture-card.active .architecture-card__head small {
    color: #ffffff;
}

/* Description */
.architecture-card>p {
    align-self: start;
    margin: 0;
    padding: clamp(24px, 2vw, 36px);
}

/* Bottom list */
.architecture-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 2vw, 36px) 20px;
    align-self: end;
    margin: 0;
    padding: 0 clamp(20px, 2vw, 32px) clamp(40px, 4vw, 72px);
    list-style: none;
}

.architecture-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #333333;
    font-size: clamp(12px, 0.95vw, 16px);
    white-space: nowrap;
}


/* Tablet */
@media (max-width: 1199px) {
    .architecture-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 20px;
    }

    .architecture-card:nth-child(n) {
        height: auto;
        min-height: 440px;
        border: 1px solid #e7e7e7;
    }

    .architecture-card {
        grid-template-rows: 100px 1fr auto;
    }

    .architecture-card ul {
        padding-bottom: 35px;
    }
}

.second .xbyte-list-api ul li::before {
    left: 0px;
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

/* Mobile */
@media (max-width: 768px) {
    .product-api-box .xbyte-list-api ul li {
        width: 100%;
    }

    .api-inner-page {
        flex-wrap: wrap;
    }

    .api-inner-button-grp {
        margin: 15px 0px;
    }

    .architecture-grid {
        grid-template-columns: 1fr;
    }

    .architecture-card:nth-child(n) {
        min-height: 420px;
    }

    .architecture-card {
        grid-template-rows: 90px 1fr auto;
    }

    .architecture-card__head {
        padding: 18px 20px;
    }

    .architecture-card>p {
        padding: 24px 20px;
    }

    .architecture-card ul {
        padding: 0 20px 30px;
    }
}

@media (max-width: 480px) {
    .xbyte-api-inner-heading span {
        display: inline;
        text-wrap: auto;
        word-wrap: break-word;
    }

    .architecture-card ul {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .architecture-card:nth-child(n) {
        min-height: auto;
    }
}

/* Architecture section end */
/* data delivery section start  */
.xbyte-data-delivery {
    padding: clamp(50px, 6vw, 90px) 20px;
    background:
        radial-gradient(circle at 92% 45%,
            rgba(237, 27, 47, 0.12),
            transparent 35%),
        #070909;
}

.xbyte-data-delivery__box {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1.25fr 1.55fr 1.2fr;
    align-items: start;
    gap: clamp(25px, 3vw, 55px);
    width: min(100%, 1680px);
    min-height: 215px;
    margin: 0 auto;
    padding: 64px clamp(35px, 4vw, 60px) 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    border-radius: 2px;
}

/* Full red horizontal line */
.xbyte-data-delivery__box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 82px;
    right: clamp(35px, 4vw, 60px);
    left: clamp(35px, 4vw, 60px);
    height: 1px;
    background: #ed1b2f;
}

/* Title */
.xbyte-data-delivery__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding-right: 18px;
    background: #070909;
    color: #ffffff;
    font-size: clamp(18px, 1.3vw, 24px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.xbyte-data-delivery__title::before {
    content: "";
    width: 55px;
    height: 1px;
    background: #ed1b2f;
}

.xbyte-data-delivery__title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ed1b2f;
}

/* Description */
.xbyte-data-delivery__description {
    margin: 42px 0 0;
    color: #d7d7d7;
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.5;
}

/* CSV files */
.xbyte-data-delivery__files {
    display: grid;
    grid-template-columns: repeat(7, minmax(42px, 1fr));
    gap: clamp(12px, 1.2vw, 24px);
    margin-top: 38px;
}

.delivery-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d4d4d4;
    font-size: 14px;
    line-height: 1;
}

.delivery-file__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
    background: #00894f;
}

.delivery-file__icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 12px solid #070909;
    border-left: 12px solid transparent;
}

.delivery-file__icon strong {
    width: 100%;
    padding: 4px 2px;
    background: #056c42;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.delivery-file i {
    position: relative;
    display: block;
    width: 1px;
    height: 20px;
    background: #666666;
}

.delivery-file i::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #666666;
    transform: translateX(-50%);
}

.delivery-file>span:last-child {
    margin-top: 8px;
}

/* Right-side fade effect */
.delivery-file:nth-child(5) {
    opacity: 0.65;
}

.delivery-file:nth-child(6) {
    opacity: 0.4;
}

.delivery-file:nth-child(7) {
    opacity: 0.2;
}

/* Tablet */
@media (max-width: 1199px) {
    .xbyte-data-delivery__box {
        grid-template-columns: 1fr 1.4fr;
        gap: 25px;
        padding-top: 40px;
    }

    .xbyte-data-delivery__box::before {
        display: none;
    }

    .xbyte-data-delivery__description {
        margin-top: 0;
    }

    .xbyte-data-delivery__files {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .xbyte-data-delivery__box {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .xbyte-data-delivery__title {
        width: 100%;
        white-space: normal;
    }

    .xbyte-data-delivery__description {
        margin: 0;
    }

    .xbyte-data-delivery__files {
        grid-column: auto;
        display: flex;
        gap: 20px;
        overflow-x: auto;
        margin-top: 10px;
        padding-bottom: 12px;
    }

    .delivery-file {
        flex: 0 0 55px;
    }
}

/* data delivery section end  */

/* <!-- ***** Stats Counters Section Start ***** --> */
.stats_counters_section {
    background: #fff;
}
.stats_counters_section .intel-box {
    position: relative;
    padding: 32px 36px;
    background-color: var(--xbyte-color-off-white);
    border-radius: 2px;
    height: 100%;
}
.stats_counters_section .intel-box .box-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #E61E2A;
    font-size: 20px;
    -webkit-text-stroke: .5px;
}
.stats_counters_section .intel-box.active {
    background-color: #1A1A1A;
}

@media(min-width:992px) {
    .stats_counters_section .custom-wide {
        flex: 0 0 34% !important;
        max-width: 34% !important;
    }

    .stats_counters_section .custom-small {
        flex: 0 0 22% !important;
        max-width: 22% !important;
    }
}
/* <!-- ***** Stats Counters Section End ***** --> */

/* <!-- ***** Blog Inner Page Strat ***** --> */
.blog-inner-sidebar{
    width:260px;
    height:100vh;
    background:#120d28;
    position:fixed;
    left:0;
    top:0;
    transition:.3s;
    overflow:hidden;
}
.blog-inner-sidebar.blog-inner-close{
    width:75px;
}
.blog-inner-page-xbyte .title{
    color:#887da8;
    font-size:12px;
    padding:10px 16px;
}
.blog-inner-menu a{
    height:44px;
    margin:8px 12px;
    display:flex;
    align-items:center;
    color:#d4caff;
    text-decoration:none;
    border-radius:14px;
    padding:0 12px;
    transition:.3s;
}
.blog-inner-menu i{
    width:35px;
    height:35px;
    background:#211a3b;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.blog-inner-menu span{
    margin-left:12px;
    white-space:nowrap;
}
.blog-inner-page-xbyte .arrow{
    margin-left:auto;
}
.blog-inner-menu a.active{
    background:#a44be0;
    color:white;
}
.blog-inner-menu a.active i{
    background:#bd70ff;
}
.blog-inner-sidebar.blog-inner-close span,
.blog-inner-sidebar.blog-inner-close .arrow,
.blog-inner-sidebar.blog-inner-close .title,
.blog-inner-sidebar.blog-inner-close .profile span{
    display:none;
}
.blog-inner-sidebar.blog-inner-close .blog-inner-menu a{
    justify-content:center;
}
.blog-inner-sidebar.blog-inner-close .blog-inner-menu i{
    width:40px;
    height:40px;
}
.blog-inner-toggle{
    position:fixed;
    top:20px;
    left:270px;
    background:#9c4cff;
    border:0;
    color:white;
    width:35px;
    height:35px;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}
.blog-inner-sidebar.blog-inner-close ~ .blog-inner-toggle{
    left:85px;
}
.blog-inner-page-content{
    margin-left:280px;
    padding:30px;
    transition:.3s;
}
.blog-inner-sidebar.blog-inner-close ~ .blog-inner-page-content{
    margin-left:95px;
}
/* <!-- ***** Blog Inner Page End ***** --> */

