.lead {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .lead {
    font-size: 18px;
    line-height: 30px;
    margin-right: 5%;
    margin-left: 5%;
  }
}


.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;
  position: relative;
  z-index: 9999; /* Ensure it's above other content */
}

.page-title.text-center {
  position: relative; /* Make it a positioned element */
  margin-top: 0%;
}

.page-title.text-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
}

.page-title.text-center h1, 
.page-title.text-center p {
  position: relative; /* Ensure the text appears above the overlay */
  z-index: 2;
}

.page-title__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #F8F4E8;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.page-title.text-center, /* Main Headboard */
.footer {
  border-radius: 16px;
  border: 5px solid #CAA86B;
  z-index: 2;
}

.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0% 0; /* Adjust height */
  margin: 30px 30px 30px;
}



@media screen and (min-width: 320px) and (max-width: 1024px) {
  .footer {
    margin: 0px 0px 0px; /* Add margin for desktops */
  }
}
.footer__bottom {
  padding: 0% 0; /* Adjust padding for the bottom section */
}

.map {
  margin-top: 10%;
  margin-bottom: 10%;
}

.btn.btn--lg.btn--color.btn--button {
  display: inline-block; /* Ensures flexibility in layout */
  background-color: #577652; /* Shared background color */
  color: #CAA86B; /* Text color from the second rule */
  padding: 5px 20px; /* Padding from the first rule */
  border-radius: 16px; /* Higher border-radius from the first rule */
  font-size: 18px; /* Shared font size */
  font-weight: bold; /* Shared font weight */
  text-align: center; /* Shared text alignment */
  text-decoration: none; /* Remove underline */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.2); /* Soft shadow */
  transition: all 0.3s ease; /* Shared transition */
  z-index: 2; /* From the second rule */
  margin-left: auto; /* Center-align horizontally */
  margin-right: auto; /* Center-align horizontally */
  display: block; /* Full-width button to center in its container */
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn.btn--lg.btn--color.btn--button {
  margin-top: 0%;
  margin-bottom: 10%;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
.row.justify-content-center{
  margin-bottom: 0%;
}
}

.residential-barlow-semi-bold-concord-24px,
.commercial-barlow-semi-bold-concord-24px {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-left: 15%;
  color: #7C7C7C;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .commercial-barlow-semi-bold-concord-24px {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    margin-left: 15%;
    padding-top: 25%;
    color: #7C7C7C;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
  }
}

@media (max-width: 1024px) {
  .commercial-barlow-semi-bold-concord-24px {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    margin-left: 15%;
    padding-top: 5%;
    color: #7C7C7C;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
  }
}

.features-24px {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-left: 20%;
  padding-top: 4%;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
.features-24px {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-left: 20%;
  padding-top: 10%;
}
}

.how-it-works {
  text-align: center;
  font-size: 34px; /* Adjust as needed */
  font-weight: bold;
  margin-top: 10%; 
  margin-bottom: 5%; 
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
  color: #7C7C7C;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .how-it-works {
    text-align: center;
    font-size: 30px; /* Adjust as needed */
    font-weight: bold;
    margin-top: 10%; 
    margin-bottom: 5%; 
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
    color: #7C7C7C;
  }
}

.features-18px,
.features-18px-bottom {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  margin-left: 20%;
  margin-bottom: 5%;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .features-18px-bottom {
    padding-bottom: 0%;
  }
}

.features-18px-bottom {
  margin-bottom: 10%;
}

.mb-32 {
  color: #7C7C7C;
  margin-bottom: 8%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.mb-32-bottom {
  color: #7C7C7C;
  margin-bottom: 0%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.black-18px {
  margin-left: 15%;
}

.page-title__title {
  color: #F8F4E8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.5); /* Soft shadow */
  -webkit-text-stroke: 2px #CAA86B;
}
/*-------------------------------------------------------*/
/* Service 1 */
/*-------------------------------------------------------*/
.service-1__title {
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  white-space: nowrap; /* Prevent text wrapping */
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}

@media screen and (min-width: 320px) and (max-width: 768px) {
.service-1__title {
  padding-bottom: 15px;
  font-size: 30px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  white-space: nowrap; /* Prevent text wrapping */
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}
}

.service-1 {
  filter: drop-shadow(1px 1px 3px #527351);
}

.service-1__url.hover-scale {
  border: 5px solid #CAA86B;
  border-radius: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  
  .service-1 {
    padding: 0px 18% 0px 18%;
    filter: drop-shadow(1px 1px 3px #527351);
  }

  .service-1__text {
    font-size: 20px;
    line-height: 1.5; /* Ensure proper spacing between lines */
  }

  .service-1__list {
    font-size: 20px;
    line-height: 1.5; /* Ensure proper spacing between lines */
  }

  .black-18px {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .service-1 {
  margin: 30px;
  }
}

.service-1 {
  margin-bottom: 40px;
}

.service-1__url {
  display: block;
}

.service-1__img {
  width: 100%;
}

.service-1__info {
  position: relative;
  margin-top: -60px;
  margin-left: 24px; 
  margin-bottom: 55%;
  background-color: rgba(248, 244, 232, 0.75);
  padding: 10px 30px;
  border: 5px solid #CAA86B;
  border-radius: 16px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .service-1__info {
    position: relative;
    margin-top: -70px;
    margin-left: 10px; 
    margin-right: 10px;
    margin-bottom: 30%;
    background-color: rgba(248, 244, 232, 0.75);
    padding: 10px 30px;
    border: 5px solid #CAA86B;
    border-radius: 16px;
  }
}


.service-1__features {
  width: 50%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.service-1__feature {
  width: 50%;
  line-height: 30px;
  color: #222222;
}

.service-1__feature-icon {
  width: 50%;
  color: #CAA86B;
  margin-right: 5px;
}

/*-------------------------------------------------------*/
/* Hamburger Nav */
/*-------------------------------------------------------*/
@media (max-width: 1024px) {
  .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: 769px) {
  .nav {
    position: relative; /* Reset to default for desktop */
    z-index: auto;
    z-index: 9999; /* Ensure it's above other content */
    cursor: pointer;
  }

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

.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%;
}

/* Adjust spacing for desktop */
@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 */
  }
}
/*-------------------------------------------------------*/
/* 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;
}
/*-------------------------------------------------------*/
/* Parallax */
/*-------------------------------------------------------*/

.golf-sim-basics-watercolor-01 {
    position: absolute;
    top: 0.2%; 
    left: -80%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor01.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 50%;
  }
  
  
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-01 {
      position: absolute;
      top: 1.5%; 
      left: -40%;
      width: 1000%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor01.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-01 {
      position: absolute;
      top: 0.2%; 
      left: -80%;
      width: 200%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor01.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
/*-------------------------------------------------------*/
  .golf-sim-basics-watercolor-02 {
    position: absolute;
    top: 19%; 
    left: -10%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor02.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 20%;
  }
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-02 {
      position: absolute;
      top: 40%; 
      left: -10%;
      width: 600%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor02.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-02 {
      position: absolute;
      top: 19%; 
      left: -80%;
      width: 300%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor02.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 20%;
    }
  }
/*-------------------------------------------------------*/
  .golf-sim-basics-watercolor-03 {
    position: absolute;
    top: 10%; 
    left: 0%;
    width: 500%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor03.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 50%;
  }
  
  
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-03  {
      position: absolute;
      top: 5%; 
      left: 0%;
      width: 1000%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor03.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-03  {
      position: absolute;
      top: 30%; 
      left: -20%;
      width: 400%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor03.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
/*-------------------------------------------------------*/
  .golf-sim-basics-watercolor-04 {
    position: absolute;
    top: 50%; 
    left: -80%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor04.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 50%;
  }
  
  
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-04  {
      position: absolute;
      top: 50%; 
      left: -10%;
      width: 600%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor04.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-04  {
      position: absolute;
      top: 55%; 
      left: -30%;
      width: 200%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor04.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
/*-------------------------------------------------------*/
  .golf-sim-basics-watercolor-05 {
    position: absolute;
    top: 25%; 
    left: -10%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor05.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 50%;
  }
  
  
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-05  {
      position: absolute;
      top: 45%; 
      left: -40%;
      width: 600%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor05.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-05  {
      position: absolute;
      top: 55%; 
      left: -80%;
      width: 00%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor05.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  /*-------------------------------------------------------*/
  .golf-sim-basics-watercolor-06 {
    position: absolute;
    top: 44%; 
    left: -20%;
    width: 200%;
    height: auto;
    aspect-ratio: 16 / 9; 
    background-image: url('/img/golf-sim-basics/GSB-Watercolor06.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    opacity: 50%;
  }
  
  
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .golf-sim-basics-watercolor-06  {
      position: absolute;
      top: 38%; 
      left: -30%;
      width: 1000%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor06.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .golf-sim-basics-watercolor-06  {
      position: absolute;
      top: 45%; 
      left: -30%;
      width: 200%;
      height: auto;
      aspect-ratio: 16 / 9; 
      background-image: url('/img/golf-sim-basics/GSB-Watercolor06.png');
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -2;
      opacity: 50%;
    }
  }