/* ============================================================
   1. HERO VIDEO SECTION (Fixed Height)
   ============================================================ */
/* 1. The Outer Section (Hero) */
section.hero {
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1;
}

/* 2. The Video Wrapper (Direct Child of Hero) */
section.hero > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  background: none;
  z-index: 10;
}
section.hero > div h1{
    color: rgb(255, 255, 255);
    font-size: min(6.3vw, 56px);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.1;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px;
    margin-top: min(10vw, 120px);
}
section.hero > div p{
  color: rgb(255, 255, 255);
  font-size: min(2vw, 17.6px);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
}

/* 3. The Video.js Player Wrapper (if applicable) */
.video-js {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. The Actual Video Element */
video#vjs_video_3_html5_api,
.vjs-tech {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Change to 'contain' if you prefer no cropping */
    object-position: center top !important; /* Anchors the video to the top */
}

/* 5. General Layout Fix to prevent shifting */
.landingRight, 
div.main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#smv-4963211 {
  pointer-events: auto !important; /* Allow clicking */
}
.video-text-overlay {
  pointer-events: auto !important;
}
/* ============================================================
   2. LOGO BANNER SECTION (Premium Spacing & Branding)
   ============================================================ */

/* 1. The Main Banner Container */
.logo-banner-container.contextFix {
    background-color: #ffffff !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 40px auto !important; /* Centered with vertical space */
    padding: 20px 40px !important; /* 20px vertical, 40px horizontal space */
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}

/* 2. The Internal Logo Grid */
.logo-grid.contextFix {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

/* 3. Each Logo Item Container */
.logo-grid.contextFix .logo-item {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 5% !important;
}
.logo-item {
  transition: transform 0.25s, box-shadow 0.25s !important;
}

.logo-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 25px !important;
  border-radius: 8px; /* Added for a smoother shadow appearance */
}
/* 4. Individual Logo Images */
.logo-item img {
    max-width: 180px !important;
    width: 100% !important;
    display: block !important;
    object-fit: contain !important;
}
.logo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* 5. Mobile Adjustments for very small screens */
@media (max-width: 768px) {
  .logo-grid.contextFix {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}
@media (max-width: 480px) {
  .logo-grid.contextFix {
    grid-template-columns: repeat(2, 1fr) !important; 
  }
}
/* ============================================================
   GOLF BAG SECTION - FINAL STANDALONE CSS
   ============================================================ */

/* 1. Main Section Container & Background */
section.golf-bag-section {
    display: block !important;
    width: 100% !important;
    background-color: #112911 !important;
    background-image: url(https://www.a.awardhq.com/images/landing/golf2026/carouselBg.webp) !important;
    background-repeat: repeat !important;
    padding: 80px 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    /* max-width: 1200px; */
}

/* Ensure no green decorative lines are showing */
section.golf-bag-section::before,
section.golf-bag-section::after {
    display: none !important;
    content: none !important;
}

.golf-bag-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0 0% !important;
    box-sizing: border-box !important;
}

/* 2. Text Column (Desktop: Left Aligned) */
.content-column {
    flex: 0 0 35% !important;
    padding-right: 40px !important;
    text-align: left !important;
    color: #ffffff !important;
}

.content-column .section-title {
    font-size: 52px !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.content-column .section-subtitle {
    font-size: 18px !important;
    line-height: 1.4 !important;
    max-width: 300px !important;
    margin: 0 !important;
}

/* 3. Carousel Column & Product Cards */
.carousel-column {
    flex: 1 !important;
    min-width: 0 !important;
}
.product-card {
    overflow: hidden !important;
}
.golf-bag-section .product-card.splide__slide {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 20px 10px !important;
    height: auto !important; /* Card height follows content */
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important; /* Top-aligned content */
    align-items: center !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;    
    flex: 0 0 27% !important;
    max-width: 27% !important;
    width: 27% !important;
}
.splide__list {
    display: flex !important;
    flex-wrap: nowrap !important;
}
.card-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 3 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Pill Button */
.golf-bag-section .cta-button-mock {
    border: 1.5px solid #000 !important;
    border-radius: 30px !important;
    padding: 8px 18px !important;
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    color: #000 !important;
    display: inline-flex !important;
}
.splide__arrow svg {
    fill: #FFF !important;
}
.splide__arrow{
  background: #000 !important;
}
.splide__arrow--prev {
    left: -1em !important;
}
.splide__arrow--next {
    right: -1em !important;
}
/* ============================================================
   4. RESPONSIVE BREAKPOINTS (STACKING)
   ============================================================ */

/* Tablet & Smaller Laptops: Text on Top, Carousel on Bottom */
@media (max-width: 1024px) {
    .golf-bag-container {
        flex-direction: column !important;
    }

    .content-column {
        order: 1 !important; /* Text to TOP */
        flex: 0 0 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-bottom: 40px !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .carousel-column {
        order: 2 !important; /* Carousel to BOTTOM */
        width: 100% !important;
    }

    .content-column .section-subtitle {
        margin: 0 auto !important;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .content-column .section-title {
        font-size: 42px !important;
    }

    .golf-bag-section .card-image-wrapper img {
        max-height: 140px !important;
    }
    .golf-bag-section .cta-button-mock {font-size: .6rem!important}

.splide__arrow--prev {
    left: 0.5em !important;
}
.splide__arrow--next {
    right: 0.5em !important;
}
}
/* ============================================================
   3. Practice SECTION (Layout & Background)
   ============================================================ */
.practice-section {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 24px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  .practice-heading {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
  }
  .category-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .category-card {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }
  .card-image-bg {
    width: 100%;
    height: 100%;
  }
  .card-image-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .card-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
  }
  .card-title {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .arrow-icon {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
    transition: transform 0.2s ease;
  }
  .category-card:hover .arrow-icon {
    transform: translateX(4px);
  }
  @media (max-width: 900px) {
    .practice-heading {
      font-size: 1.85rem;
      margin-bottom: 24px;
    }
    .category-card {
      height: 220px;
    }
    .card-title {
      font-size: 1.15rem;
    }
  }
  @media (max-width: 680px) {
    .category-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .category-card {
      height: 200px;
    }
    .practice-section {
      padding: 40px 16px;
    }
  }
/* GAME_CHANING */
.extras-section {
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 24px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  .extras-heading {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #111111;
    margin: 0 0 40px 0;
    letter-spacing: -0.5px;
  }
  .extras-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .extra-card {
    background-color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    color: #111111;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .extra-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  }
  .extra-image-wrapper {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 24px 0 24px;
    box-sizing: border-box;
  }
  .extra-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .extra-content-box {
    padding: 20px 20px 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    justify-content: space-between;
  }
  .extra-title {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .extra-btn {
    width: 100%;
    max-width: 160px;
    text-align: center;
    border: 1px solid #111111;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .extra-card:hover .extra-btn {
    background-color: #111111;
    color: #ffffff;
  }
  @media (max-width: 1024px) {
    .extras-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .extras-heading {
      font-size: 1.85rem;
    }
  }
  @media (max-width: 580px) {
    .extras-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .extras-section {
      padding: 40px 16px;
    }
    .extra-image-wrapper {
      height: 200px;
    }
  }