@font-face {
  font-family: "Cooper Hewitt";
  src: url("../fonts/CooperHewitt-Bold.woff2") format("woff2"),
    url("../fonts/CooperHewitt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cooper Hewitt Book";
  src: url("../fonts/CooperHewitt-Book.woff2") format("woff2"),
    url("../fonts/CooperHewitt-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cooper Hewitt";
  src: url("../fonts/CooperHewitt-Light.woff2") format("woff2"),
    url("../fonts/CooperHewitt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cooper Hewitt";
  src: url("../fonts/CooperHewitt-Medium.woff2") format("woff2"),
    url("../fonts/CooperHewitt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cooper Hewitt";
  src: url("../fonts/CooperHewitt-Semibold.woff2") format("woff2"),
    url("../fonts/CooperHewitt-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Cooper Hewitt";
  font-weight: normal;
}

a {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
@media (min-width: 1450px) {
  .container {
    max-width: 1330px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1430px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1530px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1630px;
  }
}
/* Header */
.site-header {
  background-color: rgba(24, 24, 24, 0.4);
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.site-header .navbar {
  /* background-color: rgba(24, 24, 24, 0.33); */
  padding: 0 2rem;
}

.navbar-brand img {
  max-width: 150px;
  background-color: #000;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -20px;
  transition: 0.5s;
}

.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #e63946;
}

.btn-contact {
  background-color: #252525;
  color: #fff;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.btn-contact:hover {
  background-color: #e63946;
  color: #fff;
}

.btn-contact .fa-phone-volume {
  background-color: #e63946;
  padding: 8px;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 12px;
}

.navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.site-header.sticky-header {
  background-color: #000;
}
.site-header.sticky-header .navbar-brand img {
  max-width: 65px;
  padding: 0;
  top: 0px;
}
/*   */

.premier-destination {
  padding: 50px 0;

  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: right;
}

.section-title h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #0a0a0a;
}

.destination-content {
  text-align: justify;
  margin: 0 auto;
}

.destination-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.btn-know-more {
  background-color: #e63946;
  color: #fff;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.btn-know-more:hover {
  background-color: #d62828;
  color: #fff;
}

.golfer-outline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  opacity: 0.7;
}

.golf-hole-outline {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 350px;
  opacity: 0.7;
}

/* Great Time Section */
.great-time-section {
  padding: 100px 0;
  background-image: url("../images/grass_bg.jpg");
  background-size: cover;
  background-position: center;
}

.section-header {
  margin-bottom: 60px;
}

.section-title-light {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.section-description {
  color: #fff;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
.event-card {
  border-radius: 20px;
  /* overflow: hidden; */
  position: relative;
  height: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.event-card:hover {
  transform: translateY(-10px);
}

.event-card-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  transition: transform 0.4s ease;
  border-radius:12px;
}

.event-card:hover .event-card-img {
  transform: scale(1.05);
}

.event-card-content {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #d41e23, #a81014);
  color: #fff !important;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  border-radius: 10px;
  width: 60%;
}

/* Custom Arrow Icon */
.event-card-content .fa-arrow-right {
  font-size: 2rem;
  font-weight: 100;
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
}

.event-card-content:hover .fa-arrow-right {
  transform: scale(1.1) rotate(-45deg);
}
/* Testimonial Section */
.testimonial-section {
  padding: 100px 0;
  background-image: url("/placeholder.svg?height=100&width=100");
  background-repeat: repeat;
  position: relative;
}

.testimonial-content {
  padding-right: 40px;
}

.testimonial-pre-title {
  color: #8dc63f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.testimonial-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #000;
}

.testimonial-title .text-green {
  color: #8dc63f;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  border-left: 3px solid #ddd;
 
  margin-bottom: 30px;
}

.testimonial-author img {
  max-width: 250px;
}

.testimonial-image img {
  width: 100%;
  border-radius: 25px;
}

/* Slick Slider Customization */
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.testimonial-slider .slick-arrow:hover {
  background-color: #8dc63f;
}

.testimonial-slider .slick-prev {
  left: 50%;
  margin-left: -65px;
}

.testimonial-slider .slick-next {
  right: 0;
  margin-left: 15px;
}

/* Hide default text */
.testimonial-slider .slick-arrow {
  text-indent: -9999px;
  overflow: hidden;
}

/* Custom arrow icons */
.testimonial-slider .slick-arrow::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}

.testimonial-slider .slick-prev::before {
  content: "\f053"; /* fa-chevron-left */
}

.testimonial-slider .slick-next::before {
  content: "\f054"; /* fa-chevron-right */
}
.slick-prev {
  display: none !important;
}
/* CTA Section */
.cta-section {
  padding: 85px 0;
  background-image: url("../images/golf.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.cta-content {
  max-width: 600px;
}

.cta-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn-cta {
  background: linear-gradient(to right, #f02d2d, #d41e23);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(224, 45, 45, 0.4);
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(224, 45, 45, 0.5);
  color: #fff;
}

.btn-cta .fa-arrow-up-right-from-square {
  font-size: 1.1rem;
}

/* Footer Section */
.site-footer {
  background-color: #000;
  color: #fff;
}

.footer-main {
  padding: 60px 0;
}

.footer-logo {
  max-width: 150px;
}

.footer-widget .widget-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-list,
.footer-links,
.social-icons,
.footer-legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.contact-list li strong {
  display: block;
  font-weight: 600;
}
.contact-list li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-list li a:hover {
  color: #e63946;
}

.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #e63946;
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e63946;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.2rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.1);
  background-color: #fff;
  color: #e63946;
}

.footer-bottom {
  background-color: #e63946;
  padding: 20px 0;
  font-size: 0.9rem;
}

.copyright-text {
  margin: 0;
}

.footer-legal-links {
  display: flex;
  gap: 20px;
}
.footer-legal-links a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-legal-links a:hover {
  opacity: 0.8;
}

.golfy-breadcrumb-area {
  background-size: cover;
  background-position: center center;
  height: 500px;
  position: relative;
}



.breadcrumb-inner {
  position: relative;
  z-index: 2;
}

.breadcrumb-inner .title {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
}
/* ===================
contact us css 
====================== */

.contact-wrapper {
  position: relative;
}

.contact-form {
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #151735;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 12px 18px;
  border-radius: 7px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #01b4ff;
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 3px;
  background: linear-gradient(to right, #f02d2d, #d41e23);
  border-radius: 50px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}

.contact-info-icon i {
  font-size: 25px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(to right, #f02d2d, #d41e23);
}

.contact-info h5 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #151735;
}

.contact-info p {
  font-weight: 500;
}

.team-wrapper img {
  border-radius: 12px;
  width: 100%;
	padding:20px;
}

.team-wrapper h5 {
  margin-top: 15px;
  font-weight: 600;
}

.team-wrapper p {
  font-size: 14px;
  color: #555;
}

.team-wrapper .list-inline a {
  color: #333;
  margin: 0 5px;
  font-size: 16px;
  transition: 0.3s;
}

.team-wrapper .list-inline a:hover {
  color: #A78448;
}

/* Optional: Adjust slick arrows */
.slick-prev, .slick-next {
  color: #A78448;
  font-size: 28px;
  z-index: 9;
}




@media all and (max-width: 768px) {
	
  .contact-content {
    margin-bottom: 50px;
  }
}
