/*
 * Aerolink public-content refinements.
 * These rules preserve the Jetly/AeroLink component system while improving
 * hierarchy, readability, alignment, and repeated-card consistency.
 */

.aerolink-home .main-slider__content {
    max-width: 1080px;
    margin-inline: auto;
}

.aerolink-home .main-slider__sub-title {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.35;
}

.aerolink-home .main-slider__title {
    max-width: 980px;
    margin: 20px auto 28px;
    font-size: clamp(46px, 5.25vw, 72px);
    line-height: 1.04;
    letter-spacing: 0.045em;
    text-wrap: balance;
}

.aerolink-home .main-slider__text {
    max-width: 760px;
    margin-inline: auto;
}

.aerolink-content-page .page-header__inner h1 {
    max-width: 980px;
    margin-inline: auto;
    color: var(--jetly-white);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.aerolink-content-page .page-header__inner > .section-title__tagline {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.aerolink-home .section-title__title,
.aerolink-content-page .section-title__title {
    font-size: clamp(36px, 3.5vw, 44px);
    line-height: 1.18;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.aerolink-home .section-title,
.aerolink-content-page .section-title {
    max-width: 900px;
    margin-inline: auto;
}

.aerolink-content-page .section-title.text-left,
.aerolink-home .section-title.text-left {
    margin-left: 0;
}

.aerolink-home .home-section {
    padding: 90px 0;
}

.aerolink-home .home-section .section-title {
    margin-bottom: 48px;
}

.aerolink-home .home-about .row {
    min-height: 560px;
}

.aerolink-home .home-about .about-one__left {
    max-width: 560px;
}

.aerolink-home .home-about .about-one__left .section-title {
    margin-bottom: 24px;
}

.aerolink-home .home-about .about-one__text {
    max-width: 540px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.8;
}

.aerolink-home .home-about .about-one__right {
    margin: 0 0 0 30px;
}

.aerolink-home .home-about .about-one__img-box::before {
    inset: 35px -20px -20px 35px;
}

.aerolink-home .home-about .about-one__img {
    height: 520px;
}

.aerolink-home .home-about .about-one__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aerolink-home .home-info-card {
    width: 100%;
    margin-bottom: 0;
}

.aerolink-home .home-info-card .feature-two__content-box,
.aerolink-home .home-info-card .feature-two__content-box-inner {
    height: 100%;
}

.aerolink-home .home-info-card .feature-two__content-box-inner {
    display: flex;
    flex-direction: column;
    padding: 44px 42px;
}

.aerolink-home .home-info-card .feature-two__content-box-title {
    font-size: 27px;
    line-height: 1.3;
}

.aerolink-home .home-info-card .feature-two__content-box-text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
}

.aerolink-home .home-pathway-card {
    min-height: 360px;
}

.aerolink-home .home-programmes .section-title__tagline,
.aerolink-home .home-programmes .section-title__title {
    color: var(--jetly-white);
}

.programme-card-column,
.featured-programme-column {
    display: flex;
}

.programme-card,
.featured-programme-card {
    width: 100%;
}

.programme-card {
    min-height: 500px;
}

.programme-card .feature-two__content-box,
.programme-card .feature-two__content-box-inner {
    height: 100%;
}

.programme-card .feature-two__content-box-inner {
    display: flex;
    flex-direction: column;
    padding: 38px 32px;
}

.programme-card .feature-two__content-box-title {
    font-size: 24px;
    line-height: 1.25;
}

.programme-card .feature-two__content-box-text {
    padding-bottom: 24px;
}

.programme-card .feature-two__btn {
    align-self: flex-start;
    margin-top: auto;
}

.future-programme-card {
    min-height: 210px;
}

.featured-programme-card .destination-one__img {
    width: 100%;
    aspect-ratio: 4 / 5;
}

.featured-programme-card .destination-one__img > img {
    height: 100%;
    object-fit: cover;
}

.featured-programme-card .destination-one__content {
    right: 0;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(2, 19, 49, 0.25), rgba(2, 19, 49, 0.96));
}

.featured-programme-card .destination-one__title {
    font-size: 21px;
    line-height: 1.3;
}

.featured-programme-card .destination-one__sub-title,
.featured-programme-card .destination-one__content > p {
    color: rgba(255, 255, 255, 0.86);
}

.featured-programme-card .destination-one__content > p:last-child {
    margin-top: 10px;
    line-height: 1.55;
}

.aerolink-home .home-careers .about-two__left,
.aerolink-home .home-careers .about-two__right {
    max-width: none;
    margin: 0;
}

.aerolink-home .home-careers .about-two__left {
    height: 500px;
}

.aerolink-home .home-careers .about-two__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aerolink-home .home-careers .about-two__right {
    padding-left: 55px;
}

.aerolink-home .home-careers .section-title {
    margin-bottom: 28px;
}

.aerolink-home .home-careers .about-one__points {
    margin: 0;
}

.aerolink-home .home-careers .about-one__points li + li {
    margin-top: 14px;
}

.aerolink-home .home-careers .about-one__points li .text p {
    font-size: 17px;
}

.aerolink-home .home-licence-card {
    min-height: 400px;
}

.aerolink-home .home-licence-card .home-card-detail {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.aerolink-home .home-application .alert {
    margin-bottom: 38px;
    padding: 20px 24px;
}

.aerolink-home .application-step-card {
    flex: 1 1 auto;
    max-width: none;
    min-height: 270px;
    margin: 0;
    padding: 34px 28px;
    border: 1px solid rgba(0, 33, 86, 0.12);
    background: var(--jetly-white);
    box-shadow: 0 14px 40px rgba(0, 33, 86, 0.08);
    text-align: left;
}

.aerolink-home .application-step-card::before {
    display: none;
}

.aerolink-home .application-step-card .counter-one__count-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--jetly-base);
}

.aerolink-home .application-step-card h3 {
    color: var(--jetly-white);
    font-size: 24px;
    line-height: 1 !important;
}

.aerolink-home .application-step-card .counter-one__text {
    color: var(--jetly-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.aerolink-home .home-news .blog-one__single {
    height: 100%;
}

.aerolink-home .home-news .blog-one__content {
    min-height: 280px;
}

.aerolink-home .home-final-cta {
    padding: 76px 0;
    background-color: var(--jetly-base);
}

.aerolink-home .home-final-cta .newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.aerolink-home .home-final-cta .newsletter__left {
    max-width: 630px;
}

.aerolink-home .home-final-cta .newsletter__title {
    margin-bottom: 12px;
    color: var(--jetly-white);
    font-size: 38px;
    line-height: 1.2;
}

.aerolink-home .home-final-cta .newsletter__right {
    display: flex;
    flex: 0 0 auto;
    gap: 14px;
    margin: 0;
}

.aerolink-home .home-final-cta .newsletter__right .thm-btn {
    min-width: 210px;
    text-align: center;
}

.aerolink-site-footer {
    background-color: #061d45;
}

.aerolink-site-footer .site-footer__top {
    padding: 76px 0 68px;
}

.aerolink-site-footer .footer-widget__Explore,
.aerolink-site-footer .footer-widget__links,
.aerolink-site-footer .footer-widget__Contact {
    margin: 0;
}

.aerolink-site-footer .footer-widget__column {
    height: 100%;
}

.aerolink-site-footer .footer-widget__title {
    white-space: normal;
}

.aerolink-site-footer .footer-widget__Explore-list li + li {
    margin-top: 5px;
}

.aerolink-site-footer .footer-widget__Explore-list li a,
.aerolink-site-footer .footer-widget__Contact-list li .text p,
.aerolink-site-footer .footer-widget__Contact-list li .text p a {
    color: rgba(255, 255, 255, 0.7);
}

.aerolink-site-footer .footer-widget__Contact-list li {
    align-items: flex-start;
}

.aerolink-auth-page .auth-form-section {
    padding: 72px 0 90px;
}

.aerolink-auth-page .auth-form-section .container {
    max-width: 680px;
}

.aerolink-auth-page .auth-form-section .section-title {
    margin-bottom: 38px;
}

.aerolink-auth-page .auth-form-section .section-title__title {
    margin-bottom: 10px;
    font-size: clamp(36px, 4vw, 48px);
}

.aerolink-auth-page .auth-form-section .section-title p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.aerolink-auth-page .contact-form__input-box {
    margin-bottom: 24px;
}

.aerolink-auth-page .contact-form__input-box label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--jetly-black);
    font-size: 15px;
    font-weight: 700;
}

.aerolink-auth-page .contact-form__input-box input[type="text"],
.aerolink-auth-page .contact-form__input-box input[type="email"],
.aerolink-auth-page .contact-form__input-box input[type="password"],
.aerolink-auth-page .contact-form__input-box input[type="date"],
.aerolink-auth-page .contact-form__input-box input[type="number"],
.aerolink-auth-page .contact-form__input-box select {
    width: 100%;
    height: 60px;
    min-width: 0;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    background-color: var(--jetly-primary);
    color: var(--jetly-black);
    font: inherit;
}

.aerolink-auth-page .contact-form__input-box input:focus,
.aerolink-auth-page .contact-form__input-box select:focus {
    border-color: var(--jetly-base);
    box-shadow: 0 0 0 3px rgba(0, 33, 86, 0.12);
}

.aerolink-auth-page .contact-form__input-box .input-group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.aerolink-auth-page .contact-form__input-box .input-group > input {
    flex: 1 1 auto;
}

.aerolink-auth-page [data-password-toggle] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid rgba(0, 33, 86, 0.22);
    border-radius: 0;
    background: var(--jetly-white);
    color: var(--jetly-base);
    font-weight: 700;
}

.aerolink-auth-page [data-password-toggle] .password-toggle-icon {
    font-size: 18px;
}

.aerolink-auth-page [data-password-toggle]:hover,
.aerolink-auth-page [data-password-toggle]:focus {
    border-color: var(--jetly-base);
    background: var(--jetly-base);
    color: var(--jetly-white);
}

.aerolink-auth-page .auth-form-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 2px 0 30px;
}

.aerolink-auth-page .auth-form-options .form-check {
    display: flex;
    align-items: center;
    min-height: 24px;
    margin: 0;
    padding-left: 0;
}

.aerolink-auth-page .auth-form-options .form-check-input {
    position: static;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.aerolink-auth-page .auth-form-options a {
    color: var(--jetly-base);
    font-weight: 700;
}

.aerolink-auth-page .auth-form-actions {
    display: flex;
    justify-content: flex-start;
}

.aerolink-auth-page .auth-form-actions .contact-form__btn,
.aerolink-auth-page .contact-one__form > .contact-form__btn {
    min-width: 210px;
    margin: 0;
    text-align: center;
}

.programme-facts-card .feature-two__content-box-inner {
    padding: 38px 34px;
}

.programme-facts-card dl {
    margin-bottom: 0;
}

.programme-facts-card dd:not(:last-child) {
    margin-bottom: 14px;
}

.aerolink-content-page .accordion-button {
    font-size: 18px;
    line-height: 1.4;
}

.aerolink-content-page .table {
    vertical-align: middle;
}

@media (max-width: 991px) {
    .aerolink-home .main-slider__title {
        font-size: clamp(40px, 7vw, 58px);
    }

    .programme-card {
        min-height: 440px;
    }

    .aerolink-home .home-section {
        padding: 75px 0;
    }

    .aerolink-home .home-about .row {
        min-height: 0;
    }

    .aerolink-home .home-about .about-one__right {
        margin: 50px 20px 20px;
    }

    .aerolink-home .home-careers .about-two__right {
        padding-left: 0;
        margin-top: 45px;
    }

    .aerolink-home .home-final-cta .newsletter__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .aerolink-home .main-slider__sub-title {
        max-width: 330px;
        margin-inline: auto;
        font-size: 19px;
        line-height: 1.35;
    }

    .aerolink-home .main-slider__title {
        max-width: 350px;
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: clamp(31px, 9vw, 36px);
        line-height: 1.12;
        letter-spacing: 0.025em;
    }

    .aerolink-home .main-slider__text {
        max-width: 340px;
        padding-inline: 8px;
    }

    .aerolink-content-page .page-header__inner h1 {
        padding-inline: 10px;
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.2;
    }

    .aerolink-home .section-title__title,
    .aerolink-content-page .section-title__title {
        font-size: clamp(29px, 8vw, 34px);
        line-height: 1.22;
    }

    .programme-card {
        min-height: 340px;
    }

    .programme-card .feature-two__content-box-inner {
        padding: 30px 26px;
    }

    .programme-card .feature-two__content-box-title {
        font-size: 22px;
    }

    .future-programme-card {
        min-height: 180px;
    }

    .featured-programme-card .destination-one__content {
        right: 0;
        min-height: 205px;
        padding: 24px 26px;
    }

    .aerolink-home .home-section {
        padding: 60px 0;
    }

    .aerolink-home .home-section .section-title {
        margin-bottom: 34px;
    }

    .aerolink-home .home-about .about-one__right {
        margin: 40px 12px 12px;
    }

    .aerolink-home .home-about .about-one__img {
        height: 360px;
    }

    .aerolink-home .home-about .about-one__img-box::before {
        inset: 24px -12px -12px 24px;
    }

    .aerolink-home .home-info-card .feature-two__content-box-inner {
        padding: 32px 28px;
    }

    .aerolink-home .home-pathway-card,
    .aerolink-home .home-pathway-card {
        min-height: 320px;
    }

    .aerolink-home .home-licence-card {
        min-height: 400px;
    }

    .aerolink-home .home-careers .about-two__left {
        height: 360px;
    }

    .aerolink-home .application-step-card {
        min-height: 220px;
    }

    .aerolink-home .home-final-cta {
        padding: 60px 0;
    }

    .aerolink-home .home-final-cta .newsletter__title {
        font-size: 30px;
    }

    .aerolink-home .home-final-cta .newsletter__right {
        width: 100%;
        flex-direction: column;
        margin-top: 0;
    }

    .aerolink-home .home-final-cta .newsletter__right .thm-btn {
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
    }

    .aerolink-site-footer .site-footer__top {
        padding: 58px 0 48px;
    }

    .aerolink-auth-page .auth-form-section {
        padding: 56px 0 70px;
    }

    .aerolink-auth-page .auth-form-section .section-title {
        margin-bottom: 30px;
    }

    .aerolink-auth-page [data-password-toggle] {
        width: 60px;
        min-width: 60px;
    }

    .aerolink-auth-page .auth-form-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 26px;
    }

    .aerolink-auth-page .auth-form-actions .contact-form__btn,
    .aerolink-auth-page .contact-one__form > .contact-form__btn {
        width: 100%;
    }

    .aerolink-content-page .accordion-button {
        padding: 18px;
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aerolink-home .main-slider__title,
    .aerolink-home .main-slider__sub-title {
        transition-duration: 0.01ms;
    }
}
