
/*-------------------------------------------------------*/
/* Hamburger Nav */
/*-------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; /* Ensure it stays above all content */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

@media (max-width: 1280px) {
  .nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; /* Ensure it's above other content */
  }

  body {
    padding-top: 60px; /* Adjust this value to match the height of your nav */
  }
}

@media (min-width: 1024px) {
  .nav {
    position: relative; /* Reset to default for desktop */
    z-index: auto;
    z-index: 9999; /* Ensure it's above other content */
  }

  body {
    padding-top: 0; /* Remove padding for desktop */
  }
}

.nav__menu > li > a {
  font-family: "Barlow", sans-serif; /* Menu */
  font-weight: 700;
  color: #527351;
  font-size: 18px;
  padding: 0 17px;
  line-height: 95px;
  display: block;
  z-index: 9999; /* Ensure it's above other content */
}

.nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.nav__menu > li {
  padding: 10px 0; /* Space between items */
  position: relative; /* Needed for pseudo-element positioning */
}

.nav__menu > li > a {
  color: #527351;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding-bottom: 5px; /* Add space between text and line */
}

.nav__menu > li::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #527351; 
  margin-top: 15px; 
  width: 100%;
}

/* Adjust phone number alignment */
.nav__phone--mobile {
  text-align: center; /* Center-align the phone number */
  margin-top: 20px; /* Add some space above the phone number */
}

.nav__phone--mobile .nav__phone-number {
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10%;
}

.footer {
  background-image: url('img/footer/1.jpg');
  background-size: cover; /* Ensures the image stretches to cover the entire area */
  background-position: center; /* Keeps the image centered */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}


@media (min-width: 992px) {
  .nav__menu > li {
      display: inline-block;
      margin-right: 15px; /* Space between desktop menu items */
  }

  .nav__menu > li::after {
      display: none; /* Remove lines for desktop */
  }
}

/*-------------------------------------------------------*/
/* Hero Section */
/*-------------------------------------------------------*/

.hero-heading {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.hero-heading-1 {
  color: #577652;
  font-family: var(--font-family-barlow);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.08px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0px 4px 4px #00000040;
  white-space: nowrap;
  padding-bottom: 2%;
}

.rev_slider.rounded-section.revslider-initialised.tp-simpleresponsive {
  border-radius: 16px;
  border: 5px solid #CAA86B;
  overflow: hidden;

}

.expertise.barlow-semi-bold-cactus-24px01 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

.expertise.barlow-semi-bold-cactus-24px02 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

.expertise.barlow-semi-bold-cactus-24px03 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

.expertise.barlow-semi-bold-cactus-24px04 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

.expertise.barlow-semi-bold-cactus-24px05 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

.expertise.barlow-semi-bold-cactus-24px06 {
  font-weight: bold;
  margin-top: -0px; /* Move up */
  margin-bottom: 0px; /* Move down */
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #slider-1.rev_slider.rounded-section.revslider-initialised.tp-simpleresponsive {
    min-height: 85vh; 
    font-size: 66px;
  }


}

@media (max-width: 576px) { 
  .hero-heading-1 {
    font-size: 20px;
    line-height: 20px;
    white-space: normal;
  }
}

@media screen and (min-width: 370px) and (max-width: 435px) { 
  .hero-heading-1 {
    font-size: 18px !important;
  }
}

/*-------------------------------------------------------*/
/* Scroll Indicator */
/*-------------------------------------------------------*/

.scroll-indicator {
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-top: 1%; 
  margin-bottom: 1%;
}

.scroll-indicator img {
  animation: bounce 1.5s infinite; 
  opacity: 75%;
}


@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}



/*-------------------------------------------------------*/
/* Main-body Text */
/*-------------------------------------------------------*/

.header-tagline {
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 59px;
  z-index: -1;
}


.header-space-0-1 {
  align-self: stretch;
  height: 30px;
  position: relative;
  width: 100%;
  z-index: -1;
}

.header-tagline-header  {
  font-size: 26px;
  letter-spacing: 0.90px;
  margin: 20px 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.header-tagline-1 {
  margin-top: 8%;
}

.about-us-details-1 {
  align-self: stretch;
  color: #577652;
  font-family: var(--font-family-barlow);
  font-size: 26px !important;
  letter-spacing: 0.84px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

@media (min-width: 310px) and (max-width: 1024px) {
  .header-tagline-header  { 
    font-size: 26px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    letter-spacing: 0.90px;
    margin-top: 20%;
    margin: 20px 20px;
    position: relative;
    text-align: center;
    font-weight: bold;
    z-index: -1;
  }
  .header-tagline-1 {
    margin-top: 15%;
    line-height: 1.25; /* Adjust this value as needed */
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .about-us-details-1 {
    align-self: stretch;
    color: #577652;
    font-family: var(--font-family-barlow);
    font-size: 22px !important;
    font-weight: 40;
    letter-spacing: 0.84px;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    font-weight: bold;
    z-index: -1;
  }
}

.expertise-space {
  align-self: stretch;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  z-index: -1;
}

.expertise-section {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 24px 20%;
  position: relative;
  width: 100%;
  z-index: -1;
}

.expertise-section-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.expertise-section-2 {

  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.expertise-section-3 {

  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.expertise-section-4 {

  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.expertise-section-5 {

  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.expertise-section-6 {

  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #577652;
  z-index: -1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

@media (min-width: 320px) and (max-width: 1024px) {
  .expertise-section {
    padding: 20px 15%; /* Adjust padding for mobile */
    gap: 5px; /* Reduce gap for smaller screens */
  }

  .expertise-section-1 {
    gap: 10px; /* Adjust spacing between elements */
    width: 90%; /* Ensure content stays within the viewport */
    color: #577652;
  }

  .cta-section-1.barlow-medium-eerie-black-24px {
    margin-top: 5%;
    padding: 20px 20px;
  }
}

.expertise-1-icon {
  height: 100%;
  position: relative;
  width: 20px;

}

.cta-section-1.barlow-medium-eerie-black-24px {
  margin-top: 5%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */

}

/*-------------------------------------------------------*/
/* CTA Section */
/*-------------------------------------------------------*/

.cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 20px auto;
}

.cta-section-1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}

.cta-btn {
  margin: 10px auto;
  display: block;
  width: fit-content;
}

.cta-btn.cta {
  padding-bottom: 2%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.2); /* Soft shadow */
}

.cta-btn-1 {
  display: inline-block;
  background-color: #577652;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .cta-btn.cta {
    padding-bottom: 2%;
  }
}

.cta-btn-1:hover {
  background-color: #405c39;
}

@media (max-width: 768px) {
  .cta-btn-1 {
    padding: 12px 20px;
  }
}

/*-------------------------------------------------------*/
/* Residential and Commercial Section */
/*-------------------------------------------------------*/



.residential-commercial-feature-container {
  display: flex;
  flex-direction: row; /* Arrange sections side by side */
  align-items: center; /* Center items vertically */
  justify-content: space-around; /* Evenly space sections */
  margin: auto; /* Center and add horizontal margin */
  margin-top: 2%;
  z-index: -1;
}


.feature-list li {
  display: flex;
  align-items: center; /* Align icon and text */
  font-size: 24px; /* Font size for list items */
  line-height: 2.0; /* Spacing between list items */
  z-index: -1;
}


.icon {
  width: 20px; /* Icon width */
  height: 20px; /* Icon height */
  margin-right: 20px; /* Space between icon and text */
  z-index: -1;
}


.feature-image {
  max-width: 500px; /* Maximum width of the image */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Rounded corners */
  padding: 5%; /* Padding around the image */
  z-index: -1;
}


.section-title {
  font-size: 30px; /* Font size for header */
  text-align: center; /* Center-align the text */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
  z-index: -1;
}

/*-------------------------------------------------------*/
/* Testimonials*/
/*-------------------------------------------------------*/

.title-row.text-center {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.section-wrap.rounded-section {
  margin-top: 4%;
}

.testimonial__author {
  text-align: center; /* Centers the text horizontally */
  display: block; /* Ensures the element spans the full width of its container */
  margin-top: 10px; /* Optional: Adjust spacing above */
  margin-bottom: 10px; /* Optional: Adjust spacing below */
  font-weight: bold; /* Optional: Makes the text stand out */
}

.section-wrap.rounded-section {
  display: flex; /* Enable flexbox */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  justify-content: center; /* Center children vertically */
  z-index: -1;
  padding: 20px; /* Add some padding to prevent content from touching edges */
  border-radius: 16px;
  border: 5px solid #CAA86B;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .section-wrap.rounded-section { 
    margin-top: 30%;

  }
}
  @media screen and (max-width: px) {
    .section-wrap.rounded-section { /* 20px margin */
      padding: 20px;
  
    }

  .section-wrap.rounded-section h2, /* Target the "What clients say about us" heading */
  .section-wrap.rounded-section p { /* Target the testimonial text */
    font-size: 16px; /* Adjust this size as needed */
    line-height: 1.5; /* Maintain good readability */
  }
}
/*-------------------------------------------------------*/
/* Partners*/
/*-------------------------------------------------------*/
.text-center-partners {
text-align: center;
margin-top: 5%;
margin-bottom: 5%;
}
/*-------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------*/
.footer__phone,
.footer__phone a {
  color: #1F1F1F; /* Set the desired color */
  text-decoration: none; /* Optional: Remove underline for links */
}

.footer__phone a:hover {
  text-decoration: underline; /* Optional: Add underline on hover */
}

@media (min-width: 768px) {
  .footer .widget_nav_menu {
    display: none; /* Hide footer buttons on desktop */
  }
}

.footer {
  border-radius: 16px;
  border: 5px solid #CAA86B;
}

.footer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer__bottom {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}

.footer__bottom p {
  font-size: 14px;
  text-align: right;
}

.widget_nav_menu .active a {
  color: #C29D64; 
  font-weight: bold; 
}

@media screen and (max-width: 1060px) {
  footer.footer.rounded-section {
    padding: 20px; 
    margin: 0 20px 20px; 
    box-sizing: border-box; 

  }

  footer.footer.rounded-section p,
  footer.footer.rounded-section a {
    font-size: 16px; 
    text-align: center; 
  }
}

.footer__phone-text {
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
}

.footer__phone-number {
  font-size: 18px !important;
  color: #caa86b !important;
  font-weight: bold !important;
}

.widget.widget_nav_menu {
  font-family: "Barlow", sans-serif; 
  font-weight: 700;
  color: #527351;
  font-size: 18px;
}

/*-------------------------------------------------------*/
/* Responsive Design */
/*-------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  .residential-commercial-feature-container {
    flex-direction: column; /* Stack sections vertically */
    margin: auto 5%; /* Reduce horizontal margin */
    margin-top: 10%;
  }

  .commercial-golf-solutions {
    margin-top: 28%;
  }

  .feature-list li {
    margin-left: -2vh;
    font-size: 24px !important; /* Smaller font size */
    font-weight: bold;
  }

  .feature-image {
    max-width: 500px !important; /* Reduce image size */
  }

  .section-title {
    font-size: 28px !important; /* Reduce font size for header */
  }

  .icon {
    width: 20px; /* Icon width */
    height: 20px; /* Icon height */
    margin-right: 10px; /* Space between icon and text */
    margin-left: 4vh !important;
  }
  
}

@media (min-width: 320px) and (max-width: 1024px) {
  .residential-commercial-feature-container {
    flex-direction: column; /* Stack sections vertically */
    margin: auto 5%; /* Reduce horizontal margin */
    margin-top: 10%;
  }

  .commercial-golf-solutions {
    margin-top: 28%;
  }

  .feature-list li {
    margin-left: -2vh;
    font-size: 16px; /* Smaller font size */
    font-weight: bold;
  }

  .feature-image {
    max-width: 300px; /* Reduce image size */
  }

  .section-title {
    font-size: 24px; /* Reduce font size for header */
  }

  .icon {
    width: 20px; /* Icon width */
    height: 20px; /* Icon height */
    margin-right: 10px; /* Space between icon and text */
    margin-left: -1vh;
  }
  
}

@media (min-width: 420px) and (max-width: 660px) {
  .tp-caption.hero-text {
    color: #F8F4E8;
    font-size: 38px !important; /* Adjusted for better readability */
    text-shadow: none;
    font-weight: 700 !important;
    line-height: 40px; /* Maintain proper spacing */
    font-family: "Barlow", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding-top: 1px;
  }

  .tp-caption.small-text {
    color: #F8F4E8;
    font-size: 16px !important; /* Adjusted smaller text */
    font-weight: 400;
    line-height: 20px; /* Maintain readability */
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: none;
  }
}
/*-------------------------------------------------------*/
/* Parallax */
/*-------------------------------------------------------*/

.index-watercolor-01 {
  position: absolute;
  top: 0.7%; 
  left: -10%;
  width: 120%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-image: url('/img/index/index-watercolor-01.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 50%;
  z-index: -1;
}



@media screen and (min-width: 320px) and (max-width: 768px) {
  .index-watercolor-01 {
    position: absolute;
    top: 0.3%; 
    left: -10%;
    width: 250%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-watercolor-01 {
    position: absolute;
    top: 0.9%; 
    left: -10%;
    width: 250%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -1;
  }
}
/*-------------------------------------------------------*/
.index-watercolor-02 {
  position: absolute;
  top: 10%; 
  left: -10%;
  width: 140%;
  height: auto;
  aspect-ratio: 16 / 9; 
  background-image: url('/img/index/index-watercolor-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 50%;
  z-index: -3;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .index-watercolor-02 {
    position: absolute;
    top: 0%; 
    left: -20%;
    width: 300%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -3;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-watercolor-02 {
    position: absolute;
    top: 0%; 
    left: -20%;
    width: 150%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -3;
  }
}
/*-------------------------------------------------------*/
.index-watercolor-03 {
  position: absolute;
  top: 70%; 
  left: -20%;
  width: 200%;
  height: auto;
  aspect-ratio: 16 / 9; 
  background-image: url('/img/index/index-watercolor-03.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 20%;
  z-index: -2;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .index-watercolor-03 {
    position: absolute;
    top: 40%; 
    left: -20%;
    width: 400%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-03.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 20%;
    z-index: -2;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-watercolor-03{
    position: absolute;
    top: 80%; 
    left: -20%;
    width: 300%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-03.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 20%;
    z-index: -2;
  }
}
/*-------------------------------------------------------*/
.index-watercolor-04 {
  position: absolute;
  top: 42%; 
  left: 10%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; 
  background-image: url('/img/index/index-watercolor-04.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 25%;
  z-index: -2;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .index-watercolor-04 {
    position: absolute;
    top: 38%; 
    left: -50%;
    width: 300%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('img/index/index-watercolor-04.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 25%;
    z-index: -2;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-watercolor-04 {
    position: absolute;
    top: 40%; 
    left: -50%;
    width: 300%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('img/index/index-watercolor-04.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 25%;
    z-index: -2;
  }
}
/*-------------------------------------------------------*/
.index-watercolor-05 {
  position: absolute;
  top: 20%; 
  left: -30%;
  width: 300%;
  height: auto;
  aspect-ratio: 16 / 9; 
  background-image: url('/img/index/index-watercolor-05.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 50%;
  z-index: -2;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .index-watercolor-05 {
    position: absolute;
    top: 20%; 
    left: -30%;
    width: 300%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-05.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -2;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index-watercolor-05 {
    position: absolute;
    top: 30%; 
    left: -30%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/index/index-watercolor-05.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 50%;
    z-index: -2;
  }
}
