.breadcrumb-sec {
    padding: 17px 0 10px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1;
    color: #8c8c8c;
}

.breadcrumb-nav a {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-nav span {
    color: #8c8c8c;
    font-weight: 400;
}

.express-visa-hero {
    overflow: hidden;
}

.express-visa-hero .hero-row {
    display: flex;
    align-items: flex-start;
}

.hero-content {
    padding-top: 0;
    max-width: 720px;
}

.bigtitle {
    font-size: 48px;
    line-height: 1.25;
    font-weight: 800;
    color: #1f1f1f;
    margin: 1rem 0 12px;
    letter-spacing: -0.5px;
}

.bigtitle span {
    color: #29bfc0;
}

.updated-date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
}

.updated-date img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.updated-date span {
    font-size: 16px;
    line-height: 1;
    color: #008f92;
    font-weight: 500;
}

.hero-content p {
    font-size: 16px;
    color: #3C3C3C;
    margin: 0 0 16px;

}

.hero-content hr {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 17px 0;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
    align-items: flex-start;
}

.feature-item {
    display: flex;
    gap: 7px;
}

.feature-item:last-child p {
    max-width: 152px;
}

.feature-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-item div {
    font-size: 14.5px;
    line-height: 120%;
    color: #27BDBE;
    font-weight: 600;
    margin: 0 0 3px;
}

.feature-item p {
    font-size: 14.5px;
    line-height: 120%;
    color: #1A1A1A;
    margin: 0;
    font-weight: 400;
}

.feature-item p br {
    display: none;
}

.trust-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F5F5F5;
    border-radius: 30px;
    padding: 12px 18px;
    margin-top: 25px;
}

.trust-icon {
    width: 18px;
    height: 18px;
}

.trust-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trust-box span {
    font-size: 16px;
    color: #1A1A1A;
}

.trust-box strong {
    font-weight: 700;
}

.rating-icons {
    flex-shrink: 0;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 30px;
}

.hero-buttons a {
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 18px;
    transition: 0.3s ease;
    margin-right: 0;
}

.btn-whatsapp {
    background-color: #27BDBE !important;
    color: #000000 !important;
    border: 1px solid #27BDBE;
}

.btn-call {
    background: #ffffff;
    color: #000000 !important;
    border: 1px solid #D5CB2C;
}

.hero-buttons a span {
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.hero-buttons a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-phone-img {
    text-align: right;
    margin-bottom: -6.5rem;
}

.hero-phone-img img {
    max-width: 100%;
    display: inline-block;
}


/* Responsive */
@media (max-width: 991px) {
    .bigtitle {
        font-size: 34px;
        margin-top: 0;
    }

    .hero-features {
        gap: 12px;
    }

    .hero-content {
        max-width: 100%;
        position: relative;
        z-index: 10;
        background-color: #ffffff;
        padding: 1.3rem 0 0;
        border-radius: 45px 45px 0 0;
        text-align: center;
    }

    .updated-date {
        justify-content: center;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {

    .express-visa-hero .hero-row {
        flex-direction: column-reverse;
    }

    .hero-row .col-sm-8 {
        padding: 0;
    }

    .bigtitle {
        font-size: 30px;
        max-width: 375px;
        margin: 0 auto 12px;
    }

    .feature-item div,
    .hero-content p {
        font-size: 14px !important;
    }

    .featured-text {
        flex-shrink: 0;
    }

    .hero-buttons {
        /* flex-wrap: wrap; */
    }

    .hero-buttons a {
        min-height: 42px;
        font-size: 14px;
        padding: 10px;
        flex: 1 1 calc(50% - 12px);
    }

    .trust-box {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .hero-phone-img {
        text-align: center;
        margin-top: 20px;
        margin-bottom: -22.5rem;
    }
}

/* The signature: route chooser */
.chooser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 8px
}

.route {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px;
    background: #fff;
    box-shadow: var(--shadow)
}

.route.primary {
    border-color: var(--teal);
    box-shadow: 0 0 0 3px var(--teal-tint)
}

.route .tag {
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 14px
}

.route.primary .tag {
    background: var(--teal);
    color: #fff
}

.route.alt .tag {
    background: var(--paper-2);
    color: var(--teal-dark);
    border: 1px solid var(--line)
}

.route h3 {
    font-size: 1.3rem;
    margin-bottom: .3em
}

.route .dur {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--teal-dark);
    line-height: 1
}

.route ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 18px
}

.route li {
    padding: 7px 0 7px 26px;
    position: relative;
    font-size: .95rem;
    color: var(--ink-2);
    border-top: 1px solid var(--line)
}

.route li:first-child {
    border-top: none
}

.route li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold)
}

.route .who {
    font-size: .82rem;
    color: var(--muted);
    border-top: 1px dashed var(--line);
    padding-top: 12px;
    margin-top: 4px
}

/* Callout boxes */
.note {
    border-radius: 14px;
    padding: 18px 20px;
    margin: 22px 0;
    font-size: .95rem
}

.note.warn {
    background: var(--warn-bg);
    border: 1px solid var(--warn-line);
    color: var(--warn-ink)
}

.note.ok {
    background: var(--ok-bg);
    border: 1px solid var(--ok-line);
    color: var(--ok-ink)
}

.note b {
    font-weight: 700
}

/* Eligibility cards */
.who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px
}

.who-card {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px;
    background: #fff
}

.who-card .rel {
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--ink);
    margin-bottom: 4px
}

.who-card .sal {
    font-size: .82rem;
    color: var(--teal-dark);
    font-weight: 600
}

.who-card .sub {
    font-size: .8rem;
    color: var(--muted);
    margin-top: 6px
}

/* Documents list */
.docs {
    list-style: none;
    padding: 0;
    margin: 18px 0;
    display: grid;
    gap: 10px
}

.docs li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 13px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    font-size: .94rem
}

.docs li b {
    color: var(--ink)
}

.tick {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .7rem;
    margin-top: 2px
}

/* Steps */
.steps {
    counter-reset: s;
    display: grid;
    gap: 12px;
    margin-top: 18px
}

.step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff
}

.step::before {
    counter-increment: s;
    content: counter(s);
    font-weight: 600;
    font-size: 1.1rem;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: var(--teal-tint);
    color: var(--teal-dark);
    border-radius: 50%
}

.step .st {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: .98rem
}

.step .sd {
    font-size: .9rem;
    color: var(--muted)
}

/* Tables */
.table-wrapper {
    overflow: auto;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    font-size: .95rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    min-width: 600px;
}

.tbl th {
    background: var(--ink);
    color: #fff;
    text-align: left;
    padding: 13px 16px;
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: .02em
}

.tbl td {
    padding: 13px 16px;
    border-top: 1px solid var(--line);
    color: var(--ink-2)
}

.tbl tr:nth-child(even) td {
    background: var(--paper-2)
}

.tbl .price {
    font-weight: 600;
    color: var(--ink)
}

/* Sources */
.src {
    display: grid;
    gap: 10px;
    margin-top: 16px
}

.src a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper-2);
    text-decoration: none;
    color: var(--ink);
    font-size: .92rem;
    transition: .15s
}

.src a:hover {
    border-color: var(--teal);
    background: #fff
}

.src .gov {
    font-family: "JetBrains Mono", monospace;
    font-size: .66rem;
    letter-spacing: .08em;
    background: var(--burgundy);
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap
}

/* Author */
.author {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin: 30px 0
}

.author .ph {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--teal-dark);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
    flex-shrink: 0
}

.author .nm {
    font-weight: 700;
    color: var(--ink)
}

.author .rl {
    font-size: .86rem;
    color: var(--muted)
}

.author .rv {
    font-size: .82rem;
    color: var(--teal-dark);
    margin-top: 4px
}

.panel-wrap {
    position: sticky;
    top: 10px;
}

@media(max-width:760px) {

    .chooser,
    .who-grid {
        grid-template-columns: 1fr
    }

    .tbl {
        overflow-x: auto
    }

    .author picture {
        flex-shrink: 0;
    }
}