
#HomePageHero {
/* background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("/wp-content/uploads/2023/05/Burner-Bikes.jpeg") center/cover no-repeat; 
*/
	height: 777px;
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
	text-align: center;
	padding: 20px;
	color: white;
	  position: relative;
  background-size: cover;
  background-position: center;
}
#HomePageHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); /* 40% dark overlay */
  z-index: 1;
  pointer-events: none;
}

#HomePageHero > * {
  position: relative;
  z-index: 2;
}



#HeroHeading {
	font-size: 2.5em;
	/* ~40px desktop */
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 100px;
}

#HeroText {
	height: 69.1051px;
	margin-bottom: 32px;
	width: 600px;

	font-family: "Halisa Extended", sans-serif;
	font-size: 21.6px;
	font-weight: 400;
	line-height: 34.56px;

}

#ShopButton {

	--e-global-color-16da5a0: #FD9D01;
	line-height: 1;
	font-family: "Exo", Sans-serif;
	font-size: 18px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(180deg, #FD9D01 0%, #FC5400 100%);
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: var(--e-global-color-16da5a0);
	background-color: #BE9F88;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50px;
	padding: 1rem 2rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 32px;
}

#ShopButton:hover {

	background-color: #73715F;
	color: #ffffff;
	transform: translateY(-2px);

}

#hero-badges {
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
	color: white;
	box-sizing: border-box;
	margin-bottom: 32px;
}

#HeroBottomText {
	width: 720px;
	font-family: Exo, sans-serif;
	font-size: 15.2px;
	font-style: italic;
	line-height: 25px;
	color: rgb(204, 204, 204);
	margin-bottom: 130px
}

#HeroMouseIcon {
	height: 35.9943px;
	width: 35.9943px;
	font-size: 36px;
}


.peb-badge {
  font-size: 0.75rem;
  background-color: #8000ff;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 600;
}

.peb-price {
  font-size: 1.25rem;
	  margin-bottom: 24px;

}

.peb-old-price {
  color: #888;
  text-decoration: line-through;
  margin-right: 6px;
  font-weight: 500;
}

.peb-new-price {
  color: #ffba00;
  font-weight: 800;
}

.peb-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
	  margin-bottom: 20px;
}

.peb-features li {
  margin-bottom: 6px;
  line-height: 1.4;
}

.peb-urgency {
  font-weight: 600;
  color: #ff6b00;
  margin-bottom: 24px;
}

.peb-pricing-card {


  border-radius: 12px;
  padding: 32px 24px;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.peb-pricing-card:hover {
  transform: translateY(-5px) ;
}



.peb-featured {
  border: 2px solid #ff6b00;
}

.peb-product-image {
  margin-bottom: 20px;
  border-radius: 8px;
}

.peb-product-title {
  font-size: 1.5rem;
  margin-bottom: 12px;
}


.peb-pricing-grid {
  display: flex;
  gap: 20px;
}
.peb-toggle-option.active {
  background: #ff6b00;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.3);

}

.peb-toggle-option {
  background: transparent;
  color: #fff;
  border: 2px solid #ff6b00;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
	
}

.peb-toggle-buttons {
  margin-bottom: 32px;
}
.peb-pricing-section h2 {
  margin-bottom: 32px !important;
}


section.peb-pricing-section {
  padding: 60px 20px;
  background: #111;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

#peb-toggle-description {
  margin-bottom: 32px;
font-size:16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


.peb-toggle-option:hover,
.peb-toggle-option:focus {
  background-color: #ff6b00 !important;
}

.peb-cta-button {
  display: block;
  background: linear-gradient(to bottom, #ff6b00, #e25500) ;
  padding: 14px 20px;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s ease;
  transform: translateY(0px);
  font-size: 16px;
}

.peb-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 107, 0, 0.4);
  background: linear-gradient(to bottom, #ff7a1a, #e55e00);
}

.peb-trust-icons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.peb-trust-icons img {
  height: 32px;
}
#peb-new-pricing-section-elementor-container {
	width:100%;
}



@media (max-width: 768px) {
  .peb-pricing-grid {
    flex-direction: column !important;
    align-items: center !important;
  }

  .peb-product-title {
    font-size: 1.25rem !important;
  }

  .peb-price {
    font-size: 1.1rem !important;
  }

  .peb-cta-button {
    font-size: 15px !important;
    padding: 12px 16px !important;
  }
	
  .peb-toggle-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important; /* spacing between stacked buttons */
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto 32px auto !important;
  }

  .peb-toggle-option {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
	.peb-pricing-card {
		margin-bottom: 32px !important; }
}

	.peb-pricing-card {
		margin-bottom: 32px !important; }
/* Replace 123 with the actual page ID */
.postid-3313 #rent-or-buy-desktop,
.postid-3313 #rent-or-buy-mobile {
    display: none;
}



.why-different-section {
  background-color: #F8F7F3;
  padding-top: 100px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
  font-family: 'Exo', sans-serif;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

/* Top fade from black */
.why-different-section::before{
  content: "";
  height: 80px;
  pointer-events: none;
  z-index: 0;
}

.why-different-section::before {
  top: 0;
  background: linear-gradient(to bottom, #111111 0%, rgba(248, 247, 243, 0) 100%);
}

.why-different-heading {
  font-size: 2.25rem;
  color: #FF6B00;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 64px;
  letter-spacing: 0.5px;
}

.why-different-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.why-different-point {
  background: #fff;
  border: 1px solid #E0DED9;
  border-radius: 12px;
  padding: 32px 24px;
  max-width: 320px;
  flex: 1 1 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.why-different-point:hover {
  transform: translateY(-6px);
}

.why-different-icon {
  font-size: 40px;
  margin-bottom: 16px;
  color: #FF6B00;
}

.why-different-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #252323;
  margin-bottom: 10px;
}

.why-different-desc {
  font-size: 0.95rem;
  color: #4A4947;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .why-different-grid {
    flex-direction: column;
    gap: 24px;
  }

  .why-different-point {
    max-width: 100%;
  }
}

.hiw-section,
.hiw-section * {
  font-family: 'Exo', sans-serif !important;
  background-color: #111 !important;
  color: #fff !important;
}

    /* ====== SECTION ====== */
    .hiw-section {
      background-color: #111;
      padding: 100px 20px;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
    }

    .hiw-heading {
      font-size: 2.25rem;
      font-weight: 700;
      color: #FF6B00;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .hiw-subheading {
      font-size: 1.125rem;
      color: #d9d2be;
      margin-bottom: 64px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .hiw-steps {
      display: flex;
      gap: 32px;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .hiw-card {
      flex: 1 1 300px;
      background: #1a1a1a;
      border: 1px solid #BE9F88;
      padding: 36px 24px;
      border-radius: 12px;
      transition: all 0.3s ease;
      box-shadow: 0 6px 16px rgba(255, 107, 0, 0.1);
    }

    .hiw-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(255, 107, 0, 0.2);
    }

    .hiw-icon {
      font-size: 48px;
      color: #ff6b00;
      margin-bottom: 20px;
    }

    .hiw-title {
      font-size: 1.125rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .hiw-desc {
      font-size: 0.95rem;
      color: #d0cfc9;
      line-height: 1.6;
      max-width: 280px;
      margin: 0 auto;
    }



    @media (max-width: 768px) {
      .hiw-steps {
        flex-direction: column;
      }

      .hiw-card {
        margin-bottom: 32px;
      }
    }
#hiw-section {
	padding-left:0px;
		padding-right:0px;
}

/* SECTION BACKGROUND — bright and organic */
#PickupLocationContainer {
  background: linear-gradient(to bottom, rgba(217,210,190,0.95), rgba(255,255,255,0.95));
  color: #492828;
  font-family: 'Exo', sans-serif;
  padding: 6em 2em;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: -2em;
  transition: background 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* SEAMLESS TRANSITION FROM HERO */
#PickupLocationContainer::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(255,255,255,0.85), rgba(0,0,0,0.6));
  z-index: -1;
}

/* HEADLINE */
#PickupLocationHeading {
  font-family: 'Halisa Extended', sans-serif;
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 800;
  color: #252323;
  margin-bottom: 1em;
  animation: fadeUp 0.9s ease-out;
  text-align: center;
}

/* SUBHEADING */
#PickupLocationSubHeading p {
  font-size: 1.25em;
  color: #492828;
  max-width: 720px;
  margin: 0 auto 2.5em auto;
  line-height: 1.7;
  animation: fadeUp 1.1s ease-out;
  text-align: center; /* Ensure the subheading text is centered */
}

/* MAP IFRAME — full width with more focus */
#PickupLocationMapEmbed iframe {
  border: 4px solid #BE9F88;
  border-radius: 16px;
  width: 100%;
  max-width: 1140px;
  height: 540px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  animation: fadeUp 1.3s ease-out;
  margin: 0 auto; /* Center map iframe */
}

/* FADE-UP ANIMATION KEYFRAME */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #PickupLocationHeading h2 {
    font-size: 2em;
  }

  #PickupLocationSubHeading p {
    font-size: 1em;
    padding: 0 1em;
  }

  #PickupLocationMapEmbed iframe {
    height: 400px;
    border-width: 3px;
  }

  #PickupLocationContainer {
    padding: 4em 1.5em;
    margin-top: -1.5em;
  }
}


/* === Outer Container === */
#newsletter-form-container {
  padding: 40px 60px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column; /* Stack content vertically */
  align-items: center;     /* Horizontal centering */
  justify-content: center; /* Vertical centering */
  gap: 30px;
  box-sizing: border-box;
  height: 700px;
  text-align: center;      /* Centers inline text in children */
}

/* === Top Paragraph === */
#newsletter-form-container > .brxe-text p {
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
	margin-top:80px;
}




/* === Form Layout === */
#newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}



/* === Submit Button === */
#newsletter-form button {
  padding: 15px 30px;
  background-color: #fff;
  color: #ff4d00;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

#newsletter-form button:hover {
  background-color: transparent;
  color: #fff;
}



#Form-inner-Container {
	background-color:#FC5400;
	align-items:center;
padding:40px;
	margin-left:0px;
		margin-right:0px;
	width:890px;
	border-radius:40px;
}

/* === Section Heading (JOIN OUR NEWSLETTER) === */
#form-section-heading p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
text-align:left;
	line-height:1em;
	height:72px
		padding:10px;
}

.form-group {
	
	padding-bottom:0px;
	
}

/* === Email Input === */
#newsletter-form input[type="email"] {
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  width: 4234x;
  max-width: 100%;
  background: #fff;
  color: #333;
  outline: none;
	height:72px;
}

/* === Responsive Layout for Mobile === */
@media (max-width: 768px) {
  #newsletter-form-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  #form-section-heading p {
    text-align: center;
    margin-bottom: 10px;
  }

  #newsletter-form {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  #newsletter-form input[type="email"] {
    width: 100%;
  }

  #newsletter-form button {
    width: 100%;
  }
}

.acc-product-gallery {
  background-color: #FFFFFF;
  padding: 24px 16px;
  overflow-x: auto;
  white-space: nowrap;
  font-family: 'Space Grotesk', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.acc-product-gallery ul.products {
  display: flex !important;
  gap: 16px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.acc-product-gallery ul.products li.product {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  width: 210px;
  flex: 0 0 auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  box-sizing: border-box;
}

.acc-product-gallery li.product img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.acc-product-gallery li.product h5,
.acc-product-gallery li.product h5 a {
  font-size: 14px;
  font-weight: 600;
  color: #1B1B1B;
  text-decoration: none;
  line-height: 1.4;
  margin: 0 0 8px;
  text-align: left;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;

}

.acc-product-gallery .woocommerce-Price-amount {
  color: #FF6B00;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
  display: block;
}

.acc-product-gallery a.button.add_to_cart_button {
  background-color: #FF6B00;
  color: #FFFFFF !important;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: background 0.3s ease;
  margin-top: auto;
}

.acc-product-gallery a.button.add_to_cart_button:hover {
  background-color: #e85f00;
}

.acc-product-gallery-title {
  box-sizing: border-box;
  clear: both;
  display: block;
  margin: 24px auto 14px auto;
  max-width: 100%;
  text-size-adjust: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: rgb(19, 19, 21);
  text-rendering: optimizelegibility;
  overflow-wrap: break-word;
  unicode-bidi: isolate;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customize-intro-section {
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
  background-color: #1A1A1A;
  color: #EDEDED;
  font-family: 'Segoe UI', sans-serif;
}

.acc-product-gallery-main-title {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.acc-divider {
  width: 80px;
  height: 4px;
  background-color: #FF7300;
  margin: 0.5rem auto 1.5rem auto;
  border-radius: 4px;
}

.acc-product-gallery-intro {
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.75;
  color:;
}
