/* ==========================================================================
   HERO STRUCTURAL INTEGRITY & ALIGNMENT FIX
   ========================================================================== */

/* Utility & Background Structural Fixes */

.bg-navy-custom {
    background-color: #062d60 !important;
}

.text-accent-cyan {
    color: #0082a4 !important;
}

.text-accent-amber {
    color: #00E5FF !important;
}

.bg-white-opacity-10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.border-white-opacity-20 {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.55) !important;
}

.fs-xs {
    font-size: 0.825rem !important;
}

.fs-xxs {
    font-size: 0.68rem !important;
    letter-spacing: 0.03rem !important;
}

.dot-indicator {
    width: 6px !important;
    height: 6px !important;
    background-color: #0082a4 !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

/* Real flex-gap utilities */
.highlight-gap {
    gap: 8px !important;
}

.hero-btn-gap {
    gap: 10px !important;
}

/* Core Container Setup */
.hero-slim {
    min-height: 480px;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 1 !important;
    overflow-x: hidden !important;
}

.hero-bg-side {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 0) !important;
    background-size: 20px 20px !important;
    opacity: 0.5 !important;
    z-index: -1 !important;
}

/* Buttons Spacing Fixed (Added layout gap for icons) */
.btn-premium-amber {
    background-color: #0082a4 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    transition: all 0.3s ease !important;
    border-radius: 5px !important;
    font-size: 0.88rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    /* Fixes icon sticking to text */
}

.btn-premium-amber:hover {
    background-color: #006984 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.btn-outline-cyan {
    background: transparent !important;
    border: 1px solid #0082a4 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
    transition: all 0.3s ease !important;
    border-radius: 5px !important;
    font-size: 0.88rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    /* Fixes icon sticking to text */
}

.btn-outline-cyan:hover {
    background: rgba(0, 130, 164, 0.15) !important;
    border-color: #0082a4 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* Highlights Grid Protection */
.badge-pill-custom {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Quick Facts Side Card Layout Wrapper */
.quick-facts-card {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
}

.fact-icon-wrapper {
    width: 32px !important;
    height: 32px !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0082a4 !important;
    font-size: 0.9rem !important;
    flex-shrink: 0 !important;
}

/* ==========================================================================
   BREAKPOINTS: VIEWPORT RENDERING PROTECTION
   ========================================================================== */

@media (max-width: 991px) {
    .hero-slim {
        height: auto !important;
        min-height: unset !important;
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .hero-slim h1 {
        font-size: 1.8rem !important;
    }

    .quick-facts-card {
        margin-top: 25px !important;
    }
}

@media (max-width: 767px) {
    .hero-slim {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        text-align: center !important;
    }

    .hero-slim h1 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    .hero-slim .d-inline-flex.align-self-start {
        align-self: center !important;
    }

    .hero-slim .fs-xs.mb-3 {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .highlight-gap {
        justify-content: center !important;
    }

    .badge-pill-custom {
        width: 100% !important;
        justify-content: center !important;
    }

    .hero-btn-gap {
        flex-direction: column !important;
    }

    .btn-premium-amber,
    .btn-outline-cyan {
        width: 100% !important;
        text-align: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    .quick-facts-card {
        text-align: left !important;
    }
}

@media (max-width: 420px) {
    .hero-slim h1 {
        font-size: 1.3rem !important;
    }

    .btn-premium-amber,
    .btn-outline-cyan {
        padding: 11px 16px !important;
        font-size: 0.82rem !important;
    }
}

/* hero end here about */


/* after hero bottom start here */

/* start here */


/* why need start aone */
/* ==========================================================================
   STORY / WHY START SECTION - OPTIMIZED REWAMP
   ========================================================================== */

.story-bg-light {
    background-color: hsl(208, 100%, 97%) !important;
}

.story-section {
    padding: 60px 0 !important;
    overflow-x: hidden !important;
}

.story-badge {
    display: inline-block !important;
    background-color: #e2e8f0 !important;
    color: #1e3a8a !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06rem !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
}

.story-title {
    color: #0082a4 !important;
    font-size: 1.95rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.03rem !important;
}

.story-orange {
    color: #f59e0b !important;
}

.story-lead {
    color: #64748b !important;
    font-size: 1.05rem !important;
    line-height: 1.5 !important;
}

/* Fixed global quote typography wrapper fallbacks */
.story-body-text p {
    color: #000000 !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
}

.story-body-text p:last-child {
    margin-bottom: 0 !important;
}

.story-highlight {
    color: #1e3a8a !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* Structural Wrapper Core Setup */
.story-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    /* Fixed: baseline tracking standard for multiline box lists */
    gap: 16px !important;
    background: #ffffff !important;
    border: 1px solid #062d60 !important;
    border-radius: 6px !important;
    padding: 18px 20px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.story-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.story-icon-box {
    width: 44px !important;
    height: 44px !important;
    background-color: #f0eeeb !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    /* Rigid structural enforcement */
}

.story-icon-box i {
    color: #062d60 !important;
    font-size: 1.2rem !important;
}

.story-card-content {
    flex-grow: 1 !important;
    min-width: 0 !important;
}

.story-card-title {
    color: #0f172a !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

.story-card-desc {
    color: #000000 !important;
    font-size: 0.85rem !important;
    font-weight: 430 !important;
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
}

/* ==========================================================================
   BREAKPOINTS OPTIMIZATIONS
   ========================================================================== */

@media (max-width: 991px) {
    .story-section {
        padding: 40px 0 !important;
    }

    .story-title {
        font-size: 1.7rem !important;
    }

    .story-card {
        padding: 15px !important;
    }
}

@media (max-width: 767px) {
    .story-section {
        padding: 32px 0 !important;
    }

    .story-title {
        font-size: 1.5rem !important;
        text-align: center !important;
    }

    .story-body-text {
        text-align: justify;
        /* Justified text on narrow columns creates ugly rivers of space */
    }

    .story-badge {
        display: block !important;
        width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Clean fluid wrap grid execution for smartphone viewports */
    .story-card {
        flex-direction: column !important;
        /* Stacked layout components safely avoid overflow */
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .story-icon-box {
        margin-bottom: 4px !important;
    }
}

/* end here why start aone */

/* who we serve start  here */
/* ==========================================================================
   SERVE / SERVICES CARDS GRID SECTION - OPTIMIZED
   ========================================================================== */

.serve-bg-light {
    background-color: #f0f5f5 !important;
}

.serve-section {
    padding: 40px 0 !important;
}

.serve-badge {
    display: inline-block !important;
    background-color: #e2e8f0 !important;
    color: #1e3a8a !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05rem !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
}

.serve-main-title {
    color: #062d60 !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02rem !important;
}

.serve-subtitle {
    color: #64748b !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
}

/* Fixed: Structural Card Height Alignment & Box-Shadow Fallback */
.serve-card {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 16px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    /* Forces flex distribution internally */
    border-top: 3px solid #1e40af !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.serve-card-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}

.serve-icon-box {
    width: 32px !important;
    height: 32px !important;
    background-color: #1e3a8a !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.serve-icon-box i {
    color: #ffffff !important;
    font-size: 1rem !important;
}

.serve-card-title {
    color: #0f172a !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.serve-card-desc {
    color: #000000 !important;
    font-size: 0.85rem !important;
    font-weight: 490 !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    font-family: 'Inter', system-ui, sans-serif !important;
}

/* Fixed: Auto-spacing alignment push footer list down */
.serve-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: auto !important;
    /* Pushes list to the extreme bottom of shorter cards */
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 10px !important;
}

/* Fixed: Multiline text safe dot alignment */
.serve-list li {
    display: flex !important;
    align-items: flex-start !important;
    /* Fixed baseline distortion on long strings */
    color: #334155 !important;
    font-size: 0.78rem !important;
    font-weight: 500 !important;
    padding: 4px 0 !important;
    line-height: 1.35 !important;
    font-family: 'Inter', system-ui, sans-serif !important;
}

/* Precision Alignment for standard Custom Bullet Dot */
.serve-dot {
    width: 6px !important;
    height: 6px !important;
    background-color: #062d60 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-right: 8px !important;
    margin-top: 5px !important;
    /* Centers dot perfectly with first line of wrapped text */
    flex-shrink: 0 !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (TABLETS & MOBILE DEVICE TRANSLATIONS)
   ========================================================================== */

@media (max-width: 991px) {
    .serve-section {
        padding: 35px 0 !important;
    }

    .serve-main-title {
        font-size: 1.6rem !important;
    }

    .serve-card {
        padding: 14px !important;
    }
}

@media (max-width: 767px) {
    .serve-main-title {
        font-size: 1.45rem !important;
    }

    .serve-section {
        padding: 30px 0 !important;
    }

    /* Dynamic padding adjustment to handle layout compacting on single columns */
    .serve-card {
        margin-bottom: 8px !important;
    }
}

@media (max-width: 575px) {
    .serve-main-title {
        font-size: 1.3rem !important;
    }

    .serve-subtitle {
        font-size: 0.8rem !important;
    }
}

/* who we serve end here */
.diff-bg-white {
    background-color: #ffffff;
}

.diff-section {
    padding: 40px 0;
}

.diff-badge {
    display: inline-block;
    background-color: #f1f5f9;
    color: #1e3a8a;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.diff-main-title {
    color: #0082a4;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
}

.diff-subtitle {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
}

.diff-card {
    background: #ffffff;
    border: 1px solid #062d60;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.diff-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.diff-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #062d60;
    line-height: 1;
}

.diff-icon-box {
    width: 34px;
    height: 34px;
    background-color: #1e3a8a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-icon-box i {
    color: #ffffff;
    font-size: 1rem;
}

.diff-card-title {
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.diff-card-desc {
    color: #000000;
    font-size: 0.85rem;
    font-weight: 450;
    line-height: 1.3;
    margin-bottom: 0;
}

.diff-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.diff-tag {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.diff-tag i {
    color: #1e3a8a;
    font-size: 0.7rem;
}

.diff-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.diff-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 0.78rem;
    color: #000000;
    margin-bottom: 6px;
    line-height: 1.3;
}

.diff-list li:last-child {
    margin-bottom: 0;
}

.diff-list i {
    color: #0082a4;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.diff-list strong {
    color: #0f172a;
    font-weight: 600;
}

@media (max-width: 991px) {
    .diff-main-title {
        font-size: 1.6rem;
    }

    .diff-card {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .diff-section {
        padding: 30px 0;
    }

    .diff-main-title {
        font-size: 1.4rem;
    }

    .diff-subtitle {
        font-size: 0.8rem;
    }

    .diff-card {
        margin-bottom: 4px;
    }
}

/* diff section end here */

/* start service expertise section */

.matrix-bg-white {
    background-color: lab(95% 0.29 -7.53);
}

.matrix-section {
    padding: 35px 0;
}

.matrix-badge {
    display: inline-block;
    background-color: #e0e1de;
    color: #1a3d7c;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.matrix-main-title {
    color: #062d60;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
}

.matrix-subtitle {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
    max-width: 800px;
}


.matrix-table-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
}

.matrix-table {
    margin-bottom: 0 !important;
    background-color: #ffffff;
    border-collapse: separate !important;
    border-spacing: 0;
}


.matrix-table thead tr th {
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 13px 20px !important;
    border: none !important;
    white-space: nowrap;
}

.matrix-th-1 {
    background-color: #0b1728 !important;
    width: 22%;
}

.matrix-th-2 {
    background-color: #1b4081 !important;
    width: 23%;
}

.matrix-th-3 {
    background-color: #2155a8 !important;
    width: 30%;
}

.matrix-th-4 {
    background-color: #2a6cc9 !important;
    width: 25%;
}


.matrix-table thead tr th:first-child {
    border-top-left-radius: 11px !important;
}

.matrix-table thead tr th:last-child {
    border-top-right-radius: 11px !important;
}

.matrix-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 11px !important;
}

.matrix-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 11px !important;
}


.matrix-table tbody tr td {
    padding: 11px 20px !important;
    border-bottom: 1px solid #edf2f7 !important;
    border-top: none !important;
}

.matrix-table tbody tr:last-child td {
    border-bottom: none !important;
}


.matrix-service-name {
    color: #061121;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
}

.matrix-text {
    color: #4a5568;
    font-size: 0.82rem;
}

.matrix-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.matrix-progress {
    width: 100px;
    height: 5px;
    background-color: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.matrix-progress .progress-bar {
    background-color: #1b4081;
    border-radius: 10px;
}

.matrix-level-text {
    color: #2d3748;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}


@media (max-width: 991px) {
    .matrix-main-title {
        font-size: 1.6rem;
    }

    .matrix-table thead tr th,
    .matrix-table tbody tr td {
        padding: 8px 12px !important;
    }
}

@media (max-width: 767px) {
    .matrix-section {
        padding: 28px 0;
    }

    .matrix-main-title {
        font-size: 1.4rem;
    }

    .matrix-subtitle {
        font-size: 0.8rem;
    }

    /* Give the table a real width so it scrolls cleanly instead of
       squashing every column illegibly inside a narrow viewport */
    .matrix-table {
        min-width: 640px;
    }

    .matrix-table thead tr th,
    .matrix-table tbody tr td {
        padding: 9px 14px !important;
        font-size: 0.78rem;
    }

    .matrix-progress {
        width: 70px;
    }

    /* Visual cue that the table can be swiped horizontally */
    .matrix-table-container {
        position: relative;
    }

    .matrix-table-container::after {
        content: "Swipe to see more →";
        display: block;
        text-align: center;
        font-size: 0.7rem;
        color: #94a3b8;
        padding: 6px 0;
        background-color: #f8fafc;
    }
}

/* end here expertise section */


/* start aone vs tradition */

.comp-bg-white {
    background-color: #ffffff;
}

.comp-section {
    padding: 35px 0;
}


.comp-badge {
    display: inline-block;
    background-color: #e8ecf4;
    color: #1a3d7c;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
}

.comp-main-title {
    color: #0b1424;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
}

.comp-subtitle {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.comp-table-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.comp-table {
    margin-bottom: 0 !important;
    background-color: #ffffff;
    border-collapse: separate !important;
    border-spacing: 0;
}

.comp-table thead tr th {
    font-size: 0.82rem;
    font-weight: 700;
    padding: 14px 22px !important;
    border: none !important;
}

.comp-th-factor {
    background-color: #0c1829 !important;
    color: #ffffff !important;
    width: 25%;
}

.comp-th-local {
    background-color: #fce8e6 !important;
    color: #c53030 !important;
    width: 37%;
}

.comp-th-aone {
    background-color: #2155a8 !important;
    color: #ffffff !important;
    width: 38%;
}


.comp-table thead tr th:first-child {
    border-top-left-radius: 11px !important;
}

.comp-table thead tr th:last-child {
    border-top-right-radius: 11px !important;
}

.comp-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 11px !important;
}

.comp-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 11px !important;
}

.comp-table tbody tr td {
    padding: 10px 22px !important;
    border-bottom: 1px solid #edf2f7 !important;
    border-top: none !important;
    font-size: 0.82rem;
}

.comp-table tbody tr:last-child td {
    border-bottom: none !important;
}

.comp-factor-name {
    color: #0c1829;
    font-weight: 700;
}

.comp-local-val {
    color: #c53030;
    font-weight: 500;
}

.comp-local-muted-val {
    color: #718096;
    font-weight: 400;
    padding-left: 28px !important;

}

.comp-aone-val {
    color: #1a202c;
    font-weight: 500;
}


.comp-row-total {
    background-color: #f7fafc;
}

.comp-aone-bold-val {
    color: #0c1829;
    font-weight: 800;
    font-size: 0.85rem;
}

.comp-icon-red {
    color: #e53e3e;
}

.comp-icon-blue {
    color: #2b6cb0;
}


.btn-comp-action {
    background-color: #1b4081;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    transition: background-color 0.2s ease-in-out;
}

.btn-comp-action:hover {
    background-color: #0c1829;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


@media (max-width: 991px) {
    .comp-main-title {
        font-size: 1.6rem;
    }

    .comp-table thead tr th,
    .comp-table tbody tr td {
        padding: 8px 14px !important;
    }
}

@media (max-width: 767px) {
    .comp-section {
        padding: 28px 0;
    }

    .comp-main-title {
        font-size: 1.4rem;
    }

    .comp-subtitle {
        font-size: 0.8rem;
    }

    .comp-table {
        min-width: 560px;
    }

    .comp-table thead tr th,
    .comp-table tbody tr td {
        padding: 9px 14px !important;
        font-size: 0.76rem;
    }

    .comp-table-container {
        position: relative;
    }

    .comp-table-container::after {
        content: "Swipe to see more →";
        display: block;
        text-align: center;
        font-size: 0.7rem;
        color: #94a3b8;
        padding: 6px 0;
        background-color: #f7fafc;
    }

    .btn-comp-action {
        width: 100%;
    }
}

/* end here aone vs tradation  */


/* trusted industry start australiya */

.trust-section {
    background-color: #001c3d;
    padding: 45px 0;
    font-family: system-ui, -apple-system, sans-serif;
}


.trust-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    padding: 4px 14px;
    border-radius: 20px;
}

.trust-main-title {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.02rem;
}

.trust-subtitle {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.4;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.trust-card {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 16px 12px;
    text-align: center;
    height: 100%;
    transition: background-color 0.2s ease;
}

.trust-card:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.15);
}


.trust-icon-box {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon-box i {
    font-size: 1.5rem;
}

.trust-icon-cpa {
    color: #60a5fa;
}

.trust-icon-multi {
    color: #94a3b8;
}

.trust-icon-book {
    color: #34d399;
}

.trust-icon-tax {
    color: #f87171;
}

.trust-icon-smsf {
    color: #c084fc;
}

.trust-icon-boutique {
    color: #fbbf24;
}


.trust-card-title {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.trust-card-text {
    color: #94a3b8;
    font-size: 0.76rem;
    line-height: 1.35;
}


@media (max-width: 1199px) {
    .trust-section {
        padding: 35px 0;
    }

    .trust-main-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .trust-section {
        padding: 28px 0;
    }

    .trust-main-title {
        font-size: 1.4rem;
    }

    .trust-subtitle {
        font-size: 0.8rem;
    }

    .trust-card {
        padding: 14px 10px;
    }

    .trust-card-title {
        font-size: 0.8rem;
    }

    .trust-card-text {
        font-size: 0.72rem;
    }
}

@media (max-width: 420px) {
    .trust-icon-box i {
        font-size: 1.25rem;
    }
}

/* trusted industry start australiya */


/* team section start here */

.team-bg-light {
    background-color: #f8fafc;

}

.team-section {
    padding: 40px 0;
    font-family: system-ui, -apple-system, sans-serif;
}


.team-badge {
    display: inline-block;
    background-color: #e2e8f0;
    color: #1e3d7b;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    padding: 4px 14px;
    border-radius: 20px;
}

.team-main-title {
    color: #0c1524;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.03rem;
}

.team-subtitle {
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.4;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


.team-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
}


.team-card-header {
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.h-blue-1 {
    background: linear-gradient(135deg, #184184 0%, #225cae 100%);
}

.h-blue-2 {
    background: linear-gradient(135deg, #1d468b 0%, #2664b9 100%);
}

.h-blue-3 {
    background: linear-gradient(135deg, #224b91 0%, #2a6cc2 100%);
}


.team-avatar-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: #ffffff;
    flex-shrink: 0;
}

.team-header-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.team-name {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 2px;
    word-wrap: break-word;
}

.team-role {
    font-size: 0.72rem;
    opacity: 0.85;
    margin-bottom: 0;
    line-height: 1.2;
}


.team-card-body {
    padding: 16px 18px;
}

.team-bio {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.45;
    margin-bottom: 12px;
}


.team-chips-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.team-chip {
    background-color: #f1f5f9;
    color: #334155;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
}


.team-stat-box {
    background-color: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 6px;
    padding: 8px 4px;
    text-align: center;
}

.team-stat-box strong {
    display: block;
    color: #1e3d7b;
    font-size: 0.95rem;
    font-weight: 800;
}

.team-stat-box span {
    display: block;
    color: #94a3b8;
    font-size: 0.64rem;
    margin-top: 1px;
}

.team-divider {
    border-color: #e2e8f0;
    margin: 14px 0;
}


.team-articles-heading {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04rem;
    margin-bottom: 8px;
}

.team-links-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.team-links-list li {
    margin-bottom: 6px;
}

.team-links-list li:last-child {
    margin-bottom: 0;
}

.team-links-list li a {
    color: #1e3d7b;
    font-size: 0.76rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.35;
}

.team-links-list li a i {
    font-size: 0.65rem;
    margin-top: 4px;
    flex-shrink: 0;
    color: #1e3d7b;
}

.team-links-list li a:hover {
    color: #0c1524;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .team-main-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 30px 0;
    }

    .team-main-title {
        font-size: 1.4rem;
    }

    .team-subtitle {
        font-size: 0.8rem;
    }

    .team-card-header {
        padding: 16px;
    }

    .team-card-body {
        padding: 14px;
    }
}

@media (max-width: 360px) {
    .team-stat-box strong {
        font-size: 0.82rem;
    }

    .team-stat-box span {
        font-size: 0.58rem;
    }
}

/* end here team section */


/* start cta section in about  */

.cta-section {
    background-color: #0082a4;
    background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
    padding: 30px 0;
    color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}


.cta-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 3px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 6px !important;
}


.cta-title {
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02rem;
    margin-bottom: 8px !important;
}

.cta-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 580px;
    margin-bottom: 15px !important;
}

.cta-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-cta-yellow {
    background-color: #062d60;
    color: white !important;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-cta-yellow:hover {
    background-color: hsl(248, 95%, 24%);
    transform: translateY(-1px);
}

.btn-cta-outline {
    background-color: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 600;
    font-size: 0.82rem;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-cta-outline:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

.cta-features-box {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 15px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}


.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-icon-wrapper {
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-icon-wrapper i {
    color: #184184;
    font-size: 0.85rem;
}

.cta-feature-text h4 {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 1.2;
}

.cta-feature-text p {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
    line-height: 1.1;
}


@media (max-width: 991px) {
    .cta-section {
        padding: 25px 0;
    }

    .cta-title {
        font-size: 1.6rem;
    }

    .cta-btn-group .btn {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 22px 0;
        text-align: center;
    }

    .cta-title {
        font-size: 1.4rem;
    }

    .cta-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-btn-group {
        justify-content: center;
    }

    .cta-features-box {
        margin-top: 6px;
    }
}

/* end here cta about section */

/* ==========================================================================
   GLOBAL SAFETY NET - prevents any unexpected horizontal scrollbar
   caused by oversized children on small screens
   ========================================================================== */
@media (max-width: 575px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

img,
svg {
    max-width: 100%;
}