body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  .orange_bg{
    background-color: #FF8C00;
    color: #ffffff;
  }
  .green_bg{
    background-color: #024b30;
    color: #ffffff;
  }
  .course-info {
    max-width: 400px;
    border-top-left-radius: 30px;
    border-top-right-radius: 10px;
  }
  .navbar{
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
  }
.nav-links .nav-link-btn {
    margin: 0 8px;
    padding: 8px 20px;
    font-size: 12px;
    border-radius: 25px;
    background-color: #72b043; 
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .nav-links .nav-link-btn:hover {
    background-color: #5aa921; 
  }
  
  .nav-links .nav-link-btn.active {
    background-color: #3f8b1e; 
  } 
  .nav-links .active i {
    font-size: 8px; 
    margin-right: 10px;
    align-self: center;
} 
  .signup a{
    padding: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
  .hero-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px;
  }
  .hero-container {
    position: relative;
    background: white;
    border-radius: 12px;
    overflow: hidden;
  }
  .golf-image {
  --r: 40px; 
  --s: 70px; 
  --x: 390px; 
  --y: 50px; 
  border-radius: 20px;
  height: 85vh;
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  }
  .video-container {
    position: relative;
    width: 100%;
    height: 82vh;
  }
  
  .golf-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  
  .video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
  }
  
  .video-controls button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .video-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .golf-overlay {
    position: absolute;
    top: 150px;
    left: 0;
    padding: 32px;
    font-size: 24px;
    max-width: 40%;
  }
  .golf-overlay h1 {
    color: white;
    font-weight: bold; 
    font-size: 3.5rem;
    text-transform: uppercase;
  }
  .golf-info {
    padding: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
  }
  .golf-title {
    font-weight: bold;
    font-size: 20px;
    margin:0 10px;
  }
  .golf-text {
    color: #555;
    font-size: 14px;
    margin:10px 10px;
  }
  .golf-title, .golf-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
  }
  
  .active .golf-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  
  .active .golf-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
  }
  
  /* Section */
  .section-title{
    padding: 10px 0;
  }
  .discover-1{
    margin-left: 20px;
  } 
  .section-top{
    margin-top: 300px;
  }
  .section-title h2{
    font-weight: bold;
    text-transform: uppercase;
  }
  .section-title small{
    text-transform: capitalize;
  }
  .section-title span{
    border-bottom: 3px solid #72b043;
  }
  .section-padding{
    padding: 20px 20px;
  }
  .section-content{
    margin: 40px 0;
  }
  .course-1{
    margin: 50px 20px 0px 20px;
  }
  .discover-country{
    margin: 50px 20px 0px 20px;
  }
/* Top 10 Courses */
.top_10_courses .course-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-item{
  margin-bottom: 20px;
}
.course-card {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(190, 178, 178, 0.3); 
}
.course-card-1{
  width: 120%;
}
.course-content {
  position: relative;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.course-content h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #FF8C00;
  margin: 0;
  z-index: 3;
}
.course-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}

.course-content p {
  font-size: 14px;
  color: #e9d9d9;
}

/* Button styles */
.explore-btn, .discover-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px; 
  font-size: 12px;
  transition: 0.3s;
  position: relative;
}
.explore-btn{
  background-color: #024b30;
}
.explore-btn:hover {
  background-color: #FF8C00;
}
.discover-btn {
  background-color: #FF8C00;
}
.discover-btn:hover {
  background-color: #024b30;
  border: #FF8C00 solid 2px;
} 
/* .long-arrow {
  flex: 0 0 30%; 
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.long-arrow::before {
  content: "";
  position: absolute;
  width: 90%; 
  height: 2px;
  background-color: white;
  right: 10%;
  top: 47%;
  transform: translateY(-50%);
} */

.long-arrow i {
  position: relative;
  z-index: 2;
  font-size: 17px; 
  color: white;
  margin-right: 10px;
}



/* Custom Navigation */
.custom-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  gap: 10px;
  margin-top: -60px;
  left: 90%;
  overflow: hidden;
}

.custom-nav button {
  background-color: #FF8C00;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-nav button:hover {
  background-color: #024b30;
}
 /* Spotlight Course */
 .index-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 250px);
  gap: 10px;
  width: 100%;
}

.index-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.index-grid-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; 
  color: inherit; 
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s ease;

}
.index-grid-item a:hover {
  text-decoration: none; 
  background-color: #024b30;  
}
.index-grid-item:hover {
  transform: scale(1.05);
}
.spotlight-icon-font {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100%;
}

.spotlight-icon-font i {
  font-size: 100px; 
  color: #ffffff; 
}
.index-grid-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.spotlight-content {
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.spotlight-content h2 {
  margin-top: 80px; 
}
.spotlight-content h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px;
}
.spotlight-content h4{
  font-size: 44px;
  font-weight: bold;
  color: #000;
}
.spotlight-content p{
  font-size: 16px;
  font-weight: regular;
  align-items: center;
  justify-content: center;
}

.spotlight-icon {
  width: 70px; 
  height: 70px; 
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ffffff;
  border: #000 1px solid;
  border-radius: 50%;
  padding: 10px;
}
.spotlight-icon-font i{
  font-size: 100px; 
  color: #ffffff; 
  width: 100%;
  height: 100%;
  margin-left: 120%;  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.spotlight-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Where it started */

.image-overlap-container {
  position: relative;
  margin-bottom: 500px;
  margin-left: 20px;
}

.overlap-img {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.img1 {
  width: 70%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 1;
}

.img2 {
  width: 70%;
  height: 400px;
  top: 100px;
  left: 20%;
  z-index: 2;
}

.img3 {
  width: 50%;
  top: 120px;
  left: 10%;
  z-index: 3;
}

.overlap-img:hover {
  transform: scale(1.05); /* Slight zoom effect */
}
.explore-btn-container {
  position: relative; 
  margin-top: 20px; 
  padding-right: 150px;
  display: flex;
  justify-content: flex-start; 
}
.index-4 .section-title p{
  margin: 20px 150px 0 150px;
}
.index-4-image-container{
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 16px;
}
.index-4-image{
  --r: 20px; 
  --s: 20px; 
  --x: 120px; 
  --y: 25px;

  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  display: block;
}
.index-4-text-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 40%;
}
.index-4-content{
  display: flex;
  gap: 20px;
}
.index-4-card {
  width: 30%;
  height: 370px;
  background-color: #FF8C00;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.index-4-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.index-4-card-content {
  position: relative;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.index-4-card-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-transform: uppercase;
}

.index-4-card-content p {
  font-size: 14px;
  color: #ffffff;
}
.index-4-card-content ul{
  list-style: none;
  padding: 0;
  margin: 10px;
}
/* Courses Banner */
.golf-course-overlay{
  position: absolute;
  top: 100px;
  left: 0;
  padding: 32px;
  width: 60%;
  z-index: 10;
}
.golf-course-overlay.discover-hero{
  width: 50%;
}
.golf-course-overlay h1 {
  color: white;
  font-weight: bold; 
  font-size: 3.5rem;
  text-transform: uppercase;
}
.golf-course-overlay h4{
  color: #eceaea;
}
.golf-course-text{
  width: 70%;
}
.golf-course-overlay p{
  color: #f0e9e9;
  font-size: 0.8rem;
  margin: 50px 0;
}
.golf-container {
  width: 100%;
  height: 82vh;
  border-radius: 16px;
  background-color: #5AA01C;
  display: flex; 
}
.golf-left {
  width: 45%;
  border-radius: 16px;
  background-color: #5AA01C;
}
.golf-right {
  width: 55%;
}
.tns-outer {
  height: 82vh !important;
}

.course-carousel-container{
  width: 100%;
  display: flex;
}
#first-carousel {
  flex-direction: column; 
  align-items: left; 
  overflow-y: hidden; 
}
#second-carousel {
  flex-direction: column; 
  align-items: right; 
  overflow-y: hidden; 
}
#first-carousel.my-slider div,
#second-carousel.my-slider div {
  margin: 20px;
}

#first-carousel.my-slider img,
#second-carousel.my-slider img {
  width: 100%;
  height: 350px;
  border-radius: 8px;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.pagination li {
  margin: 0 5px;
}

.pagination a {
  display: block;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  border: 1px solid #024b30;
  border-radius: 50%;
  font-size: 10px;
}

.pagination a:hover {
  background-color: #024b30;
  color: #fff;
}

.pagination .active a {
  background-color: #FF8C00;
  color: #fff;
  border: 1px solid #FF8C00;}

.pagination .disabled a {
  color: #ccc;
  border-color: #ccc;
}
/* Map Section */
.map-container{
  position: relative; 
  overflow: visible;
  display: flex;
  width: 100%;
  height: 82vh;
  border-radius: 16px;
  background-color: #5AA01C;
}
#mapsection {
  width: 100%;
  margin-top: -80px;
  z-index: 10;
  height: auto;
  fill: #ccc;
  stroke: #fff;
  stroke-width: 2;
}
path {
  fill: #024b30;
}
path.valid {
  fill: #FF8C00;
}
path:hover {
  fill: #72b043;
  stroke: #5AA01C;
  stroke-width: 3px;
  transition: fill 0.4s;
}
.discover-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #5AA01C;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 250px;
}

.discover-icon {
  width: 70px;
  height: 70px;
  background-color: #FF8C00;
  border: 1px solid #5d1d3e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.discover-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.discover-text {
  color: #ffffff;
}

.discover-text h5{
  text-transform: capitalize;
  text-align: center;
  color: #e0d9d9;
  font-size: 1rem;
}
.discover-text h3{
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.discover-heading {
  text-align: left;
  margin-bottom: 40px;
  padding: 0 20px;
}

.discover-heading h2 {
  font-weight: medium;
  text-transform: capitalize;
}

.discover-heading .lead {
  font-size: 18px;
  color: #444;
  margin-top: 20px;
}
.typewriter {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 3s steps(12) forwards, blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}

.country-map {
  width: 100%;              
  height: auto;             
  display: flex;           
  justify-content: center;  
  align-items: center;      
  padding: 20px;
  transition: transform 0.3s ease;
            
}
.country-map:hover {
  transform: scale(1.05);
}
.country-map img {
  max-width: 100%;          
  height: auto;             
  border-radius: 5px;       
  object-fit: contain;      
}
.country-link{
  text-decoration: none;    
}
.country-item{
  padding: 20px;
  display: flex;
}
.country-text{
  padding: 0 20px;
}
.country-number h1 {
  font-size: 5rem;
  font-weight: bold;
  color: #FF8C00; 
  margin-right: 20px;
  padding-right: 10px;
  border-right: #2C5E1A solid 2px;
}
.country-name h3{
  width: 20%;
  font-size: 2.5rem;
  font-weight: bold;
  color: #024b30; 
  text-transform: capitalize;
}
/* About us */
.about-us-content{
  height: 82vh;
}
.about-right, .about-left{
  width: 100%;
  padding: 20px;
  margin: 10px;
  border-radius: 16px;
}
.about-left{
  background-color: #5AA01C;
}
.about-left-text{
  display: flex;
  color: #ffffff;
  padding: 20px;
}
.about-left-text p{
  width: 95%;
  font-size: 0.9rem;
}
.about-left-text h3{
align-items: center;
justify-content: center;
text-align: left;
padding: 10px;
margin-right: 20px;
}
.about-item{
  margin-bottom: 20px;
}
.about-card {
  background-color: #ffffff;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(190, 178, 178, 0.3); 
}
.about-content {
  position: relative;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.about-content h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
  font-weight: 700;
  color: #939191;
  text-transform: uppercase;
  margin: 0;
  z-index: 3;
}
.card-bg-img {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  z-index: 0;
  border-radius: 16px;
}
.about-right{
  padding: 20px;
}
.about-right h1{
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40%;
}
.about-right h5{
  color: #9e9c9c;
}
/* Course infomation page */
.course-info-image {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.course-info-overlay {
  position: absolute;
  top: 40%;
  right: 10px;
  padding: 32px;
  font-size: 24px;
  max-width: 40%;
}
.course-info-overlay h1 {
  color: white;
  font-weight: bold; 
  font-size: 3.5rem;
  text-transform: uppercase;
}
.course-info-content {
  width: 40%;
  position: absolute;
  top: 70%;
  right: 0;
}
#course-info-carousel {
  display: flex;
}
.course-statistics-item{
  display: flex;
}
.course-info-item{
  height: 170px;
  padding: 20px 10px 0 15px; 
  margin: 10px;
  border-radius: 16px;
  display: flex;
  background-color: #72b043;
}
.course-info-item.dark-green{
  background-color: #024b30;
  height: auto;
  padding-bottom: 10px;
}
.course-info-icon {
  width: 60px; 
  height: 60px; 
  background-color: #FF8C00;
  border: #ffffff 1px solid;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-info-icon.course-record{
  width: 60px; 
  height: 60px; 
  margin-left: 20px;
}
.course-info-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.course-info-text {
  color: #ffffff;
  width: 75%;
  align-content: left;
  justify-content: left;
  text-align: left;
  padding-left: 10px;
}
.course-info-text h3 {
  font-size: 16px;
  font-weight: bold;
} 
.course-info-text p{
  font-size: 10px;
  color: #ebebeb;
  width: 85%;
}
.course-info-text span{
  font-size: 14px;
  font-weight: 500;
  color: #eceaea;
}
.progress-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: rgba(114, 176, 67, 0.3);
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #024b30;
  transition: width 0.1s linear;
}
.star-rating {
  display: flex;
  align-items: left;
  justify-content: left;
  text-align: left;
  margin-bottom: 15px;
  gap: 4px;
}

.star {
  font-size: 24px;
  color: #024b30;
  opacity: 0.4;  
  transition: color 0.3s ease, opacity 0.3s ease;
}

.star.filled {
  color: #024b30;
  opacity: 1;
}

.star.half {
  color: #024b30;
  opacity: 0.7;
}

.course-info-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 150px);
  gap: 10px;
  width: 100%;
}

.course-info-grid-item {
  display: flex;
  background-color: #024b30;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-info-grid-item.light-green-bg{
  background-color: #72b043;
}
.designed-by {
  grid-column: 1;
  grid-row: 1 / 4; 
  height: calc(150px * 2.7 + 10px);
  background-color: #ffffff;
  color: #000;
  border: #000 solid 1px;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2;
}
.established-in{
  grid-column: 2;
  grid-row: 1 / 4; 
  height: calc(150px * 1 + 10px);
  background-color: #72b043;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2;
}
.course-type{
  grid-column: 3;
  grid-row: 1 / 4; 
  height: calc(150px * 1.5 + 10px);
  background-color: #024b30;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2;
}
.course-tee-options{
  grid-column: 4;
  grid-row: 1 / 4; 
  height: calc(150px * 2.2 + 10px);
  background-color: #ffffff;
  color: #000;
  border: #000 solid 1px;  
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2;
}
.course-yardage{
  grid-column: 4;
  grid-row: 1; 
  height: 115px; 
  background-color: #024b30;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2; /* on top */
  position: relative;
}
.located-in{
  grid-column: 6;
  grid-row: 1 / 4; 
  height: calc(150px * 1.5 + 10px);
  background-color: #ffffff;
  color: #000;
  border: #000 solid 1px;  
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 2;
}
.course-details-content{
  width: 100%;
  padding: 10px;
}
.course-detail-title h4{
  position: absolute;
  top: 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.course-detail-text{
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
}
.course-detail-text p{
  font-size: 14px;
}
.course-detail-text ul{
  list-style:circle;
  padding: 0px 10px;
}
.course-detail-text h6{
  font-size: 34px;
}
.course-detail-title span{
  font-size: 10px;
  font-weight: 500;
  color: #928f8b;
}
.table-content {
justify-content: center;
align-content: center;
margin: 0 100px;
}

table.rounded-corners {
  text-align: center;
  --border: 1px solid #044e32;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  border: var(--border);
  overflow: hidden;
}
 
 table.rounded-corners th:not(:last-child),
 table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
 }
 table.rounded-corners>thead>tr:not(:last-child)>th,
 table.rounded-corners>thead>tr:not(:last-child)>td,
 table.rounded-corners>tbody>tr:not(:last-child)>th,
 table.rounded-corners>tbody>tr:not(:last-child)>td,
 table.rounded-corners>tfoot>tr:not(:last-child)>th,
 table.rounded-corners>tfoot>tr:not(:last-child)>td,
 table.rounded-corners>tr:not(:last-child)>td,
 table.rounded-corners>tr:not(:last-child)>th,
 table.rounded-corners>thead:not(:last-child),
 table.rounded-corners>tbody:not(:last-child),
 table.rounded-corners>tfoot:not(:last-child) {
  border-bottom: var(--border);
 }
 .table.rounded-corners th {
  background-color: #024b30;
  color: #ffffff;
}
.table.rounded-corners .out-column, .table.rounded-corners .in-column {
  background-color: #72b043;
  color: #ffffff;
}
.table.rounded-corners .total-column {
  background-color: #FF8C00;
  color: #ffffff;
}
.carousel-container {
  display: flex;
  gap: 10px;
}
.main-image-container{
  width: 50%;
  display: flex;
  align-items: left;
  text-align: left;
  background-color: #024b30;
  border-radius: 20px;
  position: relative;
}
.main-image {
  width: 70%;
  height: 50vh;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.image-copyright{
  width: 30%;
}
.image-copyright h6{
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 30%;
  right: 10px;
  bottom: 20px;
}
.image-copyright p{
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 30%;
  right: 10px;
  top: 20px;
  padding: 7px;
  border-radius: 40px;
  border: #fff 1px solid;
}
.image-copyright span{
  font-size: 8px;
 margin-bottom: 10%;
}
.thumbnails {
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-top: 20px;
  gap: 15px;
}
.thumbnail-item{
  width: 30%;
  height: 200px;
  padding-top: 10px;
}
.thumbnail {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail.active {
  opacity: 1;
  outline: 3px solid #2c7;
}
.hidden {
  display: none;
}

/* Map Section */
.satellite-container {
  width: 100%;
  height: 600px;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

.satellite-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.attraction-section{
  padding: 20px;
      position: relative;

}
.attraction-image{
  --r: 20px; 
  --s: 30px; 
  --x: 360px; 
  --y: 40px;
  
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  width: 100%;
  height: 40vh;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.attraction-text-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 32px;
  max-width: 40%;
}
.attraction-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  height: auto;
}

.attraction-text {
  flex: 1;
}

.attraction-text h5 {
  margin: 0;
  display: inline-block;
  font-weight: 700;
}

.attraction-icon {
  margin-right: 15px;
  padding: 10px 15px;
  border-radius: 50%;
  background-color: #FF8C00;
  color: #ffffff;
}
.discover-wrapper{
  position: relative;
  width: 100%;
  height: 90vh;
}
#discover-container .discover-slide {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.slide-indicator {
  position: absolute;
  bottom: 150px;
  right: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.slide-number {
  font-size: 24px;
  font-weight: 600;
}

.custom-pagination {
  display: flex;
  gap: 10px;
}

.custom-pagination .bar {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.3s ease;
}

.custom-pagination .bar.active {
  background: white;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.7rem 1rem;
  border-radius: 50%;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}
.discover-left{
  width: 30%;
  margin: 50px;
 }

.discover-card {
  background: white;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.discover-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; 
  gap: 2rem;
}

.discover-card-info-header{
  flex: 1;
  align-items: flex-end; 
  height: 7rem; 
  position: relative;
}
.discover-card-header h2{
  margin: 0;
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.flag-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #024b30;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.discover-card-thumbnail {
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 12px;
  overflow: hidden;
}

.discover-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-card-info {
  background-color: #5aa921;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
}
.discover-card-details {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0.5rem;
}

.discover-card-details li {
  margin-bottom: 0.5rem;
  display: flex;
  position: relative;
}
.discover-card-details .description {
  flex: 1;
  font-size: 0.8rem;
  color: #ffffff;
}
.discover-card-details .value {
  position: absolute;
  right: 0;
  color: #fff;
}
.discover-card-buttons {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: center;
}

.discover-card-buttons button {
  padding: 7px 10px;
  background-color: #024b30;
  color: white;
  border-radius: 20px;
  font-size: 0.7rem;
  cursor: pointer;
  margin-top: 0.1rem;
  border: none;
  transition: background-color 0.3s ease;
}
.discover-card-buttons button:hover {
  background: #FF8C00;
}
.discover-card-buttons a{
  text-decoration: none;
  color: white;
  font-size: 0.7rem;
}
.location-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 0.75rem;
  margin: 1rem 0;
}

.location-summary img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.location-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}

.details-btn {
  width: 100%;
  padding: 0.9rem;
  background-color: transparent;
  color: white;
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 0.1rem;
  border: white 1px solid;
  transition: background-color 0.3s ease;
}
.details-btn:hover {
  background-color: #2C5E1A;
}
.details-btn a {
  text-decoration: none;
  color: white;
}
.discover-right{
  width: 80%;
  padding: 20px;
  position: relative;
}
.discover-right-content{
  position: absolute;
  bottom: 6rem;
  right: 1rem;
  color: #ffffff;
}
.discover-right-content .number{
  font-size: 3rem;
  font-weight: bold;
}
/* discover */
.discover-section{
  height: 100vh;
}

.discover-course-item{
  height: 150px;
  padding: 20px 0 0 15px; 
  margin: 10px;
  border-radius: 16px;
  display: flex;
  background-color: #72b043;
}
.discover-course-icon {
  width: 60px; 
  height: 60px; 
  background-color: #044e32;
  border: #ffffff 1px solid;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discover-course-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.discover-course-text {
  color: #ffffff;
  width: 75%;
  align-content: left;
  justify-content: left;
  text-align: left;
  padding-left: 10px;
}
.discover-course-text h3 {
  font-size: 16px;
} 
.discover-course-text h2 {
  font-size: 20px;
  font-weight: bold;
} 
.discover-course-text p{
  font-size: 10px;
  color: #ebebeb;
  width: 85%;
}
/* Footer */
.footer-section {
  background-color: #024b30; 
  padding: 60px 40px;
  margin: 20px 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}

.footer-text {
  flex: 1;
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 500px;
}

.footer-text h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}

.footer-text span {
  font-style: italic;
  font-weight: lighter;
  text-transform: lowercase;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  background-color: #F2A900; /* Golden Button */
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 8px;
  width: 500px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.footer-btn:hover {
  background-color: #d88a00;
  transform: scale(1.05);
}

.footer-arrow {
  margin-left: 50%;
  font-size: 18px;
}

.footer-logo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer-logo img {
  max-width: 300px;
  border-radius: 10px;
  background: white;
  padding: 10px;
}

.copyright-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
  border-radius: 20px 20px 0 0;
  color: #000;
  font-size: 0.7rem;
  position: relative;
  bottom: 0;
  width: 100%;
}

.copyright-footer .left-side {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright-footer .left-side img {
  height: 18px;
  width: auto;
}

.copyright-footer .right-side {
  text-align: right;
}

/* Base hamburger styling */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  margin-left: auto;
  z-index: 1001;
}


@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  .navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
  }

  .hamburger {
    display: block;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-overlay.active {
    right: 0;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .nav-link-btn {
    background-color: #72b043;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
  }

  .nav-link-btn:hover {
    background-color: #5aa921;
  }

  .nav-link-btn.active {
    background-color: #3f8b1e;
  }

  .nav-link-btn i {
    margin-right: 10px;
    font-size: 10px;
    vertical-align: middle;
  }

  .signup {
    display: none;
  }

  .footer-section {
    flex-direction: column;
    padding: 40px 20px;
    margin: 20px 20px;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-text {
    font-size: 24px;
    max-width: 100%;
  }

  .footer-text h2 {
    font-size: 22px;
  }

  .footer-btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 16px;
  }

  .footer-arrow {
    margin-left: 10px;
    font-size: 16px;
  }

  .footer-logo {
    justify-content: center;
    width: 100%;
  }

  .footer-logo img {
    max-width: 200px;
  }

  .copyright-footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 15px;
  }

  .copyright-footer .right-side {
    text-align: center;
  }

  /* Courses */
  .golf-left {
    display: none;
  }

  .golf-right {
    width: 100%;
  }

  .golf-course-overlay {
    top: 0px;
    display: block !important; /* or flex/grid depending on layout */
  }
  .golf-course-overlay h1 {
    color: white;
    font-weight: bold; 
    font-size: 3rem;
    text-transform: uppercase;
  }
  /* Golf Course */
  .course-info-overlay{
    position: absolute;
    top: 10%;
    left: 0;
    padding: 32px;
    font-size: 24px;
    width: 100%;
  }
  .course-info-item{
    height: auto;
  }
  .course-info-content{
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
  }
  .course-info-icon {
    width: 40px; 
    height: 40px; 
  }
  .course-info-grid-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .course-info-grid-item,
  .designed-by,
  .established-in,
  .course-type,
  .course-tee-options,
  .course-yardage,
  .located-in {
    width: 100%;
    height: auto;
    grid-column: auto !important;
    grid-row: auto !important;
    position: static;
  }

  .course-detail-title h4 {
    position: static;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .course-detail-text {
    position: static;
    padding-bottom: 10px;
  }

  .course-detail-text p {
    font-size: 14px;
  }

  .course-detail-text h6 {
    font-size: 24px;
  }

  .course-detail-title span {
    font-size: 12px;
  }
    .table-content {
    margin: 0 10px;
    overflow-x: auto;
  }

  table.rounded-corners {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    font-size: 14px;
  }

  table.rounded-corners thead,
  table.rounded-corners tbody,
  table.rounded-corners th,
  table.rounded-corners td,
  table.rounded-corners tr {
    white-space: nowrap;
  }

  .table.rounded-corners th,
  .table.rounded-corners td {
    padding: 8px 10px;
  }
  .carousel-container {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .main-image-container{
      width: 100%;
  }
  .thumbnails {
    display: block;
    overflow: hidden;
    width: 100%;
    gap: 20px;
    align-items: center;
  }
  .thumbnail {
    height: 150px;
  }
  .attraction-text-overlay {
    max-width: 90%;
    left: 15%;
  }
  /* Discover */
  .map-container {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
  }
  #mapsection {
    margin-top: 0px;
    min-width: 768px; /* Ensures horizontal scroll is needed */
    height: auto;
  }
  .golf-course-overlay.discover-hero.hidden {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
  }
  .golf-course-overlay.discover-hero.hidden h1{
    width: 100%;
    font-size: 2rem;
  }

  /* discover courses */
  .discover-wrapper {
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }

  #discover-container .discover-slide {
    height: auto;
    border-radius: 12px;
  }
  .discover-footer{
    margin-top: 120%;
  }
  .slide-indicator {
   display: none;
  }

  .slide-number {
    font-size: 16px;
  }

  .custom-pagination .bar {
    width: 25px;
    height: 3px;
  }

  .slider-prev,
  .slider-next {
    font-size: 1.5rem;
    padding: 0.5rem;
  }

  .discover-left {
    width: 90%;
    margin: 20px auto;
  }

  .discover-card {
    padding: 1rem;
  }

  .discover-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .discover-card-info-header {
    height: auto;
  }

  .discover-card-header h2 {
    position: static;
    font-size: 1.2rem;
  }

  .discover-card-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .discover-card-info {
    margin-top: 10px;
    padding: 8px;
  }

  .discover-card-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .discover-card-buttons button,
  .details-btn {
    font-size: 0.9rem;
    padding: 10px;
    width: 100%;
  }

  .location-summary {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    gap: 0.5rem;
  }

  .location-summary img {
    width: 100%;
    height: auto;
  }

  .location-info p {
    font-size: 0.9rem;
  }

  /* about us */
  .golf-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
  }
  .golf-overlay h1 {
    font-size: 2.7rem;
  }
  .about-us-content {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .about-left, .about-right {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }

  .about-left-text {
    flex-direction: column;
    padding: 10px;
  }

  .about-left-text h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: left;
    padding: 0;
  }

  .about-left-text p {
    font-size: 0.9rem;
    width: 100%;
  }

  .about-card {
    height: 400px;
    padding: 15px;
  }

  .about-content h2 {
    font-size: 1.2rem;
  }

  .card-bg-img {
    padding: 5px;
  }

  .about-right h1 {
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
  }

  .about-right h5 {
    font-size: 1rem;
    text-align: center;
  }
  /* index */
  .golf-info {
    left: 0;
    width: 100%;
  }
  .index-carousel .golf-slide .golf-overlay, .custom-nav {
    display: none;
  }
  .index-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .spotlight-content h2 {
    margin-top: 40px;
  }

  .spotlight-content h3 {
    font-size: 20px;
  }

  .spotlight-content h4 {
    font-size: 30px;
  }

  .spotlight-content p {
    font-size: 14px;
  }

  .spotlight-icon {
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
  }

  .spotlight-icon-font i {
    font-size: 60px;
    margin-left: 0;
  }
.index-4 .section-title p{
  margin: 20px 0px 0 0px;
}
  .index-4-card {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-4-content {
    flex-direction: column;
  }
}


