/* ========================================= Brand utilities ========================================= */
.bg-brand-light {
  background-color: #f5f6eb;
} /* ========================================= Hero Slider (Home Page Carousel) ========================================= */
.hero-slider .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* background: rgba(0, 0, 0, 0.45); */
  z-index: 1;
}
.hero-slider .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 80%;
  max-width: 900px;
  z-index: 2;
}
.hero-slider .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.hero-slider .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.hero-slider .btn-hero {
  display: inline-block; /* border: 2px solid #ffffff; */
  color: #000000;
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  background-color: #f9ce22;
  border-color: #f9ce22;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-slider .btn-hero:hover,
.hero-slider .btn-hero:focus {
  background-color: #ffffff;
  border-color: #f9ce22;
  color: #000000;
} /* Indicators */
.hero-slider .carousel-indicators {
  z-index: 3;
  margin-bottom: 1.5rem;
}
.hero-slider .carousel-indicators [data-bs-target] {
  /* width: 12px; */
  height: 1px;
  /* border-radius: 50%; */
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
.hero-slider .carousel-indicators .active {
  background-color: #f9ce22;
  border-color: #f9ce22;
}
.ps-lg-5 {
  padding-left: 255px !important;
} /* Prev/Next controls */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 13%;
  z-index: 3;
  opacity: 0.85;
}
.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--brand-dark);
  border-radius: 50%;
  background-size: 55% 55%;
}
.hero-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-slider .carousel-control-next:hover .carousel-control-next-icon {
  background-color: #f9ce22;
}
@media (max-width: 991px) {
  .hero-slider .carousel-item {
    height: 450 px;
  }
  .hero-slider .hero-title {
    font-size: 2.25rem;
  }
  .hero-slider .hero-subtitle {
    font-size: 1.05rem;
  }
  .ps-lg-5 {
    padding-left: 0px !important;
  }
}
@media (max-width: 1880px) {
  .ps-lg-5 {
    padding-left: 40px !important;
  }
}
.stats-bar h3 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.stats-bar p {
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .hero-slider .carousel-item {
    height: 380px;
  }
  .hero-slider .hero-title {
    font-size: 1.6rem;
  }
  .hero-slider .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }
  .hero-slider .btn-hero {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
} /* ========================================= Services Cards (Unified Card) ========================================= */
.content-section .section-title h2 {
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #8f9c2d;
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}
.section-title h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--brand-yellow);
  margin: 10px auto 0;
}
.content-section .section-title .b-line {
  display: block;
  width: 70px;
  height: 3px;
  background: #f9ce22;
  margin: 0.5rem auto 1rem;
}
.content-section .section-title p {
  color: #666;
  max-width: 720px;
  margin: 0 auto;
}
.unified-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  height: 100%;
  position: relative;
}
.unified-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}
.unified-card .card-img-top {
  width: 100%;
  /* height: 220px; */
  object-fit: fit;
  display: block;
  transition: transform 0.5s ease;
}
.unified-card:hover .card-img-top {
  transform: scale(1.06);
}
.unified-card .card-body {
  padding: 1.25rem 1.4rem 1.5rem;
  background: #fff;
  border-top: 4px solid #8f9c2d;
  text-align: center;
}
.about-img-box img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 5px solid var(--brand-light);
}
.unified-card .card-title {
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #8f9c2d;
  margin-bottom: 0.75rem;
  letter-spacing: 0.3px;
}
.unified-card .card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    gap 0.3s ease;
}

.unified-card .card-action i {
  font-size: 1.1rem;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  color: #8f9c2d;
}

.unified-card:hover .card-action {
  color: #000;
  gap: 10px;
}

.unified-card:hover .card-action i {
  color: #000;
}
.unified-card:hover .card-action i {
  transform: translateX(4px);
  color: #f9ce22;
} /* Show More button */
.btn-brand {
  background-color: #f9ce22 !important;
  color: #000000 !important;
  border: none !important;
  padding: 12px 38px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 30px !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important; /* border: 2px solid #ffffff; */
}
.btn-brand:hover,
.btn-brand:focus {
  background-color: #ffffff !important;
  border-color: #f9ce22 !important;
  color: #000000 !important;
  border: 2px solid #f9ce22 !important;
}
@media (max-width: 767px) {
  .unified-card .card-img-top {
    /* height: 190px; */
  }
  .content-section .section-title h2 {
    font-size: 1.65rem;
  }
} /* ========================================= Testimonials ========================================= */
.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 15px;
  border-bottom: 5px solid #f9ce22;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card .text-brand-dark {
  color: #f9ce22;
  font-size: 1.05rem;
}
.testimonial-card .text-brand-dark i {
  margin: 0 1px;
}
.testimonial-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.65;
  font-style: italic;
}
.testimonial-card span.fw-bold {
  color: #8f9c2d;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}
#testimonialCarousel,
#blogCarousel {
  padding: 0 40px;
}
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next,
#blogCarousel .carousel-control-prev,
#blogCarousel .carousel-control-next {
  opacity: 0.9;
}
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon,
#blogCarousel .carousel-control-prev-icon,
#blogCarousel .carousel-control-next-icon {
  background-color: #8f9c2d;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  background-size: 55% 55%;
  transition: background-color 0.3s ease;
}
#testimonialCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next:hover .carousel-control-next-icon,
#blogCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#blogCarousel .carousel-control-next:hover .carousel-control-next-icon {
  background-color: #f9ce22;
}
@media (max-width: 767px) {
  #testimonialCarousel,
  #blogCarousel {
    padding: 0 15px;
  }
  .testimonial-card {
    margin: 10px 5px;
    padding: 22px 20px;
  }
  #testimonialCarousel .carousel-control-prev-icon,
  #testimonialCarousel .carousel-control-next-icon,
  #blogCarousel .carousel-control-prev-icon,
  #blogCarousel .carousel-control-next-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
} /* ========================================= Services Page ========================================= */
:root {
  --brand-dark: #8f9c2d;
  --brand-light: #aaba30;
  --brand-yellow: #f9ce22;
  --brand-black: #000000;
  --brand-beige: #fffbf0;
}
.text-brand-dark {
  color: var(--brand-dark) !important;
}
.text-brand-yellow {
  color: var(--brand-yellow) !important;
}
.bg-brand-dark {
  background-color: var(--brand-dark) !important;
}
.bg-brand-yellow {
  background-color: var(--brand-yellow) !important;
}
.btn-yellow {
  background-color: var(--brand-yellow) !important;
  color: var(--brand-black) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 10px 25px !important;
  border: none !important;
  border-radius: 4px !important;
  transition: all 0.3s !important;
}
.btn-yellow:hover {
  background-color: #ffffff !important;
  border: 2px solid #f9ce22 !important;
  color: #000 !important;
}
.btn-outline-custom {
  border: 1px solid #ccc !important;
  background: #fff !important;
  color: #333 !important;
  font-weight: 600 !important;
  padding: 10px 25px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
}
.btn-outline-custom:hover {
  border-color: var(--brand-dark) !important;
  color: var(--brand-dark) !important;
} /* Hero Section */
.hero-section {
  position: relative;
  height: 600px;
  background: url("/images/website-imgs/main-service-hero-image.webp") no-repeat
    center center/cover;
  display: flex;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
}
.hero-content h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
.hero-content p {
  text-shadow: 2px 2px 2px #000000;
  font-weight: 500;
  font-size: 1.3rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .hero-overlay {
    clip-path: none;
    background: rgba(0, 0, 0, 0.6);
  }
} /* Services Section (Double Border Card) */
.section-title {
  font-weight: 800;
  color: #000;
  margin-bottom: 30px;
}
.section-subtitle {
  color: var(--brand-yellow);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 5px;
}
.service-card {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  transition: transform 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-img-box {
  position: relative;
  padding: 3px;
  background-color: #fff;
  border: 3px solid var(--brand-dark);
  box-shadow: 0 0 0 0px transparent;
}
.service-img-box img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 2px solid var(--brand-yellow);
}
.view-all-link {
  color: var(--brand-light);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
}
.view-all-link:hover {
  text-decoration: underline;
}
.view-all-link i {
  margin-left: 5px;
  font-size: 1.1rem;
} /* Discount Section */
.discount-section {
  background-color: var(--brand-dark);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.discount-img-col {
  position: relative;
  min-height: 400px;
}
.discount-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;
  position: absolute;
  right: 0;
  top: 0;
} /* About Section */
.about-section {
  background-color: var(--brand-beige);
  padding: 60px 0;
}
.about-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
} /* Contact Section */
.contact-section {
  padding: 60px 0;
  background: #fff;
}
.contact-section .form-control {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  font-size: 0.9rem;
}
.contact-section .form-control:focus {
  box-shadow: none;
  border-color: var(--brand-dark);
}
.contact-info-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.info-label {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
}
.info-value {
  color: var(--brand-light);
  font-size: 1rem;
  font-weight: 500;
} /* ---------- Services Page Responsive ---------- */
@media (max-width: 991px) {
  .hero-section {
    height: 370px;
    background-position: center right;
  }
  .hero-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .hero-content h1 {
    font-size: 2.25rem;
  }
  .hero-content p {
    font-size: 1.05rem;
  }
  .discount-section .col-lg-6.p-5 {
    padding: 2.5rem 1.25rem !important;
    text-align: center;
  }
  .discount-section .ps-lg-5 {
    padding-left: 0 !important;
  }
  .discount-section h2 {
    font-size: 1.75rem;
  }
  .discount-section .d-flex.gap-3 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .about-section {
    padding: 45px 0;
    text-align: center;
  }
  .about-section h2 {
    font-size: 1.65rem;
  }
  .contact-section {
    padding: 45px 0;
  }
  .contact-section .ps-lg-5 {
    padding-left: 0 !important;
    margin-top: 30px;
    text-align: center;
  }
  .contact-section .d-flex.gap-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-img-box img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    height: 420px;
  }
  .hero-content h1 {
    font-size: 1.75rem;
  }
  .hero-content p {
    font-size: 0.95rem;
  }
  .hero-content .btn-yellow,
  .btn-yellow,
  .btn-outline-custom {
    padding: 9px 20px;
    font-size: 0.85rem;
  }
  .discount-section h2 {
    font-size: 1.4rem;
  }
  .discount-section p {
    font-size: 1rem !important;
  }
  .contact-info-title {
    font-size: 1.25rem;
  }
  .info-label {
    font-size: 1rem;
  }
  .service-img-box {
    padding: 2px;
    border-width: 2px;
  }
  .service-img-box img {
    height: 170px;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    height: 380px;
    padding: 0 10px;
  }
  .hero-content h1 {
    font-size: 1.45rem;
  }
  .section-title {
    font-size: 1.3rem;
  }
  .service-img-box img {
    height: 200px;
  }
  .contact-section .form-control {
    font-size: 0.85rem;
    padding: 10px;
  }
} /* ========================================= Blog Index Page ========================================= */
.blog-index-page .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.blog-index-page .breadcrumb-item a {
  color: var(--brand-dark);
  text-decoration: none;
}
.blog-index-page .breadcrumb-item.active {
  color: #666;
}
.blog-index-page .unified-card.blog-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.blog-index-page .unified-card.blog-card:hover {
  border-color: var(--brand-light);
}
.blog-index-page .unified-card.blog-card .card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 4px solid #8f9c2d !important;
  border-top: none;
}
.blog-index-page .unified-card.blog-card .card-title {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
.blog-index-page .card-link-text {
  font-size: 0.95rem;
  color: #555;
  font-weight: 500;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition:
    color 0.3s ease,
    gap 0.3s ease;
}
.blog-index-page .unified-card.blog-card:hover .card-link-text {
  color: var(--brand-dark);
  gap: 10px;
} /* Sidebar */
.sidebar-widget {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  border-left: 5px solid var(--brand-dark);
}
.widget-title {
  color: var(--brand-dark);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 1.1rem;
}
.widget-title.h1-title {
  font-size: 1.35rem;
}
.cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat-list li {
  margin-bottom: 10px;
}
.cat-list a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 12px;
  background: #fff;
  border-radius: 5px;
}
.cat-list a:hover {
  background: var(--brand-light);
  color: #fff;
  padding-left: 18px;
}
.article-content a {
  color: var(--brand-dark);
  text-decoration: none;
}
.popular-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.popular-post-item:last-child {
  margin-bottom: 0;
}
.popular-post-item:hover {
  transform: translateX(5px);
  color: #f9ce23;
}
.popular-post-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
  flex-shrink: 0;
}
.popular-post-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-black);
  line-height: 1.3;
  margin: 0;
}
.tagcloud a {
  display: inline-block;
  font-size: 13px;
  background-color: #fff;
  color: var(--brand-black);
  padding: 8px 15px;
  border-radius: 20px;
  margin: 0 5px 8px 0;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
.tagcloud a:hover {
  background-color: var(--brand-dark);
  color: #fff;
  border-color: var(--brand-dark);
}
@media (max-width: 991px) {
  .blog-index-page aside.col-lg-4 {
    margin-top: 20px;
  }
  .d-inline-block {
    max-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .sidebar-widget {
    padding: 20px;
  }
  .blog-index-page .unified-card.blog-card .card-img-top {
    height: 200px;
  }
} /* ========================================= Footer ========================================= */
.custom-footer-scope {
  background-color: #f8f9fa;
  padding-top: 60px;
  color: #333;
  font-family: sans-serif;
}
.custom-footer-scope h5 {
  color: var(--brand-dark, #8f9c2d);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.custom-footer-scope p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.custom-footer-scope ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-footer-scope ul li {
  margin-bottom: 12px;
}
.custom-footer-scope ul li a {
  text-decoration: none;
  color: #555;
  font-size: 0.95rem;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}
.custom-footer-scope ul li a:hover {
  color: var(--brand-light, #aaba30);
  padding-left: 5px;
}
.custom-footer-scope .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--brand-dark, #8f9c2d);
  border-radius: 50%;
  color: var(--brand-dark, #8f9c2d);
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-footer-scope .social-icons a:hover {
  background-color: var(--brand-dark, #8f9c2d);
  color: #fff;
}
.custom-footer-scope .contact-label {
  font-weight: 700;
  color: var(--brand-black, #000);
}
.footer-bottom {
  background-color: #f1f1f1;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.footer-bottom a {
  color: var(--brand-dark, #8f9c2d);
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 768px) {
  .custom-footer-scope {
    text-align: center;
  }
  .custom-footer-scope h5 {
    margin-top: 30px;
  }
  .custom-footer-scope .social-icons {
    justify-content: center;
    display: flex;
  }
  .d-inline-block {
    max-height: 50px !important;
  }
} /* --- BREADCRUMB/INTRO --- */
.inner-intro img {
  width: 100%;
  display: block;
} /* --- PAGE TITLE --- */
.service-area-title h1 {
  color: var(--brand-dark);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.service-area-title h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--brand-yellow);
  margin: 15px auto 0;
  border-radius: 2px;
} /* --- CONTENT PANEL --- */
.service-area-panel {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 5px solid var(--brand-light);
  margin-top: -50px; /* Slight overlap on banner if desired, or remove */
  position: relative;
  z-index: 10;
} /* --- LISTING TITLE (The Alphabet Letters) --- */
.listingtitle {
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 1.4rem;
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--brand-yellow);
  width: fit-content;
} /* --- LINKS STYLING --- */
.service-area-panel p {
  margin-bottom: 0;
}
.service-area-panel a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 2px;
  color: #444;
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
} /* Hover Effect */
.service-area-panel a:hover {
  background-color: #f4f4f4;
  color: var(--brand-dark);
  border-left: 3px solid var(--brand-dark);
  padding-left: 15px;
}
.breadcrumb-nav {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9rem;
} /* --- MAP SECTION --- */
.full-width-map {
  width: 100%;
  height: 450px;
  background: #eee;
}
.full-width-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
} /* --- CONTENT BOXES --- */
.contact-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 5px solid var(--brand-dark);
  height: 100%;
} /* --- TITLES --- */
.contact-title {
  color: var(--brand-dark);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1.5rem;
} /* --- INFO LIST --- */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.contact-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  font-size: 1.05rem;
  color: #444;
} /* Updated icons to use font-awesome as per your first template */
.contact-list i {
  color: var(--brand-yellow);
  font-size: 1.3rem;
  margin-right: 15px;
  margin-top: 3px;
}
.contact-list a {
  text-decoration: none;
  color: #444;
  transition: 0.3s;
}
.contact-list a:hover {
  color: var(--brand-dark);
} /* --- FORM ELEMENTS --- */
.form-control {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.form-control:focus {
  background-color: #fff;
  border-color: var(--brand-dark);
  box-shadow: 0 0 0 4px rgba(143, 156, 45, 0.1);
} /* --- BUTTON --- */
.btn-contact {
  background-color: var(--brand-dark) !important;
  color: #fff !important;
  padding: 12px 35px !important;
  border-radius: 30px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: all 0.3s !important;
  width: 100% !important;
}
.btn-contact:hover {
  background-color: var(--brand-yellow) !important;
  color: var(--brand-black)  !important;
}
.custom-header-scope a {
  text-decoration: none !important;
}
.custom-header-scope ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.custom-header-scope .top-bar {
  background-color: var(--brand-dark);
  color: #ffffff;
  padding: 10px 0;
  font-size: 0.9rem;
  position: relative;
  z-index: 1050;
}
.custom-header-scope .top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-header-scope .promo-text {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0;
}
.custom-header-scope .phone-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.custom-header-scope .site-logo {
  max-height: 50px;
  width: auto;
  display: block;
}
.custom-header-scope .main-navbar {
  background-color: var(--brand-yellow);
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1040;
}
.custom-header-scope .navbar-nav .nav-link {
  color: var(--brand-black) !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px !important;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.custom-header-scope .navbar-nav .nav-link:hover,
.custom-header-scope .navbar-nav .nav-link:focus {
  color: #ffffff !important;
  background-color: var(--brand-black);
}
.custom-header-scope .navbar-nav .nav-item.active .nav-link,
.custom-header-scope .navbar-nav .nav-item .nav-link.active-box {
  background-color: var(--brand-black);
  color: #ffffff !important;
}
.custom-header-scope .navbar-toggler {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--brand-black);
  padding: 5px 10px;
}
.custom-header-scope .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .custom-header-scope .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    border: none;
    border-top: 3px solid var(--brand-black);
  }
}
.custom-header-scope .dropdown-menu {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.custom-header-scope .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  font-size: 0.9rem;
  color: #000;
}
.custom-header-scope .dropdown-item:hover {
  background-color: var(--brand-light);
  color: #ffffff;
}
.custom-header-scope .hero-slider .carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.custom-header-scope .hero-slider .carousel-control-prev,
.custom-header-scope .hero-slider .carousel-control-next {
  width: 5%;
  z-index: 3;
  opacity: 0.85;
}
.custom-header-scope .hero-slider .carousel-control-prev-icon,
.custom-header-scope .hero-slider .carousel-control-next-icon {
  width: clamp(28px, 4vw, 44px);
  height: clamp(28px, 4vw, 44px);
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  background-size: 55% 55%;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-header-scope
  .hero-slider
  .carousel-control-prev:hover
  .carousel-control-prev-icon,
.custom-header-scope
  .hero-slider
  .carousel-control-next:hover
  .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 576px) {
  .custom-header-scope .hero-slider .carousel-control-prev,
  .custom-header-scope .hero-slider .carousel-control-next {
    width: 12%;
  }
}
.custom-header-scope .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.custom-header-scope .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 80%;
  z-index: 2;
}
.custom-header-scope .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.custom-header-scope .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.custom-header-scope .btn-hero {
  border: 2px solid #ffffff;
  color: #000000;
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  background: #ffffff;
  transition: all 0.3s;
  text-decoration: none;
}
.custom-header-scope .btn-hero:hover {
  background-color: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-black);
}
@media (max-width: 991px) {
  .custom-header-scope .top-bar-content {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .custom-header-scope .hero-slider .carousel-item {
    height: 400px;
  }
  .custom-header-scope .hero-title {
    font-size: 2rem;
  }
  .custom-header-scope .main-navbar .navbar-collapse {
    padding-bottom: 10px;
  }
  .custom-header-scope .main-navbar .navbar-nav .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 20px !important;
  }
}
@media (max-width: 576px) {
  .custom-header-scope .promo-text {
    display: none;
  }
} /* --- 1. DOUBLE BORDER IMAGE (Same as Listing) --- */
.detail-img-container {
  border: 3px solid var(--brand-dark);
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}
.detail-img-container img {
  width: 100%;
  height: auto;
  border: 2px solid var(--brand-yellow);
  display: block;
} /* --- 2. SIDEBAR --- */
.sidebar-box {
  background-color: #fffbf0; /* Light Beige */
  padding: 20px;
  border-radius: 4px;
}
.sidebar-title {
  font-weight: 800;
  border-left: 5px solid var(--brand-dark);
  padding-left: 10px;
  margin-bottom: 20px;
}
.sidebar-list {
  list-style: none;
  padding: 0;
}
.sidebar-list li a {
  display: block;
  padding: 12px 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #333 !important;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.sidebar-list li a:hover {
  padding-left: 20px;
  color: var(--brand-dark) !important;
}
.sidebar-list li a.active {
  background-color: var(--brand-yellow);
  color: #000;
  border-color: var(--brand-yellow);
} /* --- 3. STATS BAR --- */
.stats-bar {
  background-color: var(--brand-dark);
  color: #fff;
  padding: 30px 0;
  margin: 40px 0;
  border-radius: 4px;
  text-align: center;
}
.stat-val {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.9;
}
.stat-col {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.stat-col:last-child {
  border-right: none;
} /* --- 4. PROCESS STEPS (01, 02...) --- */
.process-box {
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  height: 100%;
}
.step-badge {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
} /* Alternating Colors for Steps */
.bg-step-1 {
  background-color: var(--brand-light);
}
.bg-step-2 {
  background-color: var(--brand-yellow);
  color: #000;
} /* --- 5. BEFORE / AFTER --- */
.project-img-box {
  position: relative;
  border: 5px solid var(--brand-dark);
}
.project-img-box img {
  width: 100%;
  display: block;
}
.badge-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--brand-yellow);
  color: #000;
  font-weight: 800;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 3px;
} /* --- 6. FAQ ACCORDION --- */
.accordion-button {
  font-weight: 700;
  color: #000;
  background-color: #f9f9f9;
}
.accordion-button:not(.collapsed) {
  background-color: #fffbf0 !important;
  color: var(--brand-dark) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--brand-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}


/* .page-content a{
  color: var(--brand-dark) !important;
  text-decoration: none !important;
} */