.elementor-991 .elementor-element.elementor-element-1e950ac{--display:flex;}.elementor-991 .elementor-element.elementor-element-f464736{--spacer-size:142px;}.elementor-991 .elementor-element.elementor-element-25a083e{margin:-213px -213px calc(var(--kit-widget-spacing, 0px) + -213px) -213px;}.elementor-991 .elementor-element.elementor-element-25a083e.elementor-element{--align-self:center;}.elementor-991 .elementor-element.elementor-element-fc03d1f{--spacer-size:118px;}.elementor-991 .elementor-element.elementor-element-0df6375 > .elementor-widget-container{margin:-25px -25px -25px -25px;}.elementor-991 .elementor-element.elementor-element-5902ba0{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-991 .elementor-element.elementor-element-4a53e45{--display:flex;}.elementor-991 .elementor-element.elementor-element-4856cc9 > .elementor-widget-container{margin:-72px -72px -72px -72px;}.elementor-991 .elementor-element.elementor-element-0b47ebd{--spacer-size:50px;}.elementor-991 .elementor-element.elementor-element-b809581 > .elementor-widget-container{margin:57px 57px 57px 57px;}.elementor-991 .elementor-element.elementor-element-01a7e90{--display:flex;}.elementor-991 .elementor-element.elementor-element-9d725d2{--display:flex;}.elementor-991 .elementor-element.elementor-element-dc1250a{--display:flex;}.elementor-991 .elementor-element.elementor-element-35e96a7{--display:flex;}.elementor-991 .elementor-element.elementor-element-a414fea{--spacer-size:50px;}.elementor-991 .elementor-element.elementor-element-efc920b{--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-991 .elementor-element.elementor-element-43f2ee0 > .elementor-widget-container{margin:-60px -60px -60px -60px;}@media(max-width:767px){.elementor-991 .elementor-element.elementor-element-0df6375 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-991 .elementor-element.elementor-element-4856cc9 > .elementor-widget-container{margin:-1px -1px -1px -1px;}.elementor-991 .elementor-element.elementor-element-43f2ee0 > .elementor-widget-container{margin:-1px -1px -1px -1px;}}/* Start custom CSS for page-header, class: .elementor-element-1ce9840 *//* 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);
}
footer.footer.anim-object2::before,
footer.footer.anim-object2::after {
    display: none !important;
    background: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25a083e *//* 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-0df6375 */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;
}

section.about-section.anim-object {
    background: none !important;
    background-image: none !important;
    background-color: transparent !important;
}

section.about-section.anim-object::before,
section.about-section.anim-object::after {
    display: none !important;
    background: none !important;
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-a910652 *//* Target only this specific image container */
.elementor-element-34c6e2f img {
  width: 100%;
  height: auto;
  display: block;
  animation: truckMove 6s ease-in-out infinite;
  transition: transform 0.3s ease;
}

/* Truck motion keyframes */
@keyframes truckMove {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Optional: smooth effect on hover */
.elementor-element-34c6e2f img:hover {
  animation-duration: 3s; /* speed up animation on hover */
  transform: scale(1.02);
}/* End custom CSS */
/* Start custom CSS for home-1-blog, class: .elementor-element-4856cc9 *//* Hide the entire news section */
.row.justify-content-center {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for home-2-about, class: .elementor-element-b809581 *//* Reduce space below the blog box section */
.section-content .news-wrapper {
    margin-bottom: 10px !important; /* adjust as you need */
}

/* Reduce bottom padding of the entire blog section */
.bg-blog {
    padding-bottom: 30px !important; /* change value to control spacing */
}

/* Reduce space under the title */
.section-title {
    margin-bottom: 10px !important;
}
/* Hide the small title (h5) and remove space */
.row.align-items-center h5.side-line-left {
    display: none !important;
}

/* Hide the main title (h2) and remove space */
.row.align-items-center h2 {
    display: none !important;
}

/* Hide the subtitle list block and remove space */
.row.align-items-center .order-list {
    display: none !important;
}

/* Remove extra margin/padding from that column */
.row.align-items-center .pdl-60,
.row.align-items-center .mrb-md-60,
.row.align-items-center .mrb-40,
.row.align-items-center .mt-40 {
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e150c5 */.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;
  }
}
.ftl-section {
  padding-top: 40px; /* Previously 80px */
}
.ftl-section {
  margin-top: -130px; /* Adjust the value as needed */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce1fba2 *//* Full Width, No Margins */
.why-pls-section.full-width {
    padding: 80px 0;
    position: relative;
    background-image: url("https://plsltd.in/wp-content/uploads/2025/11/WhatsApp-Image-2025-11-13-at-6.04.59-PM.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif !important;
}

/* Dark Transparent Overlay */
.why-pls-section .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.why-content {
    position: relative;
    z-index: 2;
}

/* Heading */
.why-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

/* Boxes */
.why-box {
    background: rgba(255, 255, 255, 0.90);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

/* Hover Effect */
.why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Icon */
.why-icon {
    font-size: 40px;
    color: #D4A017; /* your yellow theme */
    margin-bottom: 15px;
}

/* Box Title */
.why-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1D1D3C;
}

/* Text */
.why-box-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
    .why-title {
        font-size: 28px;
    }
    .why-box {
        margin-bottom: 20px;
    }
}
/* Icon */
.why-icon {
    font-size: 40px;
    color: #00A859; /* Updated light green color */
    margin-bottom: 15px;
}/* End custom CSS */