 :root {
    --primary: #622128; /* Red */
    --secondary: #8BA6C1; /* Blue */
    --light: #FFF; /* White */
    --dark: #000; /* Black */
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9375rem;
}
h1{
    font-family:"astoria", sans-serif;
    font-size: 6rem;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
}
h2{
    font-family: Montserrat;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140.002%;
}
h3{
    font-family: Montserrat;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    
}
h4{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
#main-nav {
    width: 100%;
    z-index: 1;
    padding-top: 2.62rem;
    position: absolute;
    top: 0;
}

.navbar-collapse {
    flex-grow: 1;
}

.navbar-nav {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.home-hero {
    position: relative;
    margin-bottom: -6px;
}
.home-hero h1{
    color: #FFF;
}
.home-hero p{
    color: #FFF;
}
.home-hero video {
    object-fit: cover;
    height: 50rem;
    width: 100%;
}
.special-image{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.home-hero .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}
.inner-hero {
    position: relative;
    margin-bottom: -10px;
}
.inner-hero h1{
    color: #FFF;
}
.inner-hero p{
    color: #FFF;
}
.inner-hero video {
    object-fit: cover;
    height: 27.625rem;
    width: 100%;
    object-position: 50% 60%;
}
.blog-post-item .card-text{
    padding-bottom: 15px;
}
.inner-hero .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27.625rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.btn{
    border-radius: 3.75rem;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    display: inline-flex;
    height: 5.5rem;
    padding: 0.5rem 2.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    width: auto;
}
.btn-primary{
    background: var(--primary)!important;
    color: #FFF!important;
    border-color: var(--primary)!important;
}
.btn-primary:hover{
    background: var(--primary)!important;
    color: #c2c2c2!important;
}
.btn-outline-primary{
    color: var(--primary)!important;
    border-color: var(--primary)!important;
    
}
.btn-outline-primary:hover{
    color: #c2c2c2!important;
    background-color: #fff;
}
.btn-home-hero{
    background: var(--secondary)!important;
    color: #FFF;
}
.btn-home-hero:hover{
    background: var(--secondary)!important;
    color: #c2c2c2!important;
}
.blueRule{
    background: var(--secondary)!important;
    height: 3.0625rem;
    top: -3px;
    position: relative;
}
.redRule{
    background: var(--primary)!important;
    height: 3.0625rem;
    top: -3px;
    position: relative;
}
.home-rewards h2{
    color: var(--primary)!important;
}
.bg-blue{
    background: #8ba6c170;
}
.bg-red{
    background:var(--primary)!important;
}

/* Home Select Section Styles */
.home-select{
    padding-top: 11rem;
    padding-bottom: 11rem;
}
.home-select-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-clip: unset !important;
}

.home-select-card .card-body {
    background: transparent !important;
    border: none !important;
    padding: 2rem !important;
}

.home-select-card h3 {
    color: #FFF;
    font-family: "astoria", sans-serif;
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.home-select-card .btn-outline-light {
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    transition: all 0.3s ease;
}

.home-select-card .btn-outline-light:hover {
    background: #FFF;
    color: var(--primary)!important;
}
.home-select  .card{
    border: none !important;
    box-shadow: none !important;
    border-radius: 3.125rem !important;
    background-clip: unset !important;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 30rem;
    display: flex !important;
    flex-direction: column !important;
}
.our-stores-selection .card{
    border: none !important;
    box-shadow: none !important;
    border-radius: 3.125rem !important;
    background-clip: unset !important;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 30rem;
    display: flex !important;
    flex-direction: column !important;
}
.text-primary{
    color: var(--primary)!important;
}
.home-select .card .card-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 2rem !important;
}
.our-stores-selection .card .card-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 2rem !important;
}
.blog_archive .card .card-body {
    justify-content: space-around !important;
}

.card .card-body h3 {
    align-self: flex-start !important;
    margin-bottom: 3rem !important;
}

.card .card-body .btn {
    align-self: flex-start !important;
    width: auto !important;
}
.card-body h3{
    color: #FFF;
}
.splide__arrow{
    background: transparent!important;
}
.card-body .btn{
    display: inline-flex;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    height: auto;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9375rem;
}
.month-specials{
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    padding-bottom: 15rem;
    padding-top: 12rem;
}
.month-specials-loop {
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    padding-bottom: 7rem;
    padding-top: 7rem;
}
.specials-heading{
    width: 60%;
}
.specials-heading h2{
    font-family: Montserrat;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140.002%;
    color: var(--primary);
}
/* Ensure Splide content is visible and functional */
.splide {
    visibility: visible;
}

.splide__slide {
    opacity: 1;
    visibility: visible;
}

.special-item {
    text-align: center;
    padding: 1rem;
}
.month-specials h2{
    font-family: Montserrat;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140.002%;
    color: var(--primary);
}
.home-specials-slider h3{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    color: #000;
}

.home-specials-slider .special-price{
    color: var(--secondary);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.joinImg1 {
    position: absolute;
    bottom: 0px;
    right: -160px;
    max-height: 875px;
    height: auto;
    width: auto;
}
.rewardsImg1 {
    position: absolute;
    bottom: -230px;
    right: 0px;
    height: auto;
    width: auto;
}
.home-join{
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    padding-top: 10rem;
    position: relative;
}
.home-join h2{
    color: var(--light);
}
.home-join p{
    color: var(--light);
}
.home-rewards-padding{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.about-who-content{
    margin-top: 15rem;
    margin-bottom: 15rem;
}
.about-who{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.about-who h2{
    color: var(--primary);
}
.about-mission{
    padding-top: 15rem;
    padding-bottom: 15rem; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.about-mission h2{
    color: var(--light);
}
.about-mission p{
    color: var(--light);
}
.supporting-about{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.slider-title-about{
    margin-top: 15rem;
}
.slider-title-about h4{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.supportImg1{
    position: absolute;
    top: -100px;
    right: 0px;
    height: auto;
    width: auto;
}

/* ACF Image Slider Styles */
.acf-image-slider {
    padding: 5rem 0;
}

.acf-slider-wrapper {
    margin: 0;
}

.support-slide-item {
    text-align: center;
    padding: 1rem;
}

.support-slide-image {
    margin-bottom: 1rem;
}

.support-slide-image img {
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.support-slide-image img:hover {
    transform: scale(1.02);
}

.acf-slide-caption {
    margin-top: 1rem;
}

.acf-slide-caption p {
    color: var(--dark);
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.fleet-intro{
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat;
    position: relative;
}
.fleet-intro h2{
    color: var(--primary);
}
.fleet-intro-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.fleet-benefits{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.fleet-benefits h2{
    color: var(--primary);
}
.fleet-benefits h4{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.next-steps{
    background-color: var(--primary);
}
.next-steps h2{
    color: var(--light);
}
.next-steps p{
    color: var(--light);
}
.next-steps-img{
    width: 80%;
    height: auto;
    position: relative;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.43); 
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.43);
}
.app-intro{
    background-color: #EFEBE8;
}
.app-intro h2{
    color: var(--primary);
}
.app-intro-content{
    padding-top: 10rem;
}
.app-intro-img {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: auto;
    height: auto;
    max-height: 800px;
}
.downloadApp{
    max-width: 18.125rem;
    width: 100%;
    height: auto;
    margin-bottom: 10rem;
    margin-top: 2rem;
    margin-right: 1.5rem;
}
.about-support-padding h2{
    color: var(--primary);
}
.our-stores-intro{
    background-color: #EBEBEB;
}
.our-stores-selection{
    padding-bottom: 7rem;
    margin-top: -6rem;
}
.our-stores-gallery{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
    background-color: #EBEBEB !important;
}
.our-stores-intro-content{
    padding-top: 7rem;
    padding-bottom: 10rem;
}
.our-stores-gallery h2{
    color: var(--primary) !important;
}

.gallery-image{
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 340px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.location-photos-gallery {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.location-photos-gallery h2 {
    color: var(--primary);
}

.our-stores-intro-content h2{
    color: var(--primary);
}
.our-stores-selection h4{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.food-intro{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.food-intro h2{
    color: var(--primary);
}
.food-intro-content{
    padding-top: 7rem;
    padding-bottom: 20rem;
}
.kates-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #FFF;
}
.kates-section h4{
    color: #FFF ;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.little-ceasars-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #FFF;
}
.little-ceasars-section h4{
    color: #FFF ;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.fountain-drinks-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #000;
}
.fountain-drinks-section h4{
    color: var(--primary);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.coffee-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #fff;
}
.coffee-section h4{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.slushies-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #000;
}
.slushies-section h4{  
    color: var(--primary);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.brewhouse-section{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #fff;
}
.brewhouse-section h4{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem; /* 150% */
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

/* Site Footer Layout Structure Only */
.site_footer .footer-main-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site_footer .footer-column-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site_footer .footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_footer{
    background-size: cover;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/wp-content/uploads/2025/09/Footerbg1.jpg);
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.footer-main-menu a{
    color: #8BA6C1;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 4rem;
}
.store-locations{
    padding-top: 16rem;
    padding-bottom: 2rem;
    background-color: #000;
    margin-top: -10rem;
    z-index: 1;
    position: relative;
}
.store-locations h3{
    color: #fff;
}
.store-locations-card{
    background-color: #EBEBEB;
    border-radius: 1.5rem;
    padding: 2rem;
}
.rad1{
    border-radius: 1.5rem;
}
.loc-intro-image{
    position: relative;
    z-index: 2;
    bottom: -50px;
}
.store-locations h4{
    color: #fff;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.store-location-card p{
    color: #fff;
}
.store-location-card a{
    color: #fff;
    text-decoration: none;
}
.store-location-card a:hover{
    text-decoration: underline;
}
.brewhouse-outro{
    min-height: 60rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.store-address p{
    margin-bottom: 0px;
}
.wash-store-locations{
    background-color: #8BA6C1;
    padding-top: 5rem;
}
.carwash-intro{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.carwash-intro h2{
    color: var(--primary);
}
.carwash-intro-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.wash-club{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #EBEBEB;
}
.wash-club h2{
    color: var(--primary);
}
.wash-club-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.wash-club img{
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);   
}
.carwash-outro{
    min-height: 60rem;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.wash-store-locations h3{
    color: #FFF;
}
.wash-store-locations h4{
color: #FFF;
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 2.25rem;
}
.wash-store-locations p{
    color: #FFF;
}
.wash-store-locations a{
    color: #FFF;
}
.gaming-store-locations{
    background-color: #000;
    padding-top: 7rem;
}
.gaming-store-locations h3{
    color: #FFF;
}
.gaming-store-locations h4{
    color: #FFF;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.gaming-store-locations p{
    color: #FFF;
}
.fuel-brand-img{
    height: 175px;
    width: auto;
    object-fit: contain;
    object-position: center;
    object-fit: contain;
    margin-right: 5rem;
    margin-top: 2rem;

}
.fuel-intro{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.fuel-intro h2{
    color: var(--primary);
}
.fuel-intro-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
    
}
.fuel-locations h2{
    color: #FFF;
}
.fuel-locations{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.specials_page{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.specials_page h2{
    color: var(--primary);
}
.careers-intro{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}   
.careers-intro-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.careers-intro-content h2{
    color: var(--primary);
}
.our-offer{
    background-color: #622128;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.our-offer h2{
    color: #fff;
}
.our-offer p{
    color: #fff;
}
.why-mach1{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.why-mach1 h2{
    color: var(--primary);
}
.contact-intro-content{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.contact-intro-content h4{
    color: var(--primary);
    font-weight: 700;
}
.contact-intro-content a{
    text-decoration: none;
    color:#000;
}
.contact-intro-content a:hover{
    text-decoration: underline;
}
.contact-intro-content p{
    margin-bottom: 0px;
}
.contact-form-container{
    padding-top: 0rem;
    padding-bottom: 5rem;
}
.forminator-title{
   font-family: Montserrat !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 2.25rem !important;
    color: #000 !important;
}
.location-info{
    border-left: 1px solid;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 3px;
}
/* Single Blog Post Styles */
.single_blog_post {
    padding-top: 4rem;
}

.single_blog_post .entry-title {
    color: var(--primary) !important;
    font-family: Montserrat;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140.002%;
    margin-bottom: 2rem;
}

.single_blog_post .post-featured-image {
    margin-bottom: 2rem;
}

.single_blog_post .entry-content {
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9375rem;
    color: #000;
}

.single_blog_post .entry-content p {
    margin-bottom: 1.5rem;
}

/* Blog Sidebar Styles */
.blog-sidebar {
    padding-left: 2rem;
}

.blog-sidebar .widget-title {
    color: var(--primary);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}

.blog-sidebar .categories-list ul {
    margin: 0;
    padding: 0;
}

.blog-sidebar .category-link {
    color: #333;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9375rem;
}

.blog-sidebar .category-link:hover {
    color: var(--primary);
    text-decoration: none;
}
.post-featured-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 2rem;
}
.entry-content h4{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    color:#000;
}
.foodbev-img{
    bottom: 15vh;
    position: absolute;
    right: 0;
}
.beer-intro-content{
    padding-top: 5rem;
    padding-bottom: 0rem;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-radio:not(.forminator-radio-inline):first-of-type {
    margin-top: 20px!important;
}

/* Blog Archive Styles */
.blog_archive {
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.blog_archive .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3rem !important;
}

.blog_archive .card-img-top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.blog_archive .card-img-top img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    display: block;
}
.img404{
    max-height: 500px;
    width: auto
}
.blog_archive .card-title {
    color: var(--primary);
}

.blog_archive .card-title {
    color: #622128;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9375rem;
}
.blog_archive .card-body a {
    color: #666;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
}
.post-featured-image img{
    border-radius: 3rem;
}
.blog-sidebar li{
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

/* Store Location Page Styles - Matching Mockup */

.store_location_page .store-title {
color: var(--primary);
}

.store_location_page .store-main-section {
    margin-bottom: 3rem;
}

.store_location_page .store-layout-image {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.store_location_page .store-layout-image img {
    width: 100%;
    height: auto;
}

.store_location_page .store-details {
    margin-bottom: 1.5rem;
}

.store_location_page .store-details strong {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.store_location_page .store-details p {
    margin: 0;
    color: #000;
    line-height: 1.4;
}

.store-details a {
    color: #000;
    text-decoration: none;
}

.store_location_page .store-details a:hover {
    text-decoration: underline;
}

.store-amenities-section {
    background: #EBEBEB;
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.store-amenities-section h2 {

    margin-bottom: 2rem;
    color: var(--primary);
 
}

.store-amenities-section .amenity-item {
    color: #000;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.store-amenities-section .amenity-item i {
    color: #333;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}
.store-details p{
    margin-bottom: 0px;
}
.store-archive-hero video{
    object-position: 50% 30%;
}
.gallery-image{
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 340px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.location-photos-gallery {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}

.location-photos-gallery h2 {
    color: var(--primary);
}
.payment-accepted-img{
    height: 60px;
    width: auto;
    object-fit: contain;
    object-position: center;
    margin-right: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.rewards-intro-content {
    padding-top: 10rem;
    padding-bottom: 0rem;
}
.rewards-intro-content h2{
    color: var(--primary);
}
.rewardsIntroImg1{
    position: relative;
    bottom: 145px;
}
.rewardsContentImg1{
    width: 105px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.rewards-how{
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.rewards-how-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.rewards-how-content h2{
    color: var(--primary);
}
.rewards-steps{
    margin-bottom: 10rem;
}
.rewards-steps h4{
    color: #622128;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.miss-points{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.miss-points-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.miss-points-content h2{
    color: var(--primary);
}
.miss-points-content h4{
    color: #000;
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 2.25rem;
margin-top: 2rem;
}
.rewards-faqs{
    margin-bottom: 7rem;
    margin-top: 5rem;
}
.rewards-faqs h2{
    color: var(--primary);
}
.rewards-faqs h4{
    color: #000;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}
.accordion-header,
.accordion-header .accordion-button{
    color: #000;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    background: #EBEBEB;
    margin-bottom: 1rem;
    border: none;
    outline: none;
    border-radius: 0;
}

.accordion-header .accordion-button:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.accordion-item{
    border: none;
    border-radius: 0 !important;
}

.accordion-item:first-child .accordion-header .accordion-button{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-child .accordion-header .accordion-button{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion{
    border: none;
}
.dashlink-btn{
    color: #000;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9375rem;
    width: auto;
    text-decoration: none;
}
.ignite-dash-container{
    padding-bottom: 7rem;
}
.rewards-registration-container{
    padding-bottom: 7rem;
}
.rewards-registration-content{
    padding-top: 4rem;
}
.form-control:focus{
    box-shadow: 0 0 0 .25rem rgba(98, 33, 40, .25);
}
.step-step-number{
    background-color: #8BA6C1;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    margin: auto;
    text-align: center;
    left: -25px;
    top: -25px;
}
.step-img-container h3{
    position: relative;
    bottom: 3px;
}
.step-img-container img{
    border-radius: 1.5rem;
}
.locations-content-container{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.locations-content-container h4{
    color: var(--primary);
}
.locations-content-container a{
    color: var(--primary);
    text-decoration: none;
}
.locations-content-container p{
    color: #000;
}
.locations-content-container h5{
    color: #000;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.9375rem;
}

/* All Locations Map Section */
.all-locations-map {
    position: relative;
    padding: 0;
    height: 500px;
    overflow: hidden;
}

.all-locations-map .map-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.all-locations-map .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
}

.all-locations-map .map-overlay .redRule {
    pointer-events: auto;
}

.all-locations-map .leaflet-popup-content-wrapper {
    border-radius: 8px;
}

.all-locations-map .map-popup h5 {
    margin-bottom: 0.5rem;
    color: #c41e3a;
    font-family: Montserrat;
    font-weight: 700;
}

.all-locations-map .map-popup h5 a {
    color: #c41e3a;
    text-decoration: none;
}

.all-locations-map .map-popup h5 a:hover {
    text-decoration: underline;
}

.all-locations-map .map-popup p {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    color: #333;
}

.all-locations-map .map-popup a {
    color: #c41e3a;
    text-decoration: none;
}

.all-locations-map .map-popup a:hover {
    text-decoration: underline;
}

/* Custom Map Markers with Font Awesome */
.custom-marker {
    background: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-marker i {
    color: #622128;
    font-size: 26px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

/* Ensure markers appear above map tiles and overlay */
.leaflet-marker-icon.custom-marker {
    z-index: 1001 !important;
}

.leaflet-marker-pane {
    z-index: 1001 !important;
}
.footer-column-menu ul{
    list-style: none;
    padding-inline-start: 0px;

}
.site_footer .footer-column-menu a{
    color: #8BA6C1;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 4rem;
    text-decoration: none;
}
.site_footer .footer-column-menu .sub-menu a{
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666;
}
.site_footer .sub-menu{
margin-top: 1rem;
}
.footer-bottom-row i{
    color: #622128;
    font-size: 2.5rem;

}
.footer-bottom-row a{
    color: #000;
    text-decoration: none;
}
.footer-bottom-row a:hover{
    text-decoration: underline;
}
.footer-logo{
    width: 150px;
    height: auto;
    margin-bottom: 3rem;
}
#mega-menu-item-669 {
    background-color: #622128!important;
}
.navbar-toggler-icon{
    display: none;
}
.careersIntroImg1{
    position: absolute !important;
    bottom: -64px !important;
    right: -175px !important ;
    height: 800px !important;
    width: auto !important;
    z-index: 1 !important;
    max-width: none !important;
}
@media (max-width: 768px) {
    h1{
        font-size: 4rem;
    }
    h2{
        font-size: 2.5rem;
    }
    .rewardsImg1 {
    position: initial !important;
    bottom: -230px;
    right: 0px;
    height: auto;
    width: auto;
    }
    .specials-heading{
        width: 100%;
    }
    .joinImg1{
        right: -115px !important;
    }
    .supportImg1{
        position: initial;
    }
    .slider-title-about{
        margin-top: 0rem;
    }
    .rewardsIntroImg1{
        position: initial;
    }
    .next-steps-img{
        position: initial;
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 2rem;
    
    }
    .app-intro-img{
        position: initial;
    }
    .our-stores-gallery{
        padding-top: 0rem !important;
    }
    .our-stores-intro-content{
        padding-top: 0rem;
    }
    .next-steps{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .downloadApp{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .brewhouse-outro {
    min-height: 30rem;
    }
    .carwash-outro{
    min-height: 25rem;
    }
    .food-intro{
            background-image: linear-gradient(to top, rgba(235, 235, 235, 0.00) 0%, rgba(235, 235, 235, 0.50) 28.61%, #EBEBEB 57.21%), url(http://mach1.imaginethismarketing.com/wp-content/uploads/2025/09/fcc09a4….jpg)!important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        top:50px;
    }
    .loc-intro-image{
    position: relative;
    z-index: 2;
    bottom: 0px;
    }
}

/* Remove ALL Bootstrap button focus/active effects */
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:focus-visible,
button:focus,
button:active,
button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    border-color: inherit !important;
}

/* Prevent background color changes on all button types */
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
}

/* Nuclear option - force ALL buttons to maintain their original colors */
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled).active:focus {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

/* Specific overrides for common button classes */
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #622128 !important;
    border-color: none !important;
    color: #fff !important;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #6c757d !important;
    border-color: none !important;
    color: #fff !important;
}

/* Kill any transition effects that might be causing issues */
.btn,
.btn:focus,
.btn:active,
.btn:hover {
    transition: none !important;
}

/* Locations Page Filters */
.locations_page .locations-filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.locations_page .search-container input {
    border: 2px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.locations_page .search-container input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(98, 33, 40, 0.25);
    outline: 0;
}

.locations_page .filter-container select {
    border: 2px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background-color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.locations_page .filter-container select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(98, 33, 40, 0.25);
    outline: 0;
}

.locations_page .location-item {
    transition: opacity 0.3s ease-in-out;
}

.locations_page .location-item.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Blog Archive Category Filtering */
.blog_archive .category-link {
    color: #333;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease-in-out;
}

.blog_archive .category-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.blog_archive .category-link.active {
    color: var(--primary);
    font-weight: 700;
}

.blog_archive .blog-post-item {
    transition: opacity 0.3s ease-in-out;
}

.blog_archive .blog-post-item.hidden {
    opacity: 0;
    pointer-events: none;
}
/* Responsive Design */
@media (max-width: 991.98px) {
    .blog-sidebar {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .single_blog_post .entry-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .single_blog_post {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
    .single_blog_post .entry-title {
        font-size: 2rem;
    }
    #mega-menu-item-669 {
        background-color: #fff !important;
    }
}
@media (max-width: 1720px) {
    .downloadApp {
        max-width: 18.125rem;
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
        margin-top: 2rem;
        margin-right: 1.5rem;
    }
    .app-intro-content {
        padding-top: 2rem;
    }
}
@media (min-width: 768px) {
    .my-radio-buttons .forminator-radio {
        float: left;
        padding-right: 20px; /* Adjust spacing as needed */
    }

    /* Optional: Clear floats if necessary for the next element */
    .my-radio-buttons .forminator-radio:last-child {
        padding-right: 0;
    }
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type{
        margin-top: 20px!important;
    }
}