.elementor-989 .elementor-element.elementor-element-4db2c08.elementor-element{--align-self:flex-start;}.elementor-989 .elementor-element.elementor-element-067e980{--display:flex;}.elementor-989 .elementor-element.elementor-element-54b5e3a{margin:-40px -40px calc(var(--kit-widget-spacing, 0px) + -40px) -40px;}.elementor-989 .elementor-element.elementor-element-54b5e3a.elementor-element{--align-self:center;}.elementor-989 .elementor-element.elementor-element-fbf3d4c{--spacer-size:142px;}.elementor-989 .elementor-element.elementor-element-56a8810 > .elementor-widget-container{margin:-34px -34px -34px -34px;}.elementor-989 .elementor-element.elementor-element-d0305f8{--display:flex;}.elementor-989 .elementor-element.elementor-element-0bce631 > .elementor-widget-container{margin:-71px -71px -71px -71px;}.elementor-989 .elementor-element.elementor-element-feec9c1{--display:flex;}.elementor-989 .elementor-element.elementor-element-1c71090 > .elementor-widget-container{margin:-23px -23px -23px -23px;}.elementor-989 .elementor-element.elementor-element-4e8b700{--display:flex;}.elementor-989 .elementor-element.elementor-element-e1fb361{--display:flex;}.elementor-989 .elementor-element.elementor-element-2c40e39{--spacer-size:50px;}.elementor-989 .elementor-element.elementor-element-5ba1036{--display:flex;}.elementor-989 .elementor-element.elementor-element-557f842 > .elementor-widget-container{margin:-138px -138px -138px -138px;}.elementor-989 .elementor-element.elementor-element-5d87a9d{--display:flex;}.elementor-989 .elementor-element.elementor-element-35e96a7{--display:flex;}.elementor-989 .elementor-element.elementor-element-a414fea{--spacer-size:50px;}.elementor-989 .elementor-element.elementor-element-05a9b6b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-989 .elementor-element.elementor-element-2fed897 > .elementor-widget-container{margin:-69px -69px -69px -69px;}@media(max-width:767px){.elementor-989 .elementor-element.elementor-element-56a8810 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-989 .elementor-element.elementor-element-0bce631 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-989 .elementor-element.elementor-element-557f842 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-989 .elementor-element.elementor-element-2fed897 > .elementor-widget-container{margin:1px 1px 1px 1px;}}/* Start custom CSS for page-header, class: .elementor-element-4db2c08 *//* Hide the entire mini cart in the header */
.menu-item.mini-cart {
    display: none !important;
}
/* Style specific menu items as buttons */
#menu-item-1172 a,
#menu-item-1173 a {
  background-color: #007bff; /* Button background color */
  color: #fff !important; /* Text color */
  padding: 10px 20px; /* Space inside the button */
  border-radius: 6px; /* Rounded corners */
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Hover effect */
#menu-item-1172 a:hover,
#menu-item-1173 a:hover {
  background-color: #fff;
  color: #007bff !important;
  border-color: #007bff;
}

/* Add spacing between each button */
#menu-item-1172,
#menu-item-1173 {
  margin-left: 10px;
}
/* All three menu buttons - Green theme */
#menu-item-1172 a,
#menu-item-1173 a,
#menu-item-1174 a {
  background-color: #28a745; /* Green */
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-block;
}

/* Hover Effect */
#menu-item-1172 a:hover,
#menu-item-1173 a:hover,
#menu-item-1174 a:hover {
  background-color: #fff;
  color: #28a745 !important;
  border-color: #28a745;
}

/* Add spacing between buttons */
#menu-item-1172,
#menu-item-1173,
#menu-item-1174 {
  margin-left: 10px;
}


.page-title-content h3 {
  position: relative;
  display: inline-block;
}

.page-title-content h3::after {
  content: "Get a Quote";
  display: block;
  margin-top: 15px;
  padding: 12px 28px;
  background-color: #009746;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  width: max-content;
  text-align: left;
  margin-left: 0; /* Aligns to left */
}

.page-title-content h3:hover::after {
  background-color: #007a3d;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54b5e3a *//* Single Funfact Box */
.single-funfact-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  text-align: left;
  max-width: 500px;
  font-family: 'Open Sans', sans-serif;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.single-funfact-box:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* Heading */
.funfact-heading {
  font-size: 32px;
  color: #009746;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Paragraph */
.funfact-paragraph {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Call-to-action button */
.funfact-cta {
  display: inline-block;
  background-color: #009746;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.funfact-cta:hover {
  background-color: #007a36;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width:992px){
  .col-lg-6.col-xl-7 { justify-content: center !important; margin-top: 40px; }
  .single-funfact-box { max-width: 100%; text-align: center; }
  .funfact-heading { font-size: 28px; }
  .funfact-paragraph { font-size: 16px; }
  .funfact-cta { padding: 12px 24px; font-size: 16px; }
}
.request-a-call-back-form {
    width: 100%; /* Makes it use full column width */
    max-width: 500px; /* You can adjust this to make it wider or narrower */
    padding: 40px 30px; /* Add some padding inside */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* Subtle shadow for premium look */
    border-radius: 10px;
    background-color: #ffffff; /* Ensure white background */
    margin: 0 auto; /* Center it horizontally in the column */
}

.request-a-call-back-form .form-group {
    margin-bottom: 15px; /* Reduce space between inputs */
}

.request-a-call-back-form .form-control {
    height: 45px; /* Reduce input height */
    padding: 0 15px;
    font-size: 15px;
}

.request-a-call-back-form .btn {
    padding: 12px 30px; /* Compact button */
    font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for page-about, class: .elementor-element-56a8810 */h2.text-uppercase,
.page-title-content h2.text-uppercase,
.elementor-widget-heading h2.text-uppercase {
  text-transform: capitalize !important;
}

.order-list.primary-color.mrb-40 {
  font-family: 'Open Sans', 'Montserrat', sans-serif !important;
}/* End custom CSS */
/* Start custom CSS for home-1-blog, class: .elementor-element-0bce631 */.row.justify-content-center {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acd24b2 */.ftl-section {
  background-color: #e9f9f0;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.ftl-title {
  font-size: 36px;
  color: #1d172e;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.ftl-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #009746;
  margin: 15px auto 0;
  border-radius: 4px;
}

.ftl-container {
  max-width: 1100px;
  margin: auto;
}

.ftl-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.ftl-step {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.ftl-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.ftl-icon {
  background-color: #e9f9f0;
  color: #009746;
  font-size: 40px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.ftl-step h3 {
  color: #1d172e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ftl-step p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Arrow connector between steps */
.ftl-step::after {
  content: "arrow_forward";
  font-family: "Material Icons";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #009746;
  font-size: 28px;
}

.ftl-step:last-child::after {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ftl-steps {
    grid-template-columns: 1fr;
  }
  .ftl-step::after {
    display: none;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Montserrat:wght@400;600&display=swap');

.ftl-container .ftl-title {
  font-family: 'Open Sans', 'Montserrat', sans-serif !important;
  color: #0c2239 !important;
}/* End custom CSS */
/* Start custom CSS for page-about, class: .elementor-element-557f842 *//* Compact container style */
p.mrb-40 {
  background: #f4f9f6; /* light green tint */
  border: 1px solid #dbe9e1;
  border-radius: 10px;
  padding: 20px 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #0c2239;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  max-width: 100%;
}

/* Headings inside paragraph */
p.mrb-40 b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #0c2239;
  margin: 18px 0 6px;
  background: #eaf6f0; /* subtle contrast box for headings */
  padding: 6px 10px;
  border-radius: 6px;
  border-left: 3px solid #4ba977;
}

/* Adjust spacing between sections */
p.mrb-40 b:first-of-type {
  margin-top: 0;
}

/* Hover subtle highlight */
p.mrb-40:hover {
  background: #eef8f2;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
}
/* Remove animation completely */
footer.anim-object2,
footer.anim-object2::before {
    animation: none !important;
    animation-name: none !important;
    transition: none !important;
}

/* Remove the truck image (::before element) */
footer.anim-object2::before {
    content: none !important;
    background: none !important;
    display: none !important;
}

/* Remove all animations from .anim-object section */
.about-section.anim-object,
.about-section.anim-object * {
    animation: none !important;
    transition: none !important;
}

/* Remove ::before / ::after animated shapes (if the theme adds them) */
.about-section.anim-object::before,
.about-section.anim-object::after {
    content: none !important;
    background: none !important;
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5525c57 */.pls-section {
  background: #f4fbf6;
  text-align: center;
  padding: 60px 30px;
  font-family: 'Poppins', sans-serif;
}

.pls-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}

.pls-line {
  width: 80px;
  height: 3px;
  background-color: #009746;
  margin: 15px auto 40px;
  border-radius: 2px;
}

.pls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  justify-items: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.pls-box {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 1;
}

.pls-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.pls-step {
  display: inline-block;
  background-color: #009746;
  color: white;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.pls-icon {
  font-size: 38px;
  color: #009746;
  margin: 10px 0;
}

.pls-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.pls-box p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Add arrows between boxes */
.pls-box::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #009746;
  font-size: 24px;
  font-weight: bold;
}

.pls-box:nth-child(3)::after,
.pls-box:nth-child(6)::after,
.pls-box:nth-child(8)::after {
  content: "";
}

/* Last row center alignment */
.pls-grid > .pls-box:nth-last-child(2),
.pls-grid > .pls-box:nth-last-child(1) {
  justify-self: center;
}

/* Responsive layout */
@media (max-width: 992px) {
  .pls-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pls-box::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .pls-grid {
    grid-template-columns: 1fr;
  }
  .pls-box::after {
    display: none;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Montserrat:wght@400;600&display=swap');

.pls-section h2 {
  font-family: 'Open Sans', 'Montserrat', sans-serif !important;
  color: #0c2239 !important;
}/* End custom CSS */