.footer-widgets {
     text-align: center;
     width: 100%;
     overflow: hidden;
 }




/*New homepage CSS*/
/* Custom Homepage Styles */
/* Service Grid Container */
/* Force the grid into two columns */

/* --- ENHANCED HERO SECTION --- */
.custom-hero-section {
    padding: 40px 40px !important;
    background-color: #f1f5f9 !important; /* Soft light gray for a cleaner look */
    background-image: linear-gradient(rgba(241, 245, 249, 0.9), rgba(241, 245, 249, 0.9)), url('YOUR_IMAGE_URL_HERE'); /* Optional: Add a subtle truck pattern background */
    background-size: cover;
    border-radius: 0px; /* Straight edges usually look more professional for hauling */
    text-align: center;
    border-bottom: 5px solid #f38148;
    margin: 0px 30px;
}


.page-id-4185 .footer-widgets {
    display: none;
}

/* Logo and Badge Styling */
.hero-logo img {
    max-width: 400px !important;
   
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

/* The Descriptive Text */
.hero-text {
    max-width: 850px;
    margin: 0 auto 30px auto !important;
    font-size: 1.15rem !important;
    color: #475569 !important; /* Darker slate for readability */
    line-height: 1.8 !important;
    font-weight: 400;
}

/* The Main Heading / Phone Number */
.hero-cta-text {
    font-size: 1.7rem !important;
    color: #0f172a !important; /* Very dark navy */
    margin-bottom: 40px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

.hero-cta-text strong {
    color: #0c58e7; /* Make the phone number stand out in blue */
}

/* The Button - Making it pop */
.action-btn .wp-block-button__link {
    background-color: #d93025 !important; /* Bold Red for 'Urgency' */
    color: #ffffff !important;
    padding: 20px 40px !important;
    border-radius: 4px !important; /* Square-ish buttons feel "tougher" and more construction-like */
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(217, 48, 37, 0.39);
    transition: all 0.2s ease-in-out;
    border: none !important;
}

.action-btn .wp-block-button__link:hover {
    background-color: #b2271d !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 48, 37, 0.23);
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #333333;
    opacity: 1;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus {
    color: #f38148;
    opacity: 1;
}
.site-header img.custom-logo {
    width: 85%;
}
.site-header p.site-title {
    display: none !important;
}
.site-header .site-branding {
    width: 30% !important;
}

/* --- FULL WIDTH CTA BANNER --- */
.full-width-cta {
    background-color: #f38148 !important; /* Your requested color */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cta-container {
    max-width: 1200px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-heading {
    color: #ffffff !important;
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    flex: 1;
}
figure {
    margin: 0;
}
.cta-highlight {
    color: #0f172a; /* Dark navy for contrast on the orange */
}

/* Call Button inside Banner */
.cta-phone-btn {
    background-color: #ffffff !important;
    color: #f38148 !important;
    padding: 15px 35px;
    font-size: 1.5rem;
    font-weight: 900;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
span.hero-sm-text {
    background: #f381483d;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #f38148;
    color: #ffb490;
    font-size: 13px;
    font-weight: 600;
}

.cta-phone-btn:hover {
    background-color: #0f172a !important;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* Tablet & Mobile Adjustments */
@media (max-width: 900px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
    }
    .cta-heading {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 480px) {
    .cta-heading {
        font-size: 1.5rem !important;
    }
    .cta-phone-btn {
        width: 100%;
        font-size: 1.2rem;
    }
	.hero-logo img {
    max-width: 290px !important;
}
	a.cta-phone-btn {
    margin-bottom: -28px;
}
	.top-bar .site-description {
    width: 60%;
    margin: 0;
}
.top-bar-wrapper {
    padding: 0 2%;
    display: flex;
}
		.services-grid {
  
    margin: 0px 30px !important;
}
    button.menu-toggle {
        position: relative;
        margin-left: 120px;
        position: absolute;
        top: 110px;
        width: 34%;
    }
.site-header .site-branding {
    width: 60% !important;
}
.site-header img.custom-logo {
    width: 100%;
    margin-bottom: -12px;
}
}

/* Mobile Adjustments */
@media (max-width: 781px) {
    .hero-cta-text {
        font-size: 1.6rem !important;
    }
    .custom-hero-section {
        padding: 50px 20px !important;
    }

}



.services-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    flex-direction: row !important;
	margin: 0px 330px;/* Forces side-by-side */
	    margin-bottom: 30px;
}

/* Ensure each card takes up roughly half the width */
.services-grid .service-card {
    flex: 1 1 calc(50% - 20px) !important; /* 50% width minus the gap */
    min-width: 300px; /* Prevents them from getting too skinny */
    margin-bottom: 20px !important;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	    transition: 0.5s;
}

/* Image scaling fix */
.card-image img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}

/* Padding for the text inside the card */
.service-card .wp-block-heading, 
.service-card p {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.service-card .wp-block-heading {
    margin-top: 20px !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
}

.service-card p {
    margin-bottom: 25px !important;
    font-size: 0.95rem !important;
}

/* --- MODERN HERO SECTION STYLES --- */
.premium-hero {
    position: relative;
    background: url('https://cheyennehauling.com/wp-content/uploads/2024/12/20241006_102608.jpg') no-repeat center center;
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(15, 23, 42, 0.7); /* Deep Navy semi-transparent overlay */
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.hero-content {
    max-width: 900px;
    text-align: center;
    color: #ffffff;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Badge Layout */
.badge-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.hero-badge {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}

/* Typography */
span.orange-text {
    color: #f38148;
    font-weight: bold;
    letter-spacing: -3px;
}
.hero-h1 {
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    line-height: 1.1;
    letter-spacing: -3px;
}
.page-id-4185.page-template-full-width-page .site-content {
    padding: 0px;
    max-width: 100%;
}
.hero-p {
    font-size: 1.25rem !important;
    color: #cbd5e1 !important;
    margin-bottom: 40px !important;
    line-height: 1.6;
}
.page-id-4185 img.custom-header {
    display: none;
}
.page-id-4185 h1.entry-title {
    display: none;
}
/* CTA Button & Phone */
.book-btn {
    display: inline-block;
    background: #d93025; /* Emergency Red */
    color: #fff !important;
    padding: 18px 40px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(217, 48, 37, 0.4);
    margin-bottom: 25px;
}

.book-btn:hover {
    background: #b2271d;
    transform: translateY(-3px);
}

.hero-phone {
    font-size: 1.8rem !important;
    color: #ffffff !important;
    font-weight: 400;
}

.hero-phone span {
    font-weight: 800;
    color: #3b82f6; /* Bright blue for the number */
}

/* Responsive Mobile Fix */
@media (max-width: 768px) {
    .hero-h1 { font-size: 2.2rem !important; }
    .badge-row { flex-direction: row; gap: 10px; }
    .hero-badge { max-width: 80px; }
    .badge-row { flex-wrap: wrap; }
}


/* Responsive: Stack cards on mobile phones */
@media (max-width: 600px) {
    .services-grid .service-card {
        flex: 1 1 100% !important;
    }
}