
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
     font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}


.home-header {
    width: 100vw;
    height: 100vh;
    background: url('images/home-photo.PNG') no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;      
    
}

.process-header {
    width: 100vw;
    height: 100vh;
    background: url('images/process-photo-one.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;  
}

header h1 {
    margin: 10px 0 0;
    font-size: 2.5rem;
    color: #FFBF00;
}

header h2 {
    font-style: italic;
    font-weight: normal;
    color: #ccc;
    margin-bottom: 20px;
}

.main-strapline {
    border: none;
    color: white;
}

.home-image {
    max-width: 35vw;
}

.process-image {
    max-width: 35vw;
    max-height: 35vh;
}

nav {
   
        position: absolute;
        top: 0;
        left: 0;
        
        background-color: #222; /* or make it transparent */
        z-index: 3;
    
    
   
    padding: 10px 0;
    width: 100vw;
    text-align: center;
    margin: 0;
}

section {
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto;
}





p {
    line-height: 2.5;
    text-align: justify;
}

.gold-text {
    color: #FFBF00;
}


#faq {
    max-width: 800px;
    margin: 50px auto;
    text-align: left;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.faq-question {
    background: none;
    border: none;
    color: black;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question:hover {
    color: #FFBF00;
}

.faq-answer {
    display: none;
    padding-top: 10px;
    line-height: 1.6;
}

.faq-question.active + .faq-answer {
    display: block;
}

.plus-icon {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.faq-question.active .plus-icon {
    transform: rotate(45deg);
}


nav {
    background-color: #222;
    padding: 10px 0;
    text-align: center;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}

.navbar a:hover {
    color: #FFBF00;
}

footer a {
    color: #FFBF00;   
    
}






.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 280px;
    display: none;
    z-index: 1001;
}

.dropdown-content li {
    border-bottom: 1px solid #444;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.team-section, .faq-section, .landscape-section, .masonry-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.team-member {
    margin-top: 40px;
}

.team-member img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.team-member h3 {
    margin: 15px 0 5px;
    color: #FFBF00;
}

.team-member p {
    color: black;
}

.team-member-inner-div {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
  }
  
  .team-member-inner-div img {
    width: 40%;
    max-width: 200px;
    height: auto;
  }
  
  .team-member-inner-div p {
    width: 60%;
  }

  .softscapes-list, .masonry-list {
    text-align: left;
  }

  .woodwork-image, .masonry-image {
    max-width: 100%;
  }
  

footer {
    height: 50vh;
    background-color: black;
    color: white;
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2rem;
}

.phone-number {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: 10px;
    display: inline-block;
}

.social-link {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: 20px;
    display: inline-block;
}

.social-link i {
    margin-right: 8px;
    font-size: 1.4rem;
    vertical-align: middle;
}

.social-link:hover {
    color: #FFBF00;
}

.cta-button {
    background-color: #FFBF00;
    color: #000;
    padding: 10px 15px; 
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e6aa00;
}

a[href^="tel"] {
    color: white;
    text-decoration: none;
}

a[href^="tel"]:hover {
    color: #FFBF00;
}

.lighting-div-container {
    display: flex;
    align-items: center;      /* vertically center image/text */
    justify-content: space-between; /* space out the text and image */
    gap: 20px;                /* optional space between them */
    margin-bottom: 40px;      /* spacing below if stacking */
  }
  
  .lighting-div-text {
    flex: 1;
    text-align: justify;
   
  }
  
  .lighting-div-photo img {
    width: 100%;
    max-width: 400px;      /* adjust size to fit nicely */
    height: auto;
    border-radius: 10px;      /* optional rounded corners */
  }

  .softscape-photo {
    max-height: 50vh;
    max-width: 400px;
  }
  
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 9999;
  }
  
  .hamburger span {
    height: 3px;
    width: 25px;
    background-color: #FFBF00;
    margin: 4px 0;
    border-radius: 2px;
  }
  
  .feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
  }
  
  .feature-text {
    flex: 1;
  }
  
  .feature-row img.home-image {
    flex: 1;
    max-width: 40%;
    height: auto;
  }

  .contact-heading {
    font-size: 3em;
  }

  .contact-form {
    max-width: 500px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form button {
    padding: 10px;
    background-color: #FFBF00;
    color: black;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.6;
}

.contact-form textarea {
    resize: none; /* Prevents resizing */
}

.woodwork-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.woodwork-gallery .woodwork-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.woodwork-gallery .woodwork-image:hover {
  transform: scale(1.03);
}

.process-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.process-section h1 {
  color: black;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-step {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: left;
}

.process-step img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.process-step h3 {
  color: #FFBF00;
  margin-bottom: 10px;
}

.process-step p {
  color: #333;
  line-height: 1.6;
}


.softscapes-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.softscapes-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.softscapes-gallery img:hover {
  transform: scale(1.02);
}

/* TEAM PAGE IMPROVEMENTS */
.team-member {
  margin-top: 60px;
  margin-bottom: 60px;
}

.team-member-inner-div img {
  width: 45%;
  max-width: 300px;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.team-name {
  color: #FFBF00;
  margin-bottom: 5px;
}

.team-title {
  color: #ccc;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

footer {
  background-color: black;
  color: white;
  padding: 40px 20px;
  font-size: 1.1rem;
  position: relative;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-left, .footer-center, .footer-right {
  flex: 1;
  min-width: 200px;
}

/*
.footer-brand {
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
}

.footer-logo {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}
*/ 

.footer-brand {
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-flex; /* changed from inline-block */
  align-items: center;  /* vertically centers text and image */
  gap: 8px;             /* spacing between text and logo */
}

.footer-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
}


.footer-right h4 {
  margin: 5px 0;
}

.footer-right .social-link {
  display: inline-block;
  margin-top: 10px;
}

.built-by {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #ccc;
}

.built-by .roncy {
  color: #FFBF00;
  font-weight: bold;
}

.gold-text {
    color: #FFBF00;
}

.lighting-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.lighting-step {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.lighting-step img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.lighting-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}


.masonry-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.masonry-text {
  flex: 1;
  min-width: 280px;
}

.masonry-photo {
  flex: 1;
  min-width: 280px;
}

.masonry-photo img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.lighting-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
  text-align: center;
}

.lighting-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.lighting-item img:hover {
  transform: scale(1.03);
}

.lighting-item p {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #FFBF00;
    z-index: 2000;
    transition: width 0.25s ease-out;
}



@media (max-width: 768px) {

   
    header {
        margin-top: 0;
        padding-top: 0;
    }
    
    .home-header {
        margin-top: 0;
        padding-top: 0;
    }  


    .team-member-inner-div {
      flex-direction: column;
      text-align: flex-start;
    }
  
    .team-member-inner-div img,
    .team-member-inner-div p {
      width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .navbar li {
        width: 100%;
        text-align: center;
    }

    .navbar a {
        display: block;
        padding: 0px 0;
    }

    #nav-menu {
        display: none;
        flex-direction: column;
        background-color: #222;
        width: 100%;
      }
    
      #nav-menu.active {
        display: flex;
      }

    header {
        margin-bottom: 220px; 
    }

    .lighting-div-container {
        flex-direction: column;
        text-align: center;
      }
    
      .lighting-div-photo img {
        max-width: 100%;
      }

      .hamburger {
        display: flex;
      }

      .feature-row {
        flex-direction: column;
        text-align: center;
      }
    
      .feature-row img.home-image {
        max-width: 100%;
      }
  }



