.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 
 * Hole in One Golf Club - Custom Styles
 * You can paste this into WordPress (Appearance > Customize > Additional CSS)
 * or into Elementor (Site Settings > Custom CSS).
 */

:root {
      --primary: #16a34a; /* Golf Green */
      --primary-dark: #14532d;
      --accent: #fbbf24; /* Gold/Yellow */
      --accent-hover: #f59e0b;
      --text-main: #1f2937;
      --text-muted: #6b7280;
      --bg-light: #f8fafc;
      --bg-white: #ffffff;
      --border: #e5e7eb;
    }
     ::before, ::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }


    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      color: var(--text-main);
      background-color: var(--bg-light);
      line-height: 1.6;
    }

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

    /* Navigation */
    header { position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 1000; display: flex; flex-direction: column; align-items: center; }

    .nav-container { max-width: 1200px; margin: 0 auto; padding: 0.5rem 2rem 1rem; display: flex; justify-content: center; align-items: center; gap: 2rem; }

    .logo {
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--primary-dark);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .nav-links {
      display: flex;
      gap: 2rem;
      align-items: center;
    }

    .nav-links a {
      font-weight: 500;
      color: var(--text-muted);
      transition: color 0.2s;
    }

    .nav-links a:hover {
      color: var(--primary);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.75rem 1.5rem;
      border-radius: 9999px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.2s;
      border: none;
      text-align: center;
    }

    .btn-primary {
      background: var(--primary);
      color: white;
    }

    .btn-primary:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
    }

    .btn-accent {
      background: var(--accent);
      color: var(--primary-dark);
    }

    .btn-accent:hover {
      background: var(--accent-hover);
      transform: translateY(-2px);
    }

    .btn-outline {
      background: transparent;
      border: 2px solid white;
      color: white;
    }

    .btn-outline:hover {
      background: white;
      color: var(--primary-dark);
    }

    /* Sections */
    section {
      padding: 6rem 2rem;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 1rem;
      color: var(--primary-dark);
    }

    .section-subtitle {
      text-align: center;
      color: var(--text-muted);
      font-size: 1.125rem;
      max-width: 600px;
      margin: 0 auto 4rem auto;
    }

    /* Hero Section */
    #home {
      padding: 12rem 2rem 10rem;
      background: linear-gradient(rgba(20, 83, 45, 0.85), rgba(20, 83, 45, 0.95)), url('images/generated_image_e9c852b8.png') center/cover no-repeat;
      color: white;
      text-align: center;
      position: relative;
    }

    .hero-content {
      max-width: 800px;
      margin: 0 auto;
    }

    .hero-title {
      font-size: 4rem;
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 1.5rem;
    }

    .hero-subtitle {
      font-size: 1.25rem;
      opacity: 0.9;
      margin-bottom: 2.5rem;
    }

    .hero-ctas {
      display: flex;
      gap: 1rem;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* About Section */
    #about {
      background: var(--bg-white);
    }

    .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }

    .feature-card {
      text-align: center;
      padding: 2rem;
    }

    .feature-icon {
      width: 64px !important;
      height: 64px !important;
      min-width: 64px !important;
      min-height: 64px !important;
      max-width: 64px !important;
      max-height: 64px !important;
      flex: 0 0 64px !important;
      background: #dcfce7;
      color: var(--primary);
      border-radius: 50% !important;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      aspect-ratio: 1 / 1 !important;
      overflow: hidden;
    }

    .feature-title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    /* Membership Section */
    #membership {
      background: var(--bg-light);
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
      align-items: center;
    }

    .pricing-card {
      background: var(--bg-white);
      border-radius: 1rem;
      padding: 3rem 2rem;
      text-align: center;
      border: 1px solid var(--border);
      transition: transform 0.3s, box-shadow 0.3s;
      position: relative;
    }

    .pricing-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .pricing-card.popular {
      border: 2px solid var(--primary);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      transform: scale(1.05);
    }

    .pricing-card.popular:hover {
      transform: scale(1.05) translateY(-10px);
    }

    .popular-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary);
      color: white;
      padding: 0.25rem 1rem;
      border-radius: 9999px;
      font-size: 0.875rem;
      font-weight: 600;
    }

    .tier-name {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 1rem;
    }

    .tier-price {
      font-size: 3rem;
      font-weight: 800;
      margin-bottom: 0.5rem;
    }

    .tier-price span {
      font-size: 1rem;
      color: var(--text-muted);
      font-weight: 500;
    }

    .tier-payout {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--primary);
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid var(--border);
    }

    .pricing-card .btn {
      width: 100%;
      justify-content: center;
    }

    /* Register HIO Banner */
    .register-banner {
      background: var(--primary-dark);
      color: white;
      padding: 4rem 2rem;
      text-align: center;
    }

    .register-banner h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .register-banner p {
      margin-bottom: 2rem;
      opacity: 0.9;
    }

    /* Contact Section */
    #contact {
      background: var(--bg-white);
    }

    .contact-wrapper {
      max-width: 600px;
      margin: 0 auto;
      background: var(--bg-light);
      padding: 3rem;
      border-radius: 1rem;
      border: 1px solid var(--border);
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .form-control {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1px solid var(--border);
      border-radius: 0.5rem;
      font-family: inherit;
      font-size: 1rem;
    }

    .form-control:focus {
      outline: none;
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
    }

    textarea.form-control {
      resize: vertical;
      min-height: 120px;
    }

    /* Footer */
    footer {
      background: #111827;
      color: white;
      padding: 4rem 2rem 2rem;
      text-align: center;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 2rem;
    }

    .footer-links a {
      color: #9ca3af;
    }

    .footer-links a:hover {
      color: white;
    }

    .copyright {
      color: #6b7280;
      font-size: 0.875rem;
    }

    /* Responsive */
    .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; color: var(--primary-dark); }
    @media (max-width: 768px) {
      .features-grid { grid-template-columns: 1fr; }
      .mobile-menu-btn { display: block; position: absolute; right: 1.5rem; top: 1.25rem; }
      .nav-container { flex-direction: column; gap: 1rem; padding-top: 0; }
      .nav-links { display: none; flex-direction: column; width: 100%; gap: 1rem; padding-bottom: 1rem; text-align: center; }
      .nav-links.active { display: flex; }
      .nav-container > .header-buttons { display: none; }
      .nav-container.menu-open > .header-buttons { display: flex; flex-direction: column; width: 90%; margin: 0 auto 1rem; gap: 0.5rem; }
      .nav-container.menu-open > .header-buttons .btn { width: 100%; justify-content: center; }
      #home { padding: 4rem 1rem 3rem; }
      section { padding: 3rem 1rem; }
      
      .hero-title {
        font-size: 2.5rem;
      }
      
      .pricing-card.popular {
        transform: none;
      }
      
      .pricing-card.popular:hover {
        transform: translateY(-10px);
      }
    }
  
    /* Cart Styles */
    .floating-cart-btn {
      position: fixed;
      bottom: 2rem;
      right: 2rem;
      background: var(--primary-dark);
      color: white;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
      cursor: pointer;
      z-index: 1000;
      border: none;
      transition: transform 0.2s, background 0.2s;
    }
    .floating-cart-btn:hover {
      transform: scale(1.05);
      background: var(--primary);
    }
    .cart-badge {
      position: absolute;
      top: -5px;
      right: -5px;
      background: var(--accent);
      color: var(--primary-dark);
      font-weight: bold;
      font-size: 0.875rem;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    .cart-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(3px);
      z-index: 1001;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s;
    }
    .cart-overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .cart-panel {
      position: fixed;
      top: 0;
      right: -400px;
      width: 100%;
      max-width: 400px;
      height: 100%;
      background: white;
      z-index: 1002;
      box-shadow: -5px 0 25px rgba(0,0,0,0.15);
      transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex;
      flex-direction: column;
    }
    .cart-panel.active {
      right: 0;
    }
    .cart-header { position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 1000; display: flex; flex-direction: column; align-items: center; }
    .cart-header h3 {
      margin: 0;
      font-size: 1.5rem;
      color: var(--primary-dark);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .close-cart-btn {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
      border-radius: 50%;
      transition: background 0.2s;
    }
    .close-cart-btn:hover {
      color: var(--text-main);
      background: #e5e7eb;
    }
    .cart-items {
      flex: 1;
      overflow-y: auto;
      padding: 1.5rem;
    }
    .cart-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--border);
      margin-bottom: 1rem;
    }
    .cart-item-info h4 {
      margin: 0 0 0.25rem 0;
      font-size: 1.125rem;
    }
    .cart-item-price {
      font-weight: bold;
      color: var(--primary);
    }
    .remove-item-btn {
      background: none;
      border: none;
      color: #ef4444;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 600;
    }
    .remove-item-btn:hover {
      text-decoration: underline;
    }
    .cart-footer {
      padding: 1.5rem;
      border-top: 1px solid var(--border);
      background: var(--bg-light);
    }
    .cart-total {
      display: flex;
      justify-content: space-between;
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .empty-cart-msg {
      text-align: center;
      color: var(--text-muted);
      margin-top: 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }

  
    /* Carousel Styles */
    .carousel-container {
      position: relative;
      max-width: 800px;
      margin: 0 auto;
      overflow: hidden;
      padding: 1rem 0;
    }
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .carousel-slide {
      min-width: 100%;
      box-sizing: border-box;
      padding: 0 1rem;
    }
    .carousel-nav {
      display: flex;
      justify-content: center;
      gap: 0.75rem;
      margin-top: 2rem;
    }
    .carousel-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--border);
      border: none;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }
    .carousel-dot:hover {
      transform: scale(1.2);
    }
    .carousel-dot.active {
      background: var(--primary);
      transform: scale(1.2);
    }

  
    /* Footer Size Fixes */
    footer .elementor-image-box-img img {
      max-width: 150px !important;
      height: auto !important;
      margin: 0 auto !important;
      display: block !important;
    }
    footer .elementor-social-icon svg {
      width: 20px !important;
      height: 20px !important;
      fill: currentColor;
    }
    footer .elementor-social-icon {
      width: 40px !important;
      height: 40px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      background: var(--primary) !important;
      color: white !important;
      border-radius: 50% !important;
      margin: 0 0.5rem !important;
      transition: background 0.3s !important;
    }
    footer .elementor-social-icon:hover {
      background: var(--primary-dark) !important;
    }
    footer .elementor-social-icons-wrapper {
      display: flex !important;
      justify-content: center !important;
      flex-wrap: wrap !important;
    }/* End custom CSS */