.footer-widget--contact .footer-widget__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-widget--contact .footer-widget__contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-widget--contact .footer-widget__contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(255, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff2b2b;
}

.footer-widget--contact .footer-widget__contact-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff2b2b;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.footer-widget--contact .footer-widget__contact-text a,
.footer-widget--contact .footer-widget__contact-text span {
    color: #fff;
    font-weight: 600;
}

.main-header__inner::before {
    display: none;
}

.main-header__inner::after {
    display: none;
}

.main-header__btn.visanet-btn {
    padding: 10px 20px;
    padding-top: 7px;
}

.visanet-btn__text {
    font-size: 12px;
}

.main-menu .main-menu__list>li {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-header__nav {
    margin-right: 0;
}

.main-menu .main-menu__list>li {
    margin-left: 60px;
}

.main-menu .main-menu__list>li+li {
    margin-left: 30px;
}

.main-header__btn {
    margin-left: 0px;
}

.main-menu .main-menu__list>li>a {
    font-size: 15px;
}

.counter {
    display: none !important;
}

.main-header__logo img {
    width: 100%;
}

.visanet-owl__carousel--counter.owl-carousel .owl-nav {
    display: none;
}

.countries-two__label::before,
.countries-two__label::after {
    height: 101px;
}

.video-two__inner {
    margin-bottom: 0;
    padding-top: 0;
    border-radius: 30px;
    overflow: hidden;
}

.video-two__bg {
    position: relative;
    height: 440px;
}

.cta-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    background: RGBA(var(--visanet-black4-rgb), 0.45);
}

.cta-banner__title {
    color: var(--visanet-white);
    font-family: var(--visanet-heading-font);
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.cta-banner__text {
    color: RGBA(var(--visanet-white-rgb), 0.9);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 16px;
}

.faq-one__image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.faq-one__image__main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-accordion .accordion-title h4 {
    font-size: 18px;
}

.page-header {
    padding: 60px 0px;
    margin-top: 0;
}

.page-header__bg {
    background-position: center center;
}

.google-map__contact {
    margin-bottom: -8px;
}

.form-one input::placeholder,
.form-one textarea::placeholder,
.form-one select option[value=""] {
    font-size: 14px;
}

.main-footer__copyright a {
    color: #ffffff;
    transition: 500ms;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
}

.main-footer__copyright a:hover {
    color: var(--visanet-black3, #1d253a);
    background-size: 100% 1px;
}

.visa-card-four__text,
.countries-details__text,
.countries-details__text {
    text-align: justify;
}

.visa-details__nav li a:active,
.visa-details__nav li.current a {
    color: var(--visanet-white, #ffffff);
    background-color: var(--visanet-base, #e50c37);
}

.payment-method-details {
    background-color: #f8f9fb;
}

.payment-method-details__image img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.payment-method-details__content h3 {
    font-weight: 700;
    color: #1a1a2e;
}

.payment-method-details__text {
    color: #6c757d;
    line-height: 1.8;
    font-size: 15px;
}

.payment-method-details__summary li span {
    color: #6c757d;
}

.payment-method-details__summary li strong {
    color: #1a1a2e;
}

.payment-method-details__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #E2136E;
    color: #fff !important;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.payment-method-details__btn:hover {
    background-color: #c30f5f;
    color: #fff;
    transform: translateY(-2px);
}

.main-menu .main-menu__list {
    display: none;
}

.blog-details__card__title {
    font-size: 30px;
}

.team-details__personal__title {
    font-size: 2.5rem;
}

.custom_footer_link a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.custom_footer_link a:hover {
    color: #e50c37;
    background-size: 100% 1px;

}

.floating-apply-now {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
    background: var(--visanet-base, #e50c37);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 22px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(229, 12, 55, 0.4);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-apply-now:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(229, 12, 55, 0.5);
}

.rich-content {
    color: #4a5568;
    line-height: 1.8;
}

.rich-content p {
    margin-bottom: 14px;
    text-align: justify;
}

/* Works whether the admin's WYSIWYG table markup includes
<thead>/
<tbody> or is just plain <table>
        <tr>
            <td>...</td>
        </tr>
    </table> */
.rich-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 22px;
    font-size: 15px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(16, 24, 40, 0.06);
}

.rich-content table th,
.rich-content table td {
    padding: 12px 18px;
    border: none;
    border-bottom: 1px solid #eef0f3;
    vertical-align: middle;
    color: #16213e;
}

/* Header row: covers <thead>
        <tr> and a plain first
        <tr> used as header */
.rich-content table thead tr,
.rich-content table tr:first-child {
    background: var(--visanet-base, #e50c37);
}

.rich-content table thead tr th,
.rich-content table thead tr td,
.rich-content table tr:first-child th,
.rich-content table tr:first-child td {
    color: #fff;
    font-weight: 700;
}

.rich-content table tbody tr:nth-child(even),
.rich-content table tr:not(:first-child):nth-child(even) {
    background: #f9fafb;
}

.rich-content table tbody tr:hover,
.rich-content table tr:not(:first-child):hover {
    background: #fdecef;
}

.rich-content table tr:last-child th,
.rich-content table tr:last-child td {
    border-bottom: none;
}

.blog-card-four__content__inner {
    padding: 15px 30px 50px;
}

.blog-card-four__content__inner {
    display: flex;
    flex-direction: column;
}

.blog-card-four__title {
    margin-bottom: 70px;
}

.blog-card-four .visanet-btn {
    width: 55%;
}

.blog-card-four__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    line-height: 1.3em;
}

.blog-card-four__btn {
    margin-top: auto;
}

@media (max-width: 767px) {
    .main-header__logo img {
        width: 80%;
    }

    .main-header__right .visanet-btn {
        display: none;
    }

    .floating-apply-now {
        right: 16px;
        bottom: inherit;
        padding: 12px 18px;
        font-size: 12px;
    }

    .rich-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cta-banner__title {
        font-size: 35px;
    }

    .team-details__personal__title {
        font-size: 2rem;
    }

    .page-header__title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list {
        display: flex;
    }
}