#world-map,
.cv-glossary-table tr:nth-child(2n) {
    background-color: #f8f9fa
}

:root {
    --primary-color: #1e3c72;
    --secondary-color: #2a5298;
    --accent-color: #28a745;
    --danger-color: #dc3545;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --border-color: #dee2e6;
    --text-light: #6c757d
}

.cv-hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0, var(--secondary-color) 100%);
    color: #fff;
    padding: 5rem 0;
    position: relative;
    overflow: hidden
}

.cv-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    pointer-events: none
}

.cv-glossary-card .card-header,
.cv-package-card .card-header,
.cv-section-title::after,
.cv-timeline-item::before,
.cv-timeline::before {
    background: var(--secondary-color)
}

.cv-section-title {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 1.75rem
}

.cv-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px
}

.cv-addon-card,
.cv-feature-card,
.cv-location-card,
.cv-package-card {
    border-radius: 10px;
    transition: .3s;
    height: 100%;
    margin-bottom: 2rem
}

.cv-feature-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.cv-feature-card:hover,
.cv-glossary-card:hover,
.cv-why-choose-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.cv-package-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    overflow: hidden
}

.cv-package-card .card-header {
    color: #fff;
    font-weight: 600;
    padding: 1.5rem;
    border-bottom: none
}

.cv-addon-card h5,
.cv-location-card h5,
.cv-package-card .cv-price {
    color: var(--secondary-color)
}

.cv-package-card .cv-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 1rem 0
}

.cv-feature-excluded::before,
.cv-feature-included::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: .5rem
}

.cv-package-card .cv-price-period {
    font-size: 1rem;
    color: var(--text-light)
}

.cv-addon-card,
.cv-location-card {
    border: 1px solid var(--border-color);
    padding: 1.5rem
}

.cv-addon-card:hover,
.cv-location-card:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.cv-feature-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.cv-feature-list li {
    padding: .5rem 0;
    border-bottom: 1px solid #eee
}

.cv-feature-list li:last-child {
    border-bottom: none
}

.cv-feature-included::before {
    content: '\f00c';
    color: var(--accent-color)
}

.cv-feature-excluded::before {
    content: '\f00d';
    color: var(--danger-color)
}

.cv-comparison-table {
    width: 100%;
    border-collapse: collapse
}

.cv-comparison-table td,
.cv-comparison-table th,
.cv-glossary-table td,
.cv-glossary-table th {
    padding: 1rem;
    text-align: left;
    border: 1px solid var(--border-color)
}

.cv-comparison-table th,
.cv-glossary-table th {
    background-color: var(--light-color);
    font-weight: 600
}

.cv-comparison-table .cv-feature-name {
    text-align: left;
    font-weight: 500
}

.cv-badge {
    font-size: .8rem;
    font-weight: 600;
    padding: .35rem .75rem;
    border-radius: 50px
}

.cv-badge-primary,
.cv-location-badge {
    background-color: rgba(42, 82, 152, .1);
    color: var(--secondary-color)
}

.cv-badge-success,
.cv-price-tag,
.cv-trust-item i {
    color: var(--accent-color)
}

.cv-badge-success {
    background-color: rgba(40, 167, 69, .1)
}

.cv-price-tag {
    font-weight: 600
}

.cv-trust-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.cv-trust-item i {
    font-size: 1.5rem;
    margin-right: 1rem
}

.cv-doc-verification {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 2rem
}

.cv-process-step {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem
}

.cv-process-step:before {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--secondary-color)
}

.cv-hidden,
.cv-process-step:last-child:before {
    display: none
}

.cv-process-step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.cv-glossary-card,
.cv-industry-card,
.cv-service-card,
.cv-why-choose-item {
    height: 100%;
    transition: .3s
}

.cv-cta-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(42, 82, 152, .95);
    color: #fff;
    padding: 1rem 0;
    z-index: 1000;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .1)
}

.cv-cta-banner .btn {
    font-weight: 600;
    padding: .5rem 1.5rem
}

.cv-cta-banner .btn-outline-light {
    border-width: 2px
}

.cv-accordion .accordion-button {
    font-weight: 600;
    padding: 1.25rem 1.5rem
}

.cv-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(42, 82, 152, .05);
    color: var(--secondary-color)
}

.cv-accordion .accordion-body,
.cv-glossary-card .card-body {
    padding: 1.5rem
}

.cv-faq-column {
    width: 48%;
    float: left
}

.cv-faq-column:first-child {
    margin-right: 4%
}

.cv-faq-clear {
    clear: both
}

.animate__animated {
    opacity: 0;
    animation-duration: .8s;
    animation-delay: 0s !important
}

.animate__fadeIn,
.animate__fadeInUp {
    opacity: 1
}

.cv-timeline {
    position: relative;
    padding: 40px 0
}

.cv-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    transform: translateX(-50%)
}

.cv-timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 50%;
    padding-right: 40px
}

.cv-timeline-item:nth-child(2n) {
    left: 50%;
    padding-left: 40px;
    padding-right: 0
}

.cv-timeline-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    position: relative;
    transition: .3s
}

.cv-timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.cv-glossary-card,
.cv-glossary-nav,
.cv-service-card,
.cv-why-choose-item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.cv-timeline-date {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: block;
    font-size: 1.1rem
}

.cv-timeline-item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 20px;
    right: -10px;
    z-index: 1
}

.cv-timeline-item:nth-child(2n)::before {
    left: -10px;
    right: auto
}

.cv-industry-card {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px
}

.cv-country-card:hover,
.cv-industry-card:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transform: translateY(-5px)
}

.cv-service-card {
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    background: #fff
}

.cv-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.cv-factor-card i,
.cv-service-card i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--secondary-color)
}

.cv-glossary-card {
    border: none;
    border-radius: 10px;
    margin-bottom: 2rem
}

.cv-glossary-icon,
.cv-glossary-term {
    margin-bottom: 1rem;
    color: var(--secondary-color)
}

.cv-glossary-card .card-header {
    color: #fff;
    font-weight: 600;
    padding: 1.5rem;
    border-bottom: none;
    border-radius: 10px 10px 0 0 !important
}

.cv-glossary-icon {
    font-size: 2rem
}

.cv-glossary-term {
    font-weight: 700
}

.cv-glossary-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0
}

.cv-glossary-nav {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    z-index: 100
}

.cv-glossary-nav .nav-link {
    color: var(--dark-color);
    padding: .5rem 0;
    border-left: 3px solid transparent
}

.cv-country-modal .modal-header,
.cv-process-visual-step .number {
    color: #fff;
    background: var(--secondary-color)
}

.cv-glossary-nav .nav-link.active,
.cv-glossary-nav .nav-link:hover {
    color: var(--secondary-color);
    border-left-color: var(--secondary-color);
    background: 0 0
}

.cv-glossary-section {
    scroll-margin-top: 100px
}

.cv-registered-address-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 1rem
}

.cv-why-choose-item {
    padding: 1.5rem;
    border-radius: 10px;
    background: #fff
}

.cv-why-choose-item i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem
}

.cv-process-visual {
    position: relative;
    padding: 2rem 0
}

.cv-process-visual-step {
    text-align: center;
    padding: 1.5rem;
    position: relative;
    z-index: 2
}

.cv-process-visual-step .number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 auto 1rem
}

.cv-process-visual::before {
    content: '';
    position: absolute;
    top: 28%;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--secondary-color);
    transform: translateY(-50%);
    z-index: 1
}

@media (max-width:768px) {

    .cv-hero-section,
    section {
        padding: 2rem 0
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .display-4 {
        font-size: 2.5rem
    }

    .lead {
        font-size: 1.1rem
    }

    .cv-faq-column {
        width: 100% !important;
        margin-right: 0 !important
    }

    .cv-process-visual::before {
        display: none
    }
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 15px !important;
    height: 18px !important
}

#world-map {
    height: 500px;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden
}

.jvectormap-container {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important
}

.cv-map-tooltip {
    display: none;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    color: var(--dark-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    z-index: 1000;
    font-size: 14px;
    max-width: 250px
}

.cv-country-modal .modal-content {
    border-radius: 15px;
    overflow: hidden
}

.cv-timeline-dots {
    list-style: none;
    padding-left: 0
}

.cv-timeline-dots li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.cv-timeline-dots li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondary-color)
}

.cv-factor-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    height: 100%;
    transition: .3s
}

.cv-factor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.cv-country-card {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: .3s;
    cursor: pointer;
    height: 100%
}

.cv-country-flag {
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.customize-model {
    padding: 100px 0
}

@media (max-width:992px) {
    .customize-model {
        padding: 70px 0 !important
    }
}