

.golf-header-buttons {
  background-color: #f5f5f5;
  padding: 20px 10px;
  text-align: center;
}

.golf-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.golf-nav-buttons a {
  background-color: #004d40;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.golf-nav-buttons a:hover {
  background-color: #14cfb9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}



@media (max-width: 600px) {
  .golf-nav-buttons {
    flex-direction: column;
    align-items: center;
  }

  .golf-nav-buttons a {
    width: 90%;
    text-align: center;
  }
}



























.golf-header-nav {
  background-color: #e0e0e0;
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.golf-nav-links a {
  color: #333;
  text-decoration: none;
  margin: 0 8px;
}



























.golf-title {
  max-width: 1400px;
  margin: 20px auto;
  text-align: left;
  font-family: Arial, sans-serif;
  padding: 0 15px;
}

.golf-title h2 {
  color: #000080;
  font-size: 24px;
  margin-bottom: 10px;
}

.golf-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto 30px;
}

.golf-row img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.golf-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
  margin: 20px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  gap: 15px;
  flex-wrap: wrap;
}

.golf-logo,
.golf-description,
.golf-warranty {
  flex: 1;
  min-width: 200px;
}

.golf-description {
  flex: 3;
}



.golf-description-center {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 1000px;
  margin: 10px auto 30px;
  padding: 0 15px;
}

.golf-note {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto 10px;
  padding: 0 15px;
}

.golf-row-with-captions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.golf-captioned-img {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  max-width: 250px;
}

.golf-captioned-img img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-bottom: 5px;
}


.architects-notice {
  flex: 1 1 45%;
  font-size: 14px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.golf-notice {
  flex: 1 1 45%;
  font-size: 14px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.golf-brochure-section {
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
}

.golf-brochure-text {
  margin-bottom: 20px;
}

.golf-brochure-text h2 {
  color: #000080;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.golf-brochure-text a {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
}

.golf-brochure-text a:hover {
  text-decoration: underline;
}

.golf-brochure-content img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}


.golf-quote-section {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
}

.golf-quote-container {
  max-width: 1000px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  padding: 30px;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.golf-quote-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #003366;
}

.golf-quote-container p {
  line-height: 1.6;
  margin-bottom: 16px;
}

.golf-quote-container a {
  color: #003366;
  text-decoration: underline;
}



.golf-compare-section {
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.golf-compare-heading {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.golf-compare-table-wrapper {
  overflow-x: auto;
}

.golf-compare-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.golf-compare-row {
  display: table-row;
  border-top: 1px solid #ccc;
}

.golf-compare-header {
  background-color: #f0f0f0;
  font-weight: bold;
}

.golf-compare-cell {
  display: table-cell;
  padding: 15px;
  font-size: 0.95rem;
  color: #333;
  vertical-align: top;
  border: 1px solid #ddd;
  min-width: 120px;
}

@media (max-width: 768px) {
  .golf-compare-table {
    display: block;
  }

  .golf-compare-row {
    display: block;
    margin-bottom: 10px;
  }

  .golf-compare-cell {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .golf-compare-header .golf-compare-cell {
    font-weight: bold;
    background-color: #e0e0e0;
  }
}



.golf-compare-cta {
  text-align: center;
  margin-top: 30px;
  font-family: Arial, sans-serif;
}

.golf-compare-cta p {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #333;
}

.golf-compare-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #004080;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.golf-compare-button:hover {
  background-color: #002f60;
}


.golf-warranty-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
}

.golf-warranty-header h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.golf-warranty-header .subheading {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.golf-warranty-content {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
}

.golf-warranty-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.golf-warranty-title h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}

.golf-warranty-image {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .golf-warranty-section {
    padding: 20px;
  }

  .golf-warranty-title h3 {
    font-size: 1.2rem;
  }

  .golf-warranty-header h2 {
    font-size: 1.5rem;
  }

  .golf-warranty-content {
    font-size: 0.9rem;
  }
}
