/* === Red Barn Media Group - Custom Styles - Universal Services === */

/*--------------------------------------------------------------
# 1. Hero Section Styles
--------------------------------------------------------------*/
.ashc-hero-intro {
    margin-top: 7.375rem;
    background: url(../img/ashc-intro-hero-2000-650.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ashc-hero-intro h1 {
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
}

.ashc-hero-intro h2 {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# 2. Service Card Components
--------------------------------------------------------------*/
.service-icon-card {
    background-color: #f8f9fa;
    color: #212529;
    width: 290px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.service-icon-card:hover {

    color: white!important;
}
.service-icon-card.active {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

.service-icon-card:hover:not(.active) {
    background-color: #e9ecef;
    transform: translateY(-3px);
}

.service-content {
    display: none;
}

.service-content.active {
    display: block;
}

#serviceNav {
    gap: 10px;
}

.contact-card {
    max-width: 450px;
}

/*--------------------------------------------------------------
# 3. Banner Backgrounds
--------------------------------------------------------------*/
/* Why Choose Banner */
.bg-why-choose-banner {
    background: url(../img/ashc-bg-why-choose-banner.svg) bottom center;
    background-size: cover;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Financing Banner */
.bg-financing-banner {
    background: url(../img/ashc-financing-banner-2000.webp) center center;
    background-size: cover;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Service Area Banner */
.bg-service-area {
    background: url(../img/ashc-service-area-bg-2000-557.svg) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0;
    min-height: fit-content;
}

/* Get Started Banner */
.bg-lets-get-started-banner {
    background: url(../img/ashc-lets-get-started-banner-2000-700.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# 4. Coupon Styles
--------------------------------------------------------------*/
.coupon-card {
    border: 3px dashed #cc3333;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    position: relative;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.coupon-card:hover {
    transform: translateY(-5px);
}

.coupon-heading {
    color: #cc3333;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.coupon-decor {
    position: absolute;
    left: 0;
    top: 25%;
    width: 40px;
    height: 100px;
}

.coupon-disclaimer {
    font-size: 0.8rem;
    color: #777;
    margin-top: 15px;
}

.bg-coupon-repair,
.bg-coupon-tuneup,
.bg-coupon-install {
    background: url('/img/ashc-coupon-bg.svg') no-repeat;
    background-position: center right;
    background-size: contain;
}
.carousel-inner{
    padding: 10px;
}
/*--------------------------------------------------------------
# 5. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 5.1 Large Desktops (max-width: 1600px)
--------------------------------------------------------------*/
@media (max-width: 1600px) {
    /* Hero Adjustments */
    .ashc-hero-intro {
        margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
        background: url(../img/ashc-intro-hero-1600-650.webp) no-repeat center center;
        background-size: cover;
    }
    
    /* Banner Backgrounds */
    .bg-why-choose-banner {
        background: url(../img/ashc-bg-why-choose-banner.svg) bottom center;
        background-size: cover;
        min-height: fit-content;
    }
    
    .bg-financing-banner {
        background: url(../img/ashc-financing-banner-1400.webp) center center;
        background-size: cover;
        min-height: fit-content;
    }
    
    .bg-service-area {
        background: url(../img/ashc-service-area-bg-1600-600.svg) no-repeat center center;
        background-size: cover;
        height: fit-content;
    }
}

/*--------------------------------------------------------------
## 5.2 Medium Desktops (max-width: 1400px)
--------------------------------------------------------------*/
@media (max-width: 1400px) {
    /* Hero Adjustments */
    .ashc-hero-intro {
        margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
        background: url(../img/ashc-intro-hero-1200-600.webp) no-repeat center center;
        background-size: cover;
    }

    .ashc-hero-intro h1 {
        font-size: 3rem;
    }

    .ashc-hero-intro h2 {
        font-size: 1.5rem;
    }

    /* Banner Backgrounds */
    .bg-why-choose-banner {
        background: url(../img/ashc-bg-why-choose-banner.svg) bottom center;
        background-size: cover;
        min-height: fit-content;
    }

    .bg-financing-banner {
        background: url(../img/ashc-financing-banner-1400.webp) center center;
        background-size: cover;
        min-height: fit-content;
    }

    .bg-service-area {
        background: url(../img/ashc-service-area-bg-1400-500.svg) no-repeat;
        background-size: cover;
        background-position: center;
        min-height: fit-content;
    }
}

/*--------------------------------------------------------------
## 5.3 Small Desktops (max-width: 1200px)
--------------------------------------------------------------*/
@media (max-width: 1200px) {
    /* Hero Adjustments */
    .ashc-hero-intro {
        margin-top: 7.8125rem;
        height: fit-content;
        padding-top: 6rem;
        padding-bottom: 4rem;
        background: url(../img/ashc-intro-hero-991-600.webp) no-repeat center center;
        background-size: cover;
    }
    
    /* Banner Backgrounds */
    .bg-why-choose-banner {
        background: url(../img/ashc-bg-why-choose-banner-1400.webp) bottom center;
        background-size: cover;
        min-height: fit-content;
    }
}

/*--------------------------------------------------------------
## 5.4 Tablets (max-width: 991px)
--------------------------------------------------------------*/
@media (max-width: 991px) {
    /* Hero Text Adjustments */
    .ashc-hero-intro h1 {
        font-size: 2.5rem;
    }

    .ashc-hero-intro h2 {
        font-size: 1.25rem;
    }
    
    /* Banner Backgrounds */
    .bg-why-choose-banner {
        background: url(../img/ashc-bg-why-choose-banner-991.webp) bottom center;
        background-size: cover;
        min-height: fit-content;
    }
    
    .bg-financing-banner {
        background: url(../img/ashc-financing-banner-991.webp) left center;
        background-size: cover;
        min-height: fit-content;
    }

        .bg-service-area {
        background: url(../img/ashc-service-area-bg-991-500.svg) no-repeat;
        background-size: cover;
        background-position: center;
        min-height: fit-content;
    }

}

/*--------------------------------------------------------------
## 5.5 Mobile Devices (max-width: 767px)
--------------------------------------------------------------*/
@media (max-width: 767px) {
    /* Mobile Hero Background Fallbacks */
    .ashc-hero-intro {
        background: #01254C;
        /* Radial gradient - blue centered */
        background: radial-gradient(circle at center, #0469a2, #035086, #023764);
    }
    

    
    /* Mobile Hero Text Adjustments */
    .ashc-hero-intro h1 {
        font-size: 2rem;
        line-height: 1;
    }

    .ashc-hero-intro h2 {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
## 5.6 Small Mobile Devices (max-width: 450px)
--------------------------------------------------------------*/
@media (max-width: 450px) {

    .card.bg-primary{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .ashc-hero-intro {
        
    }
}

/*--------------------------------------------------------------
# 6. Accordion Styles
--------------------------------------------------------------*/
/* .accordion-button::after {
    filter: brightness(0) invert(1);
} */

.bg-primary .accordion-button::after {
    filter: brightness(0) invert(1);
}

.bg-primary .accordion-item {
    border-bottom: 1px solid white !important;
}

/*--------------------------------------------------------------
# 7. Footer Styles
--------------------------------------------------------------*/

p a.text-danger {
    
    font-size: 16px;
}

/*--------------------------------------------------------------
# 8. Read More Button Styles
--------------------------------------------------------------*/
.btn.text-danger[data-bs-toggle="collapse"] i.fa-arrow-right {
    margin-right: 8px;

    font-weight: 900;
    margin-right: 8px;
    color: #dc3545;
    display: inline-block;
}
