@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --gradient-start: #c24;
    --gradient-end: #227db9;
    --main-gradient: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    --bg-dark: #121212;
    --bg-darker: #0a0a0a;
    --panel-bg: #ffffff08;
    --border-color: #ffffff14;
}

body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #aebfdd;
    color: #fff;
}

.font-serif {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
    font-weight: 100 !important;
}

.hero-section {
    z-index: 1;
    min-height: 100vh;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    height: 100vh;
    background: radial-gradient(ellipse at top center, #dc354573 0%, #dc35450d 50%, transparent 75%);
    border-radius: 50% 50% 0 0;
    filter: blur(40px);
    z-index: -1;
    pointer-events: none; 
}

.hero-section-platform::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    height: 100vh;
    background: radial-gradient(ellipse at top center, #227db9 0%, #dc35450d 50%, transparent 75%);
    border-radius: 50% 50% 0 0;
    filter: blur(40px);
    z-index: -1;
    pointer-events: none; 
}

.navbar {
    backdrop-filter: blur(12px);
    background-color: #fff !important;
    border-bottom: 1px solid #ffffff0d;
}

.navbar-toggler i{
    color: #000 !important;
    font-size: 2rem;
}

.nav-link {
    font-size: 0.9rem;
    color: #252525 !important;
    transition: color 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #000 !important;
}

.badge-pill-custom {
    background-color: #00000099;
    border: 1px solid #ffffff26;
    backdrop-filter: blur(4px);
    display: inline-block;
}

.pillar-divider {
    border-right: 3px solid #ffffff48;
}

.btn-red{
    background: linear-gradient(140deg, #c24 20%, #227db9 70%);
    padding: 12px;
}

@media (width < 767px) {
    .pillar-divider {
        border-right: none;
        border-bottom: 1px solid #ffffff1a;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .pillar-divider:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .hero-section::before {
        top: 20%;
        width: 200vw;
    }
}

.image{
    height: 50px; 
    width: auto; 
}

.apple-tabs {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    display: inline-flex;
    margin-bottom: 30px;
}

.apple-tabs .nav-link {
    border-radius: 15px;
    padding: 8px 24px;
    transition: all 0.3s ease;
    border: none;
}

.apple-tabs .nav-link:hover {
    color: #000 !important;
}

.apple-tabs .nav-link.active {
    background-color: #aebfdd;
    color: #000 !important;
    box-shadow: 0 2px 8px #0006;
    font-weight: 600;
}

.apple-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 20px 40px #00000080;
    min-height: 400px;
    width: 1150px;
}


.text-content h3 {
    letter-spacing: -0.005em;
    margin-bottom: 20px;
    color: #fff;
}

.device-display {
    border-radius: 16px;
    height: 400px;
    box-shadow: 0 10px 20px #2c2c2e70;
}

.device-display img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (width < 768px) {
    .apple-card {
        padding: 30px;
        width: 100%;
    }

    .text-content {
        margin-bottom: 40px;
    }

    .btn-brand{
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .scroll-card{
        width: 95% !important;
    }
}

/* Gov Page Austin */
.modules-section {
    background-color: #aebfdd; 
}

.modules-gov-title{
    color: #c24;
}

.modules-gov-sub{
    font-size: 16px;
    max-width: 650px;
}

.module-card {
    background-color: #ffffffe9;
    border-radius: 16px; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px #0000001a !important;
}

.icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #c24; 
    color: #490819;
    border-radius: 20px;
    box-shadow: 0 4px 8px #ed1a44ad;
}


.icon-wrapper-data {
    width: 72px;
    height: 72px;
    background-color: #67b2d8; 
    color: #142b3d;
    border-radius: 20px;
    box-shadow: 0 4px 8px #3696c6ba;
}

.icon-wrapper-intake {
    width: 72px;
    height: 72px;
    background-color: #198754; 
    color: #062d1d;
    border-radius: 20px;
    box-shadow: 0 4px 8px #25c078b1;
}

.icon-wrapper-engage {
    width: 72px;
    height: 72px;
    background-color: #0d3a8a; 
    color: #0a1b3f;
    border-radius: 20px;
    box-shadow: 0 4px 8px #1b55bac4;
}

.icon-wrapper-learn {
    width: 72px;
    height: 72px;
    background-color: #6f42c1; 
    color: #2f1c59;
    border-radius: 20px;
    box-shadow: 0 4px 8px #8e57f4cf;
}

.icon-wrapper-case {
    width: 72px;
    height: 72px;
    background-color: #1a3d3d; 
    color: #071616;
    border-radius: 20px;
    box-shadow: 0 4px 8px #2f6b6b;
}

.icon-wrapper-workflows {
    width: 72px;
    height: 72px;
    background-color: #7c3aed; 
    color: #2e1065;
    border-radius: 20px;
    box-shadow: 0 4px 8px #7c3aeda7;
}

.module-title {
    color: #1a1b35; 
    font-size: 1.15rem;
    line-height: 1.4;
}

.module-desc {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
}

.module-subdesc{
    font-size: 0.9rem;
    color: #6c757d;
}

.btn-learn-more {
    background-color: #fff; 
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px #a9a9a98f;
}

.btn-equal-size {
    width: 200px;
    height: 50px;
    display: inline-flex;
    text-align: center;
}

/* Partners */
.hero-section-partners {
    min-height: 100vh;
    background-image: linear-gradient(#00000080, #00000080), url('/assets/images/hero-partners.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero-section-index{
    min-height: 100vh;
    background-image: linear-gradient(#9e9e9e00, #fff0), url('/assets/images/abstract-bg.png') !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero-section-gov{
    min-height: 100vh;
    background-image: linear-gradient(#0000, #0000), url('/assets/images/gov-hero.png') !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero-section-ent{
    min-height: 100vh;
    background-image: linear-gradient(#0000, #0000), url('/assets/images/ent-hero.png') !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero-container{
    z-index: 10;
}

.hero-title-partners {
    color: #fff; 
    letter-spacing: -1px;
}

.hero-subtitle-partners {
    max-width: 550px;
    font-size: 1.1rem;
}

.btn-brand {
    background: linear-gradient(140deg, #c24 20%, #227db9 70%);
    color: white;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem; 
    box-shadow: 0 8px 20px #0000004d; 
    transition: all 0.3s ease;
}

.btn-brand:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px #0006;
}

.btn-icon-circle {
    width: 36px;
    height: 36px;
    color: #227db9;
    transition: transform 0.3s ease;
}

.btn-brand:hover .btn-icon-circle {
    transform: rotate(15deg) scale(1.05);
}

.floating-card {
    width: 80px;
    height: 80px;
    background: #fffffff2; 
    box-shadow: 0 10px 30px #00000026;
    border-radius: 24px;
    backdrop-filter: blur(10px); /* Optional: adds a nice glass effect if the image has details */
}

.floating-card i {
    color: #dc3546;
    font-size: 2rem;
    opacity: 0.9;
}

.floating-card-platform i {
    color: #227db9;
    font-size: 2rem;
    opacity: 0.9;
}

.card-left {
    left: 15%;
    top: 60%;
    transform: rotate(-8deg);
}

.card-right {
    right: 15%;
    top: 50%;
    transform: rotate(12deg);
}

@media (width < 992px) {
    .floating-card {
        display: none !important;
    }
}

/* Why Resell */
.apex-features-section {
    padding: 5rem 0;
    background-color: #030508;
    color: #fff;
}

.section-title-why {
    margin-bottom: 1rem;
}

.section-subtitle-why {
    color: #a0aec0;
    max-width: 700px;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
}

.apex-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apex-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px #0003;
}

.apex-card.highlighted {
    background-color: #227db9;
}

.icon-wrapper-partners {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    background-color: #dc3546 !important;
}

.apex-card:not(.highlighted) .icon-wrapper {
    background-color: #ffffff0d;
    color: #fff; 
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.card-divider {
    height: 1px;
    background-color: #ffffff1a;
    margin-bottom: 1.5rem;
}

.apex-card.highlighted .card-divider {
    background-color: #ffffff4d;
}

.card-text {
    color: #a0aec0;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
}

/* How it works */

.icon-wrapper-step {
    width: 90px;
    height: 90px;
    background-color: #dc3546; 
    color: #fff;
    font-size: 2.2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 0 5px #fff;
}

.step-number {
    right: -5px;
    bottom: 5px;
    width: 34px;
    height: 34px;
    background-color: #83182c; 
    color: #fff;
    font-size: 0.85rem;
    border: 2px solid #fff; 
}

.step-title {
    color: #fff;
    font-size: 1.15rem;
}

.step-desc {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (width >= 768px) {
    .step-col {
        position: relative;
    }
    
    .step-col:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 45px; 
        left: calc(50% + 60px);  
        right: calc(-50% + 60px); 
        height: 2px;
        background-color: #6c757d; 
        z-index: 1;
    }
}

/* FAQ */

.faq-subtitle {
    color: #6c757d;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}

.faq-accordion .accordion-item {
    background-color: #f0f3f8;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #fff;
    border-radius: 24px; 
    box-shadow: 0 8px 24px #0000000a;
}

.faq-accordion .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #1a1b35;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-icon-wrapper {
    width: 36px;
    height: 36px;
    background-color: #fff;
    color: #1a1b35;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-icon-wrapper {
    background-color: #e8e8e8; 
}

.faq-accordion .accordion-button .x-icon {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) .plus-icon {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) .x-icon {
    display: block;
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
    color: #696e72;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Footer */
.apex-footer {
    background-color: #0b1121;
    color: #94a3b8;
}

.apex-footer-gov{
    background-color: #030508;
    border-top: 1px solid #334155;
    opacity: 1;
}

.apex-footer-partners{
    background-color: #030508;
    border-top: 1px solid #334155;
    opacity: 1;
}

.footer-brand-title {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.footer-brand-subtitle {
    color: #94a3b8;
    font-size: 0.85rem;
}

.custom-footer-logo {
    width: 40px; 
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #334155;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 0.5rem;
}

.social-links a:hover {
    border-color: #94a3b8;
    color: #fff;
} */

.footer-heading {
    color: #fff;
    font-size: 1.05rem;
}

.footer-links li {
    margin-bottom: 0.85rem;
}

.footer-links a {
    color: #94a3b8;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-divider {
    border-color: #334155;
    opacity: 1;
}

.footer-bottom-text {
    font-size: 0.85rem;
}

.footer-bottom-links a {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 0 0.75rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* Contact */
.font-serif {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.contact-section{
    padding: 120px 0;
}

.contact-header{
    color: #227db9;
}

.text-subtle {
    color: #a2a7ac;
    font-size: 0.95rem;
}

.contact-info-header{
    color: #227db9;
}

.form-control-custom {
    background-color: #f4f5f6;
    border-radius: 20px;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}

textarea.form-control-custom {
    border-radius: 24px;
    resize: none;
}

.form-control-custom:focus {
    background-color: #e5e5e5;
    box-shadow: 0 0 0 3px #0099ff80;
    outline: none;
}

.form-control-custom::placeholder {
    color: #000;
}

.btn-dark-green {
    background-color: #227db9;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.btn-dark-green:hover {
    background-color: #1a4e72;
    color: #fff;
}

/* .social-icons i {
    color: #227db9;
    transition: color 0.2s ease;
    cursor: pointer;
}

.social-icons i:hover {
    color: #1a4e72;
} */

.timeline-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.timeline {
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 2px;
    background: linear-gradient(to bottom, #333336 0%, #333336 85%, transparent 100%);
}

.timeline-item {
    margin-bottom: 2.5rem;
}

.timeline-number {
    left: -40px;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #000;
    border: 2px solid #424245;
    color: #a1a1a6;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-card {
    background-color: #151516;
    border: 1px solid #2c2c2e;
    border-radius: 20px;
    padding: 24px 30px;
    transition: all 0.3s ease;
    cursor: default;
}

.timeline-item:hover .timeline-card {
    background-color: #1c1c1e;
    border-color: #424245;
    transform: translateX(8px);
    box-shadow: 0 10px 30px #00000080;
}

.timeline-item:hover .timeline-number {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 15px #ffffff26;
}

/* Typography */
.step-title {
    font-size: 1.25rem;
    color: #fff;
    gap: 12px;
    letter-spacing: -0.01em;
}

.step-title i {
    color: white;
    font-size: 1.7rem;
}

.step-desc {
    color: #a1a1a6;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (width < 576px) {
    .timeline-container {
        padding: 15px;
    }

    .timeline-card {
        padding: 20px;
    }

    .hero-section-index{
        height: auto !important;
    }

    .badge-pill-custom{
        font-size: 12px !important;
    }

    .hero-section-ent{
        height: auto !important;
    }
}

/* Card Styling */
.solution-card-apex {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 24px;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.solution-card-apex:hover {
    transform: translateY(-5px);
    border-color: #666;
}

.middle-tier-card {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 12px;
}

.core-box {
    background: linear-gradient(135deg, #e63946 0%, #d90429 100%);
    border-radius: 16px;
    color: #fff;
    padding: 24px;
    height: 100%;
    box-shadow: 0 8px 24px #e6394633;
}

.sub-text {
    color: #a0a0a0;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.module-badge {
    background-color: #aebfdd;
    color: #c0c0c0;
    border: 1px solid #444;
    font-size: 0.75rem;
    padding: 4px 12px;
    border-radius: 20px;
}

.view-stack {
    color: #4cc9f0;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.view-stack:hover {
    color: #fff;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 20%;
    font-size: 1.2rem;
    margin-right: 16px;
}

.icon-proba { 
    background: #67b2d8c6;
}

.icon-comply { 
    background: #198754;
}

.icon-engage { 
    background: #0d3a8a;
}

.icon-orcaa { 
    background: #6e42c1e0;
}

.icon-xverdict { 
    background: #1a3d3d;
}

.icon-pworkflows { 
    background: #7c3aed;
}

.icon-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #aebfdd;
    border: 1px solid #444;
    margin: 0 auto 12px auto;
    color: #fff;
}

.platform-logo{
    width: 30px;
    height: 30px;
}

.icon-core {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #fff3;
    margin: 0 auto 12px auto;
}

.connector-container {
    height: 40px;
}

.connector-line {
    position: absolute;
    border-color: #555 !important;
}

.first-line{
    left: 50%; 
    top: 0; 
    height: 20px;
}

.second-line{
    left: 16.66%; 
    top: 0; 
    height: 20px;
}

.third-line{
    left: 83.33%; 
    top: 0;
    height: 20px;
}

.fourth-line{
    left: 16.66%; 
    right: 16.66%; 
    top: 20px;
}

.fifth-line{
    left: 50%; 
    top: 20px; 
    height: 20px;
}

.seventh-line{
    left: 50%; 
    top: 0; 
    height: 20px;
}

.eighth-line{
    left: 16.66%; 
    right: 16.66%; 
    top: 20px;
}

.nineth-line{
    left: 16.66%; 
    top: 20px; 
    height: 20px;
}

.tenth-line{
    left: 50%; 
    top: 20px; 
    height: 20px;
}

.eleventh-line{
    left: 83.33%; 
    top: 20px; 
    height: 20px;
}

.card-hover {
    background-color: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.card-hover:hover {
    transform: translateY(-4px);
    border-color: #6c757d !important;
}

.icon-gradient {
    background: radial-gradient(circle, #e6394626 0%, #e6394600 70%);
}

.hero-section-data{
    padding: 100px 0;
}

.hero-title-data {
    color: #67b2d8;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-title-intake{
    color: #198754;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-title-engage{
    color: #0948c4;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-title-learn{
    color: #6f42c1;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-title-case{
    color: #1e5151;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-title-workflows{
    color: #7c3aed;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hero-subtitle-data, .hero-subtitle-intake, .hero-subtitle-engage, .hero-subtitle-learn, .hero-subtitle-case, .hero-subtitle-workflows {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 90%;
}

.hero-icon{
    color: #1681a0;
}

.hero-icon-intake{
    color: #198754;
}

.hero-icon-engage{
    color: #0948c4;
}

.hero-icon-learn{
    color: #6f42c1;
}

.hero-icon-case{
    color: #1e5151;
}

.hero-icon-workflows{
    color: #7c3aed;
}

.btn-data{
    background-color: #67b2d8;
    transition: all 0.3s ease;
}

.btn-data-intake{
    background-color: #198754;
    transition: all 0.3s ease;
}

.btn-data-engage{
    background-color: #0948c4;
    transition: all 0.3s ease;
}

.btn-data-learn{
    background-color: #6f42c1;
    transition: all 0.3s ease;
}

.btn-data-case{
    background-color: #1e5151;
    transition: all 0.3s ease;
}

.btn-data-workflows{
    background-color: #7c3aed;
    transition: all 0.3s ease;
}

.btn-data:hover{
    background-color: #67b2d8;
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.btn-data-intake:hover{
    background-color: #198754;
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.btn-data-engage:hover{
    background-color: #0d3a8a;
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.btn-data-learn:hover{
    background-color: #6f42c1;
    transition: all 0.3s ease;
    transform: translateY(-3px);
}

.btn-data-case:hover{
    background-color: #1a3d3d;
    transition: all 0.3s ease;
    transform: translateY(-3px);
}

.btn-data-workflows:hover{
    background-color: #6d28d9;
    transition: all 0.3s ease;
    transform: translateY(-3px);
}

.hero-img-data {
    border-radius: 2rem;
    height: 410px; 
}

.feature-box-data {
    background-color: #f4f3f0; 
}

.logo-box-data {
    min-height: 120px;
}

.feature-title-data {
    font-size: 0.85rem;
}

.hover-link:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

.logo-apex {
    max-height: 80px;
}

/* Modules apex data */
.solution-card {
    background-color: #f5f8fc; 
    border-radius: 1.25rem; 
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent; 
}

.modules-title{
    color: #67b2d8;
}

.modules-title-intake{
    color: #198754;
}

.modules-title-engage{
    color: #0948c4;
}

.modules-title-learn{
    color: #6f42c1;
}

.modules-title-case{
    color: #2f6b6b;
}

.modules-title-workflows{
    color: #7c3aed;
}

.modules-subtitle{
    max-width: 600px;
}

.card-main-icon {
    color: #1681a0; 
    transition: all 0.3s ease-in-out;
}

.card-main-icon-intake{
    color: #198754;
    transition: all 0.3s ease;
}

.card-main-icon-engage{
    color: #0948c4;
    transition: all 0.3s ease;
}

.card-main-icon-learn{
    color: #6f42c1;
    transition: all 0.3s ease;
}

.card-main-icon-case{
    color: #2f6b6b;
    transition: all 0.3s ease;
}

.card-main-icon-workflows{
    color: #7c3aed;
    transition: all 0.3s ease;
}

.solution-icon {
    font-size: 1.2rem;
    color: #aeb8c7; 
    transition: all 0.3s ease-in-out;
}

.footer-tag {
    color: #1681a0; 
    transition: all 0.3s ease-in-out;
}

.footer-tag-intake{
    color: #198754;
    transition: all 0.3s ease-in-out;
}

.footer-tag-engage{
    color: #0948c4;
    transition: all 0.3s ease;
}

.footer-tag-learn{
    color: #6f42c1;
    transition: all 0.3s ease;
}

.footer-tag-case{
    color: #2f6b6b;
    transition: all 0.3s ease;
}

.solution-card:hover {
    background-color: #557b97; 
    transform: translateY(-3px); 
    box-shadow: 0 10px 20px #557b9726;
}

.solution-card-intake:hover {
    background: linear-gradient(140deg, #c24 20%, #227db9 70%);
    border: none;
    transform: translateY(-3px); 
    box-shadow: 0 10px 20px #557b9726;
}

.solution-card-engage:hover{
    background-color: #0d3a8a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #557b9726;
}

.solution-card-learn:hover{
    background-color: #6f42c1;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #557b9726;
}

.solution-card-case:hover{
    background-color: #1a3d3d;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #557b9726;
}

.solution-card-workflows:hover{
    background-color: #5b21b6;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #557b9726;
}


.solution-card:hover .title, 
.solution-card .title{
    color: #5d5d5d;
}

.solution-card:hover .title,
.solution-card:hover .solution-icon,
.solution-card.active .solution-icon,
.solution-card:hover .card-main-icon,
.solution-card.active .card-main-icon,
.solution-card:hover .card-main-icon-intake,
.solution-card:hover .card-main-icon-engage,
.solution-card:hover .card-main-icon-learn,
.solution-card:hover .card-main-icon-case,
.solution-card:hover .card-main-icon-workflows {
    color: #fff !important;
}

.solution-card:hover .desc, 
.solution-card.active .desc {
    color: #d1e0ec !important; 
}

.solution-card:hover .footer-tag, 
.solution-card:hover .footer-tag-intake,
.solution-card:hover .footer-tag-engage,
.solution-card:hover .footer-tag-learn,
.solution-card:hover .footer-tag-case {
    color: #d5d9dc !important; 
}

.first-one-circle{
    width: 140px; 
    height: 140px;
}

.second-one-circle{
    width: 240px; 
    height: 240px;
}

.icon-size{
    width: 64px; 
    height: 64px;
}

.card-height{
    height: 140px;
}

@media (width < 767px) {
    .apple-tabs {
        flex-wrap: nowrap;
        scrollbar-width: none;
        max-width: 100%; 
        width: 100%;
        justify-content: flex-start !important; 
    }

    .apple-tabs::-webkit-scrollbar {
        display: none;
    }

    .apple-tabs .nav-item {
        flex: 0 0 auto;
    }

    .btn-mobile{
        width: 160px !important;
    }

    .btn-product{
        font-size: 13px;
    }
}

.architecture-section{
    scroll-margin-top: 45px;
}

#reseller{
    scroll-margin-top: 18px;
}

.logo-product {
    max-height: 40px; 
    width: auto;
    object-fit: contain;
}

.cta-icon{
    width: 72px; 
    height: 72px;
}

/* Apex Timeline Custom Styles */
.timeline-step-col {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing their container */
}

.step-number-circle {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
}

.step-title {
    font-size: 0.85rem;
}

.step-desc {
    font-size: 0.75rem;
    line-height: 1.3;
}

.products-section {
    position: relative;
    color: #fff;
    background-color: #aebfdd;
}

.scroll-container-wrapper {
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.horizontal-scroll {
    gap: 0.7rem;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    scrollbar-width: none;
}
        
.horizontal-scroll::-webkit-scrollbar {
    display: none; 
}

.scroll-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 85%;
    transform: translateZ(0); 
    will-change: transform;
}

.scroll-container-wrapper {
    backface-visibility: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

@media (width > 768px) { 
.scroll-card { 
    width: 45%; 
  } 

} 

@media (width > 1024px) {
.scroll-card { 
    width: 28%; 
   } 
}

.interactive-card {
    background-color: #fff;
    border: 1px solid #ffffff0d;
    border-radius: 1.25rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.interactive-card:hover {
    border-color: #fff3;
}

.view-more-btn{
    width: 130px;
}

.graphic-box {
    height: 200px;
    border-radius: 0.75rem;
}

.bg-glow-blue { 
    background: radial-gradient(circle at center, #1e90ff1a 0%, #151515 80%); 
}

.bg-glow-purple { 
    background: radial-gradient(circle at center, #8a2be21a 0%, #151515 80%); 
}

.bg-glow-dark { 
    background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%); 
}

.mock-img { 
    display: block;
}

.bg-darker { 
    background-color: var(--bg-darker); 
}

.text-gray { 
    color: #a1a1aa; 
}

.hero {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/payment-platform.webp') !important;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-two {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/Sos.webp') !important;
}

.hero-three {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/skills-platform.webp') !important;
}

.hero-four {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/data-platform.webp') !important;
}

.hero-five {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/risk-platform.webp') !important;
}

.hero-six {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/ui-ux.webp') !important;
}

.hero-seven {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/smart-home.webp') !important;
}

.hero-eight {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/supply.webp') !important;
}

.hero-nine {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/intelligent-infrastructure.webp') !important;
}

.hero-ten {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/esg.webp') !important;
}

.hero-eleven {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/utility.webp') !important;
}

.hero-twelve {
    background-image: linear-gradient(to right, #121212 45%, #121212cc 70%, #12121233 100%),url('/assets/images/identity.webp') !important;
}

@media (width < 991px) {
    .hero {
        background-image: linear-gradient(to right, #121212ca 60%, #0000 100%), url('/assets/images/payment-platform.jpg');
    }
}

.info-panel {
    background-color: var(--panel-bg);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.info-panel:hover {
    border-color: #227db980;
    background-color: #ffffff0f;
    transform: translateY(-5px);
}

.info-panel-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.capability-grid {
    border: 1px solid var(--border-color);
    border-radius: 24px;
    background-color: #0006;
}

.capability-item {
    padding: 2.5rem 1rem;
    border: 1px solid #6565650b;
    transition: background 0.3s ease;
}

.capability-item:hover {
    background: #ffffff0d;
}

.capability-item .bi {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.icon-color{
    color: #227db9;
}

.points-color{
    color: #c24;
}

.trusted-section {
  background-color: #0b0b0b00; 
  padding: 30px 0;
}

.trusted-text {
  font-size: 0.9rem;
  color: #fff; 
  max-width: 150px;
}

.sponsor-marquee-container {
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.sponsor-track {
  display: inline-flex;
  white-space: nowrap;
  animation: sponsor-scroll 20s linear infinite;
  width: max-content;
  align-items: center;
}

.sponsor-track:hover {
  animation-play-state: paused;
}

.sponsor-logo {
  height: 35px;
  transition: all 0.3s ease;
}


@keyframes sponsor-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero-section-about {
    background: url('/assets/images/about-us.jpg');
    background-size: cover;
    padding: 200px 0;
    border-bottom: 1px solid #222;
}

.team-card {
    border-radius: 15px;
}

.team-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, #000000d8 70%, transparent 100%);
}

@media (width < 991px) {
.trusted-section .container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem !important;
}
}

.footer-hero{
    padding-top: 80px ;
}

/* Portfolio */
        .portfolio-hero{
            padding: 120px 0;
        }

        .hero-title {
            font-weight: 300;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .btn-portfolio{
            max-width: 300px;
        }

        .hero-graphic-container {
            background-color: #92bdf6;
            background-image: url('/assets/images/abstract-1.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 2rem;
            min-height: 450px;
        }

        .glass-card {
            background: #ffffffd9;
            backdrop-filter: blur(12px);
            border: 1px solid #ffffff4d;
            border-radius: 1.5rem;
            max-width: 350px;
        }

        .pill-badge {
            border: 1px solid #ffffff26;
            background-color: #00000099;
        }

        .number-card{
            font-weight: 300;
            letter-spacing: -0.05em;
        }

        .subtext-card{
            font-size: 0.8rem;
        }

        .portfolio-left-btn{
          width: 40px;
          height: 40px; 
        }

        .portfolio-right-btn{
            width: 40px;
            height: 40px;
        }

        .horizontal-scroll-portfolio{
            scroll-behavior: smooth;
        }

        #solutions{
            scroll-margin-top: 80px;
        }

        .node-card {
  background: #ffffffd9;
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 12px 32px -12px #0f172a14;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 2;
}

.node-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px #0f172a1f;
}

.logo-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: inset 0 2px 4px #ffffff80, 0 4px 8px #0000000d;
}

.brand-proba { 
    background-color: #67b2d8c6; 
}

.brand-complyon { 
    background-color: #198754; 
}

.brand-engage { 
    background-color: #0d3a8a;  
}

.brand-orcaa { 
    background-color: #6e42c1e0; 
}

.brand-xverdict { 
    background-color: #1a3d3d;
}

.brand-probaw { 
    background-color: #7c3aed; 
    color: #9333ea; 
}     

.brand-logo {
  max-width: 70%;
  max-height: 70%;
}

.expand-btn {
  color: #3b82f6;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background 0.2s;
}

.expand-btn:hover { 
    background: #eff6ff; 
}

.expand-btn[aria-expanded="true"] .chevron-diagram { 
    transform: rotate(180deg); 
}

.chevron-diagram { 
    display: inline-block; 
    transition: transform 0.3s ease; 
}

.sub-node {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px #00000005;
}

.clean-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #475569;
}

.clean-list li { 
    margin-bottom: 0.4rem; 
    padding-left: 1.2rem; 
}

.clean-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cbd5e1;
}

.flow-bracket-bottom {
  border: 2px dashed #cbd5e1;
  border-top: none;
  border-radius: 0 0 16px 16px;
}

.flow-bracket-top {
  border: 2px dashed #cbd5e1;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}

.flow-line-v {
  width: 2px;
  background-image: linear-gradient(to bottom, #cbd5e1 50%, transparent 50%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
}

.core-platform-card {
  background: #ffffffb3;
  backdrop-filter: blur(16px);
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 0 20px 40px -10px #0000000d;
}

.step-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  margin: 0 auto;
  color: #000;
  background: #aebfdd !important;
}

.active-base { 
    background: linear-gradient(135deg, #fe0707 0%, #fe0707c2 100%); 
}

.step-connector {
  flex-grow: 1;
  height: 2px;
  background-color: #e2e8f0;
  margin: 0 1rem;
}

.flow-bracket-bottom {
  border: 2px dashed #a3a3a3;
  border-top: none;
  border-radius: 0 0 16px 16px;
}

.flow-bracket-top {
  border: 2px dashed #a3a3a3;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}

.flow-line-v {
  width: 2px;
  background-image: linear-gradient(to bottom, #a3a3a3 50%, transparent 50%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
}

.diagram-tail{
   height: 20px;
}

.diagram-tail-two{
   height: 30px; 
   bottom: -30px;
}

.diagram-tail-three{
   height: 30px; 
   top: -30px;
}

.diagram-tail-four{
    height: 20px; 
    top: 0;
}

.apple-tabs {
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.tab-scroll-btn {
    top: 30%;
    left: 90%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 10px #0026;
}

.left-btn {
    left: 0;
}

.right-btn {
    right: 0;
}

.tab-scroll-btn.hidden {
    display: none !important;
}

@media (width > 768px) {
    .tab-scroll-btn {
        display: none !important;
    }
}





