@media (max-width: 1299px) {
  .site-header .navbar {
    padding: 0 0rem;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 14px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .navbar-brand img {
    max-width: 100px;
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .main-wrapers {
    margin-top: 70px;
  }
  .site-header {
    top: 0;
    background-color: #181818;
  }
  .site-header .navbar {
    padding: 0rem;
  }
  .navbar-brand img {
    max-width: 50px;
    padding: 0;
    top: 0;
    position: relative;
  }
  .site-header.sticky-header .navbar-brand img {
    max-width: 50px;
    padding: 0;
    top: 0px;
  }
  .navbar-collapse {
    background-color: #181818;
    padding: 1rem;
    margin-top: 10px;
  }
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  .header-contact {
    margin-top: 1rem;
  }
  .section-title-light {
    font-size: 3rem;
  }
  .event-card {
    height: 350px;
  }
  .cta-title,
  .section-title-light,
  .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .testimonial-section,
  .great-time-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .testimonial-title {
    font-size: 3rem;
  }
  .testimonial-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .testimonial-text {
    border-left: none;
    padding-left: 0;
  }
  .testimonial-author {
    display: flex;
    justify-content: center;
  }
  .testimonial-slider .slick-arrow {
    top: auto;
    bottom: -20px;
    transform: translateY(0);
  }
  .testimonial-slider .slick-prev {
    left: 50%;
    margin-left: -55px;
  }
  .testimonial-slider .slick-next {
    left: 50%;
    margin-left: 5px;
  }
  .cta-section {
    padding: 70px 0;
    text-align: center;
  }
  .cta-content {
    margin: 0 auto;
  }
  .footer-main {
    text-align: center;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    max-width: 70px;
    padding: 10px;
    top: 0;
  }
  .section-title h2 {
    font-size: 2.5rem;
  }
  .destination-content p {
    font-size: 1rem;
  }
  .golfer-outline,
  .golf-hole-outline {
    width: 100px;
    opacity: 0.3;
  }
  .section-title-light {
    font-size: 2.5rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .cta-text {
    font-size: 1.1rem;
  }
  .footer-bottom .d-flex {
    text-align: center;
  }
  .footer-legal-links {
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
	.event-highlights p {
    font-size: 16px!important;
}
	h3.mb-4.fw-bold.border-bottom.pb-2 {
  
    font-size: 25px!important;
}
	.width-50 {
    width: auto!important;
}
  .cta-section,
  .testimonial-section,
  .great-time-section,
  .premier-destination {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-title,
  .section-title-light,
  .section-title h2 {
    font-size: 1.8rem;
  }
  .golfer-outline,
  .golf-hole-outline {
    display: none; /* Hide decorative images on very small screens */
  }
}
