.elementor-476 .elementor-element.elementor-element-3ddfa68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */:root {
    --global-black: #0A0A0B;
    --academy-red: #E53E3E;
    --pure-white: #FFFFFF;
    --charcoal: #1F2937;
    --slate: #475569;
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-200: #E2E8F0;
    --font-primary: 'Inter', sans-serif;
    --font-display: 'Sora', sans-serif;
    --space-2: 8px;
    --space-4: 16px;
    --space-6: 24px;
    --space-8: 32px;
    --space-12: 48px;
    --space-16: 64px;
    --space-24: 96px;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --border-radius-lg: 12px;
    --border-radius-xl: 16px;
    --border-radius-2xl: 24px;
}

.content-oracle-database-services-final-polished-gbc-group .gbc-oracle-expertise-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content-oracle-database-services-final-polished-gbc-group .gbc-oracle-expertise-content {
    overflow-x: hidden;
    font-family: var(--font-primary);
    line-height: 1.6;
    color: var(--charcoal);
    background: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-6);
}

.content-oracle-database-services-final-polished-gbc-group .gbc-page-section {
    padding: var(--space-24) 0;
    position: relative;
}

.content-oracle-database-services-final-polished-gbc-group .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.content-oracle-database-services-final-polished-gbc-group .fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.content-oracle-database-services-final-polished-gbc-group .hover-lift {
    transition: all 0.3s ease;
}

.content-oracle-database-services-final-polished-gbc-group .hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.content-oracle-database-services-final-polished-gbc-group .eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--academy-red);
    margin-bottom: var(--space-4);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.content-oracle-database-services-final-polished-gbc-group .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--space-16) auto;
}

.content-oracle-database-services-final-polished-gbc-group .section-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(32px, 5vw, 48px);
    color: var(--global-black);
    margin-bottom: var(--space-6);
}

.content-oracle-database-services-final-polished-gbc-group .section-subtitle {
    font-size: 20px;
    color: var(--slate);
    line-height: 1.6;
}

.content-oracle-database-services-final-polished-gbc-group .btn {
    font-family: var(--font-primary);
    font-weight: 600;
    padding: 16px var(--space-8);
    border-radius: var(--border-radius-lg);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.content-oracle-database-services-final-polished-gbc-group .btn-primary {
    background: linear-gradient(135deg, var(--academy-red) 0%, #DC2626 100%);
    color: var(--pure-white);
    box-shadow: var(--shadow-lg);
}

.content-oracle-database-services-final-polished-gbc-group .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.content-oracle-database-services-final-polished-gbc-group .btn-white {
    background: var(--pure-white);
    color: var(--academy-red);
    border-color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .btn-white:hover {
    background: transparent;
    color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .btn-outline {
    background: transparent;
    color: var(--pure-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.content-oracle-database-services-final-polished-gbc-group .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .subpage-hero {
    min-height: 90vh; /* EDITED */
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--pure-white);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* ADDED */
}

.content-oracle-database-services-final-polished-gbc-group .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(10,10,11,0.5), rgba(10,10,11,0.5));
    z-index: 1;
}

.content-oracle-database-services-final-polished-gbc-group .subpage-hero .container {
    position: relative;
    z-index: 2;
}

.content-oracle-database-services-final-polished-gbc-group .subpage-hero .eyebrow {
    color: var(--pure-white) !important; /* ADDED */
    opacity: 0.8;
}

.content-oracle-database-services-final-polished-gbc-group .subpage-hero h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.1;
    margin-bottom: var(--space-6);
    color: var(--pure-white) !important; /* EDITED */
}

.content-oracle-database-services-final-polished-gbc-group .subpage-hero p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.content-oracle-database-services-final-polished-gbc-group .intro-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: var(--space-16);
    align-items: center;
}

.content-oracle-database-services-final-polished-gbc-group .oracle-partner-badge {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-top: var(--space-8);
}

.content-oracle-database-services-final-polished-gbc-group .oracle-partner-badge img {
    height: 20px;
    width: auto;
}

.content-oracle-database-services-final-polished-gbc-group .oracle-partner-badge p {
    font-size: 14px;
    color: var(--slate);
    font-weight: 500;
}

.content-oracle-database-services-final-polished-gbc-group .stat-card {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--border-radius-xl);
    padding: var(--space-8);
    text-align: center;
}

.content-oracle-database-services-final-polished-gbc-group .stat-card .stat-value {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    color: var(--academy-red);
    margin-bottom: var(--space-2);
}

.content-oracle-database-services-final-polished-gbc-group .stat-card .stat-label {
    font-size: 16px;
    color: var(--slate);
}

.content-oracle-database-services-final-polished-gbc-group .feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center;
}

.content-oracle-database-services-final-polished-gbc-group .feature-row:not(:last-child) {
    margin-bottom: var(--space-24);
}

.content-oracle-database-services-final-polished-gbc-group .feature-row:nth-child(even) .feature-image {
    order: 2;
}

.content-oracle-database-services-final-polished-gbc-group .feature-image img {
    width: 100%;
    border-radius: var(--border-radius-2xl);
    box-shadow: var(--shadow-xl);
}

.content-oracle-database-services-final-polished-gbc-group .feature-content h3 {
    font-family: var(--font-display);
    font-size: 32px;
    margin-bottom: var(--space-6);
}

.content-oracle-database-services-final-polished-gbc-group .feature-list {
    list-style: none;
}

.content-oracle-database-services-final-polished-gbc-group .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.content-oracle-database-services-final-polished-gbc-group .feature-list li i {
    color: var(--academy-red);
    font-size: 20px;
    margin-top: 5px;
    width: 20px;
}

.content-oracle-database-services-final-polished-gbc-group .callout-section {
    color: var(--pure-white);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.content-oracle-database-services-final-polished-gbc-group .callout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,10,11, 0.6);
    z-index: 1;
}

.content-oracle-database-services-final-polished-gbc-group .callout-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center;
}

.content-oracle-database-services-final-polished-gbc-group .callout-text h2 {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 42px);
    line-height: 1.2;
    margin-bottom: var(--space-6);
    color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .callout-text p {
    color: var(--gray-200);
    font-size: 18px;
}

.content-oracle-database-services-final-polished-gbc-group .callout-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-6);
}

.content-oracle-database-services-final-polished-gbc-group .callout-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius-xl);
    padding: var(--space-6);
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.content-oracle-database-services-final-polished-gbc-group .callout-card i {
    font-size: 28px;
    color: var(--academy-red);
}

.content-oracle-database-services-final-polished-gbc-group .callout-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .other-solutions {
    background-color: var(--gray-50);
    z-index: 1;
}

.content-oracle-database-services-final-polished-gbc-group .other-solutions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.preweb.site/projects/globalws/wp-content/uploads/2025/08/bg-subtle.jpg');
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

.content-oracle-database-services-final-polished-gbc-group .other-solutions-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--space-16);
    align-items: center;
}

.content-oracle-database-services-final-polished-gbc-group .solutions-grid-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
}

.content-oracle-database-services-final-polished-gbc-group .solution-card-mini {
    background: var(--pure-white);
    border: 1px solid var(--gray-200);
    border-radius: var(--border-radius-xl);
    padding: var(--space-8);
    text-decoration: none;
    color: var(--charcoal);
    transition: all 0.3s ease;
}

.content-oracle-database-services-final-polished-gbc-group .solution-card-mini:hover {
    border-color: var(--academy-red);
}

.content-oracle-database-services-final-polished-gbc-group .solution-card-mini i {
    font-size: 32px;
    color: var(--academy-red);
    margin-bottom: var(--space-4);
}

.content-oracle-database-services-final-polished-gbc-group .solution-card-mini h4 {
    font-family: var(--font-display);
    font-size: 18px;
}

.content-oracle-database-services-final-polished-gbc-group .contact-cta {
    background: linear-gradient(135deg, var(--academy-red) 0%, #DC2626 100%);
    color: var(--pure-white);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 128px 0;
}

.content-oracle-database-services-final-polished-gbc-group .contact-cta .eyebrow {
    color: var(--pure-white);
    opacity: 0.8;
}

.content-oracle-database-services-final-polished-gbc-group .contact-cta::before, .content-oracle-database-services-final-polished-gbc-group .contact-cta::after {
    content: '';
    position: absolute;
    opacity: 0.07;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.content-oracle-database-services-final-polished-gbc-group .contact-cta::before {
    background-image: url('https://www.preweb.site/projects/globalws/wp-content/uploads/2025/08/oval-element.png');
    width: 250px;
    height: 250px;
    top: -40px;
    left: 10%;
    transform: rotate(-15deg);
}

.content-oracle-database-services-final-polished-gbc-group .contact-cta::after {
    background-image: url('https://www.preweb.site/projects/globalws/wp-content/uploads/2025/08/database-element.png');
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 12%;
    transform: rotate(15deg);
}

.content-oracle-database-services-final-polished-gbc-group .cta-content {
    position: relative;
    z-index: 1;
}

.content-oracle-database-services-final-polished-gbc-group .cta-content h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: var(--space-6);
    color: var(--pure-white);
}

.content-oracle-database-services-final-polished-gbc-group .cta-content p {
    font-size: 20px;
    margin: 0 auto var(--space-8) auto;
    opacity: 0.9;
    max-width: 600px;
}

.content-oracle-database-services-final-polished-gbc-group .cta-buttons {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
}

@media (max-width: 1024px) {
    .content-oracle-database-services-final-polished-gbc-group .gbc-page-section {
        padding: var(--space-16) 0;
    }

    .content-oracle-database-services-final-polished-gbc-group .intro-grid, .content-oracle-database-services-final-polished-gbc-group .feature-row, .content-oracle-database-services-final-polished-gbc-group .callout-grid, .content-oracle-database-services-final-polished-gbc-group .other-solutions-grid {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .content-oracle-database-services-final-polished-gbc-group .feature-row:nth-child(even) .feature-image {
        order: 1;
    }

    .content-oracle-database-services-final-polished-gbc-group .feature-image {
        margin-bottom: var(--space-8);
    }
}

@media (max-width: 768px) {
    .content-oracle-database-services-final-polished-gbc-group .container {
        padding: 0 var(--space-4);
    }

    .content-oracle-database-services-final-polished-gbc-group .callout-section {
        background-attachment: scroll;
    }

    .content-oracle-database-services-final-polished-gbc-group .solutions-grid-mini {
        grid-template-columns: 1fr;
    }

    .content-oracle-database-services-final-polished-gbc-group .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */