.elementor-137 .elementor-element.elementor-element-889614a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7995c5b *//* ===================================
   OPTIMIZED CSS FOR GOLFCARTINSIDER
   Text Clarity + Mobile Performance
   =================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2C3E50;
  line-height: 1.8;
  background: #FFFFFF;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===================================
   HERO SECTION - OPTIMIZED
   =================================== */

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('https://golfcartinsider.com/wp-content/uploads/2025/10/customgolfcart-2.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFFFF;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at bottom right, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  z-index: 1;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  word-spacing: 0.1em;
}

.hero p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.7;
  opacity: 0.98;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.3px;
}

.hero-cta {
  display: inline-block;
  background-color: #D4AF37;
  color: #2D5016;
  padding: 16px 50px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #D4AF37;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

.hero-cta:hover {
  background-color: #c49a2a;
  border-color: #c49a2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.hero-cta:active {
  transform: translateY(0);
}

/* ===================================
   FEATURED POSTS SECTION
   =================================== */

.featured-posts {
  padding: 90px 30px;
  background: linear-gradient(to bottom, #F5F1E8 0%, #FFFFFF 100%);
  clear: both;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #2D5016;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
  max-width: 1300px;
  margin: 0 auto;
}

.post-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.post-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.2);
}

.post-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
  display: block;
  flex-shrink: 0;
}

.post-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-category {
  display: inline-block;
  background: linear-gradient(135deg, #D4AF37 0%, #c49a2a 100%);
  color: #2D5016;
  padding: 8px 14px;
  border-radius: 24px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 15px;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.2);
}

.post-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2D5016;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.post-excerpt {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  flex-grow: 1;
  line-height: 1.85;
  letter-spacing: 0.2px;
}

.post-link {
  display: inline-block;
  color: #2D5016;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  align-self: flex-start;
  letter-spacing: 0.5px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.post-link:hover {
  color: #D4AF37;
  border-bottom-color: #D4AF37;
  padding-left: 4px;
}

.post-link::after {
  content: ' →';
  margin-left: 6px;
  transition: margin 0.3s ease;
}

.post-link:hover::after {
  margin-left: 10px;
}

/* ===================================
   CATEGORY SECTION
   =================================== */

.categories {
  padding: 90px 30px;
  background: #FFFFFF;
  clear: both;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.category-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(45, 80, 22, 0.15);
  border-color: rgba(212, 175, 55, 0.2);
}

.category-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
  display: block;
  flex-shrink: 0;
}

.category-card-content {
  padding: 30px;
  background: linear-gradient(135deg, #2D5016 0%, #1a3009 100%);
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.category-card p {
  font-size: 14px;
  opacity: 0.92;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

/* ===================================
   CTA SECTION
   =================================== */

.cta-section {
  background: linear-gradient(135deg, #D4AF37 0%, #c49a2a 100%);
  color: #2D5016;
  padding: 70px 30px;
  text-align: center;
  clear: both;
}

.cta-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.cta-section p {
  font-size: 16px;
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.cta-button {
  display: inline-block;
  background-color: #2D5016;
  color: #FFFFFF;
  padding: 16px 50px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #2D5016;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

.cta-button:hover {
  background-color: #1a3009;
  border-color: #1a3009;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.cta-button:active {
  transform: translateY(0);
}

/* ===================================
   TABLET RESPONSIVE (768px and below)
   =================================== */

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .hero {
    padding: 80px 20px;
    min-height: 500px;
  }

  .hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .hero-cta {
    padding: 14px 40px;
    font-size: 15px;
  }

  .featured-posts,
  .categories {
    padding: 60px 20px;
  }

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

  .section-header h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .section-header p {
    font-size: 15px;
  }

  .posts-grid {
    gap: 25px;
  }

  .post-card {
    border-radius: 10px;
  }

  .post-image {
    height: 180px;
  }

  .post-content {
    padding: 25px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-excerpt {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .category-card img {
    height: 180px;
  }

  .category-card-content {
    padding: 22px;
  }

  .category-card h3 {
    font-size: 18px;
  }

  .category-card p {
    font-size: 13px;
  }

  .cta-section {
    padding: 50px 20px;
  }

  .cta-section h2 {
    font-size: 28px;
  }

  .cta-section p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

/* ===================================
   MOBILE RESPONSIVE (480px and below)
   =================================== */

@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }

  .hero {
    padding: 60px 15px;
    min-height: 420px;
    background-attachment: scroll;
  }

  .hero h1 {
    font-size: 28px;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
  }

  .hero p {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .hero-cta {
    padding: 12px 32px;
    font-size: 14px;
    border-radius: 6px;
  }

  .featured-posts,
  .categories {
    padding: 45px 15px;
  }

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

  .section-header h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .section-header p {
    font-size: 14px;
    line-height: 1.7;
  }

  .posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .post-card {
    border-radius: 8px;
  }

  .post-image {
    height: 160px;
  }

  .post-content {
    padding: 20px;
  }

  .post-category {
    padding: 6px 12px;
    font-size: 10px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
  }

  .post-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .post-excerpt {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.75;
  }

  .post-link {
    font-size: 13px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .category-card img {
    height: 160px;
  }

  .category-card-content {
    padding: 20px;
  }

  .category-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .category-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .cta-section {
    padding: 40px 15px;
  }

  .cta-section h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .cta-section p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .cta-button {
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 6px;
  }
}

/* ===================================
   SMALL PHONE RESPONSIVE (320px)
   =================================== */

@media (max-width: 360px) {
  .hero h1 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .hero p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .post-title {
    font-size: 15px;
  }

  .category-card h3 {
    font-size: 15px;
  }

  .cta-section h2 {
    font-size: 20px;
  }
}

/* ===================================
   ACCESSIBILITY & UTILITIES
   =================================== */

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 2px;
  border-radius: 4px;
}

button:focus-visible,
.hero-cta:focus-visible,
.cta-button:focus-visible,
.post-link:focus-visible {
  outline: 2px solid #D4AF37;
  outline-offset: 2px;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
  .hero,
  .cta-section {
    background: none;
    color: #2C3E50;
    padding: 20px;
  }

  a {
    text-decoration: underline;
  }
}/* End custom CSS */