html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box; 
  scroll-padding-top: 40px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  background-color: #eeeae8;
  color: #353539;
}

header, nav, .main-menu {
  margin: 0;
  padding: 0;
}

.btn {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 10px 20px;
  background: #05a3a3;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

h1 {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  color: #ffffff;
  z-index: 2;
  position: relative;
}


.section {
  padding: 0;
  background-color: #f9f9f9;
}

.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto; 
  object-fit: cover;
  display: block;
}

.hero-content {
  text-align: center;
  padding: 0px 0px 80px;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-content .btn {
  font-family: 'Raleway', sans-serif;
  padding: 10px 20px;
  background: #05a3a3;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.arrow {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  font-size:30px;
  color:#fff;
  cursor:pointer;
  z-index:4;
  padding:10px;
}

.prev { left:20px; }
.next { right:20px; }

.slider-dots {
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:4;
}

.slider-dot {
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  opacity:0.5;
  cursor:pointer;
}

.slider-dot.active {
  opacity:1;
}

.section-content {
  max-width: 1400px;
  margin: 20px auto 0 auto;
}

.section-title {
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  margin: 0px auto;
  max-width: 1400px;
  padding-top: 20px;
  padding-left: 45px;
  letter-spacing: 6px;
  z-index: 2;
  position: relative;
}

#contact .section-title {
  color: #42999c; 
  font-size: 2.9rem;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 83px;
  background-color: rgba(53, 53, 57, 0.7);
  z-index: 1;
}

.park {
  position: relative;
  background-color: #42999c;
  padding: 0;
}

.park-bg {
  background-image: url('images/section-background.jpg');
}

.two-images {
  display: flex;
  gap: 1rem;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}

.two-images .image-placeholder {
  flex: 1;
}

.two-images .image-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.two-images .image-placeholder img.golf-image {
  width: 100%;
  height: 900px; 
  object-fit: cover; 
}
#park-golf .section-content {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

#park-golf .text-box {
  flex: 0.4;
}

#park-golf .two-images {
  flex: 1.6;
  display: flex;
  gap: 1rem;
  margin: 0; 
  max-width: none;
}

#park-golf .two-images .image-placeholder {
  height: 780px;
}

#park-golf .two-images .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.section-text-boxes {
  display: flex;
  gap: 2rem;
  max-width: 1400px;
  margin-top: 0rem;
  padding: 0;
}

.one-image {
  flex: 2;
  position: relative;
}

.one-image .image-placeholder {
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.one-image .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}





.text-box {
  flex: 1;
  padding: 0 3rem;
}

.text-title {
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 0;
}

.text-highlight {
  color: #fff493;
  font-size: 2.0rem;
  margin-top: -0.1px;
}

.text-normal {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 1px;
  padding-bottom: 38px;
}

.large-image {
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.large-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.golf-image {
  height: 730px;
}

.footer {
  background-color: #f9f9f9;
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #ddd;
}

.logo-header-img {
  max-width: 350px;
  margin: 50px auto 15px auto;
  display: block;
}

.logo-header {
  padding-top: 0px;
}

.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #eeeae8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 1000;
  padding: 10px 30px;
  border-bottom: 0px solid rgb(255, 255, 255); 
  box-sizing: border-box; 
}

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-menu ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.main-menu ul li a:hover {
  color: #0077cc;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1100;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
}



.gallery-section {
  width: 100%;
  background: #000;
  margin-top: 0;
  position: relative;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 90px; 
  padding-bottom: 90px; 
}

.gallery-track {
  height: 690px;
  position: relative;
}

.gallery-img {
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
}

.gallery-img.active {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.gallery-img.prev,
.gallery-img.next {
  opacity: 0.5;
  filter: brightness(40%);
  z-index: 2;
}

.gallery-img.prev { left: 5%; }
.gallery-img.next { right: 5%; }

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.gallery-btn.prev { left: 10px; }
.gallery-btn.next { right: 10px; }



.gallery-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 6px;
  width: 20px;
  background: rgba(255,255,255,0.3);
  display: inline-block;
  margin: 6px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}


.dot.active {
  width: 40px; 
  background: rgba(255,255,255,0.2);
}

.dot.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: white;
  animation: progress 5s linear forwards;
}

@keyframes progress {
  from { width: 0%; }
  to { width: 100%; }
}

.contact-section {
  position: relative;
  background-color: #1d1c1c;
  padding: 60px 0;
  color: #fff;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0px auto;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 2rem;
  margin: 80px auto;
}

.contact-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.contact-info h3 {
  font-size: 1.8rem;
  margin: 5px 0;
}

.contact-info p {
  font-size: 1.1rem;
  margin: 3px 0;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

.contact-btn {
  margin-top: 45px;
  width: max-content;
}

.contact-map {
  flex: 1;
  min-width: 300px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.contact-top {
  display: flex;
  align-items: center; 
  gap: 20px; 
  margin-bottom: 20px;
}

.contact-logo {
  max-width: 100px;
  height: auto;
  margin: top;
}

.contact-text h3 {
  font-size: 1.5rem;
  margin: 0 0 5px 0;
}

.contact-text p {
  font-size: 1.1rem;
  margin: 2px 0;
}
#contact-email {
  color: #fff493;
  text-decoration: none;
}

#contact-email:hover {
  text-decoration: underline;
}

.site-footer {
  background-color: #1d1c1c;
  padding: 30px 20px 10px 20px;
  text-align: center;
  color: #fff;
  border-top: none; 
}

.footer-logo-wrapper {
  margin-bottom: 15px;
}

.footer-logo {
  max-width: 130px;
  height: auto;
}


.footer-copy {
  width: 100%; 
  background-color: #000; 
  padding: 10px 0;
  font-size: 0.8rem; 
  color: #fff;
  text-align: center;
  margin: 0; 
}
.photo-links-section {
  background-color: #f9f9f9; 
  padding: 40px 20px;
}

.photo-links-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.photo-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #353539;
  text-decoration: none;
}

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

.photo-link p {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.photo-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}


.minigolf-img {
  height: 50px; 
}


@media (max-width: 1024px) {
  .photo-links-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  
  .photo-link img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  #park-golf .section-content {
    flex-direction: column;
    align-items: center;
  }

  #park-golf .two-images {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  #park-golf .two-images .image-placeholder {
    width: 100%;
    height: auto; 
  }

  #park-golf .two-images .image-placeholder img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .main-menu ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(238, 234, 232, 0.95);
    z-index: 1000;
    padding: 10px 0;
  }

  .main-menu ul.show {
    display: flex;
  }

  .hamburger {
    display: flex;
    position: fixed;
    top: 15px;
    right: 20px;
  }

  .hero-image {
    height: 35vh;
  }

  .logo-header-img {
    max-width: 65%;
  }

  .two-images, .small-image-links, .gallery-placeholder {
    flex-direction: column;
  }

  .section-text-boxes {
    flex-direction: column; 
    gap: 1.5rem; 
  }

  .text-highlight {
  font-size: 1.7rem;
  }


  .one-image .image-placeholder {
    height: auto;
    width: 100%; 
  }

  .one-image .image-placeholder img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    object-position: center; 
  }

  .photo-links-wrapper {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .photo-link {
    width: 100%;
  }

  .photo-link img {
    width: 100%;
    height: auto;
    display: block;
  }

  .photo-link p {
    margin-top: 8px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .photo-link {
    width: 100%; 
  }
}