/* --- 1. Hero Section Container --- */
.home-page-hero {
    position: relative;
    background-color: #FAFDFD;
    background-image: url('../images/slider/slider.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    overflow: hidden;
    color: var(--text-dark, #0F172A);
}

.hero-main-container {
    position: relative;
    z-index: 2;
}

.hero-left-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* --- Hero City Breadcrumb --- */
.hero-city-breadcrumb {
    display: inline-block;
}

.hero-city-breadcrumb .breadcrumb {
    background: rgba(11, 38, 84, 0.05);
    border: 1px solid var(--border-color, rgba(11, 38, 84, 0.08));
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 600;
}

.hero-city-breadcrumb .breadcrumb-item a {
    color: var(--primary-color, #0B2654);
    text-decoration: none;
    transition: color 0.25s ease;
}

.hero-city-breadcrumb .breadcrumb-item a:hover {
    color: var(--secondary-color, #FF8623);
}

.hero-city-breadcrumb .breadcrumb-item.active {
    color: var(--secondary-color, #FF8623);
    font-weight: 750;
}

.hero-city-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: var(--secondary-color, #FF8623);
    font-weight: 800;
    font-size: 14px;
    padding: 0 5px;
}

/* --- 2. Typography & Headlines --- */
.hero-eyebrow-tag {
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--primary-color, #0B2654);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-eyebrow-tag .orange-dash,
.hero-eyebrow-tag .orange-text,
.hero-main-title .highlight-orange,
.hero-subline-divider .dash {
    color: var(--secondary-color, #FF8623);
    font-weight: 900;
}

.hero-main-title {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
    color: var(--primary-color, #0B2654);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-subline-divider {
    font-size: 14.5px;
    font-weight: 700;
    color: var(--primary-color, #0B2654);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, #475569);
    max-width: 540px;
    margin-bottom: 24px;
}

/* --- 3. Feature Badges Row --- */
.hero-features-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.feature-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(255, 134, 35, 0.35);
    color: var(--secondary-color, #FF8623);
    display: grid;
    place-items: center;
    font-size: 17px;
    box-shadow: 0 4px 12px rgba(255, 134, 35, 0.12);
    transition: all 0.3s ease;
}

.hero-feature-item:hover .feature-icon-circle {
    background: var(--secondary-color, #FF8623);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 134, 35, 0.3);
}

.feature-label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--primary-color, #0B2654);
    line-height: 1.2;
    white-space: nowrap;
}

/* --- 4. Action Buttons --- */
.hero-actions-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, var(--secondary-color, #FF8623) 0%, #E66A00 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 11px 12px 11px 22px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(255, 134, 35, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
}

.btn-hero-primary .btn-dash {
    color: #ffffff;
    font-weight: 900;
}

.btn-hero-primary .btn-arrow-circle {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--primary-color, #0B2654);
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0B2654 0%, #153C7D 100%);
    box-shadow: 0 10px 30px rgba(11, 38, 84, 0.3);
    transform: translateY(-2px);
}

.btn-hero-primary:hover .btn-arrow-circle {
    background: var(--secondary-color, #FF8623);
    transform: translateX(3px);
}

.btn-hero-secondary {
    background: #ffffff;
    color: var(--primary-color, #0B2654);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 11px 18px 11px 22px;
    border-radius: 12px;
    border: 2px solid #CBD5E1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.btn-hero-secondary .btn-arrow-icon {
    font-size: 15px;
    color: var(--primary-color, #0B2654);
    transition: transform 0.3s ease;
}

.btn-hero-secondary:hover {
    color: var(--secondary-color, #FF8623);
    border-color: var(--secondary-color, #FF8623);
    background: #FFF6EE;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 134, 35, 0.15);
}

.btn-hero-secondary:hover .btn-arrow-icon {
    color: var(--secondary-color, #FF8623);
    transform: translateX(4px);
}

/* --- 5. Hero Right Spacer --- */
@media (min-width: 992px) {
    .hero-right-col {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 380px;
    }
}

/* --- 6. Quote Form Card (quoteform.php) --- */
.hero-quote-card-container {
    background: linear-gradient(135deg, rgba(7, 28, 63, 0.94) 0%, rgba(11, 38, 84, 0.94) 100%);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-radius: 20px;
    padding: 18px 22px 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 10px;
}

.quote-card-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
}

.quote-card-badge {
    background: rgba(255, 134, 35, 0.25);
    color: var(--secondary-color, #FF8623);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 134, 35, 0.45);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.quote-card-main-title {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.quote-card-subtext {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.input-wrap-custom {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid transparent;
    border-radius: 12px;
    height: 48px;
    padding: 0 14px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    min-width: 0;
}

.input-wrap-custom:focus-within {
    border-color: var(--secondary-color, #FF8623);
    box-shadow: 0 0 0 3px rgba(255, 134, 35, 0.25);
}

.input-icon-custom {
    color: var(--secondary-color, #FF8623);
    font-size: 17px;
    margin-right: 10px;
    flex-shrink: 0;
}

.form-control-custom,
.form-select-custom {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 13.5px;
    font-weight: 600;
    color: #0F172A;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}

.form-control-custom::placeholder {
    color: #64748B;
    font-weight: 500;
}

.select-wrap-custom {
    position: relative;
}

.select-caret-icon {
    position: absolute;
    right: 14px;
    color: var(--secondary-color, #FF8623);
    font-size: 13px;
    pointer-events: none;
}

.btn-submit-custom {
    background: linear-gradient(135deg, var(--secondary-color, #FF8623) 0%, #E66A00 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    height: 48px;
    padding: 0 24px;
    font-size: 13.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(255, 134, 35, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.btn-submit-custom:hover {
    background: linear-gradient(135deg, #ffffff 0%, #F1F5F9 100%);
    color: var(--primary-color, #0B2654);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* --- 7. Responsive Rules --- */
@media (max-width: 1199.98px) {
    .hero-main-title {
        font-size: 42px;
    }
    .hero-features-row {
        gap: 14px;
    }
}

@media (max-width: 991.98px) {
    .home-page-hero {
        padding-top: 20px;
        padding-bottom: 25px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.35) 100%), url('../images/slider/slider.jpg') no-repeat center center / cover;
    }
    .hero-left-col {
        text-align: left;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero-right-col {
        display: none;
    }
    .hero-main-title {
        font-size: 30px;
        white-space: normal;
        margin-bottom: 8px;
    }
    .hero-eyebrow-tag {
        margin-bottom: 6px;
    }
    .hero-subline-divider {
        margin-bottom: 8px;
    }
    .hero-description {
        max-width: 100%;
        font-size: 13.5px;
        margin-bottom: 14px;
    }
    .hero-features-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 16px;
    }
    .btn-submit-custom {
        width: 100%;
        height: 46px;
    }
}

@media (max-width: 767.98px) {
    .home-page-hero {
        padding-top: 15px;
        padding-bottom: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.70) 40%, rgba(255, 255, 255, 0.50) 100%), url('../images/slider/mobile_slider.jpg') no-repeat center center / cover;
    }
}

@media (max-width: 575.98px) {
    .home-page-hero {
        padding-top: 12px;
        padding-bottom: 16px;
    }
    .hero-main-title {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .hero-eyebrow-tag {
        font-size: 11.5px;
        margin-bottom: 4px;
    }
    .hero-subline-divider {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .hero-description {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 1.45;
    }
    .hero-features-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-bottom: 12px;
    }
    .feature-icon-circle {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        font-size: 14px;
    }
    .feature-label {
        font-size: 11.5px;
    }
    .hero-actions-row {
        gap: 8px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        flex: 1;
        width: auto;
        padding: 9px 6px;
        font-size: 11.5px;
        justify-content: center;
        white-space: nowrap;
    }
    .btn-submit-custom {
        width: 100%;
    }
    .hero-quote-card-container {
        margin-top: 5px;
        padding: 12px 14px 10px;
    }
    .quote-card-main-title {
        font-size: 15px;
    }
    .quote-card-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
}
