body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 80px;
}


h1 { color: #475336; font-size: 3.2em; }

.navbar-nav .nav-link {
    color: #475336;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-left: 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #869EB9;
}

.navbar-nav .nav-link.active {
    color: #ECAD45;
}


h2 {color: #475336; font-size: 4em; margin: 30px 0 0 0;}
.data {color: #ecad45; font-size: 2em; font-weight: bold; margin-top: 0;}



#address {
color: #475336;
}

#social {
width: 300px;

}

footer {
    margin-top: auto;
}

.estimate-btn {
    background-color: #869EB9;
    color: white;
    transition: all 0.3s ease;

    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px 22px;
    border-radius: 6px;
}

.estimate-btn:hover {
    background-color: #ecad45;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}


html, body {
    overflow-x: hidden;
}

.form-label {
  color: #475336;
  font-weight: 500;
}

/* Make all form placeholders consistent light gray */
::placeholder {
  color: #999 !important;
  opacity: 1;
}

select:required:invalid {
  color: #999;
}


.quote-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 12px;
}

.quote-section p {
  font-size: 0.95em;
  line-height: 1.6;
  max-width: 600px;
  margin: auto;
}

.services-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-section h3 {
  color: #475336;
}

.services-section p {
  color: #475336;
}

.services-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  background-color: #F5F7F3;
  border-radius: 6px;
}

.services-card:nth-child(1) { background-color: #EEF3EA; }
.services-card:nth-child(2) { background-color: #F5F7F3; }
.services-card:nth-child(3) { background-color: #EEF3EA; }
.services-card:nth-child(4) { background-color: #F5F7F3; }
.services-card:nth-child(5) { background-color: #EEF3EA; }

.services-card {
  position: relative;
  overflow: hidden;
}

.services-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ECAD45;
}

.services-card:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
}

/* Page title */
.section-title {
  font-size: 4em;
  color: #475336;
  margin-bottom: 2rem;
}

/* Service titles */
.service-title {
  font-size: 2.2em;
  color: #475336;
  margin-bottom: 1rem;
}

section {
  overflow: hidden;
}

.about-section {
  overflow: visible;
}

#aboutCarousel img {
  border-radius: 6px;
}

.contact-section {
  min-height: 75vh;
}

.contact-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #475336;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* About page */
.about-section {
  padding-bottom: 60px;
  box-sizing: border-box;
  min-height: 420px;
}

/* =============================================
   NAVBAR CLEARANCE — fixes title cut-off on
   all pages across all screen sizes
   ============================================= */

/* Desktop: navbar ~72px */
.showcase-section {
  padding-top: 150px;
  padding-bottom: 50px;
}

/* Home page hero sits a bit higher since it has a large image */
.hero-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

/* Tablet */
@media (max-width: 991px) {
  .showcase-section {
    padding-top: 120px;
  }
  .hero-section {
    padding-top: 120px;
  }
  .about-section {
    min-height: unset;
    padding-top: 120px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .showcase-section {
    padding-top: 150px;
  }
  .hero-section {
    padding-top: 150px;
  }
  .about-section {
    min-height: unset;
    padding-top: 150px;
  }
}

/* Responsive typography for mobile */
@media (max-width: 768px) {
  h2 {
    font-size: 2.2em;
  }
  .service-title {
    font-size: 1.6em;
  }
}

/* Services page: make H1 clearly bigger than service H2s */
.services-page-title {
  font-size: 2.8em;
  color: #475336;
  margin-bottom: 0.3em;
}

/* Contact page: ensure form section fills space nicely */
.contact-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .contact-section {
    min-height: unset;
    align-items: flex-start;
  }
  .services-page-title {
    font-size: 2em;
  }
}

.navbar-brand {
  width: 140px;
}

/* === PREMIUM CIRCLE THUMBNAILS === */
.circle-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px auto;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.circle-label {
  font-size: 14px;
  color: #475336;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

a:hover .circle-label {
  color: #869EB9;
}

a {
  color: inherit;
  text-decoration: none;
}

#services {
  scroll-margin-top: 140px;
}

/* =============================================
   SERVICES SCROLL GROW EFFECT
   ============================================= */

.service-img {
  width: 85%;
  display: block;

  transform: scale(0.92);
  transition: transform 1.2s ease-out;

  will-change: transform;
}

.service-img.active {
  transform: scale(1);
}

/* =============================================
   PREMIUM CIRCLE HOVER EFFECT
   ============================================= */

.circle-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px auto;

  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.circle-img:hover {
  transform: scale(1.04) translateY(-4px);

  box-shadow:
    0 18px 35px rgba(0,0,0,0.12);
}

/* =============================================
   H1 PAGE LOAD ANIMATION
   ============================================= */

h1 {
  animation: fadeUpIn 1.2s ease 0.3s both;
}

@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation delays */
.animate-delay-1 {
  animation: fadeUpIn 1.2s ease 0.6s both;
}

.animate-delay-2 {
  animation: fadeUpIn 1.2s ease 0.9s both;
}

/* =============================================
   TESTIMONIAL CARD HOVER
   ============================================= */

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.10);
}

/* =============================================
   MOBILE NAVBAR FIX
   ============================================= */
@media (max-width: 576px) {
  .navbar img {
    width: 180px !important;
  }

  .hero-section {
    padding-top: 180px;
  }

  .showcase-section {
    padding-top: 180px;
  }

  .about-section {
    padding-top: 180px;
  }
}

#services .container {
    padding-left: 20px !important;
  }