.cvx-faq-body,
.cvx-faq-header {
    padding: 1.5rem;
    background: #fff
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden
}

.cv-pricing-enhanced,
.cvx-faq-enhanced {
    position: relative;
    overflow: hidden
}

.cvx-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem
}

.cvx-faq-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.cvx-faq-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: .3s, transform .3s, box-shadow .3s
}

.cvx-faq-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.cvx-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: .3s, background .3s
}

.cvx-faq-header:hover {
    background: #f9f9f9
}

.cvx-faq-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333
}

.cvx-faq-icon {
    transition: .3s, transform .3s, color .3s;
    color: #666;
    margin-left: 1rem;
    flex-shrink: 0
}

.cvx-faq-card.open .cvx-faq-header,
.cvx-faq-header[aria-expanded=true] {
    background: #f5f8ff;
    border-bottom-color: transparent
}

.cvx-faq-card.open .cvx-faq-icon,
.cvx-faq-header[aria-expanded=true] .cvx-faq-icon,
.cvx-faq-icon.rotate {
    transform: rotate(180deg);
    color: var(--bs-primary)
}

.cvx-faq-content {
    transition: .3s, max-height .4s cubic-bezier(.4, 0, .2, 1), opacity .3s;
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.cvx-faq-card.open .cvx-faq-content {
    max-height: 500px;
    opacity: 1
}

.cvx-faq-body {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.cvx-faq-list {
    padding-left: 1.5rem;
    margin-top: .5rem
}

.cvx-faq-list li {
    margin-bottom: .5rem;
    line-height: 1.6
}

.form-control,
.form-select {
    border-radius: .5rem !important
}

.cv-hero-btn {
    background-color: var(--primary);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(0, 86, 179, .4)
}

.cv-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 86, 179, .6);
    background-color: #004a9e
}

.trust-badges {
    background: linear-gradient(135deg, #f9f9f9 0, #fff 100%)
}

.benefit-card,
.trust-badge {
    transition: .3s;
    border-radius: 12px;
    background: #fff
}

.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.trust-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.benefit-icon,
.bs-step-marker {
    display: flex;
    align-items: center
}

.trust-rating {
    line-height: 1
}

.trust-source {
    letter-spacing: 1px;
    font-size: .75rem
}

.trust-count {
    color: #666
}

.company-benefits {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1)
}

.benefit-icon {
    width: 80px;
    height: 80px;
    justify-content: center;
    transition: .3s
}

.benefit-card:hover .benefit-icon {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    transform: scale(1.1)
}

.bg-primary-soft {
    background-color: rgba(13, 110, 253, .1)
}

.text-primary {
    color: #0d6efd !important
}

.z-index-1 {
    z-index: 1
}

.bs-process-horizontal {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden
}

.bs-process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    position: relative
}

.bs-process-track {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 3rem 0
}

.bs-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0
}

.bs-step-marker {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border: 3px solid #0d6efd;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(13, 110, 253, .2)
}

.bs-step-icon,
.bs-step-number {
    display: flex;
    align-items: center
}

.bs-step-content,
.bs-total-time {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.bs-step-number {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem
}

.bs-step-content {
    background: #fff;
    border-radius: .75rem;
    padding: 1.5rem;
    text-align: center;
    width: 90%;
    transition: .3s
}

.bs-step-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)
}

.bs-step-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(13, 110, 253, .1);
    color: #0d6efd;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem
}

.bs-btn,
.bs-total-time {
    display: inline-flex;
    align-items: center;
    border-radius: .75rem
}

.bs-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #1e293b
}

.bs-step-desc {
    color: #64748b;
    font-size: .9rem;
    margin-bottom: 0
}

.bs-process-connector {
    position: absolute;
    top: 4.75rem;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 1
}

.bs-connector-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(13, 110, 253, .2) 0, #0d6efd 50%, rgba(13, 110, 253, .2) 100%)
}

.bs-process-summary {
    margin-top: 2rem
}

.bs-total-time {
    gap: 1rem;
    background: #fff;
    padding: 1.25rem 2rem
}

.bs-icon-lg {
    font-size: 1.75rem
}

.bs-summary-title {
    font-size: .95rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: .25rem
}

.bs-summary-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0
}

.bs-btn,
.bs-tab-btn {
    font-weight: 600;
    transition: .3s
}

.bs-jurisdiction-card,
.bs-jurisdiction-tabs {
    max-width: 800px;
    margin: 0 auto
}

.bs-btn {
    justify-content: center;
    padding: .75rem 1.75rem;
    text-decoration: none
}

.bs-btn-lg {
    padding: .875rem 2rem;
    font-size: 1.05rem
}

.bs-btn-primary,
.btn-group .btn.active {
    background-color: #0d6efd;
    color: #fff
}

.bs-btn-primary:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(13, 110, 253, .4)
}

.bs-jurisdiction-section {
    background-color: #f8fafc;
    position: relative
}

.bs-tab-btn {
    padding: .75rem 1.5rem;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #64748b;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center
}

.bs-tab-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12)
}

.card:hover,
.cv-banking-card:hover,
.cv-visa-card:hover {
    transform: translateY(-5px)
}

.bs-tab-btn.active {
    background-color: #0d6efd;
    color: #fff;
    box-shadow: 0 4px 15px rgba(13, 110, 253, .3)
}

.bs-jurisdiction-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: .5s
}

.card,
.cv-visa-card {
    transition: .3s
}

.bs-jurisdiction-card.active {
    display: block;
    opacity: 1
}

.bs-card-header {
    background: linear-gradient(135deg, #0d6efd 0, #0b5ed7 100%);
    color: #fff;
    padding: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem
}

.bs-card-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.bs-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    flex-grow: 1
}

.bs-card-badge {
    background-color: #fff;
    color: #0d6efd;
    padding: .25rem .75rem;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700
}

.card,
.cv-company-table,
.cv-visa-card {
    border-radius: 12px
}

.bs-card-body {
    padding: 2rem
}

.bs-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

.bs-feature-list li {
    padding: .5rem 0;
    display: flex;
    align-items: flex-start;
    gap: .75rem
}

.bs-feature-list li i {
    margin-top: .2rem;
    flex-shrink: 0
}

.bs-card-footer {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0
}

.bs-text-warning {
    color: #ffc107 !important
}

.hover-shadow:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1) !important
}

.bg-secondary-soft {
    background-color: rgba(108, 117, 125, .1)
}

.bg-warning-soft {
    background-color: rgba(255, 193, 7, .1)
}

.cv-company-table tr:nth-child(2n),
.cv-company-types {
    background-color: #f8f9fa
}

.mb-6 {
    margin-bottom: 5rem
}

.mt-6 {
    margin-top: 5rem
}

.animate__delay-1s {
    animation-delay: .1s
}

.animate__delay-2s {
    animation-delay: .2s
}

.animate__delay-3s {
    animation-delay: .3s
}

.hover-primary:hover {
    color: var(--bs-primary) !important;
    transition: color .2s
}

.cv-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.cv-company-types {
    padding: 5rem 0
}

.cv-company-table {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.cv-company-table th {
    background-color: #0d6efd;
    color: #fff;
    padding: 1rem;
    text-align: left
}

.cv-company-table td {
    padding: 1rem;
    border-bottom: 1px solid #eee
}

.cv-company-table tr:last-child td,
.cv-documents-list li:last-child {
    border-bottom: none
}

.cv-visa-pathways {
    background: linear-gradient(135deg, #2c3e50, #4ca1af);
    color: #fff;
    padding: 5rem 0
}

.cv-visa-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    height: 100%
}

.cv-visa-card:hover {
    background: rgba(255, 255, 255, .15)
}

.cv-visa-card h3 {
    color: #fff;
    margin-bottom: 1rem
}

.cv-visa-card p {
    color: rgba(255, 255, 255, .8)
}

.cv-banking-section {
    padding: 5rem 0;
    background-color: #f8fafc
}

.cv-banking-card,
.cv-documents-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    height: 100%
}

.cv-banking-card {
    padding: 2rem;
    transition: .3s
}

.cv-banking-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.cv-banking-card h3 {
    color: #0d6efd;
    margin-bottom: 1rem
}

.cv-banking-card .badge {
    font-size: .8rem;
    padding: .5rem .75rem
}

.cv-documents-section {
    padding: 5rem 0
}

.cv-documents-card {
    padding: 2rem
}

.cv-documents-card h3 {
    color: #0d6efd;
    margin-bottom: 1.5rem
}

.cv-documents-list {
    list-style: none;
    padding: 0
}

.cv-documents-list li {
    padding: .75rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start
}

.cv-documents-list i {
    color: #0d6efd;
    margin-right: .75rem;
    margin-top: .2rem
}

@media (min-width:992px) {
    .cvx-faq-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:992px) {

    .bs-process-connector,
    .cv-process-steps::before {
        display: none
    }

    .bs-process-track,
    .cv-process-steps {
        flex-wrap: wrap;
        justify-content: center;
        padding: 2rem 0;
        flex-direction: column;
        align-items: center
    }

    .bs-process-step {
        flex: 0 0 50%;
        margin-bottom: 3rem
    }

    .cv-process-step {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px
    }

    .cv-contact-grid {
        grid-template-columns: 1fr
    }

    .cv-contact-info-side {
        order: -1;
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .display-5 {
        font-size: 2rem
    }

    .bs-jurisdiction-tabs {
        gap: .5rem
    }

    .bs-tab-btn {
        padding: .5rem 1rem;
        font-size: .9rem
    }

    .bs-card-header {
        flex-direction: column;
        text-align: center;
        gap: .5rem
    }

    .bs-card-title {
        font-size: 1.3rem
    }

    .bs-card-body {
        padding: 1.5rem
    }

    .cv-hero {
        padding-top: 120px;
        padding-bottom: 80px
    }

    .cv-hero h1 {
        font-size: 2.2rem
    }

    .cv-hero .lead {
        font-size: 1rem
    }

    .cv-trust-badges {
        padding: 30px 0;
        margin-top: -30px
    }

    .cv-benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem
    }
}

@media (max-width:576px) {

    .bs-section-title,
    .cv-benefit-icon,
    .cv-hero h1 {
        font-size: 1.8rem
    }

    .bs-process-step {
        flex: 0 0 100%
    }

    .bs-step-content {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    .cv-hero {
        padding-top: 100px;
        padding-bottom: 60px
    }

    .cv-hero .lead {
        font-size: 1rem
    }

    .cv-trust-badges {
        padding: 30px 0;
        margin-top: -30px
    }

    .cv-benefit-icon {
        width: 60px;
        height: 60px
    }
}