/* shared office css */
.vo-section-02 .title,
.common-section-wrapper .title,
.vo-section-04 .title {
    margin-bottom: 0 !important;
}

.form-bottom-text {
    font-size: 15px;
}

.vo-section-02-property-address {
    margin-bottom: 0px !important;
}

.package-flex {
    display: flex;
    justify-content: center;
}

.shared-office-service-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
}

.shared-office-service-content {
    padding-top: 0;
}

.form-content-shared-office {
    margin-top: 20px;
}

.ba-faqs-icon::after {
    position: absolute;
    left: 10px;
    top: 2px;
}

.ba-faqs-icon {
    position: relative;
}

.form-content-shared-office p {
    margin-bottom: 0;
}

.highlight {
    color: var(--light-blue-color);
}

.form-checkbox-content {
    display: flex;
    align-items: baseline;
}

.form-checkbox-content input {
    width: 4%;
    margin-right: 4px;
}

.ba-vo-form-nav-buttons input {
    width: inherit;
}

.ba-vo-form-nav-buttons {
    justify-content: center !important;
    display: flex;
}

.breadcrumb-section .breadcrumb li {
    font-family: "Red Hat Display", serif !important;
}

.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    background-color: #f8f9fa;
}

.breadcrumb-section {
    background-color: #f8f9fa;
}

/* shared office css */

.virtual-office-ba-hero-section {
    min-height: 85vh;
    background: white;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.virtual-office-ba-brand-txt {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-blue-color);
    /*  */
    color: var(--light-blue-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.virtual-office-ba-hero-title {
    /* font-size: clamp(2.5rem, 5vw, 3.5rem); */
    font-size: 50px;
    line-height: 1.4;
    /* color: #2c3e50; */
    margin-bottom: 30px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    color: var(--dark-blue-color);
}

.virtual-office-ba-hero-title .highlight {
    color: var(--light-blue-color);
}

.virtual-office-ba-hero-description {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 500px;
}

.virtual-office-ba-cta-button {
    margin-bottom: 30px;
    display: inline-block;
}

.virtual-office-ba-image-grid {
    display: grid;
    min-height: 600px;
    height: 600px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 600px;
    /* or whatever you want */
    aspect-ratio: 1 / 1;
}

.virtual-office-ba-grid-item {

    border-radius: 12px;
    overflow: hidden;
    background: #e9ecef;
    position: relative;
    transition: transform 0.3s ease;
    grid-row: unset !important;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-image: url(../imgs/shared-office-banner.webp);
}

.virtual-office-ba-grid-item:hover {
    transform: scale(1.02);
}

.virtual-office-ba-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.virtual-office-ba-grid-item-1 {
    background-position: 0% 0%;
}

.virtual-office-ba-grid-item-2 {
    background-position: 100% 0%;
}

.virtual-office-ba-grid-item-3 {
    background-position: 0% 100%;
}

.virtual-office-ba-grid-item-4 {
    background-position: 100% 100%;
}


.virtual-office-ba-grid-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .virtual-office-ba-hero-section {
        padding: 40px 0;
    }

    .virtual-office-ba-image-grid {
        margin-top: 40px;
        min-height: 400px;
    }

}

@media (max-width: 768px) {
    .virtual-office-ba-hero-section {
        text-align: center;
    }

    .virtual-office-ba-hero-description {
        max-width: 100%;
    }

    .virtual-office-ba-image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 200px);
        gap: 10px;
    }

    .virtual-office-ba-grid-item-1,
    .virtual-office-ba-grid-item-2,
    .virtual-office-ba-grid-item-3,
    .virtual-office-ba-grid-item-4 {
        grid-row: auto;
    }
}

/* Section-02 */


/* Section-03 */
.vo-section-03 {
    background-color: #fff;
}

/* Our Other Services Section */
.vo-extra-services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    min-height: 100vh;
    padding: 100px 0;
}

.vo-extra-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="0.5" fill="%2320282d" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}


/* Service Cards */
.vo-extra-service-card {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(32, 40, 45, 0.06);
    z-index: 1;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.vo-section-09 .col-md-6:nth-child(1),
.vo-section-09 .col-md-6:nth-child(2),
.vo-section-09 .col-md-6:nth-child(3) {
    margin-bottom: 35px;
}


.vo-section-09 .other-service-slider .slick-slide {
    margin: 0 15px;
    /* margin-left: 0; */
}

.vo-section-09 .other-service-slider.slick-list {
    margin: 0 -15px;
}

.vo-section-09 .other-service-slider .slick-dots {
    bottom: -60px;
}

.vo-section-09 .other-service-slider .slick-list {
    padding: 20px 0;
}


.vo-extra-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #20282d, transparent);
    transition: all 0.8s ease;
    z-index: 2;
}

.vo-extra-service-card:hover::before {
    left: 100%;
}

.vo-extra-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(32, 40, 45, 0.15);
    border-color: rgba(32, 40, 45, 0.1);
}

/* Service Images */
.vo-extra-service-image-container {
    position: relative;
    overflow: hidden;
    height: 220px;
    border-radius: 20px 20px 0 0;
}

.vo-extra-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: brightness(0.9) contrast(1.1);
}

.vo-extra-service-card:hover .vo-extra-service-image {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.2);
}

.vo-extra-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(32, 40, 45, 0.7) 0%, rgba(32, 40, 45, 0.3) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vo-extra-service-card:hover .vo-extra-service-overlay {
    opacity: 1;
}

.vo-extra-service-overlay-text {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.vo-extra-service-card:hover .vo-extra-service-overlay-text {
    transform: translateY(0);
}

/* Service Content */
.vo-extra-service-content {
    padding: 35px 30px 30px;
    text-align: left;
}

.vo-extra-service-title {
    font-weight: 700;
    color: var(--dark-blue-color);
    margin-bottom: 15px;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    font-family: "Red Hat Display", serif;
}

.vo-extra-service-card:hover .vo-extra-service-title {
    color: #495057;
}

.vo-extra-service-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
    height: 150px;
}

/* Service Links */
.vo-extra-service-link {
    display: inline-flex;
    align-items: center;
    color: var(--dark-blue-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 25px;
    border: 2px solid var(--dark-blue-color);
    border-radius: 30px;
    background: transparent;
}

.vo-extra-service-link::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.vo-extra-service-link:hover {
    color: #fff;
    background: var(--dark-blue-color);
    text-decoration: none;
    transform: translateX(5px);
}

.vo-extra-service-link:hover::after {
    transform: translateX(3px);
}


/* Responsive Design */
@media (max-width: 768px) {
    .vo-extra-services-section {
        padding: 80px 0;
    }



    .vo-extra-service-content {
        padding: 30px 25px 25px;
        text-align: center;
    }

    .vo-extra-service-image-container {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .vo-extra-services-section {
        padding: 60px 0;
    }



    .vo-extra-service-content {
        padding: 25px 20px 20px;
    }

    .vo-extra-service-image-container {
        height: 180px;
    }
}


/* Our Extra Service Ends Here */

/* Virtual Office Media Query Start */

@media screen and (max-width: 1400px) {
    .virtual-office-ba-hero-section {
        padding: 50px 0;
        min-height: auto;
        padding-bottom: 80px;
    }

    .virtual-office-ba-image-grid {
        min-height: 500px;
        height: 500px;
    }

    .vo-section-07 .ba-vo-seo-left-image {
        width: 87%
    }
}

@media screen and (max-width: 1250px) {

    .ba-vo-free-reward-slider .theme-slider-prev {
        left: -50px;
    }

    .ba-vo-free-reward-slider .theme-slider-next {
        right: -50px;
    }

    .vo-section-09 .other-service-slider .theme-slider-prev {
        left: -15px;
    }

    .vo-section-09 .other-service-slider .theme-slider-next {
        right: -15px;
    }
}


@media screen and (max-width: 1200px) {
    .virtual-office-ba-hero-title {
        font-size: 40px;
    }

    .vo-section-07 .ba-vo-seo-left-image {
        width: 107%
    }

    .vo-section-07 .ba-vo-seo-left-image {
        min-height: 650px;
        background-size: cover;
    }

    .ba-vo-seo-slider-container,
    .vo-section-07 .ba-vo-seo-right-content {
        min-height: 650px;
    }


}

@media screen and (max-width: 992px) {

    .vo-section-02 .title,
    .vo-section-04 .title,
    .common-section-wrapper .title {
        font-size: 30px;
        line-height: 45px;
    }

    .vo-section-05 .ba-vo-free-reward-card {
        height: 420px !important;
    }

    .vo-section-05 .ba-vo-free-reward-description {
        font-size: 14px;
    }

    .vo-section-05 .vo-free-reward h3 {
        font-size: 30px;
    }

    .vo-section-07 .ba-vo-seo-left-image {
        background-size: cover;
        width: 100%;
        min-height: 450px;
    }

    .vo-section-07 .ba-vo-seo-right-content {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .virtual-office-ba-hero-section .px-lg-5 {
        text-align: left;
        padding: 0 !important;
    }

    .virtual-office-ba-hero-section .rightImgGrid {
        display: none;
    }

    .virtual-office-ba-hero-section {
        padding-bottom: 0;
    }

    .vo-section-05 .ba-vo-free-reward-card {
        height: 500px !important;
    }

    /* shared office form */
    .apply-button {
        margin-top: 15px;
    }

    .ba-vo-form-header h1 {
        font-size: 24px;
    }

    /* shared office form */
}

@media screen and (max-width: 576px) {
    .vo-section-05 .ba-vo-free-reward-card {
        height: 500px !important;
        padding: 30px 20px;
    }

    .vo-section-05 .ba-vo-free-reward-slider .slick-slide {
        margin-left: 14px;
    }

    .vo-section-05 .ba-vo-free-reward-title {
        font-size: 20px;
    }

    .ba-vo-free-reward-slider-wrapper {
        padding: 20px 0;
    }

    .vo-section-06-experienced-heading {
        font-size: 22px;
        line-height: 1.5;
    }

    .vo-section-06-experienced-description {
        font-size: 15px;
    }

    .vo-section-06-experienced-content {
        padding: 3rem 15px;
    }

    .vo-section-07 .ba-vo-seo-right-content {
        min-height: 750px;
    }

    .vo-section-09 .vo-extra-service-title {
        font-size: 22px;
    }

    .ba-vo-free-reward-slider .theme-slider-next {
        right: 0px;
    }

    .ba-vo-free-reward-slider .theme-slider-prev {
        left: 0px;
    }

    .vo-section-09 .other-service-slider .theme-slider-next {
        right: 0;
    }

    .vo-section-09 .other-service-slider .theme-slider-prev {
        left: 0;
    }

    .vo-modal-bootstrap .modal-header h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {
    .vo-section-05 .ba-vo-free-reward-card {
        height: 580px !important;
    }

    .vo-section-07 .ba-vo-seo-right-content {
        min-height: 850px;
    }
}