body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #212529;
}

a {
    text-decoration: none;
}

.navbar-brand {
    letter-spacing: 0.5px;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-section {
    position: relative;
    background:
        linear-gradient(rgba(8, 28, 58, 0.72), rgba(8, 28, 58, 0.72)),
        url('/static/expat_life/images/live_in_srilanka_home_hero.webp') center/cover no-repeat;
    padding: 80px 0 70px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 45, 90, 0.35), rgba(0, 0, 0, 0.10));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
}

.hero-buttons .btn {
    min-width: 180px;
}

.hero-point-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 14px 16px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    backdrop-filter: blur(4px);
}

.hero-point-box i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hero-card-wrapper {
    padding-left: 28px;
}

.hero-info-card {
    background: #ffffff;
    padding: 12px 10px;
    border-radius: 20px;
    border: none;
    max-width: 460px;
    margin-left: auto;
}

.price-tier-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
}

.price-tier-text {
    flex: 1;
    min-width: 0;
}

.price-tier-text h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.price-tier-text small {
    display: block;
    color: #6c757d;
    line-height: 1.4;
}

.price-tier-item strong {
    color: #0d6efd;
    font-size: 1.15rem;
    white-space: nowrap;
    padding-top: 2px;
    flex-shrink: 0;
}

.stats-section {
    background: #ffffff;
}

.stat-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    height: 100%;
}

.stat-box h3 {
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 8px;
}

.section-heading {
    max-width: 800px;
    margin: 0 auto;
}

.section-mini-title {
    display: inline-block;
    color: #0d6efd;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-mini-title-light {
    color: #ffe082;
}

.light-section {
    background: #f5f8fc;
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: #e9f2ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 18px;
}

.package-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.11);
}

.package-featured {
    border: 2px solid #ffc107;
}

.featured-label {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #ffc107;
    color: #212529;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 14px;
    border-radius: 999px;
    z-index: 3;
}

.package-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.package-image-placeholder {
    background: linear-gradient(135deg, #dbeafe, #e9ecef);
    color: #0d6efd;
    font-size: 3rem;
}

.package-body {
    padding: 24px;
}

.package-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 12px;
}

.package-price span {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
}

.package-mini-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.package-mini-list li {
    margin-bottom: 10px;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-mini-list i {
    color: #198754;
    flex-shrink: 0;
}

.step-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.step-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 800;
    font-size: 1.2rem;
}

.gradient-section {
    background: linear-gradient(135deg, #0b3d91, #0f6ab4);
}

.mini-feature-box {
    background: rgba(255,255,255,0.12);
    padding: 16px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    backdrop-filter: blur(4px);
}

.mini-feature-box i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cta-card-light {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

.custom-accordion .accordion-item {
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #e9ecef;
}

.custom-accordion .accordion-button {
    font-weight: 600;
    padding: 20px 22px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #eef5ff;
    color: #0d6efd;
}

.final-cta-section {
    background: #f5f8fc;
}

.final-cta-box {
    background: linear-gradient(135deg, #061b3b, #0b3d91);
    border-radius: 24px;
    padding: 50px 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

footer {
    margin-top: 0;
}

.hero-info-card {
    background: #ffffff;
    border-radius: 20px;
    border: none;
    max-width: 460px;
    margin-left: auto;
    overflow: hidden;
}

.hero-info-content {
    padding: 28px 26px 22px;
    background: #f8fbff;
    margin: 14px 14px 0;
    border-radius: 16px;
}

.hero-info-action {
    padding: 18px 28px 28px;
}


@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        padding: 60px 0 50px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-point-box {
        justify-content: center;
        text-align: center;
    }

    .hero-card-wrapper {
        padding-left: 0;
    }

    .hero-info-card {
        margin: 0 auto;
        max-width: 100%;
    }

    .price-tier-item {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 45px 0;
    }

    .hero-badge {
        font-size: 0.85rem;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .price-tier-item {
        gap: 12px;
    }

    .package-price {
        font-size: 1.7rem;
    }

    .final-cta-box {
        padding: 38px 20px;
    }
}

.package-detail-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.package-detail-image-wrap {
    position: relative;
}

.package-detail-image {
    width: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.10);
}

.package-detail-placeholder {
    min-height: 420px;
    border-radius: 24px;
    background: linear-gradient(135deg, #dbeafe, #e9ecef);
    color: #0d6efd;
    font-size: 4rem;
    box-shadow: 0 14px 34px rgba(0,0,0,0.10);
}

.package-detail-price {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1;
}

.package-detail-price span {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 500;
    margin-left: 6px;
}

.package-target-box {
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 20px;
}

.detail-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    height: 100%;
}

.quick-summary-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.quick-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ececec;
}

.quick-summary-item span {
    color: #6c757d;
}

.quick-summary-item strong {
    color: #212529;
    text-align: right;
}

.budget-breakdown-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.budget-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
}

.budget-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #343a40;
}

.budget-label i {
    color: #0d6efd;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.budget-value {
    font-weight: 800;
    color: #0d6efd;
    white-space: nowrap;
}

.total-budget-card {
    background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}

.info-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px;
    border: 1px solid #e9ecef;
}

.info-note-box i {
    color: #0d6efd;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.detail-feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.detail-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #e9f7ef;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .package-detail-image,
    .package-detail-placeholder {
        min-height: 320px;
    }

    .package-detail-price {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .package-detail-image,
    .package-detail-placeholder {
        min-height: 260px;
    }

    .package-detail-price {
        font-size: 2rem;
    }

    .budget-row,
    .quick-summary-item {
        gap: 12px;
    }
}

.package-list-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.package-desc {
    min-height: 72px;
}

.package-tagline-box {
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 14px;
    padding: 14px 16px;
}

.mini-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #495057;
}

.mini-info-row i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.package-actions .btn {
    border-radius: 10px;
}

.comparison-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.comparison-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.comparison-highlight {
    border: 2px solid #ffc107;
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
}

.comparison-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0d6efd;
    margin: 10px 0 14px;
}

@media (max-width: 767px) {
    .package-desc {
        min-height: auto;
    }
}

.signup-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.signup-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.signup-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #343a40;
    font-weight: 500;
}

.signup-info-item i {
    color: #198754;
    margin-top: 2px;
    flex-shrink: 0;
}

.signup-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
}

.signup-note-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.signup-form-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
}

.signup-form-header {
    padding: 28px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid #eef1f4;
}

.signup-form-body {
    padding: 24px 28px 28px;
}

.signup-form-footer {
    margin-top: 24px;
}

.signup-form-card .form-label {
    font-weight: 600;
    color: #343a40;
}

.signup-form-card .form-control,
.signup-form-card .form-select {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #dfe5ec;
    box-shadow: none;
}

.signup-form-card textarea.form-control {
    min-height: 120px;
}

.signup-form-card .form-control:focus,
.signup-form-card .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
}

.custom-check {
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 14px;
    padding: 14px 16px 14px 40px;
}

.custom-check .form-check-input {
    margin-top: 0.2rem;
}

@media (max-width: 767px) {
    .signup-form-header,
    .signup-form-body {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.consultation-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.consultation-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.consultation-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #343a40;
    font-weight: 500;
}

.consultation-info-item i {
    color: #198754;
    margin-top: 2px;
    flex-shrink: 0;
}

.consultation-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
}

.consultation-note-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.consultation-form-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
}

.consultation-form-header {
    padding: 28px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid #eef1f4;
}

.consultation-form-body {
    padding: 24px 28px 28px;
}

.consultation-form-footer {
    margin-top: 24px;
}

.consultation-form-card .form-label {
    font-weight: 600;
    color: #343a40;
}

.consultation-form-card .form-control,
.consultation-form-card .form-select {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #dfe5ec;
    box-shadow: none;
}

.consultation-form-card textarea.form-control {
    min-height: 120px;
}

.consultation-form-card .form-control:focus,
.consultation-form-card .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
}

@media (max-width: 767px) {
    .consultation-form-header,
    .consultation-form-body {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.contact-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #343a40;
    font-weight: 500;
}

.contact-info-item i {
    color: #198754;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
}

.contact-note-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
}

.contact-form-header {
    padding: 28px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid #eef1f4;
}

.contact-form-body {
    padding: 24px 28px 28px;
}

.contact-form-footer {
    margin-top: 24px;
}

.contact-form-card .form-label {
    font-weight: 600;
    color: #343a40;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #dfe5ec;
    box-shadow: none;
}

.contact-form-card textarea.form-control {
    min-height: 140px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
}

@media (max-width: 767px) {
    .contact-form-header,
    .contact-form-body {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.about-sl-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.about-highlight-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #343a40;
    font-weight: 500;
}

.about-highlight-item i {
    color: #198754;
    margin-top: 2px;
    flex-shrink: 0;
}

.about-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
}

.about-note-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.about-hero-image-wrap {
    position: relative;
}

.about-hero-image-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.about-hero-image-placeholder {
    min-height: 420px;
    border-radius: 20px;
    background: linear-gradient(135deg, #dbeafe, #eef5ff);
    color: #0d6efd;
    text-align: center;
    padding: 30px;
}

.about-hero-image-placeholder i {
    font-size: 4rem;
}

.location-style-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location-style-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.location-style-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #e9f2ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.about-fit-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-fit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.about-fit-item i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #e9f2ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.about-value-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.about-value-box {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-value-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

.about-value-row strong {
    color: #0d6efd;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .about-hero-image-placeholder {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .about-hero-image-placeholder {
        min-height: 260px;
    }
}

.topbar {
    background: #061b3b;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    padding: 9px 0;
}

.topbar i {
    color: #ffc107;
}

.topbar a {
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.2s ease;
}

.topbar a:hover {
    color: #ffffff;
}

.premium-navbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 14px 0;
}

.premium-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-logo-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #0b3d91);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
    flex-shrink: 0;
}

.brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.brand-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}

.brand-subtitle {
    color: #64748b;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
}

.premium-nav-link {
    color: #334155;
    font-weight: 600;
    padding: 10px 14px !important;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.premium-nav-link:hover,
.premium-nav-link:focus {
    color: #0d6efd;
    background: #eef5ff;
}

.premium-nav-btn {
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.25);
}

.premium-toggler {
    border: none;
    box-shadow: none !important;
}

.premium-footer {
    background: #061b3b;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 0;
}

.footer-main {
    background:
        linear-gradient(rgba(6, 27, 59, 0.96), rgba(6, 27, 59, 0.96)),
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.18), transparent 35%);
}

.footer-brand-title {
    color: #ffffff;
    font-weight: 800;
}

.footer-brand-subtitle {
    color: rgba(255, 255, 255, 0.68);
}

.footer-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-logo-circle {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
}

.footer-bottom {
    background: #04142c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 991px) {
    .premium-navbar {
        padding: 10px 0;
    }

    .premium-nav-link {
        padding: 10px 12px !important;
        margin-bottom: 4px;
    }

    .brand-title {
        font-size: 1rem;
    }

    .brand-subtitle {
        font-size: 0.72rem;
    }
}

@media (max-width: 767px) {
    .brand-logo-circle {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }

    .footer-main {
        text-align: center;
    }

    .footer-brand-block .d-flex {
        justify-content: center;
    }
}

.success-page-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.success-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 50px 30px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.success-icon-wrap {
    width: 92px;
    height: 92px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5, #ecfdf5);
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 10px 24px rgba(25, 135, 84, 0.12);
}

.success-info-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.success-info-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .success-card {
        padding: 36px 18px;
    }

    .success-icon-wrap {
        width: 78px;
        height: 78px;
        font-size: 2rem;
    }
}

.dashboard-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.dashboard-welcome-card,
.dashboard-status-card,
.dashboard-link-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    height: 100%;
}

.dashboard-link-card {
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-link-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.09);
}

.dashboard-link-card i {
    font-size: 2rem;
    color: #0d6efd;
}

.login-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.login-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.login-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #343a40;
    font-weight: 500;
}

.login-info-item i {
    color: #198754;
    margin-top: 2px;
    flex-shrink: 0;
}

.login-note-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fbff;
    border: 1px solid #e3eefc;
    border-radius: 16px;
    padding: 18px 18px;
}

.login-note-box i {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

.login-form-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
}

.login-form-header {
    padding: 28px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid #eef1f4;
}

.login-form-body {
    padding: 24px 28px 28px;
}

.login-form-card .form-label {
    font-weight: 600;
    color: #343a40;
}

.login-form-card .form-control {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #dfe5ec;
    box-shadow: none;
}

.login-form-card .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
}

.about-hero-image-card {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    border-radius: 12px;
}

.about-hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
}

.hero-visa-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    transition: all 0.3s ease;
}

.hero-visa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.dashboard-profile-icon {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #0d6efd;
    padding: 4px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

@media (min-width: 992px) {
    .hero-action-buttons .btn {
        width: auto !important;
    }
}

.featured-label {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffc107;
    color: #212529;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    z-index: 2;
}

.selected-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #198754;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px;
    z-index: 2;
}

.package-selected {
    border: 2px solid #198754;
}

.pagination .page-link {
    border: 1px solid #dee2e6;
    color: #212529;
    min-width: 44px;
    text-align: center;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background-color: #212529;
    color: #fff;
    border-color: #212529;
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.pagination .page-item.disabled .page-link {
    border-color: #dee2e6;
    color: #adb5bd;
    background-color: #f8f9fa;
}

.floating-guest-btn {
    position: fixed;
    top: 122px;              /* adjust if your header/navbar height is different */
    right: 20px;
    z-index: 1040;
    border-radius: 50px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.floating-guest-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .floating-guest-btn {
        top: 78px;
        right: 14px;
        padding: 9px 14px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .floating-guest-btn {
        top: 72px;
        right: 10px;
        padding: 8px 12px;
        font-size: 0.8rem;
    }
}

.forgot-password-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #6c4a00;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.12);
    transition: all 0.2s ease;
}

.forgot-password-link:hover {
    color: #212529;
    background: rgba(255, 193, 7, 0.28);
    transform: translateY(-1px);
}

    .affiliate-welcome-alert {
        background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 100%);
        border: 1px solid rgba(16, 185, 129, 0.22) !important;
    }

    .affiliate-welcome-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        background: #d1fae5;
        color: #047857;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.9rem;
    }

    .affiliate-login-label {
        min-width: 170px;
    }

    .affiliate-login-details {
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    }

    @media (max-width: 575px) {
        .affiliate-welcome-icon {
            width: 46px;
            height: 46px;
            border-radius: 15px;
            font-size: 1.5rem;
        }

        .affiliate-login-label {
            min-width: auto;
            margin-bottom: 2px;
        }
    }

    /* =========================================================
    FOOTER SECURE TRUST BADGE
    Expat Life Main App
    ========================================================= */

    .footer-secure-trust-wrap {
        margin-top: 22px;
        display: flex;
        justify-content: flex-start;
    }

    .footer-secure-trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        max-width: 100%;
        padding: 11px 14px;
        border-radius: 18px;

        background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.12),
            rgba(34, 197, 94, 0.10)
        );

        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);

        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .footer-secure-trust-img {
        width: 112px;
        height: auto;
        display: block;
        flex-shrink: 0;
    }

    .footer-secure-trust-text {
        text-align: left;
    }

    .footer-secure-trust-text strong {
        display: block;
        font-size: 0.86rem;
        font-weight: 800;
        color: #f8fafc;
        line-height: 1.2;
    }

    .footer-secure-trust-text span {
        display: block;
        margin-top: 4px;
        font-size: 0.74rem;
        line-height: 1.45;
        color: rgba(226, 232, 240, 0.88);
    }

    /* =========================================================
    FOOTER MOBILE ALIGNMENT FIX
    ========================================================= */

    @media (max-width: 767.98px) {
        .premium-footer,
        .premium-footer .footer-main,
        .premium-footer .footer-brand-block,
        .premium-footer .footer-heading,
        .premium-footer .footer-text,
        .premium-footer .footer-links,
        .premium-footer .footer-links li,
        .premium-footer .footer-links a {
            text-align: left;
        }

        .premium-footer .footer-links {
            padding-left: 0;
            margin-left: 0;
        }

        .premium-footer .footer-links li {
            justify-content: flex-start;
        }

        .premium-footer .footer-links a {
            display: inline-flex;
            justify-content: flex-start;
            align-items: center;
        }

        .premium-footer .d-grid {
            text-align: left;
        }

        .premium-footer .footer-bottom .d-flex {
            align-items: flex-start !important;
            text-align: left;
        }
    }

    /* =========================================================
    CHECKOUT SECURE TRUST BADGE
    Expat Life Payment Checkout
    ========================================================= */

    .checkout-secure-trust-wrap {
        margin-bottom: 18px;
    }

    .checkout-secure-trust-badge {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 18px;
        background: linear-gradient(
            135deg,
            rgba(236, 253, 245, 0.98),
            rgba(255, 255, 255, 0.98)
        );
        border: 1px solid rgba(34, 197, 94, 0.24);
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    }

    .checkout-secure-trust-img {
        width: 102px;
        height: auto;
        display: block;
        flex-shrink: 0;
    }

    .checkout-secure-trust-text {
        text-align: left;
    }

    .checkout-secure-trust-text strong {
        display: block;
        font-size: 0.88rem;
        font-weight: 800;
        color: #082f49;
        line-height: 1.2;
    }

    .checkout-secure-trust-text span {
        display: block;
        margin-top: 4px;
        font-size: 0.74rem;
        line-height: 1.45;
        color: #475569;
    }

    /* =========================================================
    CHECKOUT PAGE HEADING
    Simple Premium Style
    ========================================================= */

    .checkout-page-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;

        padding: 22px 24px;
        border-radius: 22px;

        background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 250, 252, 0.98)
        );

        border: 1px solid rgba(226, 232, 240, 0.95);
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    }

    .checkout-heading-content {
        min-width: 0;
    }

    .checkout-mini-title {
        display: inline-flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .checkout-page-title {
        margin: 0;
        font-size: clamp(1.75rem, 3vw, 2.35rem);
        font-weight: 800;
        letter-spacing: -0.035em;
        color: #0f172a;
    }

    .checkout-page-subtitle {
        margin: 8px 0 0;
        max-width: 620px;
        color: #64748b;
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .checkout-heading-secure-note {
        display: inline-flex;
        align-items: center;
        gap: 8px;

        padding: 9px 13px;
        border-radius: 999px;

        background: rgba(236, 253, 245, 0.9);
        border: 1px solid rgba(34, 197, 94, 0.18);

        color: #166534;
        font-size: 0.82rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .checkout-heading-secure-note i {
        font-size: 0.95rem;
    }

    /* Mobile */
    @media (max-width: 767.98px) {
        .checkout-page-heading {
            flex-direction: column;
            align-items: flex-start;
            padding: 20px;
            border-radius: 20px;
        }

        .checkout-heading-secure-note {
            margin-top: 4px;
        }

        .checkout-page-subtitle {
            font-size: 0.92rem;
        }
    }