/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Transparent Navbar */
.site-header {
  position: absolute;
  width: 100%;
  background: transparent !important;
  z-index: 10;
}


/* Hero Section */
.hero-section {
  position: relative !important;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: bottom center;
  padding: 50px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: auto;
}

.hero-title {
  font-size: 3rem !important;
	padding : 30px  50px !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: white !important;
	
}
.hero-section .hero-content a {
	background-color: #e1180c;
	padding: 13px 28px;
	border: 1px solid white;
	color: white;
	font-size: 15px;
	font-weight: 400;
}
.hero-section .hero-content a:hover {
	background-color: transparent;
}

.single-post .hero-title{
	margin-top: 100px;
}

.hero-desc {
  font-size: 1.2rem;
}


#content .post-thumbnail {
/* margin-top: -70px; */
margin-bottom: 30px;
}
#content .page-content .post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .page-content .post-thumbnail img {
  height: 500px;
  width: 1140px !important;
}



/* related post css */
.related-posts {
  margin-top: 50px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 8px;
}

.related-posts h2 {
  text-align: center;
  margin-bottom: 20px;
  color:  #0b090a ;
}

.related-posts-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.related-post-item {
  width: 30%;
  text-align: center;
}

.related-post-thumbnail img {
  width: 100%;
  height: 400px !important;
  border-radius: 5px;
}

.related-post-title {
  font-size: 18px;
  margin-top: 10px;
  color: #0b090a !important;
}

@media only screen and (max-width: 600px) {
  
	.related-post-item {
    width: 100%;
    text-align: center;
  }
  .related-post-thumbnail img {
    width: 100%;
    height: 200px !important;
    border-radius: 5px;
  }
 .hero-title {
  font-size: 2rem !important;
	padding : 30px  20px !important;
  font-weight: bold;
	
} 
	.hero-section {
		height: 50vh !important;
	}
}

.google-reviews-section .wp-gr.wpac .wp-google-name a {
	color: white !important;
} 
.google-reviews-section .wp-gr .wp-google-based {
	color: white !important;
}
.google-reviews-section .wp-gr .wp-google-powered {
	color: White !important;
}

#get-location {
  cursor: pointer !important;
}



/* Make the section full width */
.custom-shop-section-wrapper {
    width: 100vw; /* Full viewport width */
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Center the content and limit max width */
.custom-shop-section {
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    color: white;
}

/* Ensure it works with a transparent header */
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent !important; /* Force transparent */
}



/* Full-width hero section */
.shop-hero-section {
	position: relative !important;
  width: 100vw; /* Ensure full viewport width */
  height: 70vh; /* Adjust as needed */
  background: url('https://samsservices.us/wp-content/uploads/2025/03/towing-truck.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 20px;
} 

.custom-shape-divider-bottom-1743011310 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1743011310 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 171px;
}

.custom-shape-divider-bottom-1743011310 .shape-fill {
    fill: #e1180c;
}

/* Content inside the hero section */
 .shop-hero-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
	z-index:100;
} 

/* Hero section heading */
.shop-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
	color: white !important;
	z-index: 120;
	font-family (stack)
"Fjalla One"
sans-serif;
	font-size: 64px;
	font-weight: 600;
	margin-top: 40px !important;
} 

/* Hero section paragraph */
.shop-hero-content p {
  font-size: 16px;
  margin: 0px 220px 20px  220px;
	color: white !important;
	z-index: 100;
	font-family: 'robot', 'sans-serif';
	font-weight: 400;
}
 



/* Ensure the header remains transparent */
 .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 1000;
} 

/* Prevent content from overlapping with the transparent header */
.woocommerce-cart #primary {
  padding-top: 100px; /* Adjust based on header height */
}
 


/* Prevent the content from overlapping with the transparent header */
.woocommerce-page #primary {
  padding-top: 100px; /* Adjust based on header height */
}

/* shop page product titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 30px !important;
}
.woocommerce-products-header, .woocommerce-breadcrumb {
	display: none !important;
}

/* cart page css */
.wc-block-cart-item__wrap a {
	color: white !important;
}
.wc-block-cart-item__wrap a:hover {
	color: #E1180C !important;
}
.wc-block-cart__submit-container a:hover > .wc-block-components-button__text{
	color: #E1180C !important;
}
.wc-block-cart__submit-container a:focus > .wc-block-components-button__text{
	color: #E1180C !important;
}

.wc-block-cart__submit-container a:active {
	color: #E1180C !important;
}
.wc-block-cart__submit-container a:active {
	color: #E1180C !important;
}

.wc-block-checkout__actions_row a:hover {
	color: #E1180C !important;
}
.wp-block-woocommerce-cart {
	margin-top: 70px !important;
}
.summary .product_meta a {
	color: #E1180C !important;
}
.summary .product_meta a:hover {
	color: white !important;
}
.summary .product_meta {
	margin-top: 20px !important;
}
.single_add_to_cart_button, .add_to_cart_button {
	background-color: #E1180C !important;
	padding: 12px 16px !important;
}
.add_to_cart_button {
	color: white!important;
}
.woocommerce-LoopProduct-link .onsale, .woocommerce span.onsale  {
	background-color: #e1180c !important;
}
.woocommerce-Price-amount, .in-stock  {
	color: white !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	margin-top: 20px !important;
}

@media only screen and (max-width: 600px) {
	.shop-hero-content p {
     margin: 0px 20px 20px  20px;
}
	.custom-shape-divider-bottom-1743011310 svg {
    height: 70px;
	
	}
	.single-post .hero-title{
			padding: 0px !important;
		
		}
	.hero-section {
		  height: 60vh !important;
	}
	.hero-section .hero-content a  {
		display: none !important;
	}
}
@media only screen and (max-width: 1600px) {
   .shop-hero-section {
  height: 85vh; /* Adjust as needed */
} 
	.hero-section {
		  height: 90vh !important;
	}
}


/* Transparent header for cart/checkout */
.elementor-location-header {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* Adjust content spacing to account for transparent header */
.sams-hero {
    padding-top: 180px !important;
}

/* Ensure header text is visible on hero background */
.elementor-location-header .elementor-nav-menu a {
    color: #fff !important;
}

/* Mobile menu button color */
.elementor-menu-toggle {
    color: #fff !important;
}













