/* =========================================================
   RENTAL APP COLOR THEME ONLY
   Load AFTER expat_life/css/style.css

   IMPORTANT:
   This file changes colors/backgrounds only.
   It does NOT change spacing, sizes, heights, widths,
   secure badge image size, navbar size, floating CTA size,
   or footer layout.
========================================================= */

:root {
    --rental-deep: #0d1b2a;
    --rental-deeper: #081420;
    --rental-dark: #111827;
    --rental-blue: #0d6efd;
    --rental-blue-dark: #0b5ed7;
    --rental-blue-soft: #eaf3ff;
    --rental-gold: #ffc107;
    --rental-gold-dark: #ff9800;
    --rental-light: #f5f8fc;
    --rental-soft-border: rgba(13, 110, 253, 0.16);
}

/* =========================================================
   BASE
========================================================= */

body {
    background-color: var(--rental-light);
}

/* =========================================================
   GENERAL ACCENT COLORS
========================================================= */

.section-mini-title {
    color: var(--rental-blue);
}

.section-mini-title-light {
    color: var(--rental-gold);
}

.stat-box h3,
.price-tier-item strong,
.package-price,
.package-detail-price,
.budget-label i,
.budget-value,
.info-note-box i,
.mini-info-row i,
.comparison-price,
.signup-note-box i,
.consultation-note-box i,
.contact-note-box i,
.about-note-box i,
.location-style-icon,
.about-fit-item i,
.about-value-row strong,
.dashboard-link-card i,
.success-info-box i,
.login-note-box i {
    color: var(--rental-blue);
}

/* Keep success-related icons green where meaningful */
.package-mini-list i,
.signup-info-item i,
.consultation-info-item i,
.contact-info-item i,
.about-highlight-item i {
    color: #198754;
}

/* =========================================================
   LIGHT BACKGROUNDS
========================================================= */

.light-section,
.final-cta-section,
.package-detail-hero,
.package-list-hero,
.signup-hero,
.consultation-hero,
.contact-hero,
.about-sl-hero,
.success-page-section,
.dashboard-hero,
.login-hero {
    background: linear-gradient(180deg, #ffffff 0%, var(--rental-light) 100%);
}

.hero-info-content,
.package-target-box,
.package-tagline-box,
.info-note-box,
.signup-note-box,
.consultation-note-box,
.contact-note-box,
.about-note-box,
.success-info-box,
.login-note-box,
.custom-check {
    background: #f8fbff;
    border-color: var(--rental-soft-border);
}

/* =========================================================
   HERO / GRADIENT AREAS
========================================================= */

.hero-section {
    background:
        linear-gradient(rgba(13, 27, 42, 0.78), rgba(13, 27, 42, 0.78)),
        url('/static/expat_life/images/rental_hero.webp') center/cover no-repeat;
}

.hero-overlay {
    background: linear-gradient(
        135deg,
        rgba(13, 110, 253, 0.28),
        rgba(255, 193, 7, 0.08)
    );
}

.hero-badge {
    background: rgba(255, 193, 7, 0.16);
    border-color: rgba(255, 193, 7, 0.30);
    color: #ffffff;
}

.hero-point-box i {
    color: var(--rental-gold);
}

.gradient-section {
    background: linear-gradient(135deg, var(--rental-deep), var(--rental-blue));
}

.final-cta-box {
    background: linear-gradient(135deg, var(--rental-dark), var(--rental-blue));
}

/* =========================================================
   ICON / PLACEHOLDER BACKGROUNDS
========================================================= */

.icon-wrap,
.location-style-icon,
.about-fit-item i {
    background: var(--rental-blue-soft);
    color: var(--rental-blue);
}

.package-image-placeholder,
.package-detail-placeholder,
.about-hero-image-placeholder {
    background: linear-gradient(135deg, var(--rental-blue-soft), #ffffff);
    color: var(--rental-blue);
}

.detail-feature-icon {
    background: var(--rental-blue-soft);
    color: var(--rental-blue);
}

/* =========================================================
   CARDS WITH SOFT TINTS
========================================================= */

.quick-summary-card,
.total-budget-card,
.about-value-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.comparison-highlight {
    border-color: var(--rental-gold);
    background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
}

/* =========================================================
   FORM FOCUS COLORS
========================================================= */

.signup-form-card .form-control:focus,
.signup-form-card .form-select:focus,
.consultation-form-card .form-control:focus,
.consultation-form-card .form-select:focus,
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus,
.login-form-card .form-control:focus {
    border-color: rgba(13, 110, 253, 0.55);
    box-shadow: 0 0 0 0.18rem rgba(13, 110, 253, 0.12);
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: var(--rental-blue-soft);
    color: var(--rental-blue);
}

/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: var(--rental-deeper);
    color: rgba(255, 255, 255, 0.86);
}

.topbar i {
    color: var(--rental-gold);
}

.topbar a {
    color: rgba(255, 255, 255, 0.88);
}

.topbar a:hover {
    color: #ffffff;
}

/* =========================================================
   NAVBAR COLORS ONLY
========================================================= */

.premium-navbar {
    background: rgba(248, 251, 255, 0.96);
    box-shadow: 0 8px 24px rgba(13, 27, 42, 0.08);
}

.brand-logo-circle {
    background: linear-gradient(135deg, var(--rental-blue), var(--rental-deep));
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.22);
}

.brand-title {
    color: var(--rental-deep);
}

.brand-subtitle {
    color: var(--rental-blue);
}

.premium-nav-link {
    color: #27384a;
}

.premium-nav-link:hover,
.premium-nav-link:focus {
    color: var(--rental-blue);
    background: var(--rental-blue-soft);
}

.premium-navbar .dropdown-menu {
    background: #ffffff;
    border-color: var(--rental-soft-border);
}

.premium-navbar .dropdown-item {
    color: #27384a;
}

.premium-navbar .dropdown-item:hover,
.premium-navbar .dropdown-item:focus {
    color: var(--rental-blue);
    background: var(--rental-blue-soft);
}

/* =========================================================
   BUTTON COLORS ONLY
========================================================= */

.btn-primary {
    background: linear-gradient(135deg, var(--rental-blue), var(--rental-blue-dark));
    border-color: var(--rental-blue);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #3d8bfd, var(--rental-blue-dark));
    border-color: var(--rental-blue-dark);
    color: #ffffff;
}

.btn-dark {
    background: linear-gradient(135deg, var(--rental-deep), var(--rental-dark));
    border-color: var(--rental-deep);
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    background: linear-gradient(135deg, var(--rental-deeper), var(--rental-blue));
    border-color: var(--rental-blue);
    color: #ffffff;
}

.btn-warning {
    background: linear-gradient(135deg, var(--rental-gold), var(--rental-gold-dark));
    border-color: var(--rental-gold);
    color: #212529;
}

.btn-warning:hover,
.btn-warning:focus {
    background: linear-gradient(135deg, #ffcf33, var(--rental-gold-dark));
    border-color: var(--rental-gold-dark);
    color: #212529;
}

.btn-outline-primary {
    color: var(--rental-blue);
    border-color: var(--rental-blue);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: var(--rental-blue);
    border-color: var(--rental-blue);
    color: #ffffff;
}

.btn-outline-dark {
    color: var(--rental-deep);
    border-color: var(--rental-deep);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: var(--rental-deep);
    border-color: var(--rental-deep);
    color: #ffffff;
}

/* Specific green button from main style */
.hero-visa-btn {
    background: linear-gradient(135deg, var(--rental-blue), var(--rental-blue-dark));
}

.hero-visa-btn:hover {
    background: linear-gradient(135deg, #3d8bfd, var(--rental-blue-dark));
}

/* =========================================================
   LABELS / SELECTED STATES
========================================================= */

.featured-label {
    background: var(--rental-gold);
    color: #212529;
}

.selected-label {
    background: var(--rental-blue);
    color: #ffffff;
}

.package-selected {
    border-color: var(--rental-blue);
}

.dashboard-profile-icon {
    border-color: var(--rental-blue);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

/* =========================================================
   FLOATING CTA
   Do NOT change size or position from style.css.
   Only color.
========================================================= */

.floating-guest-btn {
    background: linear-gradient(135deg, var(--rental-gold), var(--rental-gold-dark));
    border-color: var(--rental-gold);
    color: #212529;
}

.floating-guest-btn:hover {
    color: #212529;
}

/* =========================================================
   PAGINATION COLORS
========================================================= */

.pagination .page-link:hover {
    background-color: var(--rental-deep);
    color: #ffffff;
    border-color: var(--rental-deep);
}

.pagination .page-item.active .page-link {
    background-color: var(--rental-blue);
    border-color: var(--rental-blue);
    color: #ffffff;
}

/* =========================================================
   FOOTER COLORS ONLY
========================================================= */

.premium-footer {
    background: var(--rental-deeper);
    color: rgba(255, 255, 255, 0.88);
}

.footer-main {
    background:
        linear-gradient(rgba(8, 20, 32, 0.96), rgba(13, 27, 42, 0.96)),
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.22), transparent 35%);
}

.footer-brand-title {
    color: #ffffff;
}

.footer-brand-subtitle {
    color: var(--rental-gold);
}

.footer-text {
    color: rgba(255, 255, 255, 0.78);
}

.footer-heading {
    color: #ffffff;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
    color: var(--rental-gold);
}

.footer-logo-circle {
    background: linear-gradient(135deg, var(--rental-blue), var(--rental-deep));
}

.footer-bottom {
    background: #050d16;
    border-top-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
}

/* =========================================================
   SECURE TRUST BADGES
   Keep image sizes from original style.css.
   Only change badge background/border.
========================================================= */

.footer-secure-trust-badge {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.12),
        rgba(13, 110, 253, 0.10)
    );
    border-color: rgba(255, 255, 255, 0.18);
}

.checkout-secure-trust-badge {
    background: linear-gradient(
        135deg,
        rgba(248, 251, 255, 0.98),
        rgba(255, 255, 255, 0.98)
    );
    border-color: rgba(13, 110, 253, 0.18);
}

.checkout-secure-trust-text strong {
    color: var(--rental-deep);
}

.checkout-heading-secure-note {
    background: rgba(234, 243, 255, 0.92);
    border-color: rgba(13, 110, 253, 0.18);
    color: var(--rental-blue);
}

/* =========================================================
   FORGOT PASSWORD LINK
========================================================= */

.forgot-password-link {
    color: #6c4a00;
    background: rgba(255, 193, 7, 0.12);
}

.forgot-password-link:hover {
    color: var(--rental-deep);
    background: rgba(255, 193, 7, 0.28);
}

/* =========================================================
   RENTAL HOME PAGE SPECIFIC COLOR ALIGNMENT
   These match the rental homepage styles you attached.
   Only colors/backgrounds are adjusted.
========================================================= */

.rental-owner-hero {
    background-color: var(--rental-deep);
}

.rental-owner-hero-bg {
    background:
        linear-gradient(
            90deg,
            rgba(8, 20, 32, 0.88) 0%,
            rgba(8, 20, 32, 0.72) 42%,
            rgba(8, 20, 32, 0.45) 72%,
            rgba(8, 20, 32, 0.35) 100%
        ),
        url('/static/expat_life/images/rental_hero.webp') center center / cover no-repeat;
}

.owner-hero-badge,
.rental-floating-language-bar {
    background: rgba(255, 193, 7, 0.14);
    color: var(--rental-gold);
    border-color: rgba(255, 193, 7, 0.32);
}

.owner-hero-point i,
.property-type-box i,
.rental-floating-language-title {
    color: var(--rental-gold);
}

.owner-side-card-header {
    background: linear-gradient(135deg, var(--rental-gold) 0%, var(--rental-gold-dark) 100%);
}

.owner-mini-icon,
.owner-feature-icon {
    background: var(--rental-blue-soft);
    color: var(--rental-blue);
}

.partner-stat-box h3 {
    color: var(--rental-blue);
}

.owner-process-number {
    background: var(--rental-blue);
    color: #ffffff;
}

.owner-gradient-section {
    background: linear-gradient(135deg, var(--rental-deep) 0%, var(--rental-blue) 100%);
}

.final-owner-cta {
    background: linear-gradient(135deg, var(--rental-dark) 0%, var(--rental-blue) 100%);
}

.property-type-box {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}