/********** Custom CSS — Water Damage Restoration Katy **********/
/* Site-specific additions on top of the Industrix template (bootstrap.min.css + style.css). */

/*** Emergency badge ***/
.badge-emergency {
    display: inline-flex;
    align-items: center;
    background: var(--bs-primary);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 18px;
    margin-bottom: 20px;
}

.badge-emergency i {
    margin-right: 10px;
}

/*** Hero (home page) ***/
.hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 19, 50, .88) 0%, rgba(4, 19, 50, .55) 55%, rgba(4, 19, 50, .25) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    min-height: 620px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .hero, .hero-content {
        min-height: 520px;
    }
}

/*** Inner page header/banner ***/
.page-header {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.page-header img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 19, 50, .78);
}

.page-header-content {
    position: relative;
    z-index: 1;
    min-height: 320px;
    display: flex;
    align-items: center;
}

.page-header .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.page-header .breadcrumb a:hover {
    color: var(--bs-primary);
}

.page-header .breadcrumb-item.active {
    color: var(--bs-primary);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .6);
}

/*** Checklists ***/
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    margin-bottom: 14px;
}

.check-list li i {
    color: var(--bs-primary);
    margin-right: 12px;
    margin-top: 4px;
}

/*** Icon boxes (process / commitments / why-choose) ***/
.icon-box {
    text-align: center;
    padding: 35px 20px;
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: 100%;
}

.icon-box .btn-lg-square {
    margin: 0 auto 20px;
}

.icon-box .step-number {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    color: var(--bs-primary);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/*** Service cards on Home ***/
.service-item p {
    min-height: 72px;
}

/*** Area chips ***/
.area-chip {
    display: inline-block;
    background: var(--bs-light);
    color: var(--bs-dark);
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    font-size: 13px;
    padding: 10px 18px;
    margin: 0 8px 8px 0;
}

.area-chip i {
    color: var(--bs-primary);
    margin-right: 8px;
}

/*** FAQ Accordion ***/
.accordion-item {
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}

.accordion-button {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--bs-dark);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bs-primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    filter: none;
}

/*** Testimonials ***/
.testimonial-item {
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    padding: 30px;
    height: 100%;
}

.testimonial-item .stars {
    color: var(--bs-primary);
    margin-bottom: 15px;
}

/*** Contact page ***/
.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-info-item .btn-lg-square {
    flex-shrink: 0;
    margin-right: 20px;
}

.map-frame {
    border: 0;
    width: 100%;
    min-height: 400px;
}

/*** Legal pages (Privacy / Terms) ***/
.legal-content h2 {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 2rem;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content ul {
    margin-bottom: 1rem;
}

.legal-content p, .legal-content li {
    color: #555;
}
