/* AI Page CSS : airbyte-consulting */
.airbyte-banner {
    overflow: hidden;
}

.rookceph-support-main .apache-developement-service-tab.cassolutions-tabs {
    padding-top: 80px;
}

.supcomp-content .bd-tech-content img {
    display: none;
}

.airbyte-panel {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
}

.airbyte-panel__sidebar {
    background-color: #525d63;
    padding: 32px;
    border-radius: 16px 0 0 16px;
}

.airbyte .add-p-bg {
    margin-bottom: 0 !important;
    background-color: #fff !important;
    padding-top: 0 !important;
}

.airbyte-panel__sidebar .nav {
    gap: 16px;
    /* Figma gap: 16px between tabs */
    display: flex;
}

.apache-developement-service-tab .airbyte-panel__sidebar .nav-link {
    background: transparent;
    border: 1px solid #6c787e !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    transition: background 0.18s ease;
}

.apache-developement-service-tab .airbyte-panel__sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.07) !important;
    border-color: #6c787e !important;
    color: #ffffff !important;
}

.apache-developement-service-tab .airbyte-panel__sidebar .nav-link.active {
    background-color: #65747a !important;
    border-color: #65747a !important;
    color: #ffffff !important;
}

.airbyte-panel__content {
    background-color: #e1edf1;
    /* Figma: bg-[#e1edf1] */
    padding: 32px;
    /* Figma: p-[32px] */
    border-radius: 0 16px 16px 0;
    height: 100%;
}

/* flex column with gap:32px between header block & what-we-do block */
.airbyte-panel__content .tab-pane {
    display: none;
    flex-direction: column;
    gap: 32px;
    /* Figma: gap-[32px] between sections */
}

.airbyte-panel__content .tab-pane.active {
    display: flex;
}

/* ── HEADER BLOCK: title + desc — node 8101:1361 ── */
.airbyte-pane__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* Figma: gap-[16px] between title & desc */
}

/* ── Pane title — node 8101:1363 ── */
.airbyte-pane__title {
    font-size: 24px;
    /* Figma: text-[24px] */
    font-weight: 600;
    /* Figma: font-semibold — WAS 700, FIXED */
    line-height: 26px;
    /* Figma: leading-[26px] — WAS 32px, FIXED */
    color: #212121;
    /* Figma: var(--heading,#212121) */
    text-transform: capitalize;
    /* Figma: capitalize — WAS MISSING */
    margin: 0;
}

/* ── Pane description — node 8101:1365 ── */
.airbyte-pane__desc {
    font-size: 18px;
    /* Figma: text-[18px] */
    font-weight: 500;
    /* Figma: font-medium */
    line-height: 27px;
    /* Figma: leading-[27px] */
    color: #323232;
    /* Figma: var(--subheading,#323232) */
    margin: 0;
}

/* ── WHAT WE DO BLOCK — node 8101:1413 ── */
.airbyte-pane__whatwedo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* Figma: gap-[16px] between label & list */
}

/* ── "What we do" label — node 8101:1414 ── */
.airbyte-pane__sub {
    font-size: 24px;
    /* Figma: text-[24px] */
    font-weight: 500;
    /* Figma: font-medium */
    line-height: 27px;
    /* Figma: leading-[27px] */
    color: #212121;
    /* Figma: var(--text/heading,#212121) */
    margin: 0;
}

/* ── List container — node 8101:1415 ── */
.airbyte-pane__list {
    list-style: disc;
    padding-left: 27px;
    /* Figma: ms-[27px] */
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* Figma: gap-[12px] between list items */
    margin: 0;
}

/* ── List item — node 8101:1393 ── */
.airbyte-pane__list li {
    font-size: 18px;
    /* Figma: text-[18px] */
    font-weight: 400;
    /* Figma: font-normal */
    line-height: 27px;
    /* Figma: leading-[27px] */
    color: #484848;
    /* Figma: var(--text/body,#484848) */
}

/* ══════════════════════════════════════════════
       MOBILE ACCORDION — mirrors sidebar colours
    ══════════════════════════════════════════════ */
.airbyte-accordion {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.airbyte-accordion .accordion-item {
    background-color: #525d63;
    border: none;
    border-bottom: 1px solid #6c787e;
}

.airbyte-accordion .accordion-item:last-child {
    border-bottom: none;
}

.airbyte-accordion .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 16px !important;
    box-shadow: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
}

/* Override Bootstrap ::after with the custom SVG chevron via data URI */
.airbyte-accordion .accordion-button::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    background-image: url("/wp-content/uploads/2026/05/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

.airbyte-accordion .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.airbyte-accordion .accordion-button:not(.collapsed) {
    background-color: #65747a;
    color: #ffffff;
    box-shadow: none;
    border: none;
    width: 100%;
}

.airbyte-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.airbyte-accordion .accordion-body {
    background-color: #e1edf1;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ══════════════════════════════════════════════
       RESPONSIVE VISIBILITY
    ══════════════════════════════════════════════ */
.airbyte-desktop {
    display: flex;
}

.airbyte-mobile {
    display: none;
}

@media screen and (min-width: 1400px) {
    .drd-banner.cassuport-banner.airbyte-banner {
        padding-bottom: 80px !important;
    }
}

@media (max-width: 991.98px) {
    .airbyte-desktop {
        display: none !important;
    }

    .airbyte-mobile {
        display: block !important;
    }

    .rookceph-support-main .service-faq-sec-mobile {
        padding-top: 32px;
    }
}

@media (max-width: 575.98px) {

    .airbyte-pane__title,
    .airbyte-pane__sub {
        font-size: 20px;
        line-height: 24px;
    }

    .airbyte-pane__desc,
    .airbyte-pane__list li {
        font-size: 16px;
        line-height: 24px;
    }

    .airbyte-accordion .accordion-button {
        font-size: 14px;
    }
}