/* Minimal custom styles — prefer Bootstrap utilities in markup */

:root {
  --lep-dark: #2a2a2a;
  --lep-footer: #1a1a1a;
  --lep-orange: #ff9f1a;
  --lep-yellow: #f5c518;
  --lep-cta-start: #e6392e;
  --lep-cta-end: #ff6b4a;
  --bs-danger: #FF4E4E;
  --bs-danger-rgb: 255, 78, 78;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #eee;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
.caveat {
  font-family: 'Caveat', cursive;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1300px;
  }
}
.navbar-lep {
  background-color: var(--lep-dark);
}

.navbar-lep .nav-link.active {
  background-color: var(--lep-orange);
  color: #1a1a1a !important;
}

/* Mobile navbar */
.navbar-mobile {
  background-color: var(--lep-dark);
  z-index: 1030;
}

.navbar-mobile .nav-link {
  color: rgba(255, 255, 255, 0.85);
  padding: 0.65rem 0;
}

.navbar-mobile .nav-link.active {
  color: var(--lep-orange);
  font-weight: 600;
}

.navbar-mobile .navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  html {
    scroll-padding-top: 72px;
  }
}

/* Mobile bottom bar */
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  height: 56px;
}

.mobile-bottom-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.mobile-bottom-enquire {
  background-color: var(--lep-dark);
  color: #fff;
}

.mobile-bottom-enquire:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.mobile-bottom-call {
  background-color: var(--lep-orange);
  color: #1a1a1a;
}

.mobile-bottom-call:hover {
  color: #1a1a1a;
  filter: brightness(1.05);
}

.navbar-lep-cta {
  background: linear-gradient(105deg, var(--lep-cta-start), var(--lep-cta-end));
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
  margin: -0.5rem -1rem -0.5rem 0;
  padding: 0.75rem 1.75rem 0.75rem 2rem;
  border-radius: 0 50rem 50rem 0;
  text-decoration: none;
  color: #fff;
}

.navbar-lep-cta:hover {
  color: #fff;
  filter: brightness(1.05);
}

.navbar-lep-phone-icon {
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #1a1a1a;
}

.star-rating {
  color: var(--lep-yellow);
}

/* Footer */
.site-footer {
  background-color: var(--lep-footer);
}
.fw-semibold {
  font-weight: 600;
}
.fw-bolder {
  font-weight: 900;
}
.footer-link {
  color: rgba(255, 255, 255, 0.65);
}

.footer-link:hover {
  color: #fff;
}

.footer-accent {
  color: var(--lep-orange);
}

.footer-social {
  color: white;
}

.footer-social:hover {
  color: var(--lep-orange);
}

.btn-lep-coral {
  background-color: var(--lep-coral);
  border-color: var(--lep-coral);
}

.btn-lep-coral:hover {
  background-color: #d44c4c;
  border-color: #d44c4c;
  color: #fff;
}

.btn-lep-orange {
  background-color: var(--lep-orange);
  border-color: var(--lep-orange);
}

.btn-lep-orange:hover {
  background-color: #e89010;
  border-color: #e89010;
  color: #1a1a1a;
}

.bg-hero-banner {
  background-image: url('../img/hero-banner-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
}

@media (max-width: 991.98px) {
  .bg-hero-banner {
    background-image: url('../img/mobile-hero-bg.webp');
  }

  .bg-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: inherit;
    z-index: 0;
  }

  .bg-hero-banner > * {
    position: relative;
    z-index: 1;
  }

  .bg-hero-banner,
  .bg-hero-banner h1,
  .bg-hero-banner .text-dark {
    color: #fff !important;
  }

  .bg-hero-banner .text-secondary {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}

.text-lep-orange { color: var(--lep-orange); }
.bg-lep-orange { background-color: var(--lep-orange); }
.bg-lep-blue { background-color: #3b6fd9; }

.feature-icon {
  width: 3rem;
  height: 3rem;
}

/* About Us */
.about-us-img {
  clip-path: polygon(0 12%, 12% 0, 100% 0, 100% 100%, 0 100%);
}

.about-us-bar {
  width: 10px;
  background: url('../img/bk-y-r-bar.webp') center / 100% 100% no-repeat;
}

@media (min-width: 992px) {
  .about-us-card {
    margin-left: -8rem;
    position: relative;
    z-index: 1;
  }
}

/* Our Services */
.service-card {
  padding: 1.5rem;
  padding-bottom: 9rem;
  min-height: 260px;
}

.service-card-light {
  background-color: #fff;
}

.service-card-orange {
  background-color: var(--lep-orange);
}

.service-card-title {
  max-width: 72%;
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.service-card-text {
  max-width: 48%;
  position: relative;
  z-index: 1;
}

.service-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  z-index: 2;
  color: inherit;
}

.service-arrow-orange {
  background-color: var(--lep-orange);
  color: #1a1a1a;
}

.service-arrow-light {
  background-color: #fff;
  color: #333;
}

.service-card-img {
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: 72%;
  max-width: none;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.service-card-featured {
  max-width: 420px;
  margin-inline: auto;
}

.service-featured-content {
  bottom: 6%;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .service-featured-content {
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .service-featured-content h3 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem !important;
  }

  .service-featured-content p {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .service-card-featured {
    max-width: none;
    margin-inline: 0;
    margin-top: 3.5rem;
  }

  .service-featured-content {
    bottom: 5%;
  }
}

/* Why Choose Us */
.why-choose-us-content {
  position: relative;
  z-index: 1;
}

.why-choose-card {
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .why-choose-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .why-choose-card {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .why-choose-us-inner {
    min-height: 1px;
  }

  .why-choose-us-bg {
    display: block;
  }

  .why-choose-us-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 2.5rem 0 3rem;
  }

  .why-choose-cards {
    min-height: 420px;
  }

  .why-choose-card {
    position: absolute;
  }

  .why-choose-card-1 {
    top: -5rem;
    left: -10rem;
    max-width: 240px;
  }

  .why-choose-card-2 {
    bottom: -4rem;
    left: 0;
    max-width: 240px;
  }

  .why-choose-card-3 {
    top: 38%;
    right: 0;
    max-width: 250px;
  }
}

/* Process */
.process-bg {
  background-image: url('../img/process-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.process-step {
  max-width: 280px;
}

.process-step-img {
  max-width: 220px;
}

.process-arrow {
  width: 150px;
  height: auto;
}

@media (min-width: 992px) {
  .process-step {
    gap: 2.75rem;
  }
}

/* CTA Bar */
.cta-bar-inner {
  line-height: 0;
}

.cta-bar-bg {
  line-height: normal;
}

.cta-bar-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0;
  background: linear-gradient(105deg, #f5a623 0%, #e8940f 55%, #e6392e 100%);
  line-height: normal;
}

@media (min-width: 768px) {
  .cta-bar-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    display: flex;
    align-items: center;
    padding: 0 0 2rem;
    background: transparent;
  }
}

/* Customer Reviews */
.review-left-img {
  object-fit: cover;
  min-height: 280px;
}

.reviews-strip {
  width: 100%;
  position: relative;
  z-index: 2;
}

.review-card {
  background-color: #ececec;
  width: 100%;
}

.review-avatar {
  object-fit: cover;
}

.reviews-slider .slick-track {
  display: flex !important;
}

.reviews-slider .slick-slide {
  height: auto;
  display: flex !important;
}

.reviews-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.reviews-slider .review-card {
  height: 100%;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
  z-index: 2;
  width: 36px;
  height: 36px;
}

.reviews-slider .slick-prev {
  left: -8px;
}

.reviews-slider .slick-next {
  right: -8px;
}

.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
  color: var(--lep-orange);
  font-size: 28px;
  opacity: 1;
}

@media (min-width: 992px) {
  .customer-reviews-panel {
    padding-bottom: 2rem;
  }

  .review-left-img {
    min-height: 360px;
  }

  .reviews-strip {
    width: 75%;
    margin-top: -17.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
}

/* FAQ */
.faq-item {
  background-color: #f3f3f3;
  border-radius: 0.75rem;
  overflow: hidden;
  border-left: 4px solid var(--lep-orange) !important;
}

.faq-button {
  background-color: #f3f3f3 !important;
  color: #1a1a1a !important;
  box-shadow: none !important;
  font-weight: 700;
  padding: 1.1rem 1.25rem;
}

.faq-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
  color: #1a1a1a !important;
}

.faq-button::after {
  display: none;
}

.faq-button::before {
  content: "+";
  order: 2;
  margin-left: auto;
  margin-right: 0.25rem;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: #999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}

.faq-button:not(.collapsed)::before {
  content: "−";
}

.faq-body {
  background-color: #f3f3f3;
  color: #6c757d;
  padding: 0 1.25rem 1.15rem;
}

/* Contact Us */
.contact-icon {
  width: 3.75rem;
  height: 3.75rem;
}

.contact-icon-orange {
  background-color: var(--lep-orange);
}

.contact-icon-dark {
  background-color: #1a1a1a;
}

.contact-us .ratio iframe {
  border: 0;
}

/* Contact form */
.contact-form-section {
  background-color: #e8e8e8;
}

.contact-input,
.contact-textarea {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  box-shadow: none;
}

.contact-input {
  padding-left: 2.75rem;
}

.contact-input:focus,
.contact-textarea:focus {
  background-color: #f0f0f0;
  box-shadow: none;
  border-color: transparent;
}

.contact-input-icon {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.contact-form .form-select.contact-input {
  background-position: right 1rem center;
}