

/* --- HOMe  PAGE STYLING --- */
article#post-70 {
    max-width: 100% !important;
	padding: 0px !important;
}
.page-id-70 img.attachment-karuna-hero.size-karuna-hero.wp-post-image {
    display: none;
}
div#content {
    padding-top: 0;
}
.footer-widgets {
     text-align: center;
     width: 100%;
     overflow: hidden;
 }



/* --- SERVICE PAGE STYLING --- */

.page-template-templatesfull-width-page-php .site-header .size-karuna-hero, .custom-header {
 height:300px !important;
    object-fit: cover;
}
.page-template-templatesfull-width-page-php h1.entry-title {
    display: none;
}

.service-page-wrapper {
    line-height: 1.7;
    color: #334155;
}

.service-h1 {
    font-size: 3rem !important;
    color: #0f172a !important;
    text-align: center;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
	padding: 0px 160px;
    line-height: 1.3em;
}

.service-h2 {
    font-size: 1.8rem !important;
    color: #363636 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
}
.service-lead {
    font-size: 1.2rem;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 50px auto;
}
section.info-highlight-section {
    text-align: center;
    margin-bottom: 40px;
}

/* Expertise Grid */
.expertise-row {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.expertise-box {
    flex: 1;
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid #0c58e7;
}

/* Bullet Lists */
.check-list {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 20px !important;
}

.check-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 900;
}

/* FAQ Styling */
.faq-section {
    background: #ffffff;
    padding: 40px 0;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.faq-question {
    font-size: 1.25rem !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
}

.faq-answer {
 color: #334155;
}

/* Testimonial Box */
.review-box {
	   float: right;
    width: 50% !important;
    background: #ffffff;
    color: #040404;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0;
    border: 1px solid #f38148;
    box-shadow: 10px 10px #f38148;
  
    margin-bottom: 25px;
}
p.review-text {
    font-size: 15px;
    padding: 0px 15px;
}
.reviewer-name {
    margin-bottom: 0px;
    color: #3b82f6 !important;
    margin-top: 0;
}
a.read-review-btn {
    color: #ffffff;
    font-size: 15px;
    background: #f3834b;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}
.sd-sharing {
  
    margin-top: 3rem;
}
.book-btn:hover {
    background: #0c58e7;
    transform: translateY(-3px);
    color: white !important;
}
a.read-review-btn:hover {
    background: #3b82f6;
}
.quote-icon {
    font-size: 110px;
    color: #3b82f6;
    line-height: 0;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: -20px;
}
.service-cta .book-btn {
    display: inline-block;
    background: #ffffff;
    color: #f38148 !important;
    padding: 13px 40px;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
	margin-bottom:0px;
    box-shadow: 0 4px 15px rgb(217 48 37 / 28%);
}


.reviewer-name {
    color: #3b82f6 !important;
    margin-top: 0;
    font-size: 20px;
}
.review-platform {
    font-size: 12px;
    font-style: italic;
    margin-top: -4px;
    margin-bottom: -5px;
}

/* Final CTA */
.service-cta {
    text-align: center;
    padding: 60px 20px;
    background: #f38148;
    border-radius: 15px;
}
.service-cta h2.service-h2 {
    color: white !important;
}
.service-cta p {
    color: white;
    padding: 0px 80px;
}

.page-template-templatesfull-width-page-php .sharedaddy.sd-sharing-enabled {
    float: left !important;
    width: 45%;
}
.page-template-templatesfull-width-page-php .sd-sharing {
    margin-top: -20rem;
}

.page-template-templatesfull-width-page-php div.jetpack-likes-widget-wrapper {
    min-height: 50px;
    position: relative;
    width: 47%;
    float: left;
    margin-top: -9rem;
}
	.service-cta a {
    color: #bf2301 !important;
}
.text-center { text-align: center; }

@media (max-width: 768px) {
    .expertise-row { flex-direction: column; }
       .service-h1 {
        font-size: 1.7rem !important;
        line-height: 1.2em;
				         padding: 0px;
    }


h2.service-h2 {
    font-size: 1.5em !important;
    line-height: 1.3em;
    margin-top: 0px !important;
}
	section.info-highlight-section {
    margin-top: 30px;
}
	
p.review-text {
    font-size: 15px;
    padding: 0px 0px;
}
	.check-list {
   
    margin-left: 0;
}
	.expertise-box {
  
    padding: 25px;
}
	.top-bar .jetpack-social-navigation .icon {
    height: 20px;
    width: 20px;
}
	.top-bar {
   
    padding: 0.5em 0;
}
.service-cta p {
       padding: 0px 20px;
}

.service-cta {
    
    padding: 30px 20px;
  }
    .book-btn {
        padding: 15px 30px !important;
        font-size: 1.0rem !important;
        margin-bottom: 0px !important;
			
    }
.faq-question {
    font-size: 1.1rem !important;
	line-height: 1.3em;
}
.review-box {
          padding: 20px;
         margin: 0px 0;
	 float: none;
    width: 100% !important;
}
	.sd-sharing {
    margin-top: 3rem !important;
}

.sharedaddy.sd-sharing-enabled {
    float: none  !important;
    width: 100%  !important;
}

div.jetpack-likes-widget-wrapper {
    min-height: 50px;
    position: relative;
    width: 100% !important;
    float: none  !important;
    margin-top: 2rem  !important;
}
	.service-lead {
		font-size: 1.0rem;
	}
	.expertise-row {
    margin-bottom: 0;
}
}


/*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;
}


.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-phone {
    font-size: 1.5rem !important;
	}
	.hero-overlay {
  
    padding: 40px 20px !important;
	}
		.action-btn .wp-block-button__link {
    background-color: #d93025 !important;
    color: #ffffff !important;
    padding: 20px 10px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !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;
}
	.hero-logo img {
    max-width: 290px !important;
}
	a.cta-phone-btn {
    margin-bottom: -28px;
}
	.top-bar .site-description {
    width: 60%;
    margin: 0;
		text-align:left;
}
.top-bar-wrapper {
    padding: 0 2%;
    display: flex;
	align-items: center;
	justify-content: space-around;
}
	nav.jetpack-social-navigation.jetpack-social-navigation-svg {
    margin-bottom: -7px;
}
	.site-branding-wrapper {
    padding: 0 3%;
	}
		.services-grid {
  
    margin: 0px 30px !important;
}
      button.menu-toggle {
        position: relative;
        margin-left: 115px;
        position: absolute;
        top: 50px;
        padding: 8px;
        width: 30%;
    }
.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;
    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; }
}
.page-template-templatesfull-width-page-php .site-header .size-karuna-hero, .custom-header {
    height: 165px !important;
    object-fit: cover;
}
    .page-template-full-width-page .site-content {
  
        padding-bottom: 0;
    }
.service-intro h2 {
    line-height: 1.2em;
}

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