.virtual-office-section {
    position: relative;
}

.virtual-office-section::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #07070773;
}

.virtual-office-wrap {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.virtual-office-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.virtual-office-wrap .container {
    position: relative;
    z-index: 2;
    min-height: 520px;
}

.virtual-office-content {
    max-width: 560px;
    text-align: left;
}

.virtual-office-content h1 {
    font-size: 30px;
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 22px;
    color: #fff;
    text-align: left;
}

.virtual-office-content h1 span {
    color: #ffd633;
}

.virtual-office-content p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    max-width: 520px;
    margin-bottom: 28px;
}

.virtual-office-list li {
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.virtual-office-list li:last-child {
    margin-bottom: 0;
}

.virtual-office-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 7px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #1f86ff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.virtual-office-form-card {
    background: #dfeaf6;
    border-radius: 16px;
    padding: 24px;
    max-width: 460px;
    margin-left: auto;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.virtual-office-form-card h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.virtual-office-form-card p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 20px;
}

.virtual-office-form-card .form-control {
    height: 54px;
    border-radius: 8px;
    border: 1px solid #d7dde5;
    font-size: 15px;
    color: #0f172a;
    box-shadow: none;
}

.virtual-office-form-card .form-control::placeholder {
    color: #8b93a1;
}

.phone-group {
    border: 1px solid #d7dde5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.phone-group .country-code {
    background: #fff;
    border: 0;
    border-right: 1px solid #d7dde5;
    font-size: 14px;
    color: #374151;
    padding: 0 14px;
}

.phone-group .form-control {
    border: 0;
}

.quote-btn {
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: #0d6efd;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.quote-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.expert-box {
    margin-top: 18px;
    gap: 14px;
}

.expert-img img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
}

.expert-info h6 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
    text-align: left;
}

.expert-contact a {
    font-size: 15px;
    color: #0f172a;
    font-weight: 500;
}

.virtual-office-lights .light {
    position: absolute;
    top: 0;
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.35);
    z-index: 1;
}

.virtual-office-lights .light::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 55px;
    background: #7c5b42;
    border-radius: 0 0 18px 18px;
}

.light-left {
    left: 22%;
}

.light-right {
    right: 22%;
}

.vo-benefits {
    background: #f5f7fb;
}

.vo-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

.vo-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 20px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
}

.vo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vo-icon {
    margin-bottom: 18px;
}

.vo-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.vo-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.vo-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.vo-btn {
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
}

.vo-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.premium-locations {
    background: #f7f8fa;
}

.premium-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b1320;
    margin: 0;
}

.vo-location-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 20px 18px;
}

.vo-location-card h3 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #0b1320;
    margin-bottom: 18px;
}

.location-features {
    margin: 0 0 16px;
    padding: 0;
}

.location-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #364152;
    margin-bottom: 12px;
    line-height: 1.4;
}

.location-features li span {
    font-size: 15px;
    width: 16px;
    display: inline-flex;
    justify-content: center;
}

.vo-location-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1320;
    margin-bottom: 22px;
}

.location-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    border: 1px solid #0d6efd;
    border-radius: 8px;
    color: #0d6efd;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.location-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.business-needs-section {
    background: #f5f6f8;
}

.business-needs-title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.business-tabs {
    gap: 10px;
    flex-wrap: wrap;
}

.business-tabs .nav-link {
    border: 1px solid #d9dee7;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 22px;
    line-height: 1.2;
}

.business-tabs .nav-link.active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.business-tab-card {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 34px 36px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.business-tab-card h3 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 26px;
}

.business-list {
    margin: 0 0 28px;
    padding: 0;
    text-align: left;
}

.business-list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 14px;
}

.business-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d6efd;
    font-weight: 700;
}

.business-cta-btn {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
    padding: 11px 22px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
}

.business-cta-btn span {
    padding-left: 10px;
    display: inline-block;
    color: #fff;
}

.business-cta-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.business-needs-table-section {
    background: #f5f6f8;
}

.business-needs-heading {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.business-needs-table-wrap {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.business-needs-table {
    --bs-table-bg: transparent;
    --bs-table-border-color: #e3e6eb;
    margin: 0;
}

.business-needs-table td {
    padding: 24px 24px;
    vertical-align: middle;
    border-color: #e3e6eb;
    font-size: 15px;
    line-height: 1.6;
    color: #344054;
    background: #fff;
}

.business-needs-table .business-feature {
    width: 50%;
    font-weight: 700;
    color: #111827;
}

.business-needs-table .business-desc {
    width: 50%;
    font-weight: 400;
    color: #374151;
}

.business-needs-btn {
    background: #0d6efd;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 22px;
    border-radius: 8px;
    border: 0;
    text-decoration: none;
}

.business-needs-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.setup-steps-section {
    background: #f5f6f8;
}

.setup-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.setup-card {
    background: linear-gradient(180deg, #1e78d7 0%, #0d6efd 100%);
    border-radius: 14px;
    padding: 40px 26px 34px;
    color: #fff;
    position: relative;
}

.step-circle {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #0d6efd;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.setup-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.setup-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #e6f0ff;
    margin: 0;
}

.setup-btn {
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 8px;
    border: 0;
    text-decoration: none;
}

.setup-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.trusted-business-section {
    background: #f5f6f8;
}

.trusted-title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.trusted-logos {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.logo-item {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 42px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0);
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px 22px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.testimonial-stars {
    font-size: 16px;
    line-height: 1;
    color: #f4b400;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

.testimonial-card h5 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.testimonial-card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.trusted-btn {
    background: #0d6efd;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 22px;
    border-radius: 8px;
    border: 0;
    text-decoration: none;
}

.trusted-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

.faq-section {
    background: #f5f6f8;
}

.faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.faq-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    background: #fff;
    box-shadow: none;
    padding: 16px 18px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #0d6efd;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 30px 20px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125);
    text-align: left;
    color: #000;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .row-cols-xl-9>* {
        flex: 0 0 auto;
        width: 11.111111%;
    }

    .virtual-office-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 992px) {

    .virtual-office-wrap,
    .virtual-office-wrap .container {
        min-height: auto;
    }

    .virtual-office-wrap {
        padding: 80px 0;
    }

    .virtual-office-content h1 {
        font-size: 36px;
    }

    .virtual-office-form-card {
        margin: 0;
        max-width: 100%;
    }

    .light-left {
        left: 15%;
    }

    .light-right {
        right: 15%;
    }
}

@media (max-width: 768px) {
    .business-needs-title {
        font-size: 22px;
    }

    .business-tab-card {
        padding: 24px 20px;
    }

    .business-tab-card h3 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .business-list li {
        font-size: 15px;
        line-height: 1.7;
    }

    .business-tabs .nav-link {
        font-size: 14px;
        padding: 10px 16px;
    }

    .business-needs-heading {
        font-size: 22px;
    }

    .business-needs-table td {
        padding: 16px 14px;
        font-size: 14px;
    }

    .business-needs-btn {
        width: 100%;
        max-width: 320px;
    }

    .setup-title {
        font-size: 22px;
    }

    .setup-card {
        padding: 30px 20px;
    }

    .step-circle {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .setup-card h4 {
        font-size: 18px;
    }

    .setup-card p {
        font-size: 13px;
    }

    .trusted-title {
        font-size: 22px;
    }

    .testimonial-card {
        padding: 18px 16px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .trusted-btn {
        width: 100%;
        max-width: 260px;
    }

    .faq-title {
        font-size: 22px;
    }

    .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 14px 14px;
    }

    .faq-accordion .accordion-body {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .virtual-office-wrap {
        padding: 60px 0;
    }

    .virtual-office-content h1 {
        font-size: 28px;
    }

    .virtual-office-content p,
    .virtual-office-list li {
        font-size: 16px;
    }

    .virtual-office-form-card {
        padding: 20px;
    }

    .virtual-office-form-card h3 {
        font-size: 24px;
    }

    .virtual-office-lights {
        display: none;
    }

    .premium-title {
        font-size: 26px;
    }

    .vo-location-card {
        padding: 20px 16px 16px;
    }

    .vo-location-card h3 {
        font-size: 19px;
    }

    .vo-location-card h4 {
        font-size: 17px;
    }
}