/*!
 * oracle-custom-style.css
 * Page-specific styles for Oracle AI Services landing page.
 *
 * NOTES
 * - Keep existing global/site styles in `new-style-712.css`.
 * - This file only styles the tabbed layout + sections that were missing/incomplete.
 */ :root {
--oa-brand: #2F3E70; /* matches Oracle page blue */
--oa-brand-2: #8D17CC; /* accent */
--oa-ink: #000000;
--oa-muted: #959595;
--oa-bg: #f6f9fc;
--oa-surface: #ffffff;
--oa-line: #e6e9ef;
--oa-radius: 16px;
}
.ai-sticky-wrapper {
    position: sticky;
    bottom: 0;
    z-index: 999;
    background-color: var(--brand-2);
}
.ai-sticky .container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ai-nav-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
}
.ai-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.ai-menu-item {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 0;
    opacity: .75;
    cursor: pointer;
    text-align: center;
}
.ai-menu-item.active, .ai-menu-item[aria-selected="true"] {
    opacity: 1;
    color: #B8F9FF;
    border-bottom: 5px solid #B8F9FF;
}
p {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    color: #959595;
}
button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
}
.accordion-button {
    background-color: #ffffff;
    color: #000000;
    box-shadow: none;
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px !important;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.logo-wrap img {
    height: 70px;
}
.oracle-industry-track .owl-stage-outer{
    padding: 10px 0 20px;
}

.oracle-industry-track{
    padding-bottom: 10px;
}
.story-card{
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.story-card:hover{
    transform: translateY(-6px);
    border-color: #8D17CC;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}
.icon-wrap{
    width: 75px;
    height: 75px;
    border-radius: 7px;
    background: #f5f8ff;
    border: 1px solid #daefff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrap img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}
ul li {
    color: #959595;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F5F8FF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
 
.feature-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
 
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.feature-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}
 
.feature-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
/* Mobile */
@media (max-width: 767px) {
 
    .feature-item {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
 
    .feature-icon {
        margin-bottom: 8px;
    }
 
}

.oa-wm__tabs {
    padding: 6px 0 18px;
}
.oa-wm__tab.is-active, .oa-wm__tab.active, .oa-wm__tab:hover, .oa-wm__tab:hover, .oracle-global-tab:hover {
    background: #22305a !important;
    color: #fff !important;
}
.oa-wm__tab {
    appearance: none;
    border: 0;
    background: #cfe9ff;
    color: #2a2a2a;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.oa-wm__content {
    padding-top: 18px;
}
.oa-wm__content-inner {
    position: relative;
    padding: 30px 0px 0px;
}
.oa-wm__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
    font-weight: 500;
    color: #000;
}
.oa-wm__arrows {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    gap: 12px;
    z-index: 999;
}
.oa-wm__arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    background: transparent;
    color: #111;
    place-items: center;
    transition: transform .2s ease, opacity .2s ease;
    font-size: 16px;
}
.oa-wm-tabs .owl-item {
    width: auto !important;
}
.oa-wm-tabs::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 6.8%, #FFFFFF 78.91%);
}
.oa-wm-tabs::before, .oa-wm-tabs::after {
    content: "";
    position: absolute;
    top: 0;
    width: 199px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.oracle-global-tabs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.oracle-global-tabs::after {
    right: 0;
    background: linear-gradient(90deg, rgba(245, 248, 255, 0) 6.8%, #F5F8FF 78.91%);
}
.oracle-global-tabs::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.oracle-global-tabs__owl .owl-stage-outer {
    padding: 6px 0;
}
.oracle-global-tab.is-active, .oracle-global-tab.is-active:focus {
    background: #2f3d73 !important;
    color: #ffffff !important;
}
.oracle-global-card__top {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0px;
    align-items: center;
    margin-bottom: 18px;
}
.oracle-global-card__icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.oracle-global-card__title h3, .oracle-global-card__title h4 {
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}
.oracle-global-tab {
    border: 0;
    padding: 14px 22px;
    border-radius: 999px;
    background: #cfe9ff;
    color: #0d1b2a;
    font-size: 15px;
    line-height: 1.15;
    white-space: pre-line;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
    min-height: 64px;
    width: 204px;
}
.ast-container {
    display: unset !important;
    padding: 0;
    margin: 0;
}
body {
    font-family: var(--font-family);
    color: var(--ink);
    background: var(--soft);
    letter-spacing: .1px;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 26px;
}

a {
    color: black;
    text-decoration: none !important;
}
a:hover {
    color: var(--brand) !important;
    transition: 0.7s;
}

@media (max-width: 767.98px) {
p.section-subtitle, p {
    font-style: Medium;
    font-size: 12px;
    line-height: 20px;
}
body {
    font-size: 14px;
    line-height: 24px;
}
.logo-wrap img {
    height: 65px;
    }
}
.accordion-body {
    padding: 0 26px 22px;
    color: #9aa3ab;
    font-family: IBM Plex Sans;
    font-weight: 400;
    font-style: Regular;
    line-height: 28px;
    letter-spacing: 0%;
    font-size: 16px;
}

.ls-table{
    border-collapse: separate;
    border-spacing: 0 18px;
}

.ls-table thead th{
    background: #2F3E70;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 24px;
    border: none;
    vertical-align: middle;
}

.ls-table thead th:first-child{
    border-radius: 5px 0 0 5px;
}

.ls-table thead th:last-child{
    border-radius: 0 5px 5px 0;
}

.ls-table tbody tr{
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0 6px 24px rgba(15,23,42,.05);
}

.ls-table tbody tr:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15,23,42,.08);
}

.ls-table tbody td{
    padding: 26px 24px;
    border: none;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.8;
    color: #959595;
}

.ls-table tbody td:first-child{
    width: 28%;
    border-radius: 18px 0 0 18px;
}

.ls-table tbody td:nth-child(2){
    width: 26%;
    font-weight: 500;
    color: #8D17CC;
}

.ls-table tbody td:last-child{
    width: 46%;
    border-radius: 0 18px 18px 0;
}

.ls-mobile-card{
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 24px rgba(15,23,42,.06);
}

.ls-mobile-card h3{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.ls-mobile-card p{
    margin-bottom: 18px;
    color: #4B5563;
}

.ls-label{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #8D17CC;
    margin-bottom: 8px;
}
.card-img-top-1 {
    height: 250px;
}
.oracle-industry-card__icon img {
    object-fit: contain;
    width: 65px;
    height: 65px;
}