body {
    font-family: 'Barlow';
}

.font-barlow {
    font-family: 'Barlow';
}


/* .ausvj-navbar {
    padding: 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.navbar-container__wrapper {
    padding: 0;
    padding-bottom: 20px;
}

.navbar-menu__wrapper {
    margin-left: 598px;
}

.navbar-nav__wrapper {
    gap: 50px !important;
}

.navbar-nav .nav-link {
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 400;
    color: #141414 !important;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-nav .nav-link.active {
    font-weight: 600;
    color: #000000;
}

.navbar-nav.gap-5>.nav-item {
    margin-left: 20px;
    margin-right: 20px;
} */

.ausvj-article-header-banner {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.ausvj-article-hero-section {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.ausvj-article-hero-image {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.ausvj-article-hero-right {
    display: flex;
    flex-direction: column;
    padding: 0 85px;
    max-width: 550px;
}

.ausvj-heading {
    margin-top: 60px;
    margin-bottom: 100px;
}

.ausvj-article-hero-heading-main {
    font-size: 64px;
    font-weight: 300;
}

.ausvj-article-hero-heading {
    font-size: 74px;
    font-weight: 700;
}

.ausvj-article-hero-desc {
    font-size: 20px;
    font-weight: 300;
}

.ausvj-article-hero-desc-sub-desc {
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    margin-top: 20px;
}

.ausvj-article-hero-button {
    max-width: 250px;
    width: 100%;
    padding: 16px 10px;
    border: 2px solid black;
    background-color: white;
    font-weight: 500;
    font-size: 18px;
    margin-top: 60px;
}

.ausvj-card-slide-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
}

.ausvj-card-slide-wrapper .card {
    min-width: 250px;
    scroll-snap-align: start;
}

.ausvj-card-review-wrapper {
    gap: 30px;
    margin-top: 80px;
    justify-content: center;
}

.ausvj-card {
    display: flex;
    flex-direction: column;
    border: 2px black solid;
    max-width: 400px;
    padding: 0;
}

.ausvj-card-image {
    width: 100%;
}

.ausvj-card-title {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Lato';
}

.ausvj-card-timestamp {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Lato';
}

.ausvj-card-desc {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Lato';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ausvj-card-content {
    padding: 10px;
}

form .form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}

form .form-control:focus {
    border-bottom: 2px solid #000;
    outline: none;
    box-shadow: none;
}

.btn-outline-dark {
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
}

.ausvj-card-review-author-title {
    margin-left: 20px;
}

.ausvj-card-review-desc {
    line-height: 29px;
    font-size: 22px;
    font-weight: 500;
}

.ausvj-card-review-author__avatar-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.ausvj-card-review-author__avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ausvj-pagination__wrapper {
    justify-content: center;
    margin-top: 25px;
}

.ausvj-pagination__wrapper .page-link {
    line-height: 37px;
    font-size: 28px;
    font-weight: 400;
    color: black;
}


.ausvj-what-our-client__wrapper {
    margin-bottom: 800px;
}

.ausvj-article-hero-sub-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 125px;
}

.ausvj-article-hero-sub-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 35px;
}

.ausvj-country-list__wrapper {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.ausvj-country-card {
    position: relative;
    width: 100%;
    max-width: 330px;
    height: 440px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.ausvj-country-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ausvj-country-title {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    margin: 0;
}

.ausvj-country-cta__button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    text-align: center;
    padding: 5px 15px;
    border: 3px solid #fff;
    border-radius: 40px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    transition: 0.3s ease;
}

.ausvj-country-cta__button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.tab-container {
    /* max-width: 800px; */
    margin: 0 auto;
    border: 2px solid #e0def6;
    border-radius: 12px;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.tab-header {
    display: flex;
    gap: 30px;
    justify-content: space-around;
}

.tab-button {
    background: none;
    border: none;
    font-size: 36px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.tab-button.active {
    background-color: #e7e5f7;
    color: #000;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

.tab-content p {
    font-size: 20px;
    font-weight: 400;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ausvj-icon__wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ausvj-icon-text__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
}

/* .ausvj-icon-location__wrapper {
    display: flex;
    flex-direction: column;
} */

.ausvj-icon-location__wrapper {
    margin-top: 20px;
}

/* .ausvj-icon-contact-container__wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
} */

.ausvj-icon-contact-container__wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

/* .ausvj-icon-contact__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 275px;
} */

.ausvj-icon-contact__wrapper {
    max-width: 275px;
}


.ausvj-icon-location-text__heading {
    font-size: 22px;
    font-weight: 600;
}

.ausvj-icon-location-text__sub-heading {
    font-size: 16px;
    color: #555;
}

.ausvj-icon-contact-text__sub-heading {
    font-size: 16px;
    font-weight: 400;
}

.ausvj-icon-text__heading {
    font-size: 28px;
    font-weight: 600;
}

.ausvj-icon-text__sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.ausvj-article-lines {
    width: 522px;
    height: 2px;
    background: black;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    background-color: #25d366;
    /* WhatsApp green by default */
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-top {
    bottom: 110px;
    /* Above the WhatsApp button */
    background-color: #007bff;
    /* Blue for chatbot */
}

.float:not(.float-top) {
    bottom: 40px;
    /* WhatsApp position */
}

.my-float {
    margin-top: 16px;
}

/* Initially hidden with opacity */
.hidden-article-detail {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease;
}

/* When shown */
.hidden-article-detail.show {
    opacity: 1;
    max-height: 2000px;
    /* large enough to accommodate content */
    overflow: visible;
}



/* Mobile & Tablet Responsive */
@media (max-width: 992px) {
    .ausvj-nav-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 15px;
    }

    .ausvj-article-hero-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ausvj-article-hero-image {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-bottom: 20px;
    }

    .ausvj-article-hero-right {
        padding: 0 20px;
        max-width: 100%;
    }

    .ausvj-article-hero-heading-main {
        font-size: 42px;
    }

    .ausvj-article-hero-heading {
        font-size: 50px;
    }

    .ausvj-article-hero-desc {
        font-size: 18px;
    }

    .ausvj-country-card {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    .ausvj-country-title {
        font-size: 32px;
    }

    .ausvj-country-cta__button {
        font-size: 20px;
        min-width: 150px;
    }

    .tab-button {
        font-size: 24px;
        padding: 8px 12px;
    }

    .ausvj-card-review {
        max-width: 100%;
    }

    .ausvj-header-wrapper {
        gap: 0;
    }

    .ausvj-nav-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 10px;
    }

    .ausvj-icon__wrapper {
        flex-direction: row;
        justify-content: flex-start;
    }

    .ausvj-icon-location__wrapper,
    .ausvj-icon-contact-container__wrapper {
        text-align: left;
        margin-top: 20px;
    }

    .ausvj-icon-text__heading {
        font-size: 22px;
    }

    .ausvj-icon-text__sub-heading {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ausvj-country-card {
        max-width: 45%;
        height: auto;
    }

    .ausvj-icon__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ausvj-icon-text__wrapper {
        align-items: center;
    }

    .ausvj-icon-location__wrapper,
    .ausvj-icon-contact-container__wrapper {
        text-align: center;
        align-items: center;
    }

    .ausvj-icon-location-text__heading {
        font-size: 20px;
    }

    .ausvj-icon-location-text__sub-heading {
        font-size: 15px;
    }

    form .form-label {
        font-size: 14px;
    }

    .btn-outline-dark {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .ausvj-article-hero-heading-main {
        font-size: 32px;
    }

    .ausvj-article-hero-heading {
        font-size: 36px;
    }

    .ausvj-article-hero-desc {
        font-size: 16px;
    }

    .ausvj-country-title {
        font-size: 26px;
    }

    .ausvj-country-cta__button {
        font-size: 18px;
        min-width: 120px;
    }

    .tab-header {
        flex-direction: column;
        gap: 10px;
    }

    .tab-button {
        font-size: 20px;
        width: 100%;
    }

    .ausvj-icon__wrapper,
    .ausvj-icon-location__wrapper,
    .ausvj-icon-contact-container__wrapper {
        align-items: center;
        text-align: center;
    }

    .ausvj-icon-text__wrapper {
        align-items: center;
    }

    .ausvj-icon-location-text__heading,
    .ausvj-icon-location-text__sub-heading,
    .ausvj-icon-contact-text__sub-heading {
        font-size: 18px;
    }

    .ausvj-country-card {
        max-width: 90%;
        /* 1 per row */
        height: auto;
    }

    .ausvj-article-lines {
        width: 300px;
    }

    .ausvj-icon-contact__wrapper {
        max-width: 100%;
    }


}




/* Override Bootstrap */
.pagination .page-link {
    border: none !important;
    box-shadow: none !important;
    margin: 10px 20px;
}

.pagination .page-item.active .page-link {
    background-color: #545be8;
    color: white;
}